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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 27, 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 = {2620, 14} \[ \frac {\log (\tanh (a+b x))}{b}-\frac {\tanh ^2(a+b x)}{2 b} \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 36, normalized size = 1.33 \[ -\frac {-\text {sech}^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]*Sech[a + b*x]^3,x]

[Out]

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

________________________________________________________________________________________

fricas [B]  time = 0.42, size = 371, normalized size = 13.74 \[ \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} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)*sech(b*x+a)^3,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*cos
h(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))*sin
h(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)

________________________________________________________________________________________

giac [B]  time = 0.14, size = 93, normalized size = 3.44 \[ \frac {\frac {e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} + 6}{e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} + 2} - \log \left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} + 2\right ) + \log \left (e^{\left (2 \, b x + 2 \, a\right )} + e^{\left (-2 \, b x - 2 \, a\right )} - 2\right )}{2 \, b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.14, size = 26, normalized size = 0.96 \[ \frac {1}{2 b \cosh \left (b x +a \right )^{2}}+\frac {\ln \left (\tanh \left (b x +a \right )\right )}{b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [B]  time = 0.42, size = 88, normalized size = 3.26 \[ \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 )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csch(b*x+a)*sech(b*x+a)^3,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))

________________________________________________________________________________________

mupad [B]  time = 1.50, size = 78, normalized size = 2.89 \[ \frac {2}{b\,\left ({\mathrm {e}}^{2\,a+2\,b\,x}+1\right )}-\frac {2\,\mathrm {atan}\left (\frac {{\mathrm {e}}^{2\,a}\,{\mathrm {e}}^{2\,b\,x}\,\sqrt {-b^2}}{b}\right )}{\sqrt {-b^2}}-\frac {2}{b\,\left (2\,{\mathrm {e}}^{2\,a+2\,b\,x}+{\mathrm {e}}^{4\,a+4\,b\,x}+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/(b*(exp(2*a + 2*b*x) + 1)) - (2*atan((exp(2*a)*exp(2*b*x)*(-b^2)^(1/2))/b))/(-b^2)^(1/2) - 2/(b*(2*exp(2*a +
 2*b*x) + exp(4*a + 4*b*x) + 1))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \operatorname {csch}{\left (a + b x \right )} \operatorname {sech}^{3}{\left (a + b x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________