3.670 \(\int e^{1+x^3} x^2 \, dx\)

Optimal. Leaf size=11 \[ \frac{e^{x^3+1}}{3} \]

[Out]

E^(1 + x^3)/3

________________________________________________________________________________________

Rubi [A]  time = 0.0155205, antiderivative size = 11, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 11, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.091, Rules used = {2209} \[ \frac{e^{x^3+1}}{3} \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^(1 + x^3)/3

Rule 2209

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((e_.) + (f_.)*(x_))^(m_.), x_Symbol] :> Simp[((e + f*x)^n*
F^(a + b*(c + d*x)^n))/(b*f*n*(c + d*x)^n*Log[F]), x] /; FreeQ[{F, a, b, c, d, e, f, n}, x] && EqQ[m, n - 1] &
& EqQ[d*e - c*f, 0]

Rubi steps

\begin{align*} \int e^{1+x^3} x^2 \, dx &=\frac{e^{1+x^3}}{3}\\ \end{align*}

Mathematica [A]  time = 0.0015736, size = 11, normalized size = 1. \[ \frac{e^{x^3+1}}{3} \]

Antiderivative was successfully verified.

[In]

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

[Out]

E^(1 + x^3)/3

________________________________________________________________________________________

Maple [A]  time = 0.019, size = 9, normalized size = 0.8 \begin{align*}{\frac{{{\rm e}^{{x}^{3}+1}}}{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*exp(x^3+1)

________________________________________________________________________________________

Maxima [A]  time = 0.956121, size = 11, normalized size = 1. \begin{align*} \frac{1}{3} \, e^{\left (x^{3} + 1\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*e^(x^3 + 1)

________________________________________________________________________________________

Fricas [A]  time = 0.862101, size = 23, normalized size = 2.09 \begin{align*} \frac{1}{3} \, e^{\left (x^{3} + 1\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*e^(x^3 + 1)

________________________________________________________________________________________

Sympy [A]  time = 0.084111, size = 7, normalized size = 0.64 \begin{align*} \frac{e^{x^{3} + 1}}{3} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x**3 + 1)/3

________________________________________________________________________________________

Giac [A]  time = 1.25404, size = 11, normalized size = 1. \begin{align*} \frac{1}{3} \, e^{\left (x^{3} + 1\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*e^(x^3 + 1)