Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

I'm given $\Psi(x,t)$ as a proposal for a wave function. $\Psi(x,t)=\int_{1}^{1+\Delta k} e^{i(kx-wt)} k^2 dk$

Now I try to compute $\Psi^*(x,t)\Psi(x,t)$ wich is the product

$(\int_{1}^{1+\Delta k} e^{-i(kx-wt)} k^2 dk) (\int_{1}^{1+\Delta k} e^{i(kx-wt)}k^2 dk)$

In wich way should I transform this to a double integral? Taking into account that $w=w(|k|)$

Thanks for your time.

share|improve this question
There is no comment about $\Delta k$ so I assumed is a real number because $k$ is. – Nivalth Sep 25 '11 at 12:48
1  
This is a product of Fourier integrals, so you can obtain its Fourier transform as the convolution of the two Fourier transforms. – joriki Sep 25 '11 at 13:01
In Fourier Transforms, as far as I know, the range of integration is $\mathbb{R}$ not just $(1,1+\Delta k)$ – Nivalth Sep 25 '11 at 13:04

1 Answer

It is easier to solve the one dimensional integral, and then to perform the multiplication:

$\int_1^{1+\Delta} e^{ikx-i\omega t} k^2 dk = - e^{-i\omega t} \frac{\partial}{\partial x^2}( \int_1^{1+\Delta} e^{ikx} dk) = - \Delta e^{-i\omega t} \frac{\partial}{\partial x^2}\left ( e^{[i(1+\Delta/2)x]} \frac{sin(\frac{\Delta x}{2})}{\frac{\Delta x}{2}}\right) $

All is left is to perform the differentiationwith respect to x.

share|improve this answer
Thank you very much, nice idea! – Nivalth Sep 25 '11 at 15:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.