3.1.68 \(\int e^{x^3} x^2 \, dx\) [68]

Optimal. Leaf size=9 \[ \frac {e^{x^3}}{3} \]

[Out]

1/3*exp(x^3)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 9, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 9, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {2240} \begin {gather*} \frac {e^{x^3}}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[E^x^3*x^2,x]

[Out]

E^x^3/3

Rule 2240

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^{x^3} x^2 \, dx &=\frac {e^{x^3}}{3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 9, normalized size = 1.00 \begin {gather*} \frac {e^{x^3}}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[E^x^3*x^2,x]

[Out]

E^x^3/3

________________________________________________________________________________________

Mathics [A]
time = 1.62, size = 7, normalized size = 0.78 \begin {gather*} \frac {E^{x^3}}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[x^2*E^(x^3),x]')

[Out]

E ^ x ^ 3 / 3

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 7, normalized size = 0.78

method result size
gosper \(\frac {{\mathrm e}^{x^{3}}}{3}\) \(7\)
derivativedivides \(\frac {{\mathrm e}^{x^{3}}}{3}\) \(7\)
default \(\frac {{\mathrm e}^{x^{3}}}{3}\) \(7\)
norman \(\frac {{\mathrm e}^{x^{3}}}{3}\) \(7\)
risch \(\frac {{\mathrm e}^{x^{3}}}{3}\) \(7\)
meijerg \(-\frac {1}{3}+\frac {{\mathrm e}^{x^{3}}}{3}\) \(9\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(x^3)*x^2,x,method=_RETURNVERBOSE)

[Out]

1/3*exp(x^3)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 6, normalized size = 0.67 \begin {gather*} \frac {1}{3} \, e^{\left (x^{3}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*e^(x^3)

________________________________________________________________________________________

Fricas [A]
time = 0.33, size = 6, normalized size = 0.67 \begin {gather*} \frac {1}{3} \, e^{\left (x^{3}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

1/3*e^(x^3)

________________________________________________________________________________________

Sympy [A]
time = 0.04, size = 5, normalized size = 0.56 \begin {gather*} \frac {e^{x^{3}}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x**3)/3

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 7, normalized size = 0.78 \begin {gather*} \frac {\mathrm {e}^{x^{3}}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(x^3)*x^2,x)

[Out]

1/3*e^(x^3)

________________________________________________________________________________________

Mupad [B]
time = 0.08, size = 6, normalized size = 0.67 \begin {gather*} \frac {{\mathrm {e}}^{x^3}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

exp(x^3)/3

________________________________________________________________________________________