3.8.74 \(\int (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x))^{5/2} \, dx\) [774]

Optimal. Leaf size=146 \[ \frac {64 \left (b^2-c^2\right ) (c \cosh (x)+b \sinh (x))}{15 \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}}-\frac {16}{15} \sqrt {b^2-c^2} (c \cosh (x)+b \sinh (x)) \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}+\frac {2}{5} (c \cosh (x)+b \sinh (x)) \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{3/2} \]

[Out]

2/5*(c*cosh(x)+b*sinh(x))*(b*cosh(x)+c*sinh(x)-(b^2-c^2)^(1/2))^(3/2)+64/15*(b^2-c^2)*(c*cosh(x)+b*sinh(x))/(b
*cosh(x)+c*sinh(x)-(b^2-c^2)^(1/2))^(1/2)-16/15*(c*cosh(x)+b*sinh(x))*(b^2-c^2)^(1/2)*(b*cosh(x)+c*sinh(x)-(b^
2-c^2)^(1/2))^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.10, antiderivative size = 146, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {3192, 3191} \begin {gather*} \frac {2}{5} (b \sinh (x)+c \cosh (x)) \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{3/2}-\frac {16}{15} \sqrt {b^2-c^2} (b \sinh (x)+c \cosh (x)) \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}+\frac {64 \left (b^2-c^2\right ) (b \sinh (x)+c \cosh (x))}{15 \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(-Sqrt[b^2 - c^2] + b*Cosh[x] + c*Sinh[x])^(5/2),x]

[Out]

(64*(b^2 - c^2)*(c*Cosh[x] + b*Sinh[x]))/(15*Sqrt[-Sqrt[b^2 - c^2] + b*Cosh[x] + c*Sinh[x]]) - (16*Sqrt[b^2 -
c^2]*(c*Cosh[x] + b*Sinh[x])*Sqrt[-Sqrt[b^2 - c^2] + b*Cosh[x] + c*Sinh[x]])/15 + (2*(c*Cosh[x] + b*Sinh[x])*(
-Sqrt[b^2 - c^2] + b*Cosh[x] + c*Sinh[x])^(3/2))/5

Rule 3191

Int[Sqrt[cos[(d_.) + (e_.)*(x_)]*(b_.) + (a_) + (c_.)*sin[(d_.) + (e_.)*(x_)]], x_Symbol] :> Simp[-2*((c*Cos[d
 + e*x] - b*Sin[d + e*x])/(e*Sqrt[a + b*Cos[d + e*x] + c*Sin[d + e*x]])), x] /; FreeQ[{a, b, c, d, e}, x] && E
qQ[a^2 - b^2 - c^2, 0]

Rule 3192

Int[(cos[(d_.) + (e_.)*(x_)]*(b_.) + (a_) + (c_.)*sin[(d_.) + (e_.)*(x_)])^(n_), x_Symbol] :> Simp[(-(c*Cos[d
+ e*x] - b*Sin[d + e*x]))*((a + b*Cos[d + e*x] + c*Sin[d + e*x])^(n - 1)/(e*n)), x] + Dist[a*((2*n - 1)/n), In
t[(a + b*Cos[d + e*x] + c*Sin[d + e*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[a^2 - b^2 - c^2, 0
] && GtQ[n, 0]

Rubi steps

\begin {align*} \int \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{5/2} \, dx &=\frac {2}{5} (c \cosh (x)+b \sinh (x)) \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{3/2}-\frac {1}{5} \left (8 \sqrt {b^2-c^2}\right ) \int \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{3/2} \, dx\\ &=-\frac {16}{15} \sqrt {b^2-c^2} (c \cosh (x)+b \sinh (x)) \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}+\frac {2}{5} (c \cosh (x)+b \sinh (x)) \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{3/2}+\frac {1}{15} \left (32 \left (b^2-c^2\right )\right ) \int \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)} \, dx\\ &=\frac {64 \left (b^2-c^2\right ) (c \cosh (x)+b \sinh (x))}{15 \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}}-\frac {16}{15} \sqrt {b^2-c^2} (c \cosh (x)+b \sinh (x)) \sqrt {-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)}+\frac {2}{5} (c \cosh (x)+b \sinh (x)) \left (-\sqrt {b^2-c^2}+b \cosh (x)+c \sinh (x)\right )^{3/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 4 vs. order 3 in optimal.
time = 96.87, size = 4368, normalized size = 29.92 \begin {gather*} \text {Result too large to show} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[(-Sqrt[b^2 - c^2] + b*Cosh[x] + c*Sinh[x])^(5/2),x]

[Out]

Sqrt[b^2 - c^2]*((4*b*Sqrt[b^2 - c^2])/(3*c) - (4*c*Cosh[x])/3 - (4*b*Sinh[x])/3)*Sqrt[-Sqrt[b^2 - c^2] + b*Co
sh[x] + c*Sinh[x]] + Sqrt[-Sqrt[b^2 - c^2] + b*Cosh[x] + c*Sinh[x]]*((44*b*(b^2 - c^2))/(15*c) - (2*c*Sqrt[b^2
 - c^2]*Cosh[x])/15 + (2*b*c*Cosh[2*x])/5 - (2*b*Sqrt[b^2 - c^2]*Sinh[x])/15 + ((b^2 + c^2)*Sinh[2*x])/5) + (2
56*b*c*(-b + c)*(b + c)*Sqrt[b^2 - c^2]*(-b^2 + c^2)*(EllipticF[ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 +
Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1] - 2*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqr
t[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1])*Sqrt[-Sqrt[(b - c)*(b + c)
] + b*Cosh[x] + c*Sinh[x]]*(-1 + Tanh[x/2])*(-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2
- c^2])*(-1 + Tanh[x/2]))))^(3/2)*(c + (b + Sqrt[b^2 - c^2])*Tanh[x/2])*(-1 + Tanh[x/2]^2))/(15*(b + c + Sqrt[
b^2 - c^2])^3*(-b^2 + c^2 + b*Sqrt[b^2 - c^2])*(1 + Cosh[x])*Sqrt[(-Sqrt[(b - c)*(b + c)] + b*Cosh[x] + c*Sinh
[x])/(1 + Cosh[x])^2]*(1 + Tanh[x/2])^2*Sqrt[-((-1 + Tanh[x/2]^2)*(2*c*Tanh[x/2] + Sqrt[b^2 - c^2]*(-1 + Tanh[
x/2]^2) + b*(1 + Tanh[x/2]^2)))]) - (128*(b - c)^2*(b + c)^2*Sqrt[-Sqrt[(b - c)*(b + c)] + b*Cosh[x] + c*Sinh[
x]]*(2*b^3*c^2 + 3*b^2*c^3 - c^5 + 2*b^2*c^2*Sqrt[b^2 - c^2] + 3*b*c^3*Sqrt[b^2 - c^2] + c^4*Sqrt[b^2 - c^2] +
 8*b^4*c*Tanh[x/2] + 12*b^3*c^2*Tanh[x/2] - 2*b^2*c^3*Tanh[x/2] - 8*b*c^4*Tanh[x/2] - 2*c^5*Tanh[x/2] + 8*b^3*
c*Sqrt[b^2 - c^2]*Tanh[x/2] + 12*b^2*c^2*Sqrt[b^2 - c^2]*Tanh[x/2] + 2*b*c^3*Sqrt[b^2 - c^2]*Tanh[x/2] - 2*c^4
*Sqrt[b^2 - c^2]*Tanh[x/2] + 8*b^5*Tanh[x/2]^2 + 12*b^4*c*Tanh[x/2]^2 - 4*b^3*c^2*Tanh[x/2]^2 - 11*b^2*c^3*Tan
h[x/2]^2 - 2*b*c^4*Tanh[x/2]^2 + c^5*Tanh[x/2]^2 + 8*b^4*Sqrt[b^2 - c^2]*Tanh[x/2]^2 + 12*b^3*c*Sqrt[b^2 - c^2
]*Tanh[x/2]^2 - 5*b*c^3*Sqrt[b^2 - c^2]*Tanh[x/2]^2 - c^4*Sqrt[b^2 - c^2]*Tanh[x/2]^2 - 8*b^4*c*EllipticPi[-1,
 ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]
*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] + 8*b^2*c^3
*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tan
h[x/2])))]], 1]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])
))] - 8*b^3*c*Sqrt[b^2 - c^2]*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c
 + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt
[b^2 - c^2])*(-1 + Tanh[x/2])))] + 4*b*c^3*Sqrt[b^2 - c^2]*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c
^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1
 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] - 16*b^5*EllipticPi[-1, ArcSin[Sqrt[-(((b + c +
Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c
 + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] + 8*b^4*c*EllipticPi[-1, A
rcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*T
anh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] + 2
0*b^3*c^2*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*
(-1 + Tanh[x/2])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2
])*(-1 + Tanh[x/2])))] - 8*b^2*c^3*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((
b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))
/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] - 4*b*c^4*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^
2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 -
 c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] - 16*b^4*Sqrt[b^2 - c^2]*EllipticPi[-1,
 ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]
*Tanh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] +
 8*b^3*c*Sqrt[b^2 - c^2]*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sq
rt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c +
 Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] + 12*b^2*c^2*Sqrt[b^2 - c^2]*EllipticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt
[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c + S
qrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2])))] - 4*b*c^3*Sqrt[b^2 - c^2]*Elli
pticPi[-1, ArcSin[Sqrt[-(((b + c + Sqrt[b^2 - c^2])*(1 + Tanh[x/2]))/((b - c + Sqrt[b^2 - c^2])*(-1 + Tanh[x/2
])))]], 1]*Tanh[x/2]*Sqrt[-(((b + c + Sqrt[b^2 ...

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(274\) vs. \(2(126)=252\).
time = 3.20, size = 275, normalized size = 1.88

method result size
default \(-\frac {\sqrt {\left (b -c \right ) \left (b +c \right )}\, \left (b -c \right ) \left (b +c \right ) \left (\frac {\left (\cosh ^{3}\left (x \right )\right )}{3}+2 \cosh \left (x \right )\right )}{\sqrt {-\frac {\sinh \left (x \right ) b^{2}-\sinh \left (x \right ) c^{2}+b^{2}-c^{2}}{\sqrt {b^{2}-c^{2}}}}}+\frac {\sqrt {-\sqrt {b^{2}-c^{2}}\, \left (\sinh \left (x \right )+1\right ) \left (\sinh ^{2}\left (x \right )\right )}\, \left (\frac {\left (b^{2}-c^{2}\right )^{2} \cosh \left (x \right ) \sqrt {-\sqrt {b^{2}-c^{2}}\, \left (\sinh \left (x \right )+1\right ) \left (\sinh ^{2}\left (x \right )\right )}}{2 \sinh \left (x \right ) b^{2}-2 \sinh \left (x \right ) c^{2}+2 b^{2}-2 c^{2}}-\frac {\left (b^{2}-c^{2}\right )^{\frac {3}{2}} \arctan \left (\frac {\sqrt {\sqrt {b^{2}-c^{2}}\, \left (\sinh \left (x \right )+1\right )}\, \cosh \left (x \right )}{\sqrt {-\sqrt {b^{2}-c^{2}}\, \left (\sinh \left (x \right )+1\right ) \left (\sinh ^{2}\left (x \right )\right )}}\right )}{2 \sqrt {\sqrt {b^{2}-c^{2}}\, \left (\sinh \left (x \right )+1\right )}}\right )}{\sinh \left (x \right ) \sqrt {-\frac {\sinh \left (x \right ) b^{2}-\sinh \left (x \right ) c^{2}+b^{2}-c^{2}}{\sqrt {b^{2}-c^{2}}}}}\) \(275\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*cosh(x)+c*sinh(x)-(b^2-c^2)^(1/2))^(5/2),x,method=_RETURNVERBOSE)

[Out]

-1/(-(sinh(x)*b^2-sinh(x)*c^2+b^2-c^2)/(b^2-c^2)^(1/2))^(1/2)*((b-c)*(b+c))^(1/2)*(b-c)*(b+c)*(1/3*cosh(x)^3+2
*cosh(x))+(-(b^2-c^2)^(1/2)*(sinh(x)+1)*sinh(x)^2)^(1/2)*(1/2*(b^2-c^2)^2*cosh(x)/(sinh(x)*b^2-sinh(x)*c^2+b^2
-c^2)*(-(b^2-c^2)^(1/2)*(sinh(x)+1)*sinh(x)^2)^(1/2)-1/2*(b^2-c^2)^(3/2)/((b^2-c^2)^(1/2)*(sinh(x)+1))^(1/2)*a
rctan(((b^2-c^2)^(1/2)*(sinh(x)+1))^(1/2)*cosh(x)/(-(b^2-c^2)^(1/2)*(sinh(x)+1)*sinh(x)^2)^(1/2)))/sinh(x)/(-(
sinh(x)*b^2-sinh(x)*c^2+b^2-c^2)/(b^2-c^2)^(1/2))^(1/2)

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 1789 vs. \(2 (126) = 252\).
time = 2.47, size = 1789, normalized size = 12.25 \begin {gather*} \text {Too large to display} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cosh(x)+c*sinh(x)-(b^2-c^2)^(1/2))^(5/2),x, algorithm="maxima")

[Out]

1/20*sqrt(2)*(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2)*(-2*s
qrt(b + c)*sqrt(b - c)*e^(-x) + (b - c)*e^(-2*x) + b + c)^(5/2)*e^(5/2*x)/(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqr
t(b + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2 - 5*(b^3 + b^2*c - b*c^2 - c^3)*e^(-x) + 10*(sqrt(b + c
)*sqrt(b - c)*b^2 - sqrt(b + c)*sqrt(b - c)*c^2)*e^(-2*x) - 10*(b^3 - b^2*c - b*c^2 + c^3)*e^(-3*x) + 5*(sqrt(
b + c)*sqrt(b - c)*b^2 - 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2)*e^(-4*x) - (b^3 - 3*b^2*
c + 3*b*c^2 - c^3)*e^(-5*x)) - 5/12*sqrt(2)*(b^3 + b^2*c - b*c^2 - c^3)*(-2*sqrt(b + c)*sqrt(b - c)*e^(-x) + (
b - c)*e^(-2*x) + b + c)^(5/2)*e^(3/2*x)/(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b
 + c)*sqrt(b - c)*c^2 - 5*(b^3 + b^2*c - b*c^2 - c^3)*e^(-x) + 10*(sqrt(b + c)*sqrt(b - c)*b^2 - sqrt(b + c)*s
qrt(b - c)*c^2)*e^(-2*x) - 10*(b^3 - b^2*c - b*c^2 + c^3)*e^(-3*x) + 5*(sqrt(b + c)*sqrt(b - c)*b^2 - 2*sqrt(b
 + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2)*e^(-4*x) - (b^3 - 3*b^2*c + 3*b*c^2 - c^3)*e^(-5*x)) + 5/
2*sqrt(2)*(sqrt(b + c)*sqrt(b - c)*b^2 - sqrt(b + c)*sqrt(b - c)*c^2)*(-2*sqrt(b + c)*sqrt(b - c)*e^(-x) + (b
- c)*e^(-2*x) + b + c)^(5/2)*e^(1/2*x)/(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b +
 c)*sqrt(b - c)*c^2 - 5*(b^3 + b^2*c - b*c^2 - c^3)*e^(-x) + 10*(sqrt(b + c)*sqrt(b - c)*b^2 - sqrt(b + c)*sqr
t(b - c)*c^2)*e^(-2*x) - 10*(b^3 - b^2*c - b*c^2 + c^3)*e^(-3*x) + 5*(sqrt(b + c)*sqrt(b - c)*b^2 - 2*sqrt(b +
 c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2)*e^(-4*x) - (b^3 - 3*b^2*c + 3*b*c^2 - c^3)*e^(-5*x)) + 5/2*
sqrt(2)*(b^3 - b^2*c - b*c^2 + c^3)*(-2*sqrt(b + c)*sqrt(b - c)*e^(-x) + (b - c)*e^(-2*x) + b + c)^(5/2)*e^(-1
/2*x)/(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2 - 5*(b^3 + b^
2*c - b*c^2 - c^3)*e^(-x) + 10*(sqrt(b + c)*sqrt(b - c)*b^2 - sqrt(b + c)*sqrt(b - c)*c^2)*e^(-2*x) - 10*(b^3
- b^2*c - b*c^2 + c^3)*e^(-3*x) + 5*(sqrt(b + c)*sqrt(b - c)*b^2 - 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b + c)
*sqrt(b - c)*c^2)*e^(-4*x) - (b^3 - 3*b^2*c + 3*b*c^2 - c^3)*e^(-5*x)) - 5/12*sqrt(2)*(sqrt(b + c)*sqrt(b - c)
*b^2 - 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2)*(-2*sqrt(b + c)*sqrt(b - c)*e^(-x) + (b -
c)*e^(-2*x) + b + c)^(5/2)*e^(-3/2*x)/(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b +
c)*sqrt(b - c)*c^2 - 5*(b^3 + b^2*c - b*c^2 - c^3)*e^(-x) + 10*(sqrt(b + c)*sqrt(b - c)*b^2 - sqrt(b + c)*sqrt
(b - c)*c^2)*e^(-2*x) - 10*(b^3 - b^2*c - b*c^2 + c^3)*e^(-3*x) + 5*(sqrt(b + c)*sqrt(b - c)*b^2 - 2*sqrt(b +
c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2)*e^(-4*x) - (b^3 - 3*b^2*c + 3*b*c^2 - c^3)*e^(-5*x)) + 1/20*
sqrt(2)*(b^3 - 3*b^2*c + 3*b*c^2 - c^3)*(-2*sqrt(b + c)*sqrt(b - c)*e^(-x) + (b - c)*e^(-2*x) + b + c)^(5/2)*e
^(-5/2*x)/(sqrt(b + c)*sqrt(b - c)*b^2 + 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b + c)*sqrt(b - c)*c^2 - 5*(b^3
+ b^2*c - b*c^2 - c^3)*e^(-x) + 10*(sqrt(b + c)*sqrt(b - c)*b^2 - sqrt(b + c)*sqrt(b - c)*c^2)*e^(-2*x) - 10*(
b^3 - b^2*c - b*c^2 + c^3)*e^(-3*x) + 5*(sqrt(b + c)*sqrt(b - c)*b^2 - 2*sqrt(b + c)*sqrt(b - c)*b*c + sqrt(b
+ c)*sqrt(b - c)*c^2)*e^(-4*x) - (b^3 - 3*b^2*c + 3*b*c^2 - c^3)*e^(-5*x))

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 784 vs. \(2 (126) = 252\).
time = 0.37, size = 784, normalized size = 5.37 \begin {gather*} \frac {\sqrt {\frac {1}{2}} {\left (3 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \cosh \left (x\right )^{6} + 18 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \cosh \left (x\right ) \sinh \left (x\right )^{5} + 3 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \sinh \left (x\right )^{6} + 125 \, {\left (b^{3} + b^{2} c - b c^{2} - c^{3}\right )} \cosh \left (x\right )^{4} + 5 \, {\left (25 \, b^{3} + 25 \, b^{2} c - 25 \, b c^{2} - 25 \, c^{3} + 9 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \cosh \left (x\right )^{2}\right )} \sinh \left (x\right )^{4} + 20 \, {\left (3 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \cosh \left (x\right )^{3} + 25 \, {\left (b^{3} + b^{2} c - b c^{2} - c^{3}\right )} \cosh \left (x\right )\right )} \sinh \left (x\right )^{3} + 3 \, b^{3} - 9 \, b^{2} c + 9 \, b c^{2} - 3 \, c^{3} + 125 \, {\left (b^{3} - b^{2} c - b c^{2} + c^{3}\right )} \cosh \left (x\right )^{2} + 5 \, {\left (9 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \cosh \left (x\right )^{4} + 25 \, b^{3} - 25 \, b^{2} c - 25 \, b c^{2} + 25 \, c^{3} + 150 \, {\left (b^{3} + b^{2} c - b c^{2} - c^{3}\right )} \cosh \left (x\right )^{2}\right )} \sinh \left (x\right )^{2} + 2 \, {\left (9 \, {\left (b^{3} + 3 \, b^{2} c + 3 \, b c^{2} + c^{3}\right )} \cosh \left (x\right )^{5} + 250 \, {\left (b^{3} + b^{2} c - b c^{2} - c^{3}\right )} \cosh \left (x\right )^{3} + 125 \, {\left (b^{3} - b^{2} c - b c^{2} + c^{3}\right )} \cosh \left (x\right )\right )} \sinh \left (x\right ) - 2 \, {\left (11 \, {\left (b^{2} + 2 \, b c + c^{2}\right )} \cosh \left (x\right )^{5} + 55 \, {\left (b^{2} + 2 \, b c + c^{2}\right )} \cosh \left (x\right ) \sinh \left (x\right )^{4} + 11 \, {\left (b^{2} + 2 \, b c + c^{2}\right )} \sinh \left (x\right )^{5} - 150 \, {\left (b^{2} - c^{2}\right )} \cosh \left (x\right )^{3} + 10 \, {\left (11 \, {\left (b^{2} + 2 \, b c + c^{2}\right )} \cosh \left (x\right )^{2} - 15 \, b^{2} + 15 \, c^{2}\right )} \sinh \left (x\right )^{3} + 10 \, {\left (11 \, {\left (b^{2} + 2 \, b c + c^{2}\right )} \cosh \left (x\right )^{3} - 45 \, {\left (b^{2} - c^{2}\right )} \cosh \left (x\right )\right )} \sinh \left (x\right )^{2} + 11 \, {\left (b^{2} - 2 \, b c + c^{2}\right )} \cosh \left (x\right ) + {\left (55 \, {\left (b^{2} + 2 \, b c + c^{2}\right )} \cosh \left (x\right )^{4} - 450 \, {\left (b^{2} - c^{2}\right )} \cosh \left (x\right )^{2} + 11 \, b^{2} - 22 \, b c + 11 \, c^{2}\right )} \sinh \left (x\right )\right )} \sqrt {b^{2} - c^{2}}\right )} \sqrt {\frac {{\left (b + c\right )} \cosh \left (x\right )^{2} + 2 \, {\left (b + c\right )} \cosh \left (x\right ) \sinh \left (x\right ) + {\left (b + c\right )} \sinh \left (x\right )^{2} - 2 \, \sqrt {b^{2} - c^{2}} {\left (\cosh \left (x\right ) + \sinh \left (x\right )\right )} + b - c}{\cosh \left (x\right ) + \sinh \left (x\right )}}}{30 \, {\left ({\left (b + c\right )} \cosh \left (x\right )^{4} + 4 \, {\left (b + c\right )} \cosh \left (x\right ) \sinh \left (x\right )^{3} + {\left (b + c\right )} \sinh \left (x\right )^{4} - {\left (b - c\right )} \cosh \left (x\right )^{2} + {\left (6 \, {\left (b + c\right )} \cosh \left (x\right )^{2} - b + c\right )} \sinh \left (x\right )^{2} + 2 \, {\left (2 \, {\left (b + c\right )} \cosh \left (x\right )^{3} - {\left (b - c\right )} \cosh \left (x\right )\right )} \sinh \left (x\right )\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cosh(x)+c*sinh(x)-(b^2-c^2)^(1/2))^(5/2),x, algorithm="fricas")

[Out]

1/30*sqrt(1/2)*(3*(b^3 + 3*b^2*c + 3*b*c^2 + c^3)*cosh(x)^6 + 18*(b^3 + 3*b^2*c + 3*b*c^2 + c^3)*cosh(x)*sinh(
x)^5 + 3*(b^3 + 3*b^2*c + 3*b*c^2 + c^3)*sinh(x)^6 + 125*(b^3 + b^2*c - b*c^2 - c^3)*cosh(x)^4 + 5*(25*b^3 + 2
5*b^2*c - 25*b*c^2 - 25*c^3 + 9*(b^3 + 3*b^2*c + 3*b*c^2 + c^3)*cosh(x)^2)*sinh(x)^4 + 20*(3*(b^3 + 3*b^2*c +
3*b*c^2 + c^3)*cosh(x)^3 + 25*(b^3 + b^2*c - b*c^2 - c^3)*cosh(x))*sinh(x)^3 + 3*b^3 - 9*b^2*c + 9*b*c^2 - 3*c
^3 + 125*(b^3 - b^2*c - b*c^2 + c^3)*cosh(x)^2 + 5*(9*(b^3 + 3*b^2*c + 3*b*c^2 + c^3)*cosh(x)^4 + 25*b^3 - 25*
b^2*c - 25*b*c^2 + 25*c^3 + 150*(b^3 + b^2*c - b*c^2 - c^3)*cosh(x)^2)*sinh(x)^2 + 2*(9*(b^3 + 3*b^2*c + 3*b*c
^2 + c^3)*cosh(x)^5 + 250*(b^3 + b^2*c - b*c^2 - c^3)*cosh(x)^3 + 125*(b^3 - b^2*c - b*c^2 + c^3)*cosh(x))*sin
h(x) - 2*(11*(b^2 + 2*b*c + c^2)*cosh(x)^5 + 55*(b^2 + 2*b*c + c^2)*cosh(x)*sinh(x)^4 + 11*(b^2 + 2*b*c + c^2)
*sinh(x)^5 - 150*(b^2 - c^2)*cosh(x)^3 + 10*(11*(b^2 + 2*b*c + c^2)*cosh(x)^2 - 15*b^2 + 15*c^2)*sinh(x)^3 + 1
0*(11*(b^2 + 2*b*c + c^2)*cosh(x)^3 - 45*(b^2 - c^2)*cosh(x))*sinh(x)^2 + 11*(b^2 - 2*b*c + c^2)*cosh(x) + (55
*(b^2 + 2*b*c + c^2)*cosh(x)^4 - 450*(b^2 - c^2)*cosh(x)^2 + 11*b^2 - 22*b*c + 11*c^2)*sinh(x))*sqrt(b^2 - c^2
))*sqrt(((b + c)*cosh(x)^2 + 2*(b + c)*cosh(x)*sinh(x) + (b + c)*sinh(x)^2 - 2*sqrt(b^2 - c^2)*(cosh(x) + sinh
(x)) + b - c)/(cosh(x) + sinh(x)))/((b + c)*cosh(x)^4 + 4*(b + c)*cosh(x)*sinh(x)^3 + (b + c)*sinh(x)^4 - (b -
 c)*cosh(x)^2 + (6*(b + c)*cosh(x)^2 - b + c)*sinh(x)^2 + 2*(2*(b + c)*cosh(x)^3 - (b - c)*cosh(x))*sinh(x))

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cosh(x)+c*sinh(x)-(b**2-c**2)**(1/2))**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 315 vs. \(2 (126) = 252\).
time = 0.45, size = 315, normalized size = 2.16 \begin {gather*} -\frac {\sqrt {2} {\left (150 \, {\left (b^{2} - c^{2}\right )}^{\frac {3}{2}} e^{\left (\frac {1}{2} \, x\right )} \mathrm {sgn}\left (-\sqrt {b^{2} - c^{2}} e^{x} + b - c\right ) + 3 \, {\left (\sqrt {b^{2} - c^{2}} b^{2} + 2 \, \sqrt {b^{2} - c^{2}} b c + \sqrt {b^{2} - c^{2}} c^{2}\right )} e^{\left (\frac {5}{2} \, x\right )} \mathrm {sgn}\left (-\sqrt {b^{2} - c^{2}} e^{x} + b - c\right ) - 25 \, {\left (b^{3} + b^{2} c - b c^{2} - c^{3}\right )} e^{\left (\frac {3}{2} \, x\right )} \mathrm {sgn}\left (-\sqrt {b^{2} - c^{2}} e^{x} + b - c\right ) - {\left (25 \, {\left (b^{2} - 2 \, b c + c^{2}\right )} \sqrt {b^{2} - c^{2}} e^{x} \mathrm {sgn}\left (-\sqrt {b^{2} - c^{2}} e^{x} + b - c\right ) - 150 \, {\left (b^{3} - b^{2} c - b c^{2} + c^{3}\right )} e^{\left (2 \, x\right )} \mathrm {sgn}\left (-\sqrt {b^{2} - c^{2}} e^{x} + b - c\right ) - 3 \, {\left (b^{3} - 3 \, b^{2} c + 3 \, b c^{2} - c^{3}\right )} \mathrm {sgn}\left (-\sqrt {b^{2} - c^{2}} e^{x} + b - c\right )\right )} e^{\left (-\frac {5}{2} \, x\right )}\right )}}{60 \, \sqrt {b - c}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*cosh(x)+c*sinh(x)-(b^2-c^2)^(1/2))^(5/2),x, algorithm="giac")

[Out]

-1/60*sqrt(2)*(150*(b^2 - c^2)^(3/2)*e^(1/2*x)*sgn(-sqrt(b^2 - c^2)*e^x + b - c) + 3*(sqrt(b^2 - c^2)*b^2 + 2*
sqrt(b^2 - c^2)*b*c + sqrt(b^2 - c^2)*c^2)*e^(5/2*x)*sgn(-sqrt(b^2 - c^2)*e^x + b - c) - 25*(b^3 + b^2*c - b*c
^2 - c^3)*e^(3/2*x)*sgn(-sqrt(b^2 - c^2)*e^x + b - c) - (25*(b^2 - 2*b*c + c^2)*sqrt(b^2 - c^2)*e^x*sgn(-sqrt(
b^2 - c^2)*e^x + b - c) - 150*(b^3 - b^2*c - b*c^2 + c^3)*e^(2*x)*sgn(-sqrt(b^2 - c^2)*e^x + b - c) - 3*(b^3 -
 3*b^2*c + 3*b*c^2 - c^3)*sgn(-sqrt(b^2 - c^2)*e^x + b - c))*e^(-5/2*x))/sqrt(b - c)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int {\left (b\,\mathrm {cosh}\left (x\right )-\sqrt {b^2-c^2}+c\,\mathrm {sinh}\left (x\right )\right )}^{5/2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*cosh(x) - (b^2 - c^2)^(1/2) + c*sinh(x))^(5/2),x)

[Out]

int((b*cosh(x) - (b^2 - c^2)^(1/2) + c*sinh(x))^(5/2), x)

________________________________________________________________________________________