3.92.52 \(\int \frac {29+4 x+2 x^2+e^{2 x} (2+4 x+2 x^2)}{1+2 x+x^2} \, dx\)

Optimal. Leaf size=18 \[ e^{2 x}+x+\frac {-28+x^2}{1+x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.10, antiderivative size = 16, normalized size of antiderivative = 0.89, number of steps used = 6, number of rules used = 4, integrand size = 37, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.108, Rules used = {27, 6742, 2194, 683} \begin {gather*} 2 x+e^{2 x}-\frac {27}{x+1} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^(2*x) + 2*x - 27/(1 + x)

Rule 27

Int[(u_.)*((a_) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[u*Cancel[(b/2 + c*x)^(2*p)/c^p], x] /; Fr
eeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0] && IntegerQ[p]

Rule 683

Int[((d_.) + (e_.)*(x_))^(m_)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(d +
 e*x)^m*(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[2*c*d - b*e,
 0] && IGtQ[p, 0] &&  !(EqQ[m, 3] && NeQ[p, 1])

Rule 2194

Int[((F_)^((c_.)*((a_.) + (b_.)*(x_))))^(n_.), x_Symbol] :> Simp[(F^(c*(a + b*x)))^n/(b*c*n*Log[F]), x] /; Fre
eQ[{F, a, b, c, n}, x]

Rule 6742

Int[u_, x_Symbol] :> With[{v = ExpandIntegrand[u, x]}, Int[v, x] /; SumQ[v]]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=\int \frac {29+4 x+2 x^2+e^{2 x} \left (2+4 x+2 x^2\right )}{(1+x)^2} \, dx\\ &=\int \left (2 e^{2 x}+\frac {29+4 x+2 x^2}{(1+x)^2}\right ) \, dx\\ &=2 \int e^{2 x} \, dx+\int \frac {29+4 x+2 x^2}{(1+x)^2} \, dx\\ &=e^{2 x}+\int \left (2+\frac {27}{(1+x)^2}\right ) \, dx\\ &=e^{2 x}+2 x-\frac {27}{1+x}\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.04, size = 16, normalized size = 0.89 \begin {gather*} e^{2 x}+2 x-\frac {27}{1+x} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

E^(2*x) + 2*x - 27/(1 + x)

________________________________________________________________________________________

fricas [A]  time = 0.88, size = 24, normalized size = 1.33 \begin {gather*} \frac {2 \, x^{2} + {\left (x + 1\right )} e^{\left (2 \, x\right )} + 2 \, x - 27}{x + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(2*x^2 + (x + 1)*e^(2*x) + 2*x - 27)/(x + 1)

________________________________________________________________________________________

giac [A]  time = 0.16, size = 26, normalized size = 1.44 \begin {gather*} \frac {2 \, x^{2} + x e^{\left (2 \, x\right )} + 2 \, x + e^{\left (2 \, x\right )} - 27}{x + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(2*x^2 + x*e^(2*x) + 2*x + e^(2*x) - 27)/(x + 1)

________________________________________________________________________________________

maple [A]  time = 0.57, size = 16, normalized size = 0.89




method result size



risch \(2 x -\frac {27}{x +1}+{\mathrm e}^{2 x}\) \(16\)
derivativedivides \(2 x -\frac {54}{2 x +2}+{\mathrm e}^{2 x}\) \(18\)
default \(2 x -\frac {54}{2 x +2}+{\mathrm e}^{2 x}\) \(18\)
norman \(\frac {x \,{\mathrm e}^{2 x}+2 x^{2}-29+{\mathrm e}^{2 x}}{x +1}\) \(24\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((2*x^2+4*x+2)*exp(2*x)+2*x^2+4*x+29)/(x^2+2*x+1),x,method=_RETURNVERBOSE)

[Out]

2*x-27/(x+1)+exp(2*x)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} 2 \, x + \frac {{\left (x^{2} + 2 \, x\right )} e^{\left (2 \, x\right )}}{x^{2} + 2 \, x + 1} - \frac {2 \, e^{\left (-2\right )} E_{2}\left (-2 \, x - 2\right )}{x + 1} - \frac {27}{x + 1} - 2 \, \int \frac {e^{\left (2 \, x\right )}}{x^{3} + 3 \, x^{2} + 3 \, x + 1}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*x + (x^2 + 2*x)*e^(2*x)/(x^2 + 2*x + 1) - 2*e^(-2)*exp_integral_e(2, -2*x - 2)/(x + 1) - 27/(x + 1) - 2*inte
grate(e^(2*x)/(x^3 + 3*x^2 + 3*x + 1), x)

________________________________________________________________________________________

mupad [B]  time = 0.10, size = 15, normalized size = 0.83 \begin {gather*} 2\,x+{\mathrm {e}}^{2\,x}-\frac {27}{x+1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*x + exp(2*x) - 27/(x + 1)

________________________________________________________________________________________

sympy [A]  time = 0.12, size = 12, normalized size = 0.67 \begin {gather*} 2 x + e^{2 x} - \frac {27}{x + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(((2*x**2+4*x+2)*exp(2*x)+2*x**2+4*x+29)/(x**2+2*x+1),x)

[Out]

2*x + exp(2*x) - 27/(x + 1)

________________________________________________________________________________________