$\int\ x^2\ e^{x^3}\ dx$
Step one: eliminate the $x$'s from the problem. The only way this can be done is utilizing $u$-substitution $u=x^3$
$u=x^3$
$du=3x^2\ dx$
$3\int\ e^u\ du$
at this point I am confused. Can some one point me in the correct direction?
if $\color{green}{u} = \color{magenta}{x^3}$ and $du = 3x^2 dx$, then $\color{red}{\frac{1}{3}du} = \color{blue}{x^2 dx}$, so $$ \int x^2 e^{x^3}\;dx = \int e^{\color{magenta}{x^3}}\color{blue}{x^2 dx} = \int e^{\color{green}{u}}\color{red}{\frac{1}{3}du} $$ This integral is (without the colors) $$ \frac{1}{3}\int e^u du = \frac{1}{3}e^u + C = \dots $$