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

Optimal. Leaf size=46 \[ \frac {5}{8} \log \left (x^2+x+2\right )-\frac {1}{2 x}-\frac {\log (x)}{4}+\frac {\tan ^{-1}\left (\frac {2 x+1}{\sqrt {7}}\right )}{4 \sqrt {7}} \]

[Out]

-1/2/x-1/4*ln(x)+5/8*ln(x^2+x+2)+1/28*arctan(1/7*(1+2*x)*7^(1/2))*7^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 46, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 6, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.261, Rules used = {1594, 1628, 634, 618, 204, 628} \[ \frac {5}{8} \log \left (x^2+x+2\right )-\frac {1}{2 x}-\frac {\log (x)}{4}+\frac {\tan ^{-1}\left (\frac {2 x+1}{\sqrt {7}}\right )}{4 \sqrt {7}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-1/(2*x) + ArcTan[(1 + 2*x)/Sqrt[7]]/(4*Sqrt[7]) - Log[x]/4 + (5*Log[2 + x + x^2])/8

Rule 204

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

Rule 618

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

Rule 628

Int[((d_) + (e_.)*(x_))/((a_.) + (b_.)*(x_) + (c_.)*(x_)^2), x_Symbol] :> Simp[(d*Log[RemoveContent[a + b*x +
c*x^2, x]])/b, x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[2*c*d - b*e, 0]

Rule 634

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

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 1628

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

Rubi steps

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

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 46, normalized size = 1.00 \[ \frac {5}{8} \log \left (x^2+x+2\right )-\frac {1}{2 x}-\frac {\log (x)}{4}+\frac {\tan ^{-1}\left (\frac {2 x+1}{\sqrt {7}}\right )}{4 \sqrt {7}} \]

Antiderivative was successfully verified.

[In]

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

[Out]

-1/2*1/x + ArcTan[(1 + 2*x)/Sqrt[7]]/(4*Sqrt[7]) - Log[x]/4 + (5*Log[2 + x + x^2])/8

________________________________________________________________________________________

fricas [A]  time = 0.81, size = 39, normalized size = 0.85 \[ \frac {2 \, \sqrt {7} x \arctan \left (\frac {1}{7} \, \sqrt {7} {\left (2 \, x + 1\right )}\right ) + 35 \, x \log \left (x^{2} + x + 2\right ) - 14 \, x \log \relax (x) - 28}{56 \, x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/56*(2*sqrt(7)*x*arctan(1/7*sqrt(7)*(2*x + 1)) + 35*x*log(x^2 + x + 2) - 14*x*log(x) - 28)/x

________________________________________________________________________________________

giac [A]  time = 0.30, size = 36, normalized size = 0.78 \[ \frac {1}{28} \, \sqrt {7} \arctan \left (\frac {1}{7} \, \sqrt {7} {\left (2 \, x + 1\right )}\right ) - \frac {1}{2 \, x} + \frac {5}{8} \, \log \left (x^{2} + x + 2\right ) - \frac {1}{4} \, \log \left ({\left | x \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/28*sqrt(7)*arctan(1/7*sqrt(7)*(2*x + 1)) - 1/2/x + 5/8*log(x^2 + x + 2) - 1/4*log(abs(x))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 36, normalized size = 0.78 \[ \frac {\sqrt {7}\, \arctan \left (\frac {\left (2 x +1\right ) \sqrt {7}}{7}\right )}{28}-\frac {\ln \relax (x )}{4}+\frac {5 \ln \left (x^{2}+x +2\right )}{8}-\frac {1}{2 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-1/2/x-1/4*ln(x)+5/8*ln(x^2+x+2)+1/28*arctan(1/7*(2*x+1)*7^(1/2))*7^(1/2)

________________________________________________________________________________________

maxima [A]  time = 2.09, size = 35, normalized size = 0.76 \[ \frac {1}{28} \, \sqrt {7} \arctan \left (\frac {1}{7} \, \sqrt {7} {\left (2 \, x + 1\right )}\right ) - \frac {1}{2 \, x} + \frac {5}{8} \, \log \left (x^{2} + x + 2\right ) - \frac {1}{4} \, \log \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/28*sqrt(7)*arctan(1/7*sqrt(7)*(2*x + 1)) - 1/2/x + 5/8*log(x^2 + x + 2) - 1/4*log(x)

________________________________________________________________________________________

mupad [B]  time = 2.17, size = 49, normalized size = 1.07 \[ -\frac {\ln \relax (x)}{4}-\ln \left (x+\frac {1}{2}-\frac {\sqrt {7}\,1{}\mathrm {i}}{2}\right )\,\left (-\frac {5}{8}+\frac {\sqrt {7}\,1{}\mathrm {i}}{56}\right )+\ln \left (x+\frac {1}{2}+\frac {\sqrt {7}\,1{}\mathrm {i}}{2}\right )\,\left (\frac {5}{8}+\frac {\sqrt {7}\,1{}\mathrm {i}}{56}\right )-\frac {1}{2\,x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

log(x + (7^(1/2)*1i)/2 + 1/2)*((7^(1/2)*1i)/56 + 5/8) - log(x - (7^(1/2)*1i)/2 + 1/2)*((7^(1/2)*1i)/56 - 5/8)
- log(x)/4 - 1/(2*x)

________________________________________________________________________________________

sympy [A]  time = 0.16, size = 46, normalized size = 1.00 \[ - \frac {\log {\relax (x )}}{4} + \frac {5 \log {\left (x^{2} + x + 2 \right )}}{8} + \frac {\sqrt {7} \operatorname {atan}{\left (\frac {2 \sqrt {7} x}{7} + \frac {\sqrt {7}}{7} \right )}}{28} - \frac {1}{2 x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

-log(x)/4 + 5*log(x**2 + x + 2)/8 + sqrt(7)*atan(2*sqrt(7)*x/7 + sqrt(7)/7)/28 - 1/(2*x)

________________________________________________________________________________________