3.1.51 \(\int \frac {1}{(1+x^2) \cot ^{-1}(x)} \, dx\) [51]

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

[Out]

-ln(arccot(x))

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 5, 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 = {5003} \begin {gather*} -\log \left (\cot ^{-1}(x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-Log[ArcCot[x]]

Rule 5003

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 5, normalized size = 1.00 \begin {gather*} -\log \left (\cot ^{-1}(x)\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-Log[ArcCot[x]]

________________________________________________________________________________________

Maple [A]
time = 0.11, size = 6, normalized size = 1.20

method result size
derivativedivides \(-\ln \left (\mathrm {arccot}\left (x \right )\right )\) \(6\)
default \(-\ln \left (\mathrm {arccot}\left (x \right )\right )\) \(6\)
risch \(-\ln \left (\ln \left (i x +1\right )+i \left (i \ln \left (-i x +1\right )-\pi \right )\right )\) \(29\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-ln(arccot(x))

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 5, normalized size = 1.00 \begin {gather*} -\log \left (\operatorname {arccot}\left (x\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(arccot(x))

________________________________________________________________________________________

Fricas [A]
time = 6.54, size = 5, normalized size = 1.00 \begin {gather*} -\log \left (\operatorname {arccot}\left (x\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(arccot(x))

________________________________________________________________________________________

Sympy [A]
time = 0.10, size = 5, normalized size = 1.00 \begin {gather*} - \log {\left (\operatorname {acot}{\left (x \right )} \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(acot(x))

________________________________________________________________________________________

Giac [A]
time = 0.40, size = 8, normalized size = 1.60 \begin {gather*} -\log \left ({\left | \arctan \left (\frac {1}{x}\right ) \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(abs(arctan(1/x)))

________________________________________________________________________________________

Mupad [B]
time = 0.59, size = 5, normalized size = 1.00 \begin {gather*} -\ln \left (\mathrm {acot}\left (x\right )\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(acot(x)*(x^2 + 1)),x)

[Out]

-log(acot(x))

________________________________________________________________________________________