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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0274256, antiderivative size = 28, normalized size of antiderivative = 1., 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 = {2620, 14} \[ -\frac{\coth ^2(a+b x)}{2 b}-\frac{\log (\tanh (a+b x))}{b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-Coth[a + b*x]^2/(2*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 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]]

Rubi steps

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

Mathematica [A]  time = 0.04275, size = 34, normalized size = 1.21 \[ -\frac{\text{csch}^2(a+b x)+2 \log (\sinh (a+b x))-2 \log (\cosh (a+b x))}{2 b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]  time = 0.018, size = 27, normalized size = 1. \begin{align*} -{\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)^3*sech(b*x+a),x)

[Out]

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

________________________________________________________________________________________

Maxima [B]  time = 1.59034, size = 123, normalized size = 4.39 \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 \, e^{\left (-2 \, b x - 2 \, a\right )}}{b{\left (2 \, e^{\left (-2 \, b x - 2 \, a\right )} - e^{\left (-4 \, b x - 4 \, a\right )} - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^3*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)/(b*(2*e^
(-2*b*x - 2*a) - e^(-4*b*x - 4*a) - 1))

________________________________________________________________________________________

Fricas [B]  time = 1.93696, size = 1037, normalized size = 37.04 \begin{align*} -\frac{2 \, \cosh \left (b x + a\right )^{2} -{\left (\cosh \left (b x + a\right )^{4} + 4 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{3} + \sinh \left (b x + a\right )^{4} + 2 \,{\left (3 \, \cosh \left (b x + a\right )^{2} - 1\right )} \sinh \left (b x + a\right )^{2} - 2 \, \cosh \left (b x + a\right )^{2} + 4 \,{\left (\cosh \left (b x + a\right )^{3} - \cosh \left (b x + a\right )\right )} \sinh \left (b x + a\right ) + 1\right )} \log \left (\frac{2 \, \cosh \left (b x + a\right )}{\cosh \left (b x + a\right ) - \sinh \left (b x + a\right )}\right ) +{\left (\cosh \left (b x + a\right )^{4} + 4 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{3} + \sinh \left (b x + a\right )^{4} + 2 \,{\left (3 \, \cosh \left (b x + a\right )^{2} - 1\right )} \sinh \left (b x + a\right )^{2} - 2 \, \cosh \left (b x + a\right )^{2} + 4 \,{\left (\cosh \left (b x + a\right )^{3} - \cosh \left (b x + a\right )\right )} \sinh \left (b x + a\right ) + 1\right )} \log \left (\frac{2 \, \sinh \left (b x + a\right )}{\cosh \left (b x + a\right ) - \sinh \left (b x + a\right )}\right ) + 4 \, \cosh \left (b x + a\right ) \sinh \left (b x + a\right ) + 2 \, \sinh \left (b x + a\right )^{2}}{b \cosh \left (b x + a\right )^{4} + 4 \, b \cosh \left (b x + a\right ) \sinh \left (b x + a\right )^{3} + b \sinh \left (b x + a\right )^{4} - 2 \, b \cosh \left (b x + a\right )^{2} + 2 \,{\left (3 \, b \cosh \left (b x + a\right )^{2} - b\right )} \sinh \left (b x + a\right )^{2} + 4 \,{\left (b \cosh \left (b x + a\right )^{3} - b \cosh \left (b x + a\right )\right )} \sinh \left (b x + a\right ) + b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-(2*cosh(b*x + a)^2 - (cosh(b*x + a)^4 + 4*cosh(b*x + a)*sinh(b*x + a)^3 + sinh(b*x + a)^4 + 2*(3*cosh(b*x + a
)^2 - 1)*sinh(b*x + a)^2 - 2*cosh(b*x + a)^2 + 4*(cosh(b*x + a)^3 - cosh(b*x + a))*sinh(b*x + a) + 1)*log(2*co
sh(b*x + a)/(cosh(b*x + a) - sinh(b*x + a))) + (cosh(b*x + a)^4 + 4*cosh(b*x + a)*sinh(b*x + a)^3 + sinh(b*x +
 a)^4 + 2*(3*cosh(b*x + a)^2 - 1)*sinh(b*x + a)^2 - 2*cosh(b*x + a)^2 + 4*(cosh(b*x + a)^3 - cosh(b*x + a))*si
nh(b*x + a) + 1)*log(2*sinh(b*x + a)/(cosh(b*x + a) - sinh(b*x + a))) + 4*cosh(b*x + a)*sinh(b*x + a) + 2*sinh
(b*x + a)^2)/(b*cosh(b*x + a)^4 + 4*b*cosh(b*x + a)*sinh(b*x + a)^3 + b*sinh(b*x + a)^4 - 2*b*cosh(b*x + a)^2
+ 2*(3*b*cosh(b*x + a)^2 - b)*sinh(b*x + a)^2 + 4*(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}^{3}{\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)**3*sech(b*x+a),x)

[Out]

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

________________________________________________________________________________________

Giac [B]  time = 1.1694, size = 135, normalized size = 4.82 \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{e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} - 6}{2 \, b{\left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} - 2\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)^3*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/2*(e
^(2*b*x + 2*a) + e^(-2*b*x - 2*a) - 6)/(b*(e^(2*b*x + 2*a) + e^(-2*b*x - 2*a) - 2))