3.3.31 \(\int x \cot ^{-1}(x) \, dx\) [231]

Optimal. Leaf size=21 \[ \frac {x}{2}+\frac {1}{2} x^2 \cot ^{-1}(x)-\frac {1}{2} \tan ^{-1}(x) \]

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 4, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.750, Rules used = {4947, 327, 209} \begin {gather*} -\frac {\text {ArcTan}(x)}{2}+\frac {1}{2} x^2 \cot ^{-1}(x)+\frac {x}{2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x*ArcCot[x],x]

[Out]

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

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 327

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

Rule 4947

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

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[x*ArcCot[x],x]

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.03, size = 16, normalized size = 0.76

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*arccot(x),x,method=_RETURNVERBOSE)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arccot(x),x, algorithm="maxima")

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 1.03, size = 13, normalized size = 0.62 \begin {gather*} \frac {1}{2} \, {\left (x^{2} + 1\right )} \operatorname {arccot}\left (x\right ) + \frac {1}{2} \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arccot(x),x, algorithm="fricas")

[Out]

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

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 15, normalized size = 0.71 \begin {gather*} \frac {x^{2} \operatorname {acot}{\left (x \right )}}{2} + \frac {x}{2} + \frac {\operatorname {acot}{\left (x \right )}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*acot(x),x)

[Out]

x**2*acot(x)/2 + x/2 + acot(x)/2

________________________________________________________________________________________

Giac [A]
time = 0.47, size = 19, normalized size = 0.90 \begin {gather*} \frac {1}{2} \, x^{2} \arctan \left (\frac {1}{x}\right ) + \frac {1}{2} \, x + \frac {1}{2} \, \arctan \left (\frac {1}{x}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*arccot(x),x, algorithm="giac")

[Out]

1/2*x^2*arctan(1/x) + 1/2*x + 1/2*arctan(1/x)

________________________________________________________________________________________

Mupad [B]
time = 0.05, size = 15, normalized size = 0.71 \begin {gather*} \frac {x}{2}-\frac {\mathrm {atan}\left (x\right )}{2}+\frac {x^2\,\mathrm {acot}\left (x\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*acot(x),x)

[Out]

x/2 - atan(x)/2 + (x^2*acot(x))/2

________________________________________________________________________________________