Integration by Parts separately

cse63146
Messages
435
Reaction score
0

Homework Statement



Integrate: -\frac{2}{\theta} \int^{\infty}_0 y e^{-2y/\theta} dy + \frac{2}{\theta} \int^{\infty}_0 y e^{-y/\theta}dy

Homework Equations





The Attempt at a Solution



Let u = y/theta; y=u*theta; dy = du*theta, which becomes

-2 \int^{\infty}_0 u \theta e^{-2u} du + 2\int^{\infty}_0 u \theta e^{-u}du

Doing each integral seperately and then adding them up:

-2 \int^{\infty}_0 u \theta e^{-2u} du = u\theta e^{-2u} |^{\infty}_0 - 2 \theta \int^{\infty}_0 e^{-2u} du = \theta e^{-2u} |^{\infty}_0 = - \theta

2\int^{\infty}_0 u \theta e^{-u}du = -2u \theta e^{-u}|^{\infty}_0 + 2 \theta \int^{\infty}_0 e^{-u} du =-2 \theta e^{-u} |^{\infty}_0 = 2 \theta

When I add them up, I get theta, but the answer is supposed to be (3/2)theta. Where did I make the mistake?
 
Physics news on Phys.org
Well, you just dropped a '2' factor. Maybe more than once. For example, why doesn't your boundary term in the first integration by parts have a '2' in it? I really don't want to check every term. But you should have gotten -theta/2 for the first integral.
 
I did forget a 2 in the first integration by parts, but it equals to 0 so it wouldn't make much of a difference. But I did realize my mistake. I didnt diffrentiate the e^-2u properly in the second part.
 
That's true. Thanks for helping with the checking work!
 
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