3.92 \(\int x \tan ^{-1}(x) \, dx\)

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

[Out]

-1/2*x+1/2*arctan(x)+1/2*x^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 = {4852, 321, 203} \[ \frac {1}{2} x^2 \tan ^{-1}(x)-\frac {x}{2}+\frac {1}{2} \tan ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

Int[x*ArcTan[x],x]

[Out]

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

Rule 203

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

Rule 321

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 4852

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

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

Integrate[x*ArcTan[x],x]

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 13, normalized size = 0.62 \[ \frac {1}{2} \, {\left (x^{2} + 1\right )} \arctan \relax (x) - \frac {1}{2} \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.01, size = 15, normalized size = 0.71 \[ \frac {1}{2} \, x^{2} \arctan \relax (x) - \frac {1}{2} \, x + \frac {1}{2} \, \arctan \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.00, size = 16, normalized size = 0.76 \[ \frac {x^{2} \arctan \relax (x )}{2}-\frac {x}{2}+\frac {\arctan \relax (x )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*arctan(x),x)

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 1.30, size = 15, normalized size = 0.71 \[ \frac {1}{2} \, x^{2} \arctan \relax (x) - \frac {1}{2} \, x + \frac {1}{2} \, \arctan \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 14, normalized size = 0.67 \[ \mathrm {atan}\relax (x)\,\left (\frac {x^2}{2}+\frac {1}{2}\right )-\frac {x}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*atan(x),x)

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.25, size = 15, normalized size = 0.71 \[ \frac {x^{2} \operatorname {atan}{\relax (x )}}{2} - \frac {x}{2} + \frac {\operatorname {atan}{\relax (x )}}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*atan(x),x)

[Out]

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

________________________________________________________________________________________