3.218 \(\int \frac{(a+b \cosh ^{-1}(c+d x))^3}{(c e+d e x)^{5/2}} \, dx\)

Optimal. Leaf size=86 \[ \frac{2 b \text{Unintegrable}\left (\frac{\left (a+b \cosh ^{-1}(c+d x)\right )^2}{\sqrt{c+d x-1} \sqrt{c+d x+1} (e (c+d x))^{3/2}},x\right )}{e}-\frac{2 \left (a+b \cosh ^{-1}(c+d x)\right )^3}{3 d e (e (c+d x))^{3/2}} \]

[Out]

(-2*(a + b*ArcCosh[c + d*x])^3)/(3*d*e*(e*(c + d*x))^(3/2)) + (2*b*Unintegrable[(a + b*ArcCosh[c + d*x])^2/(Sq
rt[-1 + c + d*x]*(e*(c + d*x))^(3/2)*Sqrt[1 + c + d*x]), x])/e

________________________________________________________________________________________

Rubi [A]  time = 0.321662, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\left (a+b \cosh ^{-1}(c+d x)\right )^3}{(c e+d e x)^{5/2}} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

(-2*(a + b*ArcCosh[c + d*x])^3)/(3*d*e*(e*(c + d*x))^(3/2)) + (2*b*Defer[Subst][Defer[Int][(a + b*ArcCosh[x])^
2/(Sqrt[-1 + x]*(e*x)^(3/2)*Sqrt[1 + x]), x], x, c + d*x])/(d*e)

Rubi steps

\begin{align*} \int \frac{\left (a+b \cosh ^{-1}(c+d x)\right )^3}{(c e+d e x)^{5/2}} \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\left (a+b \cosh ^{-1}(x)\right )^3}{(e x)^{5/2}} \, dx,x,c+d x\right )}{d}\\ &=-\frac{2 \left (a+b \cosh ^{-1}(c+d x)\right )^3}{3 d e (e (c+d x))^{3/2}}+\frac{(2 b) \operatorname{Subst}\left (\int \frac{\left (a+b \cosh ^{-1}(x)\right )^2}{\sqrt{-1+x} (e x)^{3/2} \sqrt{1+x}} \, dx,x,c+d x\right )}{d e}\\ \end{align*}

Mathematica [A]  time = 35.7995, size = 0, normalized size = 0. \[ \int \frac{\left (a+b \cosh ^{-1}(c+d x)\right )^3}{(c e+d e x)^{5/2}} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]  time = 0.377, size = 0, normalized size = 0. \begin{align*} \int{ \left ( a+b{\rm arccosh} \left (dx+c\right ) \right ) ^{3} \left ( dex+ce \right ) ^{-{\frac{5}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arccosh(d*x+c))^3/(d*e*x+c*e)^(5/2),x)

[Out]

int((a+b*arccosh(d*x+c))^3/(d*e*x+c*e)^(5/2),x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: ValueError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: ValueError

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{{\left (b^{3} \operatorname{arcosh}\left (d x + c\right )^{3} + 3 \, a b^{2} \operatorname{arcosh}\left (d x + c\right )^{2} + 3 \, a^{2} b \operatorname{arcosh}\left (d x + c\right ) + a^{3}\right )} \sqrt{d e x + c e}}{d^{3} e^{3} x^{3} + 3 \, c d^{2} e^{3} x^{2} + 3 \, c^{2} d e^{3} x + c^{3} e^{3}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integral((b^3*arccosh(d*x + c)^3 + 3*a*b^2*arccosh(d*x + c)^2 + 3*a^2*b*arccosh(d*x + c) + a^3)*sqrt(d*e*x + c
*e)/(d^3*e^3*x^3 + 3*c*d^2*e^3*x^2 + 3*c^2*d*e^3*x + c^3*e^3), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\left (a + b \operatorname{acosh}{\left (c + d x \right )}\right )^{3}}{\left (e \left (c + d x\right )\right )^{\frac{5}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*acosh(d*x+c))**3/(d*e*x+c*e)**(5/2),x)

[Out]

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

________________________________________________________________________________________

Giac [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: RuntimeError