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

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

[Out]

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

________________________________________________________________________________________

Rubi [A]  time = 0.0035479, antiderivative size = 15, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {14} \[ \frac{x^2}{2}-\frac{1}{x}+\log (x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rubi steps

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

Mathematica [A]  time = 0.0007965, size = 15, normalized size = 1. \[ \frac{x^2}{2}-\frac{1}{x}+\log (x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]  time = 0.006, size = 14, normalized size = 0.9 \begin{align*} -{x}^{-1}+{\frac{{x}^{2}}{2}}+\ln \left ( x \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]  time = 1.09369, size = 18, normalized size = 1.2 \begin{align*} \frac{1}{2} \, x^{2} - \frac{1}{x} + \log \left (x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Fricas [A]  time = 1.20762, size = 41, normalized size = 2.73 \begin{align*} \frac{x^{3} + 2 \, x \log \left (x\right ) - 2}{2 \, x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Sympy [A]  time = 0.070176, size = 10, normalized size = 0.67 \begin{align*} \frac{x^{2}}{2} + \log{\left (x \right )} - \frac{1}{x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Giac [A]  time = 1.14995, size = 19, normalized size = 1.27 \begin{align*} \frac{1}{2} \, x^{2} - \frac{1}{x} + \log \left ({\left | x \right |}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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