Integration by parts homework problem

latentcorpse
Messages
1,411
Reaction score
0
How do I integrate the following:

\int_0^\infty r e^{-ar} \sin{(Kr)} dr

i tried writing r e^{-ar} = -\frac{d}{da} e^{-ar} and using integration by parts but i couldn't get anywhere. any ideas?
 
Physics news on Phys.org


Would i.b.p not work if you let dv = re^(-ar)dr? You would have to use another iteration of i.b.p... I'll check it out when I've got some paper in front of me, but give that a try.
 


The Chaz said:
Would i.b.p not work if you let dv = re^(-ar)dr? You would have to use another iteration of i.b.p... I'll check it out when I've got some paper in front of me, but give that a try.

but then we would have to use integration by parts to evaluate v from dv. So it would end up being a nested integration by parts within an integration by parts? that seems awfully complicated, no?
 


You can use integration by part, but it is easier to write

sin(K r) = Im[exp(i k r)]

Then you have the integral of

r exp(-b r)

wih b = a - i k

and you need to take the imaginary part of the answer.


And, as you already noted, you can compute the integral without the factor r in the integrand and differentiate w.r.t. b to bring a factor of r down.
 


Count Iblis said:
You can use integration by part, but it is easier to write

sin(K r) = Im[exp(i k r)]

Then you have the integral of

r exp(-b r)

wih b = a - i k

and you need to take the imaginary part of the answer.


And, as you already noted, you can compute the integral without the factor r in the integrand and differentiate w.r.t. b to bring a factor of r down.

why do i only need to consider the imaginary part of the answer?
 


latentcorpse said:
why do i only need to consider the imaginary part of the answer?


Because that will yield the sin(kr) factor in the integrand. Note that you do that at the very end after you have differentiated w.r.t. the constant in the exponential to bring down the factor r.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top