3.4.31 \(\int \frac {1-3 x+2 x^2-4 x^3+x^4}{(1+x^2)^3} \, dx\) [331]

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

[Out]

-1/4/(x^2+1)^2+2/(x^2+1)+arctan(x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.115, Rules used = {1828, 12, 209} \begin {gather*} \text {ArcTan}(x)+\frac {2}{x^2+1}-\frac {1}{4 \left (x^2+1\right )^2} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

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

Rule 12

Int[(a_)*(u_), x_Symbol] :> Dist[a, Int[u, x], x] /; FreeQ[a, x] &&  !MatchQ[u, (b_)*(v_) /; FreeQ[b, x]]

Rule 209

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1/(Rt[a, 2]*Rt[b, 2]))*ArcTan[Rt[b, 2]*(x/Rt[a, 2])], x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 1828

Int[(Pq_)*((a_) + (b_.)*(x_)^2)^(p_), x_Symbol] :> With[{Q = PolynomialQuotient[Pq, a + b*x^2, x], f = Coeff[P
olynomialRemainder[Pq, a + b*x^2, x], x, 0], g = Coeff[PolynomialRemainder[Pq, a + b*x^2, x], x, 1]}, Simp[(a*
g - b*f*x)*((a + b*x^2)^(p + 1)/(2*a*b*(p + 1))), x] + Dist[1/(2*a*(p + 1)), Int[(a + b*x^2)^(p + 1)*ExpandToS
um[2*a*(p + 1)*Q + f*(2*p + 3), x], x], x]] /; FreeQ[{a, b}, x] && PolyQ[Pq, x] && LtQ[p, -1]

Rubi steps

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

________________________________________________________________________________________

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

Antiderivative was successfully verified.

[In]

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

[Out]

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

________________________________________________________________________________________

Maple [A]
time = 0.20, size = 19, normalized size = 0.83

method result size
default \(\frac {2 x^{2}+\frac {7}{4}}{\left (x^{2}+1\right )^{2}}+\arctan \left (x \right )\) \(19\)
risch \(\frac {2 x^{2}+\frac {7}{4}}{\left (x^{2}+1\right )^{2}}+\arctan \left (x \right )\) \(19\)
meijerg \(\frac {x \left (3 x^{2}+5\right )}{8 \left (x^{2}+1\right )^{2}}+\arctan \left (x \right )-\frac {x \left (25 x^{2}+15\right )}{40 \left (x^{2}+1\right )^{2}}-\frac {x^{4}}{\left (x^{2}+1\right )^{2}}-\frac {x \left (-3 x^{2}+3\right )}{12 \left (x^{2}+1\right )^{2}}-\frac {3 x^{2} \left (x^{2}+2\right )}{4 \left (x^{2}+1\right )^{2}}\) \(84\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(2*x^2+7/4)/(x^2+1)^2+arctan(x)

________________________________________________________________________________________

Maxima [A]
time = 0.93, size = 24, normalized size = 1.04 \begin {gather*} \frac {8 \, x^{2} + 7}{4 \, {\left (x^{4} + 2 \, x^{2} + 1\right )}} + \arctan \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*(8*x^2 + 7)/(x^4 + 2*x^2 + 1) + arctan(x)

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 35, normalized size = 1.52 \begin {gather*} \frac {8 \, x^{2} + 4 \, {\left (x^{4} + 2 \, x^{2} + 1\right )} \arctan \left (x\right ) + 7}{4 \, {\left (x^{4} + 2 \, x^{2} + 1\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*(8*x^2 + 4*(x^4 + 2*x^2 + 1)*arctan(x) + 7)/(x^4 + 2*x^2 + 1)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 20, normalized size = 0.87 \begin {gather*} \frac {8 x^{2} + 7}{4 x^{4} + 8 x^{2} + 4} + \operatorname {atan}{\left (x \right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(8*x**2 + 7)/(4*x**4 + 8*x**2 + 4) + atan(x)

________________________________________________________________________________________

Giac [A]
time = 4.89, size = 19, normalized size = 0.83 \begin {gather*} \frac {8 \, x^{2} + 7}{4 \, {\left (x^{2} + 1\right )}^{2}} + \arctan \left (x\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/4*(8*x^2 + 7)/(x^2 + 1)^2 + arctan(x)

________________________________________________________________________________________

Mupad [B]
time = 0.03, size = 23, normalized size = 1.00 \begin {gather*} \mathrm {atan}\left (x\right )+\frac {2\,x^2+\frac {7}{4}}{x^4+2\,x^2+1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

atan(x) + (2*x^2 + 7/4)/(2*x^2 + x^4 + 1)

________________________________________________________________________________________