3.44 \(\int \text{csch}^5(a+b x) \text{sech}(a+b x) \, dx\)

Optimal. Leaf size=39 \[ -\frac{\coth ^4(a+b x)}{4 b}+\frac{\coth ^2(a+b x)}{b}+\frac{\log (\tanh (a+b x))}{b} \]

[Out]

Coth[a + b*x]^2/b - Coth[a + b*x]^4/(4*b) + Log[Tanh[a + b*x]]/b

________________________________________________________________________________________

Rubi [A]  time = 0.0320298, antiderivative size = 39, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2, Rules used = {2620, 266, 43} \[ -\frac{\coth ^4(a+b x)}{4 b}+\frac{\coth ^2(a+b x)}{b}+\frac{\log (\tanh (a+b x))}{b} \]

Antiderivative was successfully verified.

[In]

Int[Csch[a + b*x]^5*Sech[a + b*x],x]

[Out]

Coth[a + b*x]^2/b - Coth[a + b*x]^4/(4*b) + Log[Tanh[a + b*x]]/b

Rule 2620

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

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

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

Mathematica [A]  time = 0.123431, size = 46, normalized size = 1.18 \[ \frac{-\text{csch}^4(a+b x)+2 \text{csch}^2(a+b x)+4 \log (\sinh (a+b x))-4 \log (\cosh (a+b x))}{4 b} \]

Antiderivative was successfully verified.

[In]

Integrate[Csch[a + b*x]^5*Sech[a + b*x],x]

[Out]

(2*Csch[a + b*x]^2 - Csch[a + b*x]^4 - 4*Log[Cosh[a + b*x]] + 4*Log[Sinh[a + b*x]])/(4*b)

________________________________________________________________________________________

Maple [A]  time = 0.019, size = 39, normalized size = 1. \begin{align*} -{\frac{1}{4\,b \left ( \sinh \left ( bx+a \right ) \right ) ^{4}}}+{\frac{1}{2\,b \left ( \sinh \left ( bx+a \right ) \right ) ^{2}}}+{\frac{\ln \left ( \tanh \left ( bx+a \right ) \right ) }{b}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csch(b*x+a)^5*sech(b*x+a),x)

[Out]

-1/4/b/sinh(b*x+a)^4+1/2/b/sinh(b*x+a)^2+ln(tanh(b*x+a))/b

________________________________________________________________________________________

Maxima [B]  time = 1.55373, size = 180, normalized size = 4.62 \begin{align*} \frac{\log \left (e^{\left (-b x - a\right )} + 1\right )}{b} + \frac{\log \left (e^{\left (-b x - a\right )} - 1\right )}{b} - \frac{\log \left (e^{\left (-2 \, b x - 2 \, a\right )} + 1\right )}{b} - \frac{2 \,{\left (e^{\left (-2 \, b x - 2 \, a\right )} - 4 \, e^{\left (-4 \, b x - 4 \, a\right )} + e^{\left (-6 \, b x - 6 \, a\right )}\right )}}{b{\left (4 \, e^{\left (-2 \, b x - 2 \, a\right )} - 6 \, e^{\left (-4 \, b x - 4 \, a\right )} + 4 \, e^{\left (-6 \, b x - 6 \, a\right )} - e^{\left (-8 \, b x - 8 \, a\right )} - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^5*sech(b*x+a),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [B]  time = 2.41554, size = 2952, normalized size = 75.69 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^5*sech(b*x+a),x, algorithm="fricas")

[Out]

(2*cosh(b*x + a)^6 + 12*cosh(b*x + a)*sinh(b*x + a)^5 + 2*sinh(b*x + a)^6 + 2*(15*cosh(b*x + a)^2 - 4)*sinh(b*
x + a)^4 - 8*cosh(b*x + a)^4 + 8*(5*cosh(b*x + a)^3 - 4*cosh(b*x + a))*sinh(b*x + a)^3 + 2*(15*cosh(b*x + a)^4
 - 24*cosh(b*x + a)^2 + 1)*sinh(b*x + a)^2 + 2*cosh(b*x + a)^2 - (cosh(b*x + a)^8 + 8*cosh(b*x + a)*sinh(b*x +
 a)^7 + sinh(b*x + a)^8 + 4*(7*cosh(b*x + a)^2 - 1)*sinh(b*x + a)^6 - 4*cosh(b*x + a)^6 + 8*(7*cosh(b*x + a)^3
 - 3*cosh(b*x + a))*sinh(b*x + a)^5 + 2*(35*cosh(b*x + a)^4 - 30*cosh(b*x + a)^2 + 3)*sinh(b*x + a)^4 + 6*cosh
(b*x + a)^4 + 8*(7*cosh(b*x + a)^5 - 10*cosh(b*x + a)^3 + 3*cosh(b*x + a))*sinh(b*x + a)^3 + 4*(7*cosh(b*x + a
)^6 - 15*cosh(b*x + a)^4 + 9*cosh(b*x + a)^2 - 1)*sinh(b*x + a)^2 - 4*cosh(b*x + a)^2 + 8*(cosh(b*x + a)^7 - 3
*cosh(b*x + a)^5 + 3*cosh(b*x + a)^3 - cosh(b*x + a))*sinh(b*x + a) + 1)*log(2*cosh(b*x + a)/(cosh(b*x + a) -
sinh(b*x + a))) + (cosh(b*x + a)^8 + 8*cosh(b*x + a)*sinh(b*x + a)^7 + sinh(b*x + a)^8 + 4*(7*cosh(b*x + a)^2
- 1)*sinh(b*x + a)^6 - 4*cosh(b*x + a)^6 + 8*(7*cosh(b*x + a)^3 - 3*cosh(b*x + a))*sinh(b*x + a)^5 + 2*(35*cos
h(b*x + a)^4 - 30*cosh(b*x + a)^2 + 3)*sinh(b*x + a)^4 + 6*cosh(b*x + a)^4 + 8*(7*cosh(b*x + a)^5 - 10*cosh(b*
x + a)^3 + 3*cosh(b*x + a))*sinh(b*x + a)^3 + 4*(7*cosh(b*x + a)^6 - 15*cosh(b*x + a)^4 + 9*cosh(b*x + a)^2 -
1)*sinh(b*x + a)^2 - 4*cosh(b*x + a)^2 + 8*(cosh(b*x + a)^7 - 3*cosh(b*x + a)^5 + 3*cosh(b*x + a)^3 - cosh(b*x
 + a))*sinh(b*x + a) + 1)*log(2*sinh(b*x + a)/(cosh(b*x + a) - sinh(b*x + a))) + 4*(3*cosh(b*x + a)^5 - 8*cosh
(b*x + a)^3 + cosh(b*x + a))*sinh(b*x + a))/(b*cosh(b*x + a)^8 + 8*b*cosh(b*x + a)*sinh(b*x + a)^7 + b*sinh(b*
x + a)^8 - 4*b*cosh(b*x + a)^6 + 4*(7*b*cosh(b*x + a)^2 - b)*sinh(b*x + a)^6 + 8*(7*b*cosh(b*x + a)^3 - 3*b*co
sh(b*x + a))*sinh(b*x + a)^5 + 6*b*cosh(b*x + a)^4 + 2*(35*b*cosh(b*x + a)^4 - 30*b*cosh(b*x + a)^2 + 3*b)*sin
h(b*x + a)^4 + 8*(7*b*cosh(b*x + a)^5 - 10*b*cosh(b*x + a)^3 + 3*b*cosh(b*x + a))*sinh(b*x + a)^3 - 4*b*cosh(b
*x + a)^2 + 4*(7*b*cosh(b*x + a)^6 - 15*b*cosh(b*x + a)^4 + 9*b*cosh(b*x + a)^2 - b)*sinh(b*x + a)^2 + 8*(b*co
sh(b*x + a)^7 - 3*b*cosh(b*x + a)^5 + 3*b*cosh(b*x + a)^3 - b*cosh(b*x + a))*sinh(b*x + a) + b)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \operatorname{csch}^{5}{\left (a + b x \right )} \operatorname{sech}{\left (a + b x \right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)**5*sech(b*x+a),x)

[Out]

Integral(csch(a + b*x)**5*sech(a + b*x), x)

________________________________________________________________________________________

Giac [B]  time = 1.20856, size = 171, normalized size = 4.38 \begin{align*} -\frac{\log \left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} + 2\right )}{2 \, b} + \frac{\log \left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} - 2\right )}{2 \, b} - \frac{3 \,{\left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )}\right )}^{2} - 20 \, e^{\left (2 \, b x + 2 \, a\right )} - 20 \, e^{\left (-2 \, b x - 2 \, a\right )} + 44}{4 \, b{\left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} - 2\right )}^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^5*sech(b*x+a),x, algorithm="giac")

[Out]

-1/2*log(e^(2*b*x + 2*a) + e^(-2*b*x - 2*a) + 2)/b + 1/2*log(e^(2*b*x + 2*a) + e^(-2*b*x - 2*a) - 2)/b - 1/4*(
3*(e^(2*b*x + 2*a) + e^(-2*b*x - 2*a))^2 - 20*e^(2*b*x + 2*a) - 20*e^(-2*b*x - 2*a) + 44)/(b*(e^(2*b*x + 2*a)
+ e^(-2*b*x - 2*a) - 2)^2)