3.2.40 \(\int (a \sinh ^2(x))^{5/2} \, dx\) [140]

3.2.40.1 Optimal result
3.2.40.2 Mathematica [A] (verified)
3.2.40.3 Rubi [A] (verified)
3.2.40.4 Maple [A] (verified)
3.2.40.5 Fricas [B] (verification not implemented)
3.2.40.6 Sympy [F]
3.2.40.7 Maxima [A] (verification not implemented)
3.2.40.8 Giac [B] (verification not implemented)
3.2.40.9 Mupad [F(-1)]

3.2.40.1 Optimal result

Integrand size = 10, antiderivative size = 53 \[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=\frac {8}{15} a^2 \coth (x) \sqrt {a \sinh ^2(x)}-\frac {4}{15} a \coth (x) \left (a \sinh ^2(x)\right )^{3/2}+\frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2} \]

output
-4/15*a*coth(x)*(a*sinh(x)^2)^(3/2)+1/5*coth(x)*(a*sinh(x)^2)^(5/2)+8/15*a 
^2*coth(x)*(a*sinh(x)^2)^(1/2)
 
3.2.40.2 Mathematica [A] (verified)

Time = 0.06 (sec) , antiderivative size = 36, normalized size of antiderivative = 0.68 \[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=\frac {1}{240} a^2 (150 \cosh (x)-25 \cosh (3 x)+3 \cosh (5 x)) \text {csch}(x) \sqrt {a \sinh ^2(x)} \]

input
Integrate[(a*Sinh[x]^2)^(5/2),x]
 
output
(a^2*(150*Cosh[x] - 25*Cosh[3*x] + 3*Cosh[5*x])*Csch[x]*Sqrt[a*Sinh[x]^2]) 
/240
 
3.2.40.3 Rubi [A] (verified)

Time = 0.35 (sec) , antiderivative size = 56, normalized size of antiderivative = 1.06, number of steps used = 9, number of rules used = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.900, Rules used = {3042, 3682, 3042, 3682, 3042, 3686, 3042, 26, 3118}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \left (a \sinh ^2(x)\right )^{5/2} \, dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \int \left (-a \sin (i x)^2\right )^{5/2}dx\)

\(\Big \downarrow \) 3682

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \int \left (a \sinh ^2(x)\right )^{3/2}dx\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \int \left (-a \sin (i x)^2\right )^{3/2}dx\)

\(\Big \downarrow \) 3682

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \left (\frac {1}{3} \coth (x) \left (a \sinh ^2(x)\right )^{3/2}-\frac {2}{3} a \int \sqrt {a \sinh ^2(x)}dx\right )\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \left (\frac {1}{3} \coth (x) \left (a \sinh ^2(x)\right )^{3/2}-\frac {2}{3} a \int \sqrt {-a \sin (i x)^2}dx\right )\)

\(\Big \downarrow \) 3686

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \left (\frac {1}{3} \coth (x) \left (a \sinh ^2(x)\right )^{3/2}-\frac {2}{3} a \text {csch}(x) \sqrt {a \sinh ^2(x)} \int \sinh (x)dx\right )\)

\(\Big \downarrow \) 3042

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \left (\frac {1}{3} \coth (x) \left (a \sinh ^2(x)\right )^{3/2}-\frac {2}{3} a \text {csch}(x) \sqrt {a \sinh ^2(x)} \int -i \sin (i x)dx\right )\)

\(\Big \downarrow \) 26

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \left (\frac {1}{3} \coth (x) \left (a \sinh ^2(x)\right )^{3/2}+\frac {2}{3} i a \text {csch}(x) \sqrt {a \sinh ^2(x)} \int \sin (i x)dx\right )\)

\(\Big \downarrow \) 3118

\(\displaystyle \frac {1}{5} \coth (x) \left (a \sinh ^2(x)\right )^{5/2}-\frac {4}{5} a \left (\frac {1}{3} \coth (x) \left (a \sinh ^2(x)\right )^{3/2}-\frac {2}{3} a \coth (x) \sqrt {a \sinh ^2(x)}\right )\)

input
Int[(a*Sinh[x]^2)^(5/2),x]
 
output
(Coth[x]*(a*Sinh[x]^2)^(5/2))/5 - (4*a*((-2*a*Coth[x]*Sqrt[a*Sinh[x]^2])/3 
 + (Coth[x]*(a*Sinh[x]^2)^(3/2))/3))/5
 

3.2.40.3.1 Defintions of rubi rules used

rule 26
Int[(Complex[0, a_])*(Fx_), x_Symbol] :> Simp[(Complex[Identity[0], a])   I 
nt[Fx, x], x] /; FreeQ[a, x] && EqQ[a^2, 1]
 

rule 3042
Int[u_, x_Symbol] :> Int[DeactivateTrig[u, x], x] /; FunctionOfTrigOfLinear 
Q[u, x]
 

rule 3118
Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Cos[c + d*x]/d, x] /; FreeQ 
[{c, d}, x]
 

rule 3682
Int[((b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_), x_Symbol] :> Simp[(-Cot[e + f*x 
])*((b*Sin[e + f*x]^2)^p/(2*f*p)), x] + Simp[b*((2*p - 1)/(2*p))   Int[(b*S 
in[e + f*x]^2)^(p - 1), x], x] /; FreeQ[{b, e, f}, x] &&  !IntegerQ[p] && G 
tQ[p, 1]
 

rule 3686
Int[(u_.)*((b_.)*sin[(e_.) + (f_.)*(x_)]^(n_))^(p_), x_Symbol] :> With[{ff 
= FreeFactors[Sin[e + f*x], x]}, Simp[(b*ff^n)^IntPart[p]*((b*Sin[e + f*x]^ 
n)^FracPart[p]/(Sin[e + f*x]/ff)^(n*FracPart[p]))   Int[ActivateTrig[u]*(Si 
n[e + f*x]/ff)^(n*p), x], x]] /; FreeQ[{b, e, f, n, p}, x] &&  !IntegerQ[p] 
 && IntegerQ[n] && (EqQ[u, 1] || MatchQ[u, ((d_.)*(trig_)[e + f*x])^(m_.) / 
; FreeQ[{d, m}, x] && MemberQ[{sin, cos, tan, cot, sec, csc}, trig]])
 
3.2.40.4 Maple [A] (verified)

Time = 1.20 (sec) , antiderivative size = 32, normalized size of antiderivative = 0.60

method result size
default \(\frac {a^{3} \sinh \left (x \right ) \cosh \left (x \right ) \left (3 \sinh \left (x \right )^{4}-4 \sinh \left (x \right )^{2}+8\right )}{15 \sqrt {a \sinh \left (x \right )^{2}}}\) \(32\)
risch \(\frac {a^{2} {\mathrm e}^{6 x} \sqrt {a \left ({\mathrm e}^{2 x}-1\right )^{2} {\mathrm e}^{-2 x}}}{160 \,{\mathrm e}^{2 x}-160}-\frac {5 a^{2} {\mathrm e}^{4 x} \sqrt {a \left ({\mathrm e}^{2 x}-1\right )^{2} {\mathrm e}^{-2 x}}}{96 \left ({\mathrm e}^{2 x}-1\right )}+\frac {5 a^{2} {\mathrm e}^{2 x} \sqrt {a \left ({\mathrm e}^{2 x}-1\right )^{2} {\mathrm e}^{-2 x}}}{16 \left ({\mathrm e}^{2 x}-1\right )}+\frac {5 \sqrt {a \left ({\mathrm e}^{2 x}-1\right )^{2} {\mathrm e}^{-2 x}}\, a^{2}}{16 \left ({\mathrm e}^{2 x}-1\right )}-\frac {5 a^{2} {\mathrm e}^{-2 x} \sqrt {a \left ({\mathrm e}^{2 x}-1\right )^{2} {\mathrm e}^{-2 x}}}{96 \left ({\mathrm e}^{2 x}-1\right )}+\frac {a^{2} {\mathrm e}^{-4 x} \sqrt {a \left ({\mathrm e}^{2 x}-1\right )^{2} {\mathrm e}^{-2 x}}}{160 \,{\mathrm e}^{2 x}-160}\) \(196\)

input
int((a*sinh(x)^2)^(5/2),x,method=_RETURNVERBOSE)
 
output
1/15*a^3*sinh(x)*cosh(x)*(3*sinh(x)^4-4*sinh(x)^2+8)/(a*sinh(x)^2)^(1/2)
 
3.2.40.5 Fricas [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 511 vs. \(2 (41) = 82\).

Time = 0.28 (sec) , antiderivative size = 511, normalized size of antiderivative = 9.64 \[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=\frac {{\left (30 \, a^{2} \cosh \left (x\right ) e^{x} \sinh \left (x\right )^{9} + 3 \, a^{2} e^{x} \sinh \left (x\right )^{10} + 5 \, {\left (27 \, a^{2} \cosh \left (x\right )^{2} - 5 \, a^{2}\right )} e^{x} \sinh \left (x\right )^{8} + 40 \, {\left (9 \, a^{2} \cosh \left (x\right )^{3} - 5 \, a^{2} \cosh \left (x\right )\right )} e^{x} \sinh \left (x\right )^{7} + 10 \, {\left (63 \, a^{2} \cosh \left (x\right )^{4} - 70 \, a^{2} \cosh \left (x\right )^{2} + 15 \, a^{2}\right )} e^{x} \sinh \left (x\right )^{6} + 4 \, {\left (189 \, a^{2} \cosh \left (x\right )^{5} - 350 \, a^{2} \cosh \left (x\right )^{3} + 225 \, a^{2} \cosh \left (x\right )\right )} e^{x} \sinh \left (x\right )^{5} + 10 \, {\left (63 \, a^{2} \cosh \left (x\right )^{6} - 175 \, a^{2} \cosh \left (x\right )^{4} + 225 \, a^{2} \cosh \left (x\right )^{2} + 15 \, a^{2}\right )} e^{x} \sinh \left (x\right )^{4} + 40 \, {\left (9 \, a^{2} \cosh \left (x\right )^{7} - 35 \, a^{2} \cosh \left (x\right )^{5} + 75 \, a^{2} \cosh \left (x\right )^{3} + 15 \, a^{2} \cosh \left (x\right )\right )} e^{x} \sinh \left (x\right )^{3} + 5 \, {\left (27 \, a^{2} \cosh \left (x\right )^{8} - 140 \, a^{2} \cosh \left (x\right )^{6} + 450 \, a^{2} \cosh \left (x\right )^{4} + 180 \, a^{2} \cosh \left (x\right )^{2} - 5 \, a^{2}\right )} e^{x} \sinh \left (x\right )^{2} + 10 \, {\left (3 \, a^{2} \cosh \left (x\right )^{9} - 20 \, a^{2} \cosh \left (x\right )^{7} + 90 \, a^{2} \cosh \left (x\right )^{5} + 60 \, a^{2} \cosh \left (x\right )^{3} - 5 \, a^{2} \cosh \left (x\right )\right )} e^{x} \sinh \left (x\right ) + {\left (3 \, a^{2} \cosh \left (x\right )^{10} - 25 \, a^{2} \cosh \left (x\right )^{8} + 150 \, a^{2} \cosh \left (x\right )^{6} + 150 \, a^{2} \cosh \left (x\right )^{4} - 25 \, a^{2} \cosh \left (x\right )^{2} + 3 \, a^{2}\right )} e^{x}\right )} \sqrt {a e^{\left (4 \, x\right )} - 2 \, a e^{\left (2 \, x\right )} + a} e^{\left (-x\right )}}{480 \, {\left (\cosh \left (x\right )^{5} e^{\left (2 \, x\right )} + {\left (e^{\left (2 \, x\right )} - 1\right )} \sinh \left (x\right )^{5} - \cosh \left (x\right )^{5} + 5 \, {\left (\cosh \left (x\right ) e^{\left (2 \, x\right )} - \cosh \left (x\right )\right )} \sinh \left (x\right )^{4} + 10 \, {\left (\cosh \left (x\right )^{2} e^{\left (2 \, x\right )} - \cosh \left (x\right )^{2}\right )} \sinh \left (x\right )^{3} + 10 \, {\left (\cosh \left (x\right )^{3} e^{\left (2 \, x\right )} - \cosh \left (x\right )^{3}\right )} \sinh \left (x\right )^{2} + 5 \, {\left (\cosh \left (x\right )^{4} e^{\left (2 \, x\right )} - \cosh \left (x\right )^{4}\right )} \sinh \left (x\right )\right )}} \]

input
integrate((a*sinh(x)^2)^(5/2),x, algorithm="fricas")
 
output
1/480*(30*a^2*cosh(x)*e^x*sinh(x)^9 + 3*a^2*e^x*sinh(x)^10 + 5*(27*a^2*cos 
h(x)^2 - 5*a^2)*e^x*sinh(x)^8 + 40*(9*a^2*cosh(x)^3 - 5*a^2*cosh(x))*e^x*s 
inh(x)^7 + 10*(63*a^2*cosh(x)^4 - 70*a^2*cosh(x)^2 + 15*a^2)*e^x*sinh(x)^6 
 + 4*(189*a^2*cosh(x)^5 - 350*a^2*cosh(x)^3 + 225*a^2*cosh(x))*e^x*sinh(x) 
^5 + 10*(63*a^2*cosh(x)^6 - 175*a^2*cosh(x)^4 + 225*a^2*cosh(x)^2 + 15*a^2 
)*e^x*sinh(x)^4 + 40*(9*a^2*cosh(x)^7 - 35*a^2*cosh(x)^5 + 75*a^2*cosh(x)^ 
3 + 15*a^2*cosh(x))*e^x*sinh(x)^3 + 5*(27*a^2*cosh(x)^8 - 140*a^2*cosh(x)^ 
6 + 450*a^2*cosh(x)^4 + 180*a^2*cosh(x)^2 - 5*a^2)*e^x*sinh(x)^2 + 10*(3*a 
^2*cosh(x)^9 - 20*a^2*cosh(x)^7 + 90*a^2*cosh(x)^5 + 60*a^2*cosh(x)^3 - 5* 
a^2*cosh(x))*e^x*sinh(x) + (3*a^2*cosh(x)^10 - 25*a^2*cosh(x)^8 + 150*a^2* 
cosh(x)^6 + 150*a^2*cosh(x)^4 - 25*a^2*cosh(x)^2 + 3*a^2)*e^x)*sqrt(a*e^(4 
*x) - 2*a*e^(2*x) + a)*e^(-x)/(cosh(x)^5*e^(2*x) + (e^(2*x) - 1)*sinh(x)^5 
 - cosh(x)^5 + 5*(cosh(x)*e^(2*x) - cosh(x))*sinh(x)^4 + 10*(cosh(x)^2*e^( 
2*x) - cosh(x)^2)*sinh(x)^3 + 10*(cosh(x)^3*e^(2*x) - cosh(x)^3)*sinh(x)^2 
 + 5*(cosh(x)^4*e^(2*x) - cosh(x)^4)*sinh(x))
 
3.2.40.6 Sympy [F]

\[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=\int \left (a \sinh ^{2}{\left (x \right )}\right )^{\frac {5}{2}}\, dx \]

input
integrate((a*sinh(x)**2)**(5/2),x)
 
output
Integral((a*sinh(x)**2)**(5/2), x)
 
3.2.40.7 Maxima [A] (verification not implemented)

Time = 0.28 (sec) , antiderivative size = 53, normalized size of antiderivative = 1.00 \[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=-\frac {1}{160} \, a^{\frac {5}{2}} e^{\left (5 \, x\right )} + \frac {5}{96} \, a^{\frac {5}{2}} e^{\left (3 \, x\right )} - \frac {5}{16} \, a^{\frac {5}{2}} e^{\left (-x\right )} + \frac {5}{96} \, a^{\frac {5}{2}} e^{\left (-3 \, x\right )} - \frac {1}{160} \, a^{\frac {5}{2}} e^{\left (-5 \, x\right )} - \frac {5}{16} \, a^{\frac {5}{2}} e^{x} \]

input
integrate((a*sinh(x)^2)^(5/2),x, algorithm="maxima")
 
output
-1/160*a^(5/2)*e^(5*x) + 5/96*a^(5/2)*e^(3*x) - 5/16*a^(5/2)*e^(-x) + 5/96 
*a^(5/2)*e^(-3*x) - 1/160*a^(5/2)*e^(-5*x) - 5/16*a^(5/2)*e^x
 
3.2.40.8 Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 120 vs. \(2 (41) = 82\).

Time = 0.28 (sec) , antiderivative size = 120, normalized size of antiderivative = 2.26 \[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=\frac {1}{480} \, {\left (3 \, a^{2} e^{\left (5 \, x\right )} \mathrm {sgn}\left (e^{\left (3 \, x\right )} - e^{x}\right ) - 25 \, a^{2} e^{\left (3 \, x\right )} \mathrm {sgn}\left (e^{\left (3 \, x\right )} - e^{x}\right ) + 150 \, a^{2} e^{x} \mathrm {sgn}\left (e^{\left (3 \, x\right )} - e^{x}\right ) + {\left (150 \, a^{2} e^{\left (4 \, x\right )} \mathrm {sgn}\left (e^{\left (3 \, x\right )} - e^{x}\right ) - 25 \, a^{2} e^{\left (2 \, x\right )} \mathrm {sgn}\left (e^{\left (3 \, x\right )} - e^{x}\right ) + 3 \, a^{2} \mathrm {sgn}\left (e^{\left (3 \, x\right )} - e^{x}\right )\right )} e^{\left (-5 \, x\right )}\right )} \sqrt {a} \]

input
integrate((a*sinh(x)^2)^(5/2),x, algorithm="giac")
 
output
1/480*(3*a^2*e^(5*x)*sgn(e^(3*x) - e^x) - 25*a^2*e^(3*x)*sgn(e^(3*x) - e^x 
) + 150*a^2*e^x*sgn(e^(3*x) - e^x) + (150*a^2*e^(4*x)*sgn(e^(3*x) - e^x) - 
 25*a^2*e^(2*x)*sgn(e^(3*x) - e^x) + 3*a^2*sgn(e^(3*x) - e^x))*e^(-5*x))*s 
qrt(a)
 
3.2.40.9 Mupad [F(-1)]

Timed out. \[ \int \left (a \sinh ^2(x)\right )^{5/2} \, dx=\int {\left (a\,{\mathrm {sinh}\left (x\right )}^2\right )}^{5/2} \,d x \]

input
int((a*sinh(x)^2)^(5/2),x)
 
output
int((a*sinh(x)^2)^(5/2), x)