3.7.63 \(\int e^{x^{3/2}} x^2 \, dx\) [663]

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

[Out]

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

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 11, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.273, Rules used = {2247, 2243, 2240} \begin {gather*} \frac {2}{3} e^{x^{3/2}} x^{3/2}-\frac {2 e^{x^{3/2}}}{3} \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(-2*E^x^(3/2))/3 + (2*E^x^(3/2)*x^(3/2))/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]

Rule 2243

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[(c + d*x)^(m
- n + 1)*(F^(a + b*(c + d*x)^n)/(b*d*n*Log[F])), x] - Dist[(m - n + 1)/(b*n*Log[F]), Int[(c + d*x)^(m - n)*F^(
a + b*(c + d*x)^n), x], x] /; FreeQ[{F, a, b, c, d}, x] && IntegerQ[2*((m + 1)/n)] && LtQ[0, (m + 1)/n, 5] &&
IntegerQ[n] && (LtQ[0, n, m + 1] || LtQ[m, n, 0])

Rule 2247

Int[(F_)^((a_.) + (b_.)*((c_.) + (d_.)*(x_))^(n_))*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> With[{k = Denomina
tor[n]}, Dist[k/d, Subst[Int[x^(k*(m + 1) - 1)*F^(a + b*x^(k*n)), x], x, (c + d*x)^(1/k)], x]] /; FreeQ[{F, a,
 b, c, d, m, n}, x] && IntegerQ[2*((m + 1)/n)] && LtQ[0, (m + 1)/n, 5] &&  !IntegerQ[n]

Rubi steps

\begin {align*} \int e^{x^{3/2}} x^2 \, dx &=2 \text {Subst}\left (\int e^{x^3} x^5 \, dx,x,\sqrt {x}\right )\\ &=\frac {2}{3} e^{x^{3/2}} x^{3/2}-2 \text {Subst}\left (\int e^{x^3} x^2 \, dx,x,\sqrt {x}\right )\\ &=-\frac {2}{3} e^{x^{3/2}}+\frac {2}{3} e^{x^{3/2}} x^{3/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 4 vs. order 3 in optimal.
time = 0.00, size = 13, normalized size = 0.46 \begin {gather*} -\frac {2}{3} \Gamma \left (2,-x^{3/2}\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

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

[Out]

(-2*Gamma[2, -x^(3/2)])/3

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 17, normalized size = 0.61

method result size
meijerg \(\frac {2}{3}-\frac {\left (2-2 x^{\frac {3}{2}}\right ) {\mathrm e}^{x^{\frac {3}{2}}}}{3}\) \(16\)
derivativedivides \(-\frac {2 \,{\mathrm e}^{x^{\frac {3}{2}}}}{3}+\frac {2 \,{\mathrm e}^{x^{\frac {3}{2}}} x^{\frac {3}{2}}}{3}\) \(17\)
default \(-\frac {2 \,{\mathrm e}^{x^{\frac {3}{2}}}}{3}+\frac {2 \,{\mathrm e}^{x^{\frac {3}{2}}} x^{\frac {3}{2}}}{3}\) \(17\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

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

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 11, normalized size = 0.39 \begin {gather*} \frac {2}{3} \, {\left (x^{\frac {3}{2}} - 1\right )} e^{\left (x^{\frac {3}{2}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/3*(x^(3/2) - 1)*e^(x^(3/2))

________________________________________________________________________________________

Fricas [A]
time = 0.37, size = 11, normalized size = 0.39 \begin {gather*} \frac {2}{3} \, {\left (x^{\frac {3}{2}} - 1\right )} e^{\left (x^{\frac {3}{2}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/3*(x^(3/2) - 1)*e^(x^(3/2))

________________________________________________________________________________________

Sympy [A]
time = 0.48, size = 24, normalized size = 0.86 \begin {gather*} \frac {2 x^{\frac {3}{2}} e^{x^{\frac {3}{2}}}}{3} - \frac {2 e^{x^{\frac {3}{2}}}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2*x**(3/2)*exp(x**(3/2))/3 - 2*exp(x**(3/2))/3

________________________________________________________________________________________

Giac [A]
time = 3.72, size = 11, normalized size = 0.39 \begin {gather*} \frac {2}{3} \, {\left (x^{\frac {3}{2}} - 1\right )} e^{\left (x^{\frac {3}{2}}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

2/3*(x^(3/2) - 1)*e^(x^(3/2))

________________________________________________________________________________________

Mupad [B]
time = 3.57, size = 16, normalized size = 0.57 \begin {gather*} \frac {2\,x^{3/2}\,{\mathrm {e}}^{x^{3/2}}}{3}-\frac {2\,{\mathrm {e}}^{x^{3/2}}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

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

[Out]

(2*x^(3/2)*exp(x^(3/2)))/3 - (2*exp(x^(3/2)))/3

________________________________________________________________________________________