3.676 \(\int \frac {(1+x^2) \tan ^{-1}(x)}{x^2} \, dx\)

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 8, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.727, Rules used = {4950, 4852, 266, 36, 29, 31, 4846, 260} \[ -\log \left (x^2+1\right )+\log (x)+x \tan ^{-1}(x)-\frac {\tan ^{-1}(x)}{x} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-(ArcTan[x]/x) + x*ArcTan[x] + Log[x] - Log[1 + x^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 260

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

Rule 266

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 4846

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.), x_Symbol] :> Simp[x*(a + b*ArcTan[c*x])^p, x] - Dist[b*c*p, Int[
(x*(a + b*ArcTan[c*x])^(p - 1))/(1 + c^2*x^2), x], x] /; FreeQ[{a, b, c}, x] && IGtQ[p, 0]

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]

Rule 4950

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

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\left (1+x^2\right ) \tan ^{-1}(x)}{x^2} \, dx \]

Verification is Not applicable to the result.

[In]

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

[Out]

Could not integrate

________________________________________________________________________________________

fricas [A]  time = 1.19, size = 26, normalized size = 1.18 \[ \frac {{\left (x^{2} - 1\right )} \arctan \relax (x) - x \log \left (x^{2} + 1\right ) + x \log \relax (x)}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.99, size = 25, normalized size = 1.14 \[ {\left (x - \frac {1}{x}\right )} \arctan \relax (x) - \log \left (x^{2} + 1\right ) + \frac {1}{2} \, \log \left (x^{2}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.13, size = 23, normalized size = 1.05




method result size



default \(-\frac {\arctan \relax (x )}{x}+x \arctan \relax (x )+\ln \relax (x )-\ln \left (x^{2}+1\right )\) \(23\)
meijerg \(-\frac {\arctan \left (\sqrt {x^{2}}\right )}{\sqrt {x^{2}}}-\ln \left (x^{2}+1\right )+\ln \relax (x )+\frac {x^{2} \arctan \left (\sqrt {x^{2}}\right )}{\sqrt {x^{2}}}\) \(40\)
risch \(-\frac {i \left (x^{2}-1\right ) \ln \left (i x +1\right )}{2 x}+\frac {i \left (-2 i \ln \relax (x ) x +2 i \ln \left (x^{2}+1\right ) x +x^{2} \ln \left (-i x +1\right )-\ln \left (-i x +1\right )\right )}{2 x}\) \(63\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maxima [A]  time = 0.95, size = 21, normalized size = 0.95 \[ {\left (x - \frac {1}{x}\right )} \arctan \relax (x) - \log \left (x^{2} + 1\right ) + \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.07, size = 22, normalized size = 1.00 \[ \ln \relax (x)-\ln \left (x^2+1\right )-\frac {\mathrm {atan}\relax (x)}{x}+x\,\mathrm {atan}\relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

sympy [A]  time = 0.37, size = 19, normalized size = 0.86 \[ x \operatorname {atan}{\relax (x )} + \log {\relax (x )} - \log {\left (x^{2} + 1 \right )} - \frac {\operatorname {atan}{\relax (x )}}{x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________