3.135 \(\int \frac {1-x^3}{x (1+x^2)} \, dx\)

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 5, number of rules used = 4, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {1802, 635, 203, 260} \[ -\frac {1}{2} \log \left (x^2+1\right )-x+\log (x)+\tan ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

-x + ArcTan[x] + Log[x] - Log[1 + x^2]/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 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 635

Int[((d_) + (e_.)*(x_))/((a_) + (c_.)*(x_)^2), x_Symbol] :> Dist[d, Int[1/(a + c*x^2), x], x] + Dist[e, Int[x/
(a + c*x^2), x], x] /; FreeQ[{a, c, d, e}, x] &&  !NiceSqrtQ[-(a*c)]

Rule 1802

Int[(Pq_)*((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*Pq*(a + b*x
^2)^p, x], x] /; FreeQ[{a, b, c, m}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

giac [A]  time = 0.01, size = 17, normalized size = 0.94 \[ -x + \arctan \relax (x) - \frac {1}{2} \, \log \left (x^{2} + 1\right ) + \log \left ({\left | x \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

maple [A]  time = 0.01, size = 17, normalized size = 0.94 \[ -x +\arctan \relax (x )+\ln \relax (x )-\frac {\ln \left (x^{2}+1\right )}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-x^3+1)/x/(x^2+1),x)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 24, normalized size = 1.33 \[ \ln \relax (x)-x+\ln \left (x-\mathrm {i}\right )\,\left (-\frac {1}{2}-\frac {1}{2}{}\mathrm {i}\right )+\ln \left (x+1{}\mathrm {i}\right )\,\left (-\frac {1}{2}+\frac {1}{2}{}\mathrm {i}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(-(x^3 - 1)/(x*(x^2 + 1)),x)

[Out]

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

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-x**3+1)/x/(x**2+1),x)

[Out]

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

________________________________________________________________________________________