3.57 \(\int \frac {\coth ^{-1}(x)}{1-x^2} \, dx\)

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 = {5949} \[ \frac {1}{2} \coth ^{-1}(x)^2 \]

Antiderivative was successfully verified.

[In]

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

[Out]

ArcCoth[x]^2/2

Rule 5949

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 \[ \frac {1}{2} \coth ^{-1}(x)^2 \]

Antiderivative was successfully verified.

[In]

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

[Out]

ArcCoth[x]^2/2

________________________________________________________________________________________

fricas [B]  time = 0.41, size = 14, normalized size = 1.75 \[ \frac {1}{8} \, \log \left (\frac {x + 1}{x - 1}\right )^{2} \]

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

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int -\frac {\operatorname {arcoth}\relax (x)}{x^{2} - 1}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(-arccoth(x)/(x^2 - 1), x)

________________________________________________________________________________________

maple [A]  time = 0.04, size = 13, normalized size = 1.62 \[ \arctanh \relax (x ) \mathrm {arccoth}\relax (x )-\frac {\arctanh \relax (x )^{2}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.30, size = 6, normalized size = 0.75 \[ \frac {1}{2} \, \operatorname {arcoth}\relax (x)^{2} \]

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

________________________________________________________________________________________

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

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

________________________________________________________________________________________

sympy [A]  time = 0.70, size = 5, normalized size = 0.62 \[ \frac {\operatorname {acoth}^{2}{\relax (x )}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

acoth(x)**2/2

________________________________________________________________________________________