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

Optimal. Leaf size=34 \[ -\frac {1}{4 \left (1+x^2\right )}+\frac {x \cot ^{-1}(x)}{2 \left (1+x^2\right )}-\frac {1}{4} \cot ^{-1}(x)^2 \]

[Out]

-1/4/(x^2+1)+1/2*x*arccot(x)/(x^2+1)-1/4*arccot(x)^2

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 34, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {5013, 267} \begin {gather*} -\frac {1}{4 \left (x^2+1\right )}+\frac {x \cot ^{-1}(x)}{2 \left (x^2+1\right )}-\frac {1}{4} \cot ^{-1}(x)^2 \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-1/4*1/(1 + x^2) + (x*ArcCot[x])/(2*(1 + x^2)) - ArcCot[x]^2/4

Rule 267

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(a + b*x^n)^(p + 1)/(b*n*(p + 1)), x] /; FreeQ
[{a, b, m, n, p}, x] && EqQ[m, n - 1] && NeQ[p, -1]

Rule 5013

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 28, normalized size = 0.82 \begin {gather*} -\frac {1-2 x \cot ^{-1}(x)+\left (1+x^2\right ) \cot ^{-1}(x)^2}{4 \left (1+x^2\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

-1/4*(1 - 2*x*ArcCot[x] + (1 + x^2)*ArcCot[x]^2)/(1 + x^2)

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 35, normalized size = 1.03

method result size
default \(\frac {x \,\mathrm {arccot}\left (x \right )}{2 x^{2}+2}+\frac {\mathrm {arccot}\left (x \right ) \arctan \left (x \right )}{2}-\frac {1}{4 \left (x^{2}+1\right )}+\frac {\arctan \left (x \right )^{2}}{4}\) \(35\)
risch \(\frac {\ln \left (i x +1\right )^{2}}{16}-\frac {\left (x^{2} \ln \left (-i x +1\right )-2 i x +\ln \left (-i x +1\right )\right ) \ln \left (i x +1\right )}{8 \left (x^{2}+1\right )}+\frac {x^{2} \ln \left (-i x +1\right )^{2}+\ln \left (-i x +1\right )^{2}+2 i \pi \ln \left (i+x \right ) x^{2}+2 i \ln \left (i+x \right ) \pi -2 i \pi \ln \left (x -i\right ) x^{2}-2 i \pi \ln \left (x -i\right )+4 \pi x -4-4 i \ln \left (-i x +1\right ) x}{16 \left (i+x \right ) \left (x -i\right )}\) \(147\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*x*arccot(x)/(x^2+1)+1/2*arccot(x)*arctan(x)-1/4/(x^2+1)+1/4*arctan(x)^2

________________________________________________________________________________________

Maxima [A]
time = 0.48, size = 38, normalized size = 1.12 \begin {gather*} \frac {1}{2} \, {\left (\frac {x}{x^{2} + 1} + \arctan \left (x\right )\right )} \operatorname {arccot}\left (x\right ) + \frac {{\left (x^{2} + 1\right )} \arctan \left (x\right )^{2} - 1}{4 \, {\left (x^{2} + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/2*(x/(x^2 + 1) + arctan(x))*arccot(x) + 1/4*((x^2 + 1)*arctan(x)^2 - 1)/(x^2 + 1)

________________________________________________________________________________________

Fricas [A]
time = 0.96, size = 26, normalized size = 0.76 \begin {gather*} -\frac {{\left (x^{2} + 1\right )} \operatorname {arccot}\left (x\right )^{2} - 2 \, x \operatorname {arccot}\left (x\right ) + 1}{4 \, {\left (x^{2} + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/4*((x^2 + 1)*arccot(x)^2 - 2*x*arccot(x) + 1)/(x^2 + 1)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RecursionError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

Exception raised: RecursionError >> maximum recursion depth exceeded

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

integrate(arccot(x)/(x^2 + 1)^2, x)

________________________________________________________________________________________

Mupad [B]
time = 0.61, size = 22, normalized size = 0.65 \begin {gather*} \frac {\frac {x\,\mathrm {acot}\left (x\right )}{2}-\frac {1}{4}}{x^2+1}-\frac {{\mathrm {acot}\left (x\right )}^2}{4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

((x*acot(x))/2 - 1/4)/(x^2 + 1) - acot(x)^2/4

________________________________________________________________________________________