3.74.22 \(\int (3-2 x+15 x^2+e^{2 x} (1+2 x)) \, dx\)

Optimal. Leaf size=20 \[ -x^2+x \left (3+e^{2 x}+5 x^2\right ) \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 37, normalized size of antiderivative = 1.85, number of steps used = 3, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {2176, 2194} \begin {gather*} 5 x^3-x^2+3 x-\frac {e^{2 x}}{2}+\frac {1}{2} e^{2 x} (2 x+1) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[3 - 2*x + 15*x^2 + E^(2*x)*(1 + 2*x),x]

[Out]

-1/2*E^(2*x) + 3*x - x^2 + 5*x^3 + (E^(2*x)*(1 + 2*x))/2

Rule 2176

Int[((b_.)*(F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[((c + d*x)^m
*(b*F^(g*(e + f*x)))^n)/(f*g*n*Log[F]), x] - Dist[(d*m)/(f*g*n*Log[F]), Int[(c + d*x)^(m - 1)*(b*F^(g*(e + f*x
)))^n, x], x] /; FreeQ[{F, b, c, d, e, f, g, n}, x] && GtQ[m, 0] && IntegerQ[2*m] &&  !$UseGamma === True

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]

Rubi steps

\begin {gather*} \begin {aligned} \text {integral} &=3 x-x^2+5 x^3+\int e^{2 x} (1+2 x) \, dx\\ &=3 x-x^2+5 x^3+\frac {1}{2} e^{2 x} (1+2 x)-\int e^{2 x} \, dx\\ &=-\frac {e^{2 x}}{2}+3 x-x^2+5 x^3+\frac {1}{2} e^{2 x} (1+2 x)\\ \end {aligned} \end {gather*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 21, normalized size = 1.05 \begin {gather*} 3 x+e^{2 x} x-x^2+5 x^3 \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[3 - 2*x + 15*x^2 + E^(2*x)*(1 + 2*x),x]

[Out]

3*x + E^(2*x)*x - x^2 + 5*x^3

________________________________________________________________________________________

fricas [A]  time = 0.92, size = 20, normalized size = 1.00 \begin {gather*} 5 \, x^{3} - x^{2} + x e^{\left (2 \, x\right )} + 3 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*x^3 - x^2 + x*e^(2*x) + 3*x

________________________________________________________________________________________

giac [A]  time = 0.18, size = 20, normalized size = 1.00 \begin {gather*} 5 \, x^{3} - x^{2} + x e^{\left (2 \, x\right )} + 3 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*x^3 - x^2 + x*e^(2*x) + 3*x

________________________________________________________________________________________

maple [A]  time = 0.02, size = 21, normalized size = 1.05




method result size



default \(3 x +x \,{\mathrm e}^{2 x}-x^{2}+5 x^{3}\) \(21\)
norman \(3 x +x \,{\mathrm e}^{2 x}-x^{2}+5 x^{3}\) \(21\)
risch \(3 x +x \,{\mathrm e}^{2 x}-x^{2}+5 x^{3}\) \(21\)



Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x+1)*exp(x)^2+15*x^2-2*x+3,x,method=_RETURNVERBOSE)

[Out]

3*x+x*exp(x)^2-x^2+5*x^3

________________________________________________________________________________________

maxima [A]  time = 0.35, size = 20, normalized size = 1.00 \begin {gather*} 5 \, x^{3} - x^{2} + x e^{\left (2 \, x\right )} + 3 \, x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

5*x^3 - x^2 + x*e^(2*x) + 3*x

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 16, normalized size = 0.80 \begin {gather*} x\,\left ({\mathrm {e}}^{2\,x}-x+5\,x^2+3\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(2*x)*(2*x + 1) - 2*x + 15*x^2 + 3,x)

[Out]

x*(exp(2*x) - x + 5*x^2 + 3)

________________________________________________________________________________________

sympy [A]  time = 0.08, size = 17, normalized size = 0.85 \begin {gather*} 5 x^{3} - x^{2} + x e^{2 x} + 3 x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x+1)*exp(x)**2+15*x**2-2*x+3,x)

[Out]

5*x**3 - x**2 + x*exp(2*x) + 3*x

________________________________________________________________________________________