3.1.98 \(\int \frac {\text {sech}^4(x)}{1+\tanh (x)} \, dx\) [98]

Optimal. Leaf size=11 \[ \tanh (x)-\frac {\tanh ^2(x)}{2} \]

[Out]

tanh(x)-1/2*tanh(x)^2

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 11, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {3568} \begin {gather*} \tanh (x)-\frac {\tanh ^2(x)}{2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sech[x]^4/(1 + Tanh[x]),x]

[Out]

Tanh[x] - Tanh[x]^2/2

Rule 3568

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[1/(a^(m - 2)*b
*f), Subst[Int[(a - x)^(m/2 - 1)*(a + x)^(n + m/2 - 1), x], x, b*Tan[e + f*x]], x] /; FreeQ[{a, b, e, f, n}, x
] && EqQ[a^2 + b^2, 0] && IntegerQ[m/2]

Rubi steps

\begin {align*} \int \frac {\text {sech}^4(x)}{1+\tanh (x)} \, dx &=\text {Subst}(\int (1-x) \, dx,x,\tanh (x))\\ &=\tanh (x)-\frac {\tanh ^2(x)}{2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 11, normalized size = 1.00 \begin {gather*} \frac {\text {sech}^2(x)}{2}+\tanh (x) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sech[x]^4/(1 + Tanh[x]),x]

[Out]

Sech[x]^2/2 + Tanh[x]

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(33\) vs. \(2(9)=18\).
time = 0.55, size = 34, normalized size = 3.09

method result size
risch \(-\frac {2}{\left (1+{\mathrm e}^{2 x}\right )^{2}}\) \(11\)
default \(-\frac {2 \left (-\left (\tanh ^{3}\left (\frac {x}{2}\right )\right )+\tanh ^{2}\left (\frac {x}{2}\right )-\tanh \left (\frac {x}{2}\right )\right )}{\left (\tanh ^{2}\left (\frac {x}{2}\right )+1\right )^{2}}\) \(34\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(x)^4/(1+tanh(x)),x,method=_RETURNVERBOSE)

[Out]

-2*(-tanh(1/2*x)^3+tanh(1/2*x)^2-tanh(1/2*x))/(tanh(1/2*x)^2+1)^2

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 37 vs. \(2 (9) = 18\).
time = 0.26, size = 37, normalized size = 3.36 \begin {gather*} \frac {4 \, e^{\left (-2 \, x\right )}}{2 \, e^{\left (-2 \, x\right )} + e^{\left (-4 \, x\right )} + 1} + \frac {2}{2 \, e^{\left (-2 \, x\right )} + e^{\left (-4 \, x\right )} + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)^4/(1+tanh(x)),x, algorithm="maxima")

[Out]

4*e^(-2*x)/(2*e^(-2*x) + e^(-4*x) + 1) + 2/(2*e^(-2*x) + e^(-4*x) + 1)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 53 vs. \(2 (9) = 18\).
time = 0.37, size = 53, normalized size = 4.82 \begin {gather*} -\frac {2}{\cosh \left (x\right )^{4} + 4 \, \cosh \left (x\right ) \sinh \left (x\right )^{3} + \sinh \left (x\right )^{4} + 2 \, {\left (3 \, \cosh \left (x\right )^{2} + 1\right )} \sinh \left (x\right )^{2} + 2 \, \cosh \left (x\right )^{2} + 4 \, {\left (\cosh \left (x\right )^{3} + \cosh \left (x\right )\right )} \sinh \left (x\right ) + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)^4/(1+tanh(x)),x, algorithm="fricas")

[Out]

-2/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + 2*(3*cosh(x)^2 + 1)*sinh(x)^2 + 2*cosh(x)^2 + 4*(cosh(x)^3 +
 cosh(x))*sinh(x) + 1)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\operatorname {sech}^{4}{\left (x \right )}}{\tanh {\left (x \right )} + 1}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)**4/(1+tanh(x)),x)

[Out]

Integral(sech(x)**4/(tanh(x) + 1), x)

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 10, normalized size = 0.91 \begin {gather*} -\frac {2}{{\left (e^{\left (2 \, x\right )} + 1\right )}^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(x)^4/(1+tanh(x)),x, algorithm="giac")

[Out]

-2/(e^(2*x) + 1)^2

________________________________________________________________________________________

Mupad [B]
time = 1.04, size = 16, normalized size = 1.45 \begin {gather*} -\frac {2}{2\,{\mathrm {e}}^{2\,x}+{\mathrm {e}}^{4\,x}+1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(cosh(x)^4*(tanh(x) + 1)),x)

[Out]

-2/(2*exp(2*x) + exp(4*x) + 1)

________________________________________________________________________________________