3.117 \(\int \frac {\tanh ^3(x)}{1+\tanh (x)} \, dx\)

Optimal. Leaf size=31 \[ \frac {3 x}{2}+\frac {\tanh ^2(x)}{2 (\tanh (x)+1)}-\frac {3 \tanh (x)}{2}-\log (\cosh (x)) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.05, antiderivative size = 31, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {3550, 3525, 3475} \[ \frac {3 x}{2}+\frac {\tanh ^2(x)}{2 (\tanh (x)+1)}-\frac {3 \tanh (x)}{2}-\log (\cosh (x)) \]

Antiderivative was successfully verified.

[In]

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

[Out]

(3*x)/2 - Log[Cosh[x]] - (3*Tanh[x])/2 + Tanh[x]^2/(2*(1 + Tanh[x]))

Rule 3475

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3525

Int[((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])*((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[(a*c - b
*d)*x, x] + (Dist[b*c + a*d, Int[Tan[e + f*x], x], x] + Simp[(b*d*Tan[e + f*x])/f, x]) /; FreeQ[{a, b, c, d, e
, f}, x] && NeQ[b*c - a*d, 0] && NeQ[b*c + a*d, 0]

Rule 3550

Int[((c_.) + (d_.)*tan[(e_.) + (f_.)*(x_)])^(n_)/((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)]), x_Symbol] :> Simp[((b
*c - a*d)*(c + d*Tan[e + f*x])^(n - 1))/(2*a*f*(a + b*Tan[e + f*x])), x] + Dist[1/(2*a^2), Int[(c + d*Tan[e +
f*x])^(n - 2)*Simp[a*c^2 + a*d^2*(n - 1) - b*c*d*n - d*(a*c*(n - 2) + b*d*n)*Tan[e + f*x], x], x], x] /; FreeQ
[{a, b, c, d, e, f}, x] && NeQ[b*c - a*d, 0] && EqQ[a^2 + b^2, 0] && NeQ[c^2 + d^2, 0] && GtQ[n, 1]

Rubi steps

\begin {align*} \int \frac {\tanh ^3(x)}{1+\tanh (x)} \, dx &=\frac {\tanh ^2(x)}{2 (1+\tanh (x))}-\frac {1}{2} \int (2-3 \tanh (x)) \tanh (x) \, dx\\ &=\frac {3 x}{2}-\frac {3 \tanh (x)}{2}+\frac {\tanh ^2(x)}{2 (1+\tanh (x))}-\int \tanh (x) \, dx\\ &=\frac {3 x}{2}-\log (\cosh (x))-\frac {3 \tanh (x)}{2}+\frac {\tanh ^2(x)}{2 (1+\tanh (x))}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.05, size = 27, normalized size = 0.87 \[ \frac {1}{4} (6 x-\sinh (2 x)+\cosh (2 x)-4 \tanh (x)-4 \log (\cosh (x))) \]

Antiderivative was successfully verified.

[In]

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

[Out]

(6*x + Cosh[2*x] - 4*Log[Cosh[x]] - Sinh[2*x] - 4*Tanh[x])/4

________________________________________________________________________________________

fricas [B]  time = 0.48, size = 186, normalized size = 6.00 \[ \frac {10 \, x \cosh \relax (x)^{4} + 40 \, x \cosh \relax (x) \sinh \relax (x)^{3} + 10 \, x \sinh \relax (x)^{4} + {\left (10 \, x + 9\right )} \cosh \relax (x)^{2} + {\left (60 \, x \cosh \relax (x)^{2} + 10 \, x + 9\right )} \sinh \relax (x)^{2} - 4 \, {\left (\cosh \relax (x)^{4} + 4 \, \cosh \relax (x) \sinh \relax (x)^{3} + \sinh \relax (x)^{4} + {\left (6 \, \cosh \relax (x)^{2} + 1\right )} \sinh \relax (x)^{2} + \cosh \relax (x)^{2} + 2 \, {\left (2 \, \cosh \relax (x)^{3} + \cosh \relax (x)\right )} \sinh \relax (x)\right )} \log \left (\frac {2 \, \cosh \relax (x)}{\cosh \relax (x) - \sinh \relax (x)}\right ) + 2 \, {\left (20 \, x \cosh \relax (x)^{3} + {\left (10 \, x + 9\right )} \cosh \relax (x)\right )} \sinh \relax (x) + 1}{4 \, {\left (\cosh \relax (x)^{4} + 4 \, \cosh \relax (x) \sinh \relax (x)^{3} + \sinh \relax (x)^{4} + {\left (6 \, \cosh \relax (x)^{2} + 1\right )} \sinh \relax (x)^{2} + \cosh \relax (x)^{2} + 2 \, {\left (2 \, \cosh \relax (x)^{3} + \cosh \relax (x)\right )} \sinh \relax (x)\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*(10*x*cosh(x)^4 + 40*x*cosh(x)*sinh(x)^3 + 10*x*sinh(x)^4 + (10*x + 9)*cosh(x)^2 + (60*x*cosh(x)^2 + 10*x
+ 9)*sinh(x)^2 - 4*(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + (6*cosh(x)^2 + 1)*sinh(x)^2 + cosh(x)^2 + 2*
(2*cosh(x)^3 + cosh(x))*sinh(x))*log(2*cosh(x)/(cosh(x) - sinh(x))) + 2*(20*x*cosh(x)^3 + (10*x + 9)*cosh(x))*
sinh(x) + 1)/(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + (6*cosh(x)^2 + 1)*sinh(x)^2 + cosh(x)^2 + 2*(2*cos
h(x)^3 + cosh(x))*sinh(x))

________________________________________________________________________________________

giac [A]  time = 0.14, size = 35, normalized size = 1.13 \[ \frac {5}{2} \, x + \frac {{\left (9 \, e^{\left (2 \, x\right )} + 1\right )} e^{\left (-2 \, x\right )}}{4 \, {\left (e^{\left (2 \, x\right )} + 1\right )}} - \log \left (e^{\left (2 \, x\right )} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.05, size = 28, normalized size = 0.90 \[ -\tanh \relax (x )-\frac {\ln \left (\tanh \relax (x )-1\right )}{4}+\frac {1}{2+2 \tanh \relax (x )}+\frac {5 \ln \left (1+\tanh \relax (x )\right )}{4} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(x)^3/(1+tanh(x)),x)

[Out]

-tanh(x)-1/4*ln(tanh(x)-1)+1/2/(1+tanh(x))+5/4*ln(1+tanh(x))

________________________________________________________________________________________

maxima [A]  time = 0.41, size = 29, normalized size = 0.94 \[ \frac {1}{2} \, x - \frac {2}{e^{\left (-2 \, x\right )} + 1} + \frac {1}{4} \, e^{\left (-2 \, x\right )} - \log \left (e^{\left (-2 \, x\right )} + 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 21, normalized size = 0.68 \[ \frac {x}{2}+\ln \left (\mathrm {tanh}\relax (x)+1\right )-\mathrm {tanh}\relax (x)+\frac {1}{2\,\left (\mathrm {tanh}\relax (x)+1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(x)^3/(tanh(x) + 1),x)

[Out]

x/2 + log(tanh(x) + 1) - tanh(x) + 1/(2*(tanh(x) + 1))

________________________________________________________________________________________

sympy [B]  time = 0.35, size = 75, normalized size = 2.42 \[ \frac {x \tanh {\relax (x )}}{2 \tanh {\relax (x )} + 2} + \frac {x}{2 \tanh {\relax (x )} + 2} + \frac {2 \log {\left (\tanh {\relax (x )} + 1 \right )} \tanh {\relax (x )}}{2 \tanh {\relax (x )} + 2} + \frac {2 \log {\left (\tanh {\relax (x )} + 1 \right )}}{2 \tanh {\relax (x )} + 2} - \frac {2 \tanh ^{2}{\relax (x )}}{2 \tanh {\relax (x )} + 2} + \frac {3}{2 \tanh {\relax (x )} + 2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(x)**3/(1+tanh(x)),x)

[Out]

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

________________________________________________________________________________________