Integration by Parts: Solving for the Error in a Tricky Integral

quasar987
Science Advisor
Homework Helper
Gold Member
Messages
4,796
Reaction score
32
[SOLVED] Integration by parts

Homework Statement


I've been staring at this for 30 minutes and can't figure out what's wrong. I end up with 1/xi instead of xi. The book says,

\int_{-\infty}^{+\infty}te^{-t^2/2}\sin(\xi t)dt=\int_{-\infty}^{+\infty}e^{-t^2/2}\xi \cos(\xi t)dt


The Attempt at a Solution



I set u=te^{-t^2/2} and dv = \sin(\xi t). So I get du=e^{-t^2/2}-t^2e^{-t^2/2} and unless I'm completely crazy, v=-\xi^{-1}\cos(\xi t)[/tex], so that<br /> <br /> \int_{-\infty}^{+\infty}te^{-t^2/2}\sin(\xi t)dt=te^{-t^2/2}\xi^{-1}\cos(\xi t)|_{-\infty}^{+\infty} + \int_{-\infty}^{+\infty}e^{-t^2/2}\xi^{-1}\cos(\xi t)dt - \int_{-\infty}^{+\infty}t^2e^{-t^2/2}\xi^{-1}\cos(\xi t)dt = \int_{-\infty}^{+\infty}e^{-t^2/2}\xi^{-1}\cos(\xi t)dt<br /> <br /> HELP!
 
Physics news on Phys.org
What is v?

I=-\int_{-\infty}^{+\infty}(e^{-t^2/2})&#039;\sin(\xi t)dt=-te^{-t^2/2}\sin(\xi t)|_{-\infty}^{+\infty} + \int_{-\infty}^{+\infty}e^{-t^2/2}(\sin(\xi t))&#039;dt = \int_{-\infty}^{+\infty}e^{-t^2/2}\xi\cos(\xi t)dt
 
I can't entirely follow what you're doing with the u and dv. I learned partial integration as
\int_a^b f&#039;(x) g(x) dx = - \left. f(x) g(x) \right|_a^b + \int_a^b f(x) g&#039;(x) dx
Applying this to
f&#039;(t) = t e^{-t^2/2}, \qquad \implies \qquad f(t) = - e^{-t^2/2}
and
g(t) = \sin(\xi t), \qquad \implies \qquad g&#039;(t) = \xi \cos(\xi t)
then gives me
\int_{-\infty}^{+\infty}te^{-t^2/2}\sin(\xi t)dt =<br /> \left. e^{-t^2/2} \sin(\xi t) \right|_{-\infty}^{+\infty} +<br /> \int_{-\infty}^{+\infty} -e^{-t^2/2}\xi \cos(\xi t)dt.<br />
The boundary term vanishes so that gives exactly minus the result you'd like (probably a minus error on my side) but definitely a \xi and not \xi^{-1}. As it should be (otherwise you'd get strange results for \xi = 0).

[edit]I should learn to type LaTeX even faster, Rainbow Child beat me by 5 whole minutes :smile:[/edit]
 
Last edited:
I see my mistake: the last term does not vanish. Thx!
 
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