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

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

[Out]

-4*x+3/2*x^2+4*arctan(x)

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.136, Rules used = {1594, 1802, 203} \[ \frac {3 x^2}{2}-4 x+4 \tan ^{-1}(x) \]

Antiderivative was successfully verified.

[In]

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

[Out]

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

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 1594

Int[(u_.)*((a_.)*(x_)^(p_.) + (b_.)*(x_)^(q_.) + (c_.)*(x_)^(r_.))^(n_.), x_Symbol] :> Int[u*x^(n*p)*(a + b*x^
(q - p) + c*x^(r - p))^n, x] /; FreeQ[{a, b, c, p, q, r}, x] && IntegerQ[n] && PosQ[q - p] && PosQ[r - p]

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 {3 x-4 x^2+3 x^3}{1+x^2} \, dx &=\int \frac {x \left (3-4 x+3 x^2\right )}{1+x^2} \, dx\\ &=\int \left (-4+3 x+\frac {4}{1+x^2}\right ) \, dx\\ &=-4 x+\frac {3 x^2}{2}+4 \int \frac {1}{1+x^2} \, dx\\ &=-4 x+\frac {3 x^2}{2}+4 \tan ^{-1}(x)\\ \end {align*}

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

fricas [A]  time = 0.82, size = 13, normalized size = 0.87 \[ \frac {3}{2} \, x^{2} - 4 \, x + 4 \, \arctan \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/2*x^2 - 4*x + 4*arctan(x)

________________________________________________________________________________________

giac [A]  time = 0.34, size = 13, normalized size = 0.87 \[ \frac {3}{2} \, x^{2} - 4 \, x + 4 \, \arctan \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/2*x^2 - 4*x + 4*arctan(x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 14, normalized size = 0.93 \[ \frac {3 x^{2}}{2}-4 x +4 \arctan \relax (x ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-4*x+3/2*x^2+4*arctan(x)

________________________________________________________________________________________

maxima [A]  time = 2.30, size = 13, normalized size = 0.87 \[ \frac {3}{2} \, x^{2} - 4 \, x + 4 \, \arctan \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

3/2*x^2 - 4*x + 4*arctan(x)

________________________________________________________________________________________

mupad [B]  time = 2.13, size = 13, normalized size = 0.87 \[ 4\,\mathrm {atan}\relax (x)-4\,x+\frac {3\,x^2}{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

4*atan(x) - 4*x + (3*x^2)/2

________________________________________________________________________________________

sympy [A]  time = 0.09, size = 14, normalized size = 0.93 \[ \frac {3 x^{2}}{2} - 4 x + 4 \operatorname {atan}{\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________