Solving Integration by Parts: x^3e^x^2

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
paulmdrdo1
Messages
382
Reaction score
0
any idea how to solve this?

\begin{align*}\displaystyle \int x^3e^{x^{2}}\,dx\end{align*}
 
Physics news on Phys.org
Re: integration by parts

paulmdrdo said:
any idea how to solve this?

\begin{align*}\displaystyle \int x^3e^{x^{2}}\,dx\end{align*}

put x^2 = t

so 2 x dx = dt

so x^3 e^(x^2) dx = t e^t dt / 2

now you can differentiate t and integrate e^t thus by parts.
 
Re: integration by parts

Hello, paulmdrdo!

[tex]I \;=\; \int x^3e^{x^2}\,dx[/tex]
We have: .[tex]\int x^2\cdot xe^{x^2}dx[/tex]

By parts: .[tex]\begin{Bmatrix}u &=& x^2 && dv &=& xe^{x^2}dx \\ du &=& 2x\,dx && v &=& \tfrac{1}{2}e^{x^2} \end{Bmatrix}[/tex]

Then: .[tex]I \;=\;\tfrac{1}{2}x^2e^{x^2} - \int xe^{x^2}dx[/tex]

. . . . . [tex]I \;=\;\tfrac{1}{2}x^2e^{x^2} - \tfrac{1}{2}e^{x^2} + C[/tex]

. . . . . [tex]I \;=\;\tfrac{1}{2}e^{x^2}(x^2-1) + C[/tex]