Ed Aboud
- 200
- 0
Homework Statement
Show using integration by parts that:
\int x^3 e^x^2 dx = e^x^2 ( \frac{ x^2 -1}{ 2 })
Homework Equations
The Attempt at a Solution
Integration by parts obviously.
\int u dv = uv - \int v du
Let u = x^3 and dv = e^x^2 dx
\int x^3 e^x^2 dx = \frac{x^2 e^x^2}{ 2 } - \frac{3}{2} \int x e^x^2 dx
Now use integration by parts again on \int x e^x^2 dx
And I get :
\frac{e^x^2}{ 2 } - \frac{1}{2} \int \frac{1}{x} e^x^2 dx
This really leaves me no closer again because I have to use integration by parts again on
\int \frac{1}{x} e^x^2 dx
Any suggestions on what to do.
Thanks for the help.