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

Optimal. Leaf size=3 \[ \log \left (\coth ^{-1}(x)\right ) \]

[Out]

ln(arccoth(x))

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 3, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 14, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {5947} \[ \log \left (\coth ^{-1}(x)\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

Log[ArcCoth[x]]

Rule 5947

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 3, normalized size = 1.00 \[ \log \left (\coth ^{-1}(x)\right ) \]

Antiderivative was successfully verified.

[In]

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

[Out]

Log[ArcCoth[x]]

________________________________________________________________________________________

fricas [B]  time = 0.47, size = 11, normalized size = 3.67 \[ \log \left (\log \left (\frac {x + 1}{x - 1}\right )\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(log((x + 1)/(x - 1)))

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.06, size = 4, normalized size = 1.33 \[ \ln \left (\mathrm {arccoth}\relax (x )\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

ln(arccoth(x))

________________________________________________________________________________________

maxima [A]  time = 0.30, size = 3, normalized size = 1.00 \[ \log \left (\operatorname {arcoth}\relax (x)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(arccoth(x))

________________________________________________________________________________________

mupad [B]  time = 0.30, size = 3, normalized size = 1.00 \[ \ln \left (\mathrm {acoth}\relax (x)\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(acoth(x))

________________________________________________________________________________________

sympy [A]  time = 0.28, size = 3, normalized size = 1.00 \[ \log {\left (\operatorname {acoth}{\relax (x )} \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(acoth(x))

________________________________________________________________________________________