Integration by Parts - Choice of variables

takarin
Messages
2
Reaction score
0

Homework Statement



I'm getting different results when choosing my u & dv for Integration by Parts on the following integral:

\int 2x^3 e^x^2 dx
(Note, the exponent on 'e' is x^2)

This yields the correct solution:
u = x^2
dv = 2x e^x^2 dx

du = 2xdx
v = e^x^2

However, I have tried using this instead (*)

u = 2x^3
dv = e^x^2 dx

du = 6x^2 dx
v = (e^x^2) / 2x

and this is yielding the incorrect solution (see 3.)

Homework Equations


Integration by Parts:
\int udv = uv - \int vdu

The Attempt at a Solution



The correct solution turns out to be
x^2 e^x^2 - e^x^2 + C

When I use my other choice of variables (*), I get (using IBP)
\int 2x^3 e^x^2 dx = 2x^3 e^x^2 / 2x - \int e^x^2 / 2x * 6x^2 dx
which leads to:
x^2 e^x^2 - 3/2 e^x^2 + C

which is different from the other choice of variables.

I've looked over both choices of variables, and I don't know why the second choice (*) comes up with a different solution.

Thanks for the help!
 
Physics news on Phys.org
Your error is that the integral of e^{x^2} isn't e^{x^2}/(2x). (I'm assuming you meant to have parentheses on the bottom, but perhaps not. Regardless, the answer is incorrect either way.)
 
Ah! Silly me, I've been staring at it and completely overlooked that. Thanks for your quick reply, I'll avoid such carelessness in the future :)
 
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...

Similar threads

Back
Top