3.7.79 \(\int \frac {\tan ^{-1}(x)}{x^2 (1+x^2)} \, dx\) [679]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 7, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.538, Rules used = {5038, 4946, 272, 36, 29, 31, 5004} \begin {gather*} -\frac {1}{2} \text {ArcTan}(x)^2-\frac {\text {ArcTan}(x)}{x}-\frac {1}{2} \log \left (x^2+1\right )+\log (x) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 272

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

Rule 4946

Int[((a_.) + ArcTan[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)*(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)*((a + b*ArcTan[c*x^
n])^p/(m + 1)), x] - Dist[b*c*n*(p/(m + 1)), Int[x^(m + n)*((a + b*ArcTan[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]

Rule 5004

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

Rule 5038

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

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.12, size = 25, normalized size = 0.89

method result size
default \(-\frac {\arctan \left (x \right )}{x}-\frac {\arctan \left (x \right )^{2}}{2}+\ln \left (x \right )-\frac {\ln \left (x^{2}+1\right )}{2}\) \(25\)
risch \(\frac {\ln \left (i x +1\right )^{2}}{8}-\frac {\left (\ln \left (-i x +1\right ) x -2 i\right ) \ln \left (i x +1\right )}{4 x}-\frac {-x \ln \left (-i x +1\right )^{2}+4 i \ln \left (-i x +1\right )-8 x \ln \left (x \right )+4 x \ln \left (x^{2}+1\right )}{8 x}\) \(79\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 3.09, size = 27, normalized size = 0.96 \begin {gather*} -{\left (\frac {1}{x} + \arctan \left (x\right )\right )} \arctan \left (x\right ) + \frac {1}{2} \, \arctan \left (x\right )^{2} - \frac {1}{2} \, \log \left (x^{2} + 1\right ) + \log \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]
time = 0.80, size = 29, normalized size = 1.04 \begin {gather*} -\frac {x \arctan \left (x\right )^{2} + x \log \left (x^{2} + 1\right ) - 2 \, x \log \left (x\right ) + 2 \, \arctan \left (x\right )}{2 \, x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]
time = 0.17, size = 22, normalized size = 0.79 \begin {gather*} \log {\left (x \right )} - \frac {\log {\left (x^{2} + 1 \right )}}{2} - \frac {\operatorname {atan}^{2}{\left (x \right )}}{2} - \frac {\operatorname {atan}{\left (x \right )}}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

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(arctan(x)/x^2/(x^2+1),x, algorithm="giac")

[Out]

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

________________________________________________________________________________________

Mupad [B]
time = 0.09, size = 24, normalized size = 0.86 \begin {gather*} \ln \left (x\right )-\frac {\ln \left (x^2+1\right )}{2}-\frac {\mathrm {atan}\left (x\right )}{x}-\frac {{\mathrm {atan}\left (x\right )}^2}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________