3.320 \(\int \cosh ^2(a+b x) \sinh ^3(a+b x) \, dx\)

Optimal. Leaf size=31 \[ \frac {\cosh ^5(a+b x)}{5 b}-\frac {\cosh ^3(a+b x)}{3 b} \]

[Out]

-1/3*cosh(b*x+a)^3/b+1/5*cosh(b*x+a)^5/b

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.118, Rules used = {2565, 14} \[ \frac {\cosh ^5(a+b x)}{5 b}-\frac {\cosh ^3(a+b x)}{3 b} \]

Antiderivative was successfully verified.

[In]

Int[Cosh[a + b*x]^2*Sinh[a + b*x]^3,x]

[Out]

-Cosh[a + b*x]^3/(3*b) + Cosh[a + b*x]^5/(5*b)

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 2565

Int[(cos[(e_.) + (f_.)*(x_)]*(a_.))^(m_.)*sin[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[(a*f)^(-1), Subst[
Int[x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Cos[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2]
 &&  !(IntegerQ[(m - 1)/2] && GtQ[m, 0] && LeQ[m, n])

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 27, normalized size = 0.87 \[ \frac {\cosh ^3(a+b x) (3 \cosh (2 (a+b x))-7)}{30 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Cosh[a + b*x]^2*Sinh[a + b*x]^3,x]

[Out]

(Cosh[a + b*x]^3*(-7 + 3*Cosh[2*(a + b*x)]))/(30*b)

________________________________________________________________________________________

fricas [B]  time = 0.85, size = 79, normalized size = 2.55 \[ \frac {3 \, \cosh \left (b x + a\right )^{5} + 15 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{4} - 5 \, \cosh \left (b x + a\right )^{3} + 15 \, {\left (2 \, \cosh \left (b x + a\right )^{3} - \cosh \left (b x + a\right )\right )} \sinh \left (b x + a\right )^{2} - 30 \, \cosh \left (b x + a\right )}{240 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)^2*sinh(b*x+a)^3,x, algorithm="fricas")

[Out]

1/240*(3*cosh(b*x + a)^5 + 15*cosh(b*x + a)*sinh(b*x + a)^4 - 5*cosh(b*x + a)^3 + 15*(2*cosh(b*x + a)^3 - cosh
(b*x + a))*sinh(b*x + a)^2 - 30*cosh(b*x + a))/b

________________________________________________________________________________________

giac [B]  time = 0.15, size = 82, normalized size = 2.65 \[ \frac {e^{\left (5 \, b x + 5 \, a\right )}}{160 \, b} - \frac {e^{\left (3 \, b x + 3 \, a\right )}}{96 \, b} - \frac {e^{\left (b x + a\right )}}{16 \, b} - \frac {e^{\left (-b x - a\right )}}{16 \, b} - \frac {e^{\left (-3 \, b x - 3 \, a\right )}}{96 \, b} + \frac {e^{\left (-5 \, b x - 5 \, a\right )}}{160 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)^2*sinh(b*x+a)^3,x, algorithm="giac")

[Out]

1/160*e^(5*b*x + 5*a)/b - 1/96*e^(3*b*x + 3*a)/b - 1/16*e^(b*x + a)/b - 1/16*e^(-b*x - a)/b - 1/96*e^(-3*b*x -
 3*a)/b + 1/160*e^(-5*b*x - 5*a)/b

________________________________________________________________________________________

maple [A]  time = 0.06, size = 34, normalized size = 1.10 \[ \frac {\frac {\left (\cosh ^{3}\left (b x +a \right )\right ) \left (\sinh ^{2}\left (b x +a \right )\right )}{5}-\frac {2 \left (\cosh ^{3}\left (b x +a \right )\right )}{15}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(b*x+a)^2*sinh(b*x+a)^3,x)

[Out]

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

________________________________________________________________________________________

maxima [B]  time = 0.33, size = 78, normalized size = 2.52 \[ -\frac {{\left (5 \, e^{\left (-2 \, b x - 2 \, a\right )} + 30 \, e^{\left (-4 \, b x - 4 \, a\right )} - 3\right )} e^{\left (5 \, b x + 5 \, a\right )}}{480 \, b} - \frac {30 \, e^{\left (-b x - a\right )} + 5 \, e^{\left (-3 \, b x - 3 \, a\right )} - 3 \, e^{\left (-5 \, b x - 5 \, a\right )}}{480 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)^2*sinh(b*x+a)^3,x, algorithm="maxima")

[Out]

-1/480*(5*e^(-2*b*x - 2*a) + 30*e^(-4*b*x - 4*a) - 3)*e^(5*b*x + 5*a)/b - 1/480*(30*e^(-b*x - a) + 5*e^(-3*b*x
 - 3*a) - 3*e^(-5*b*x - 5*a))/b

________________________________________________________________________________________

mupad [B]  time = 1.45, size = 26, normalized size = 0.84 \[ -\frac {5\,{\mathrm {cosh}\left (a+b\,x\right )}^3-3\,{\mathrm {cosh}\left (a+b\,x\right )}^5}{15\,b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(a + b*x)^2*sinh(a + b*x)^3,x)

[Out]

-(5*cosh(a + b*x)^3 - 3*cosh(a + b*x)^5)/(15*b)

________________________________________________________________________________________

sympy [A]  time = 1.47, size = 44, normalized size = 1.42 \[ \begin {cases} \frac {\sinh ^{2}{\left (a + b x \right )} \cosh ^{3}{\left (a + b x \right )}}{3 b} - \frac {2 \cosh ^{5}{\left (a + b x \right )}}{15 b} & \text {for}\: b \neq 0 \\x \sinh ^{3}{\relax (a )} \cosh ^{2}{\relax (a )} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cosh(b*x+a)**2*sinh(b*x+a)**3,x)

[Out]

Piecewise((sinh(a + b*x)**2*cosh(a + b*x)**3/(3*b) - 2*cosh(a + b*x)**5/(15*b), Ne(b, 0)), (x*sinh(a)**3*cosh(
a)**2, True))

________________________________________________________________________________________