3.2.26 \(\int \frac {(a+b \cosh ^{-1}(c+d x))^4}{c e+d e x} \, dx\) [126]

Optimal. Leaf size=192 \[ \frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{-2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {PolyLog}\left (2,-e^{-2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^2 \left (a+b \cosh ^{-1}(c+d x)\right )^2 \text {PolyLog}\left (3,-e^{-2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^3 \left (a+b \cosh ^{-1}(c+d x)\right ) \text {PolyLog}\left (4,-e^{-2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^4 \text {PolyLog}\left (5,-e^{-2 \cosh ^{-1}(c+d x)}\right )}{2 d e} \]

[Out]

1/5*(a+b*arccosh(d*x+c))^5/b/d/e+(a+b*arccosh(d*x+c))^4*ln(1+1/(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)/d/e-
2*b*(a+b*arccosh(d*x+c))^3*polylog(2,-1/(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)/d/e-3*b^2*(a+b*arccosh(d*x+
c))^2*polylog(3,-1/(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)/d/e-3*b^3*(a+b*arccosh(d*x+c))*polylog(4,-1/(d*x
+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)/d/e-3/2*b^4*polylog(5,-1/(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)/d/e

________________________________________________________________________________________

Rubi [A]
time = 0.21, antiderivative size = 192, normalized size of antiderivative = 1.00, number of steps used = 10, number of rules used = 9, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.391, Rules used = {5996, 12, 5882, 3799, 2221, 2611, 6744, 2320, 6724} \begin {gather*} -\frac {3 b^3 \text {Li}_4\left (-e^{-2 \cosh ^{-1}(c+d x)}\right ) \left (a+b \cosh ^{-1}(c+d x)\right )}{d e}-\frac {3 b^2 \text {Li}_3\left (-e^{-2 \cosh ^{-1}(c+d x)}\right ) \left (a+b \cosh ^{-1}(c+d x)\right )^2}{d e}-\frac {2 b \text {Li}_2\left (-e^{-2 \cosh ^{-1}(c+d x)}\right ) \left (a+b \cosh ^{-1}(c+d x)\right )^3}{d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\log \left (e^{-2 \cosh ^{-1}(c+d x)}+1\right ) \left (a+b \cosh ^{-1}(c+d x)\right )^4}{d e}-\frac {3 b^4 \text {Li}_5\left (-e^{-2 \cosh ^{-1}(c+d x)}\right )}{2 d e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*ArcCosh[c + d*x])^4/(c*e + d*e*x),x]

[Out]

(a + b*ArcCosh[c + d*x])^5/(5*b*d*e) + ((a + b*ArcCosh[c + d*x])^4*Log[1 + E^(-2*ArcCosh[c + d*x])])/(d*e) - (
2*b*(a + b*ArcCosh[c + d*x])^3*PolyLog[2, -E^(-2*ArcCosh[c + d*x])])/(d*e) - (3*b^2*(a + b*ArcCosh[c + d*x])^2
*PolyLog[3, -E^(-2*ArcCosh[c + d*x])])/(d*e) - (3*b^3*(a + b*ArcCosh[c + d*x])*PolyLog[4, -E^(-2*ArcCosh[c + d
*x])])/(d*e) - (3*b^4*PolyLog[5, -E^(-2*ArcCosh[c + d*x])])/(2*d*e)

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 2221

Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/((a_) + (b_.)*((F_)^((g_.)*((e_.) +
 (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp[((c + d*x)^m/(b*f*g*n*Log[F]))*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x]
 - Dist[d*(m/(b*f*g*n*Log[F])), Int[(c + d*x)^(m - 1)*Log[1 + b*((F^(g*(e + f*x)))^n/a)], x], x] /; FreeQ[{F,
a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]

Rule 2320

Int[u_, x_Symbol] :> With[{v = FunctionOfExponential[u, x]}, Dist[v/D[v, x], Subst[Int[FunctionOfExponentialFu
nction[u, x]/x, x], x, v], x]] /; FunctionOfExponentialQ[u, x] &&  !MatchQ[u, (w_)*((a_.)*(v_)^(n_))^(m_) /; F
reeQ[{a, m, n}, x] && IntegerQ[m*n]] &&  !MatchQ[u, E^((c_.)*((a_.) + (b_.)*x))*(F_)[v_] /; FreeQ[{a, b, c}, x
] && InverseFunctionQ[F[x]]]

Rule 2611

Int[Log[1 + (e_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.)]*((f_.) + (g_.)*(x_))^(m_.), x_Symbol] :> Simp[(-(
f + g*x)^m)*(PolyLog[2, (-e)*(F^(c*(a + b*x)))^n]/(b*c*n*Log[F])), x] + Dist[g*(m/(b*c*n*Log[F])), Int[(f + g*
x)^(m - 1)*PolyLog[2, (-e)*(F^(c*(a + b*x)))^n], x], x] /; FreeQ[{F, a, b, c, e, f, g, n}, x] && GtQ[m, 0]

Rule 3799

Int[((c_.) + (d_.)*(x_))^(m_.)*tan[(e_.) + (Complex[0, fz_])*(f_.)*(x_)], x_Symbol] :> Simp[(-I)*((c + d*x)^(m
 + 1)/(d*(m + 1))), x] + Dist[2*I, Int[(c + d*x)^m*(E^(2*((-I)*e + f*fz*x))/(1 + E^(2*((-I)*e + f*fz*x)))), x]
, x] /; FreeQ[{c, d, e, f, fz}, x] && IGtQ[m, 0]

Rule 5882

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)/(x_), x_Symbol] :> Dist[1/b, Subst[Int[x^n*Tanh[-a/b + x/b], x],
 x, a + b*ArcCosh[c*x]], x] /; FreeQ[{a, b, c}, x] && IGtQ[n, 0]

Rule 5996

Int[((a_.) + ArcCosh[(c_) + (d_.)*(x_)]*(b_.))^(n_.)*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Dist[1/d, Subst[
Int[((d*e - c*f)/d + f*(x/d))^m*(a + b*ArcCosh[x])^n, x], x, c + d*x], x] /; FreeQ[{a, b, c, d, e, f, m, n}, x
]

Rule 6724

Int[PolyLog[n_, (c_.)*((a_.) + (b_.)*(x_))^(p_.)]/((d_.) + (e_.)*(x_)), x_Symbol] :> Simp[PolyLog[n + 1, c*(a
+ b*x)^p]/(e*p), x] /; FreeQ[{a, b, c, d, e, n, p}, x] && EqQ[b*d, a*e]

Rule 6744

Int[((e_.) + (f_.)*(x_))^(m_.)*PolyLog[n_, (d_.)*((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(p_.)], x_Symbol] :> Simp
[(e + f*x)^m*(PolyLog[n + 1, d*(F^(c*(a + b*x)))^p]/(b*c*p*Log[F])), x] - Dist[f*(m/(b*c*p*Log[F])), Int[(e +
f*x)^(m - 1)*PolyLog[n + 1, d*(F^(c*(a + b*x)))^p], x], x] /; FreeQ[{F, a, b, c, d, e, f, n, p}, x] && GtQ[m,
0]

Rubi steps

\begin {align*} \int \frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4}{c e+d e x} \, dx &=\frac {\text {Subst}\left (\int \frac {\left (a+b \cosh ^{-1}(x)\right )^4}{e x} \, dx,x,c+d x\right )}{d}\\ &=\frac {\text {Subst}\left (\int \frac {\left (a+b \cosh ^{-1}(x)\right )^4}{x} \, dx,x,c+d x\right )}{d e}\\ &=\frac {\text {Subst}\left (\int (a+b x)^4 \tanh (x) \, dx,x,\cosh ^{-1}(c+d x)\right )}{d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {2 \text {Subst}\left (\int \frac {e^{2 x} (a+b x)^4}{1+e^{2 x}} \, dx,x,\cosh ^{-1}(c+d x)\right )}{d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {(4 b) \text {Subst}\left (\int (a+b x)^3 \log \left (1+e^{2 x}\right ) \, dx,x,\cosh ^{-1}(c+d x)\right )}{d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {Li}_2\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {\left (6 b^2\right ) \text {Subst}\left (\int (a+b x)^2 \text {Li}_2\left (-e^{2 x}\right ) \, dx,x,\cosh ^{-1}(c+d x)\right )}{d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {Li}_2\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^2 \left (a+b \cosh ^{-1}(c+d x)\right )^2 \text {Li}_3\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {\left (6 b^3\right ) \text {Subst}\left (\int (a+b x) \text {Li}_3\left (-e^{2 x}\right ) \, dx,x,\cosh ^{-1}(c+d x)\right )}{d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {Li}_2\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^2 \left (a+b \cosh ^{-1}(c+d x)\right )^2 \text {Li}_3\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {3 b^3 \left (a+b \cosh ^{-1}(c+d x)\right ) \text {Li}_4\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {\left (3 b^4\right ) \text {Subst}\left (\int \text {Li}_4\left (-e^{2 x}\right ) \, dx,x,\cosh ^{-1}(c+d x)\right )}{d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {Li}_2\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^2 \left (a+b \cosh ^{-1}(c+d x)\right )^2 \text {Li}_3\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {3 b^3 \left (a+b \cosh ^{-1}(c+d x)\right ) \text {Li}_4\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {\left (3 b^4\right ) \text {Subst}\left (\int \frac {\text {Li}_4(-x)}{x} \, dx,x,e^{2 \cosh ^{-1}(c+d x)}\right )}{2 d e}\\ &=-\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^5}{5 b d e}+\frac {\left (a+b \cosh ^{-1}(c+d x)\right )^4 \log \left (1+e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {Li}_2\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^2 \left (a+b \cosh ^{-1}(c+d x)\right )^2 \text {Li}_3\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}+\frac {3 b^3 \left (a+b \cosh ^{-1}(c+d x)\right ) \text {Li}_4\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{d e}-\frac {3 b^4 \text {Li}_5\left (-e^{2 \cosh ^{-1}(c+d x)}\right )}{2 d e}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.52, size = 308, normalized size = 1.60 \begin {gather*} \frac {2 a^3 b \cosh ^{-1}(c+d x)^2+2 a^2 b^2 \cosh ^{-1}(c+d x)^3+a b^3 \cosh ^{-1}(c+d x)^4+\frac {1}{5} b^4 \cosh ^{-1}(c+d x)^5+4 a^3 b \cosh ^{-1}(c+d x) \log \left (1+e^{-2 \cosh ^{-1}(c+d x)}\right )+6 a^2 b^2 \cosh ^{-1}(c+d x)^2 \log \left (1+e^{-2 \cosh ^{-1}(c+d x)}\right )+4 a b^3 \cosh ^{-1}(c+d x)^3 \log \left (1+e^{-2 \cosh ^{-1}(c+d x)}\right )+b^4 \cosh ^{-1}(c+d x)^4 \log \left (1+e^{-2 \cosh ^{-1}(c+d x)}\right )+a^4 \log (c+d x)-2 b \left (a+b \cosh ^{-1}(c+d x)\right )^3 \text {PolyLog}\left (2,-e^{-2 \cosh ^{-1}(c+d x)}\right )-3 b^2 \left (a+b \cosh ^{-1}(c+d x)\right )^2 \text {PolyLog}\left (3,-e^{-2 \cosh ^{-1}(c+d x)}\right )-3 a b^3 \text {PolyLog}\left (4,-e^{-2 \cosh ^{-1}(c+d x)}\right )-3 b^4 \cosh ^{-1}(c+d x) \text {PolyLog}\left (4,-e^{-2 \cosh ^{-1}(c+d x)}\right )-\frac {3}{2} b^4 \text {PolyLog}\left (5,-e^{-2 \cosh ^{-1}(c+d x)}\right )}{d e} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*ArcCosh[c + d*x])^4/(c*e + d*e*x),x]

[Out]

(2*a^3*b*ArcCosh[c + d*x]^2 + 2*a^2*b^2*ArcCosh[c + d*x]^3 + a*b^3*ArcCosh[c + d*x]^4 + (b^4*ArcCosh[c + d*x]^
5)/5 + 4*a^3*b*ArcCosh[c + d*x]*Log[1 + E^(-2*ArcCosh[c + d*x])] + 6*a^2*b^2*ArcCosh[c + d*x]^2*Log[1 + E^(-2*
ArcCosh[c + d*x])] + 4*a*b^3*ArcCosh[c + d*x]^3*Log[1 + E^(-2*ArcCosh[c + d*x])] + b^4*ArcCosh[c + d*x]^4*Log[
1 + E^(-2*ArcCosh[c + d*x])] + a^4*Log[c + d*x] - 2*b*(a + b*ArcCosh[c + d*x])^3*PolyLog[2, -E^(-2*ArcCosh[c +
 d*x])] - 3*b^2*(a + b*ArcCosh[c + d*x])^2*PolyLog[3, -E^(-2*ArcCosh[c + d*x])] - 3*a*b^3*PolyLog[4, -E^(-2*Ar
cCosh[c + d*x])] - 3*b^4*ArcCosh[c + d*x]*PolyLog[4, -E^(-2*ArcCosh[c + d*x])] - (3*b^4*PolyLog[5, -E^(-2*ArcC
osh[c + d*x])])/2)/(d*e)

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(673\) vs. \(2(258)=516\).
time = 47.61, size = 674, normalized size = 3.51

method result size
derivativedivides \(\frac {\frac {a^{4} \ln \left (d x +c \right )}{e}-\frac {b^{4} \mathrm {arccosh}\left (d x +c \right )^{5}}{5 e}+\frac {b^{4} \mathrm {arccosh}\left (d x +c \right )^{4} \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {2 b^{4} \mathrm {arccosh}\left (d x +c \right )^{3} \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {3 b^{4} \mathrm {arccosh}\left (d x +c \right )^{2} \polylog \left (3, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {3 b^{4} \mathrm {arccosh}\left (d x +c \right ) \polylog \left (4, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {3 b^{4} \polylog \left (5, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{2 e}-\frac {a \,b^{3} \mathrm {arccosh}\left (d x +c \right )^{4}}{e}+\frac {4 a \,b^{3} \mathrm {arccosh}\left (d x +c \right )^{3} \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {6 a \,b^{3} \mathrm {arccosh}\left (d x +c \right )^{2} \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {6 a \,b^{3} \mathrm {arccosh}\left (d x +c \right ) \polylog \left (3, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {3 a \,b^{3} \polylog \left (4, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {2 a^{2} b^{2} \mathrm {arccosh}\left (d x +c \right )^{3}}{e}+\frac {6 a^{2} b^{2} \mathrm {arccosh}\left (d x +c \right )^{2} \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {6 a^{2} b^{2} \mathrm {arccosh}\left (d x +c \right ) \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {3 a^{2} b^{2} \polylog \left (3, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {2 a^{3} b \mathrm {arccosh}\left (d x +c \right )^{2}}{e}+\frac {4 a^{3} b \,\mathrm {arccosh}\left (d x +c \right ) \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {2 a^{3} b \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}}{d}\) \(674\)
default \(\frac {\frac {a^{4} \ln \left (d x +c \right )}{e}-\frac {b^{4} \mathrm {arccosh}\left (d x +c \right )^{5}}{5 e}+\frac {b^{4} \mathrm {arccosh}\left (d x +c \right )^{4} \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {2 b^{4} \mathrm {arccosh}\left (d x +c \right )^{3} \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {3 b^{4} \mathrm {arccosh}\left (d x +c \right )^{2} \polylog \left (3, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {3 b^{4} \mathrm {arccosh}\left (d x +c \right ) \polylog \left (4, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {3 b^{4} \polylog \left (5, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{2 e}-\frac {a \,b^{3} \mathrm {arccosh}\left (d x +c \right )^{4}}{e}+\frac {4 a \,b^{3} \mathrm {arccosh}\left (d x +c \right )^{3} \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {6 a \,b^{3} \mathrm {arccosh}\left (d x +c \right )^{2} \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {6 a \,b^{3} \mathrm {arccosh}\left (d x +c \right ) \polylog \left (3, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {3 a \,b^{3} \polylog \left (4, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {2 a^{2} b^{2} \mathrm {arccosh}\left (d x +c \right )^{3}}{e}+\frac {6 a^{2} b^{2} \mathrm {arccosh}\left (d x +c \right )^{2} \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {6 a^{2} b^{2} \mathrm {arccosh}\left (d x +c \right ) \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {3 a^{2} b^{2} \polylog \left (3, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}-\frac {2 a^{3} b \mathrm {arccosh}\left (d x +c \right )^{2}}{e}+\frac {4 a^{3} b \,\mathrm {arccosh}\left (d x +c \right ) \ln \left (1+\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}+\frac {2 a^{3} b \polylog \left (2, -\left (d x +c +\sqrt {d x +c -1}\, \sqrt {d x +c +1}\right )^{2}\right )}{e}}{d}\) \(674\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arccosh(d*x+c))^4/(d*e*x+c*e),x,method=_RETURNVERBOSE)

[Out]

1/d*(a^4/e*ln(d*x+c)-1/5*b^4/e*arccosh(d*x+c)^5+b^4/e*arccosh(d*x+c)^4*ln(1+(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(
1/2))^2)+2*b^4/e*arccosh(d*x+c)^3*polylog(2,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)-3*b^4/e*arccosh(d*x+c)
^2*polylog(3,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)+3*b^4/e*arccosh(d*x+c)*polylog(4,-(d*x+c+(d*x+c-1)^(1
/2)*(d*x+c+1)^(1/2))^2)-3/2*b^4/e*polylog(5,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)-a*b^3/e*arccosh(d*x+c)
^4+4*a*b^3/e*arccosh(d*x+c)^3*ln(1+(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)+6*a*b^3/e*arccosh(d*x+c)^2*polyl
og(2,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)-6*a*b^3/e*arccosh(d*x+c)*polylog(3,-(d*x+c+(d*x+c-1)^(1/2)*(d
*x+c+1)^(1/2))^2)+3*a*b^3/e*polylog(4,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)-2*a^2*b^2/e*arccosh(d*x+c)^3
+6*a^2*b^2/e*arccosh(d*x+c)^2*ln(1+(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)+6*a^2*b^2/e*arccosh(d*x+c)*polyl
og(2,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)-3*a^2*b^2/e*polylog(3,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2)
)^2)-2*a^3*b/e*arccosh(d*x+c)^2+4*a^3*b/e*arccosh(d*x+c)*ln(1+(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2)+2*a^3
*b/e*polylog(2,-(d*x+c+(d*x+c-1)^(1/2)*(d*x+c+1)^(1/2))^2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arccosh(d*x+c))^4/(d*e*x+c*e),x, algorithm="maxima")

[Out]

a^4*e^(-1)*log(d*x*e + c*e)/d + integrate(b^4*log(d*x + sqrt(d*x + c + 1)*sqrt(d*x + c - 1) + c)^4/(d*x*e + c*
e) + 4*a*b^3*log(d*x + sqrt(d*x + c + 1)*sqrt(d*x + c - 1) + c)^3/(d*x*e + c*e) + 6*a^2*b^2*log(d*x + sqrt(d*x
 + c + 1)*sqrt(d*x + c - 1) + c)^2/(d*x*e + c*e) + 4*a^3*b*log(d*x + sqrt(d*x + c + 1)*sqrt(d*x + c - 1) + c)/
(d*x*e + c*e), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arccosh(d*x+c))^4/(d*e*x+c*e),x, algorithm="fricas")

[Out]

integral((b^4*arccosh(d*x + c)^4 + 4*a*b^3*arccosh(d*x + c)^3 + 6*a^2*b^2*arccosh(d*x + c)^2 + 4*a^3*b*arccosh
(d*x + c) + a^4)*e^(-1)/(d*x + c), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \frac {\int \frac {a^{4}}{c + d x}\, dx + \int \frac {b^{4} \operatorname {acosh}^{4}{\left (c + d x \right )}}{c + d x}\, dx + \int \frac {4 a b^{3} \operatorname {acosh}^{3}{\left (c + d x \right )}}{c + d x}\, dx + \int \frac {6 a^{2} b^{2} \operatorname {acosh}^{2}{\left (c + d x \right )}}{c + d x}\, dx + \int \frac {4 a^{3} b \operatorname {acosh}{\left (c + d x \right )}}{c + d x}\, dx}{e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*acosh(d*x+c))**4/(d*e*x+c*e),x)

[Out]

(Integral(a**4/(c + d*x), x) + Integral(b**4*acosh(c + d*x)**4/(c + d*x), x) + Integral(4*a*b**3*acosh(c + d*x
)**3/(c + d*x), x) + Integral(6*a**2*b**2*acosh(c + d*x)**2/(c + d*x), x) + Integral(4*a**3*b*acosh(c + d*x)/(
c + d*x), x))/e

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arccosh(d*x+c))^4/(d*e*x+c*e),x, algorithm="giac")

[Out]

integrate((b*arccosh(d*x + c) + a)^4/(d*e*x + c*e), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {{\left (a+b\,\mathrm {acosh}\left (c+d\,x\right )\right )}^4}{c\,e+d\,e\,x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*acosh(c + d*x))^4/(c*e + d*e*x),x)

[Out]

int((a + b*acosh(c + d*x))^4/(c*e + d*e*x), x)

________________________________________________________________________________________