Question: Use the u-subsitution to integrate $ \int_{0}^{1} e^{3 x^{3}-2 x}\left(9 x^{2}-2\right) d x $
So far my working is as follows
\begin{equation} u=3 x^{3}-2 x \Longrightarrow \frac{d u}{d x}=9 x^{2}-2 \end{equation} Step two:
\begin{equation} \frac{d x}{d u}=\frac{1}{9 x^{2}-2} \end{equation}
Substituting u in
\begin{equation} \int_{0}^{1} e^{u}\left(9 x^{2}-2\right) d x \end{equation}
For definite integration using substitution what changes occur as compared to indefinite u substitution?
EDIT:
After looking at this question I believe I am close to the answer
\begin{equation} \int_{0}^{1} e^{4}\left(9 x^{2}-2\right) \frac{1}{9 x^{2}-2} d x \end{equation}
Canceling them out we get;
\begin{equation} \int_{0}^{1} e^{u} d u \end{equation}
when x=1, our new limit is 7 when x=0 our new limit is -2
Your expression after u-substitution is just $$\int_0^1 e^u du=e^{3x^2-2x}\Bigg |^1_0$$ You can do the rest.