3.1.57 \(\int \frac {\coth ^{-1}(x)}{1-x^2} \, dx\) [57]

Optimal. Leaf size=8 \[ \frac {1}{2} \coth ^{-1}(x)^2 \]

[Out]

1/2*arccoth(x)^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 8, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.083, Rules used = {6096} \begin {gather*} \frac {1}{2} \coth ^{-1}(x)^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Int[ArcCoth[x]/(1 - x^2),x]

[Out]

ArcCoth[x]^2/2

Rule 6096

Int[((a_.) + ArcCoth[(c_.)*(x_)]*(b_.))^(p_.)/((d_) + (e_.)*(x_)^2), x_Symbol] :> Simp[(a + b*ArcCoth[c*x])^(p
 + 1)/(b*c*d*(p + 1)), x] /; FreeQ[{a, b, c, d, e, p}, x] && EqQ[c^2*d + e, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {\coth ^{-1}(x)}{1-x^2} \, dx &=\frac {1}{2} \coth ^{-1}(x)^2\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 8, normalized size = 1.00 \begin {gather*} \frac {1}{2} \coth ^{-1}(x)^2 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[ArcCoth[x]/(1 - x^2),x]

[Out]

ArcCoth[x]^2/2

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 13, normalized size = 1.62

method result size
default \(\arctanh \left (x \right ) \mathrm {arccoth}\left (x \right )-\frac {\arctanh \left (x \right )^{2}}{2}\) \(13\)
risch \(\frac {\ln \left (1+x \right )^{2}}{8}-\frac {\ln \left (-1+x \right ) \ln \left (1+x \right )}{4}+\frac {\ln \left (-1+x \right )^{2}}{8}\) \(28\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

arctanh(x)*arccoth(x)-1/2*arctanh(x)^2

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 6, normalized size = 0.75 \begin {gather*} \frac {1}{2} \, \operatorname {arcoth}\left (x\right )^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*arccoth(x)^2

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 14 vs. \(2 (6) = 12\).
time = 0.35, size = 14, normalized size = 1.75 \begin {gather*} \frac {1}{8} \, \log \left (\frac {x + 1}{x - 1}\right )^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/8*log((x + 1)/(x - 1))^2

________________________________________________________________________________________

Sympy [A]
time = 0.45, size = 5, normalized size = 0.62 \begin {gather*} \frac {\operatorname {acoth}^{2}{\left (x \right )}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(acoth(x)/(-x**2+1),x)

[Out]

acoth(x)**2/2

________________________________________________________________________________________

Giac [B] Leaf count of result is larger than twice the leaf count of optimal. 14 vs. \(2 (6) = 12\).
time = 0.39, size = 14, normalized size = 1.75 \begin {gather*} \frac {1}{8} \, \log \left (\frac {x + 1}{x - 1}\right )^{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/8*log((x + 1)/(x - 1))^2

________________________________________________________________________________________

Mupad [B]
time = 1.20, size = 21, normalized size = 2.62 \begin {gather*} \frac {{\left (\ln \left (1-\frac {1}{x}\right )-\ln \left (\frac {1}{x}+1\right )\right )}^2}{8} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-acoth(x)/(x^2 - 1),x)

[Out]

(log(1 - 1/x) - log(1/x + 1))^2/8

________________________________________________________________________________________