3.1.53 \(\int \sqrt {1+\tanh (x)} \, dx\) [53]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.250, Rules used = {3561, 212} \begin {gather*} \sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {\tanh (x)+1}}{\sqrt {2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[1 + Tanh[x]],x]

[Out]

Sqrt[2]*ArcTanh[Sqrt[1 + Tanh[x]]/Sqrt[2]]

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 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]

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 21, normalized size = 1.00 \begin {gather*} \sqrt {2} \tanh ^{-1}\left (\frac {\sqrt {1+\tanh (x)}}{\sqrt {2}}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[1 + Tanh[x]],x]

[Out]

Sqrt[2]*ArcTanh[Sqrt[1 + Tanh[x]]/Sqrt[2]]

________________________________________________________________________________________

Maple [A]
time = 0.66, size = 17, normalized size = 0.81

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 43 vs. \(2 (16) = 32\).
time = 0.48, size = 43, normalized size = 2.05 \begin {gather*} -\frac {1}{2} \, \sqrt {2} \log \left (-\frac {\sqrt {2} - \frac {\sqrt {2}}{\sqrt {e^{\left (-2 \, x\right )} + 1}}}{\sqrt {2} + \frac {\sqrt {2}}{\sqrt {e^{\left (-2 \, x\right )} + 1}}}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 50 vs. \(2 (16) = 32\).
time = 0.38, size = 50, normalized size = 2.38 \begin {gather*} \frac {1}{2} \, \sqrt {2} \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 ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*sqrt(2)*log(-2*sqrt(2)*sqrt(cosh(x)/(cosh(x) - sinh(x)))*(cosh(x) + sinh(x)) - 2*cosh(x)^2 - 4*cosh(x)*sin
h(x) - 2*sinh(x)^2 - 1)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Integral(sqrt(tanh(x) + 1), x)

________________________________________________________________________________________

Giac [A]
time = 0.43, size = 27, normalized size = 1.29 \begin {gather*} -\frac {1}{2} \, \sqrt {2} \log \left (-2 \, \sqrt {e^{\left (4 \, x\right )} + e^{\left (2 \, x\right )}} + 2 \, e^{\left (2 \, x\right )} + 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.13, size = 16, normalized size = 0.76 \begin {gather*} \sqrt {2}\,\mathrm {atanh}\left (\frac {\sqrt {2}\,\sqrt {\mathrm {tanh}\left (x\right )+1}}{2}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________