3.2.29 \(\int \tanh ^2(x) (1+\tanh (x))^{3/2} \, dx\) [129]

Optimal. Leaf size=45 \[ 2 \sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {1+\tanh (x)}}{\sqrt {2}}\right )-2 \sqrt {1+\tanh (x)}-\frac {2}{5} (1+\tanh (x))^{5/2} \]

[Out]

2*arctanh(1/2*(1+tanh(x))^(1/2)*2^(1/2))*2^(1/2)-2*(1+tanh(x))^(1/2)-2/5*(1+tanh(x))^(5/2)

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 45, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {3624, 3559, 3561, 212} \begin {gather*} 2 \sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {\tanh (x)+1}}{\sqrt {2}}\right )-\frac {2}{5} (\tanh (x)+1)^{5/2}-2 \sqrt {\tanh (x)+1} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

2*Sqrt[2]*ArcTanh[Sqrt[1 + Tanh[x]]/Sqrt[2]] - 2*Sqrt[1 + Tanh[x]] - (2*(1 + Tanh[x])^(5/2))/5

Rule 212

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[-b, 2]))*ArcTanh[Rt[-b, 2]*(x/Rt[a, 2])], x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 3559

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

Rule 3561

Int[Sqrt[(a_) + (b_.)*tan[(c_.) + (d_.)*(x_)]], x_Symbol] :> Dist[-2*(b/d), Subst[Int[1/(2*a - x^2), x], x, Sq
rt[a + b*Tan[c + d*x]]], x] /; FreeQ[{a, b, c, d}, x] && EqQ[a^2 + b^2, 0]

Rule 3624

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

Rubi steps

\begin {align*} \int \tanh ^2(x) (1+\tanh (x))^{3/2} \, dx &=-\frac {2}{5} (1+\tanh (x))^{5/2}+\int (1+\tanh (x))^{3/2} \, dx\\ &=-2 \sqrt {1+\tanh (x)}-\frac {2}{5} (1+\tanh (x))^{5/2}+2 \int \sqrt {1+\tanh (x)} \, dx\\ &=-2 \sqrt {1+\tanh (x)}-\frac {2}{5} (1+\tanh (x))^{5/2}+4 \text {Subst}\left (\int \frac {1}{2-x^2} \, dx,x,\sqrt {1+\tanh (x)}\right )\\ &=2 \sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {1+\tanh (x)}}{\sqrt {2}}\right )-2 \sqrt {1+\tanh (x)}-\frac {2}{5} (1+\tanh (x))^{5/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.14, size = 53, normalized size = 1.18 \begin {gather*} 2 \sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {1+\tanh (x)}}{\sqrt {2}}\right )-\frac {1}{5} \text {sech}^2(x) (5+7 \cosh (2 x)+2 \sinh (2 x)) \sqrt {1+\tanh (x)} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

2*Sqrt[2]*ArcTanh[Sqrt[1 + Tanh[x]]/Sqrt[2]] - (Sech[x]^2*(5 + 7*Cosh[2*x] + 2*Sinh[2*x])*Sqrt[1 + Tanh[x]])/5

________________________________________________________________________________________

Maple [A]
time = 0.63, size = 35, normalized size = 0.78

method result size
derivativedivides \(2 \arctanh \left (\frac {\sqrt {1+\tanh \left (x \right )}\, \sqrt {2}}{2}\right ) \sqrt {2}-2 \sqrt {1+\tanh \left (x \right )}-\frac {2 \left (1+\tanh \left (x \right )\right )^{\frac {5}{2}}}{5}\) \(35\)
default \(2 \arctanh \left (\frac {\sqrt {1+\tanh \left (x \right )}\, \sqrt {2}}{2}\right ) \sqrt {2}-2 \sqrt {1+\tanh \left (x \right )}-\frac {2 \left (1+\tanh \left (x \right )\right )^{\frac {5}{2}}}{5}\) \(35\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(x)^2*(1+tanh(x))^(3/2),x,method=_RETURNVERBOSE)

[Out]

2*arctanh(1/2*(1+tanh(x))^(1/2)*2^(1/2))*2^(1/2)-2*(1+tanh(x))^(1/2)-2/5*(1+tanh(x))^(5/2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 429 vs. \(2 (34) = 68\).
time = 0.36, size = 429, normalized size = 9.53 \begin {gather*} -\frac {2 \, \sqrt {2} {\left (9 \, \sqrt {2} \cosh \left (x\right )^{5} + 45 \, \sqrt {2} \cosh \left (x\right ) \sinh \left (x\right )^{4} + 9 \, \sqrt {2} \sinh \left (x\right )^{5} + 10 \, {\left (9 \, \sqrt {2} \cosh \left (x\right )^{2} + \sqrt {2}\right )} \sinh \left (x\right )^{3} + 10 \, \sqrt {2} \cosh \left (x\right )^{3} + 30 \, {\left (3 \, \sqrt {2} \cosh \left (x\right )^{3} + \sqrt {2} \cosh \left (x\right )\right )} \sinh \left (x\right )^{2} + 5 \, {\left (9 \, \sqrt {2} \cosh \left (x\right )^{4} + 6 \, \sqrt {2} \cosh \left (x\right )^{2} + \sqrt {2}\right )} \sinh \left (x\right ) + 5 \, \sqrt {2} \cosh \left (x\right )\right )} \sqrt {\frac {\cosh \left (x\right )}{\cosh \left (x\right ) - \sinh \left (x\right )}} - 5 \, {\left (\sqrt {2} \cosh \left (x\right )^{6} + 6 \, \sqrt {2} \cosh \left (x\right ) \sinh \left (x\right )^{5} + \sqrt {2} \sinh \left (x\right )^{6} + 3 \, {\left (5 \, \sqrt {2} \cosh \left (x\right )^{2} + \sqrt {2}\right )} \sinh \left (x\right )^{4} + 3 \, \sqrt {2} \cosh \left (x\right )^{4} + 4 \, {\left (5 \, \sqrt {2} \cosh \left (x\right )^{3} + 3 \, \sqrt {2} \cosh \left (x\right )\right )} \sinh \left (x\right )^{3} + 3 \, {\left (5 \, \sqrt {2} \cosh \left (x\right )^{4} + 6 \, \sqrt {2} \cosh \left (x\right )^{2} + \sqrt {2}\right )} \sinh \left (x\right )^{2} + 3 \, \sqrt {2} \cosh \left (x\right )^{2} + 6 \, {\left (\sqrt {2} \cosh \left (x\right )^{5} + 2 \, \sqrt {2} \cosh \left (x\right )^{3} + \sqrt {2} \cosh \left (x\right )\right )} \sinh \left (x\right ) + \sqrt {2}\right )} \log \left (-2 \, \sqrt {2} \sqrt {\frac {\cosh \left (x\right )}{\cosh \left (x\right ) - \sinh \left (x\right )}} {\left (\cosh \left (x\right ) + \sinh \left (x\right )\right )} - 2 \, \cosh \left (x\right )^{2} - 4 \, \cosh \left (x\right ) \sinh \left (x\right ) - 2 \, \sinh \left (x\right )^{2} - 1\right )}{5 \, {\left (\cosh \left (x\right )^{6} + 6 \, \cosh \left (x\right ) \sinh \left (x\right )^{5} + \sinh \left (x\right )^{6} + 3 \, {\left (5 \, \cosh \left (x\right )^{2} + 1\right )} \sinh \left (x\right )^{4} + 3 \, \cosh \left (x\right )^{4} + 4 \, {\left (5 \, \cosh \left (x\right )^{3} + 3 \, \cosh \left (x\right )\right )} \sinh \left (x\right )^{3} + 3 \, {\left (5 \, \cosh \left (x\right )^{4} + 6 \, \cosh \left (x\right )^{2} + 1\right )} \sinh \left (x\right )^{2} + 3 \, \cosh \left (x\right )^{2} + 6 \, {\left (\cosh \left (x\right )^{5} + 2 \, \cosh \left (x\right )^{3} + \cosh \left (x\right )\right )} \sinh \left (x\right ) + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/5*(2*sqrt(2)*(9*sqrt(2)*cosh(x)^5 + 45*sqrt(2)*cosh(x)*sinh(x)^4 + 9*sqrt(2)*sinh(x)^5 + 10*(9*sqrt(2)*cosh
(x)^2 + sqrt(2))*sinh(x)^3 + 10*sqrt(2)*cosh(x)^3 + 30*(3*sqrt(2)*cosh(x)^3 + sqrt(2)*cosh(x))*sinh(x)^2 + 5*(
9*sqrt(2)*cosh(x)^4 + 6*sqrt(2)*cosh(x)^2 + sqrt(2))*sinh(x) + 5*sqrt(2)*cosh(x))*sqrt(cosh(x)/(cosh(x) - sinh
(x))) - 5*(sqrt(2)*cosh(x)^6 + 6*sqrt(2)*cosh(x)*sinh(x)^5 + sqrt(2)*sinh(x)^6 + 3*(5*sqrt(2)*cosh(x)^2 + sqrt
(2))*sinh(x)^4 + 3*sqrt(2)*cosh(x)^4 + 4*(5*sqrt(2)*cosh(x)^3 + 3*sqrt(2)*cosh(x))*sinh(x)^3 + 3*(5*sqrt(2)*co
sh(x)^4 + 6*sqrt(2)*cosh(x)^2 + sqrt(2))*sinh(x)^2 + 3*sqrt(2)*cosh(x)^2 + 6*(sqrt(2)*cosh(x)^5 + 2*sqrt(2)*co
sh(x)^3 + sqrt(2)*cosh(x))*sinh(x) + sqrt(2))*log(-2*sqrt(2)*sqrt(cosh(x)/(cosh(x) - sinh(x)))*(cosh(x) + sinh
(x)) - 2*cosh(x)^2 - 4*cosh(x)*sinh(x) - 2*sinh(x)^2 - 1))/(cosh(x)^6 + 6*cosh(x)*sinh(x)^5 + sinh(x)^6 + 3*(5
*cosh(x)^2 + 1)*sinh(x)^4 + 3*cosh(x)^4 + 4*(5*cosh(x)^3 + 3*cosh(x))*sinh(x)^3 + 3*(5*cosh(x)^4 + 6*cosh(x)^2
 + 1)*sinh(x)^2 + 3*cosh(x)^2 + 6*(cosh(x)^5 + 2*cosh(x)^3 + cosh(x))*sinh(x) + 1)

________________________________________________________________________________________

Sympy [A]
time = 10.12, size = 78, normalized size = 1.73 \begin {gather*} - \frac {2 \left (\tanh {\left (x \right )} + 1\right )^{\frac {5}{2}}}{5} - 2 \sqrt {\tanh {\left (x \right )} + 1} - 4 \left (\begin {cases} - \frac {\sqrt {2} \operatorname {acoth}{\left (\frac {\sqrt {2} \sqrt {\tanh {\left (x \right )} + 1}}{2} \right )}}{2} & \text {for}\: \tanh {\left (x \right )} > 1 \\- \frac {\sqrt {2} \operatorname {atanh}{\left (\frac {\sqrt {2} \sqrt {\tanh {\left (x \right )} + 1}}{2} \right )}}{2} & \text {for}\: \tanh {\left (x \right )} < 1 \end {cases}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-2*(tanh(x) + 1)**(5/2)/5 - 2*sqrt(tanh(x) + 1) - 4*Piecewise((-sqrt(2)*acoth(sqrt(2)*sqrt(tanh(x) + 1)/2)/2,
tanh(x) > 1), (-sqrt(2)*atanh(sqrt(2)*sqrt(tanh(x) + 1)/2)/2, tanh(x) < 1))

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 140 vs. \(2 (34) = 68\).
time = 0.43, size = 140, normalized size = 3.11 \begin {gather*} \frac {1}{5} \, \sqrt {2} {\left (\frac {2 \, {\left (25 \, {\left (\sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} - e^{\left (2 \, x\right )}\right )}^{4} - 60 \, {\left (\sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} - e^{\left (2 \, x\right )}\right )}^{3} + 70 \, {\left (\sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} - e^{\left (2 \, x\right )}\right )}^{2} - 40 \, \sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} + 40 \, e^{\left (2 \, x\right )} + 9\right )}}{{\left (\sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} - e^{\left (2 \, x\right )} - 1\right )}^{5}} - 5 \, \log \left (-2 \, \sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} + 2 \, e^{\left (2 \, x\right )} + 1\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/5*sqrt(2)*(2*(25*(sqrt(e^(4*x) + e^(2*x)) - e^(2*x))^4 - 60*(sqrt(e^(4*x) + e^(2*x)) - e^(2*x))^3 + 70*(sqrt
(e^(4*x) + e^(2*x)) - e^(2*x))^2 - 40*sqrt(e^(4*x) + e^(2*x)) + 40*e^(2*x) + 9)/(sqrt(e^(4*x) + e^(2*x)) - e^(
2*x) - 1)^5 - 5*log(-2*sqrt(e^(4*x) + e^(2*x)) + 2*e^(2*x) + 1))

________________________________________________________________________________________

Mupad [B]
time = 1.11, size = 34, normalized size = 0.76 \begin {gather*} 2\,\sqrt {2}\,\mathrm {atanh}\left (\frac {\sqrt {2}\,\sqrt {\mathrm {tanh}\left (x\right )+1}}{2}\right )-2\,\sqrt {\mathrm {tanh}\left (x\right )+1}-\frac {2\,{\left (\mathrm {tanh}\left (x\right )+1\right )}^{5/2}}{5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*2^(1/2)*atanh((2^(1/2)*(tanh(x) + 1)^(1/2))/2) - 2*(tanh(x) + 1)^(1/2) - (2*(tanh(x) + 1)^(5/2))/5

________________________________________________________________________________________