How do I properly integrate (x^3)(e^(x^2))?

  • Thread starter Thread starter johann1301
  • Start date Start date
  • Tags Tags
    Integrate
johann1301
Messages
216
Reaction score
1

Homework Statement



Use both substitution and integration by parts to solve:

∫x3ex2dx

2. The attempt at a solution

∫x3ex2dx

∫ex2x3dx

(1/2x)ex2x3-∫(1/2x)ex23x2dx

(1/2)ex2x2-(3/2)∫ex2xdx

(ex2x2/2)-(3/2)∫eux(du/2x)

(ex2x2/2)-(3/2)(1/2)∫eudu

(ex2x2/2)-(3/4)eu + C

(ex2x2/2)-(3/4)ex2 + C

The solution is supposed to be; (ex2x2/2)-(1/2)ex2 + C

Where am i going wrong?
 
Physics news on Phys.org
You assumed that ∫ex2dx = ex2/(2x). That's not true.

You do not want to take the route of trying to integrate ex2. No matter how hard you try you will not be able to find that integral. This integral cannot be expressed in terms of elementary functions. You need to take another approach.

Hint: That u-substitution you used to solve ∫xex2dx might come in handy if you use it earlier on.
 
Last edited:
  • Like
Likes 1 person
Solved it. Thanks a lot!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top