3.73 \(\int \sinh (a+b x) \tanh ^4(a+b x) \, dx\)

Optimal. Leaf size=37 \[ \frac {\cosh (a+b x)}{b}-\frac {\text {sech}^3(a+b x)}{3 b}+\frac {2 \text {sech}(a+b x)}{b} \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 37, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {2590, 270} \[ \frac {\cosh (a+b x)}{b}-\frac {\text {sech}^3(a+b x)}{3 b}+\frac {2 \text {sech}(a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Int[Sinh[a + b*x]*Tanh[a + b*x]^4,x]

[Out]

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

Rule 270

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*(a + b*x^n)^p,
 x], x] /; FreeQ[{a, b, c, m, n}, x] && IGtQ[p, 0]

Rule 2590

Int[sin[(e_.) + (f_.)*(x_)]^(m_.)*tan[(e_.) + (f_.)*(x_)]^(n_.), x_Symbol] :> -Dist[f^(-1), Subst[Int[(1 - x^2
)^((m + n - 1)/2)/x^n, x], x, Cos[e + f*x]], x] /; FreeQ[{e, f}, x] && IntegersQ[m, n, (m + n - 1)/2]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 37, normalized size = 1.00 \[ \frac {\cosh (a+b x)}{b}-\frac {\text {sech}^3(a+b x)}{3 b}+\frac {2 \text {sech}(a+b x)}{b} \]

Antiderivative was successfully verified.

[In]

Integrate[Sinh[a + b*x]*Tanh[a + b*x]^4,x]

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.46, size = 93, normalized size = 2.51 \[ \frac {3 \, \cosh \left (b x + a\right )^{4} + 3 \, \sinh \left (b x + a\right )^{4} + 18 \, {\left (\cosh \left (b x + a\right )^{2} + 2\right )} \sinh \left (b x + a\right )^{2} + 36 \, \cosh \left (b x + a\right )^{2} + 25}{6 \, {\left (b \cosh \left (b x + a\right )^{3} + 3 \, b \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{2} + 3 \, b \cosh \left (b x + a\right )\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(b*x+a)*tanh(b*x+a)^4,x, algorithm="fricas")

[Out]

1/6*(3*cosh(b*x + a)^4 + 3*sinh(b*x + a)^4 + 18*(cosh(b*x + a)^2 + 2)*sinh(b*x + a)^2 + 36*cosh(b*x + a)^2 + 2
5)/(b*cosh(b*x + a)^3 + 3*b*cosh(b*x + a)*sinh(b*x + a)^2 + 3*b*cosh(b*x + a))

________________________________________________________________________________________

giac [B]  time = 0.15, size = 71, normalized size = 1.92 \[ \frac {\frac {8 \, {\left (3 \, e^{\left (5 \, b x + 5 \, a\right )} + 4 \, e^{\left (3 \, b x + 3 \, a\right )} + 3 \, e^{\left (b x + a\right )}\right )}}{{\left (e^{\left (2 \, b x + 2 \, a\right )} + 1\right )}^{3}} + 3 \, e^{\left (b x + a\right )} + 3 \, e^{\left (-b x - a\right )}}{6 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(b*x+a)*tanh(b*x+a)^4,x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.16, size = 51, normalized size = 1.38 \[ \frac {\frac {\sinh ^{4}\left (b x +a \right )}{\cosh \left (b x +a \right )^{3}}+\frac {4 \left (\sinh ^{2}\left (b x +a \right )\right )}{\cosh \left (b x +a \right )^{3}}+\frac {8}{3 \cosh \left (b x +a \right )^{3}}}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(b*x+a)*tanh(b*x+a)^4,x)

[Out]

1/b*(sinh(b*x+a)^4/cosh(b*x+a)^3+4*sinh(b*x+a)^2/cosh(b*x+a)^3+8/3/cosh(b*x+a)^3)

________________________________________________________________________________________

maxima [B]  time = 0.31, size = 98, normalized size = 2.65 \[ \frac {e^{\left (-b x - a\right )}}{2 \, b} + \frac {33 \, e^{\left (-2 \, b x - 2 \, a\right )} + 41 \, e^{\left (-4 \, b x - 4 \, a\right )} + 27 \, e^{\left (-6 \, b x - 6 \, a\right )} + 3}{6 \, b {\left (e^{\left (-b x - a\right )} + 3 \, e^{\left (-3 \, b x - 3 \, a\right )} + 3 \, e^{\left (-5 \, b x - 5 \, a\right )} + e^{\left (-7 \, b x - 7 \, a\right )}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(b*x+a)*tanh(b*x+a)^4,x, algorithm="maxima")

[Out]

1/2*e^(-b*x - a)/b + 1/6*(33*e^(-2*b*x - 2*a) + 41*e^(-4*b*x - 4*a) + 27*e^(-6*b*x - 6*a) + 3)/(b*(e^(-b*x - a
) + 3*e^(-3*b*x - 3*a) + 3*e^(-5*b*x - 5*a) + e^(-7*b*x - 7*a)))

________________________________________________________________________________________

mupad [B]  time = 1.50, size = 131, normalized size = 3.54 \[ \frac {{\mathrm {e}}^{a+b\,x}}{2\,b}+\frac {{\mathrm {e}}^{-a-b\,x}}{2\,b}-\frac {8\,{\mathrm {e}}^{a+b\,x}}{3\,b\,\left (2\,{\mathrm {e}}^{2\,a+2\,b\,x}+{\mathrm {e}}^{4\,a+4\,b\,x}+1\right )}+\frac {8\,{\mathrm {e}}^{a+b\,x}}{3\,b\,\left (3\,{\mathrm {e}}^{2\,a+2\,b\,x}+3\,{\mathrm {e}}^{4\,a+4\,b\,x}+{\mathrm {e}}^{6\,a+6\,b\,x}+1\right )}+\frac {4\,{\mathrm {e}}^{a+b\,x}}{b\,\left ({\mathrm {e}}^{2\,a+2\,b\,x}+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(a + b*x)*tanh(a + b*x)^4,x)

[Out]

exp(a + b*x)/(2*b) + exp(- a - b*x)/(2*b) - (8*exp(a + b*x))/(3*b*(2*exp(2*a + 2*b*x) + exp(4*a + 4*b*x) + 1))
 + (8*exp(a + b*x))/(3*b*(3*exp(2*a + 2*b*x) + 3*exp(4*a + 4*b*x) + exp(6*a + 6*b*x) + 1)) + (4*exp(a + b*x))/
(b*(exp(2*a + 2*b*x) + 1))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sinh {\left (a + b x \right )} \tanh ^{4}{\left (a + b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(b*x+a)*tanh(b*x+a)**4,x)

[Out]

Integral(sinh(a + b*x)*tanh(a + b*x)**4, x)

________________________________________________________________________________________