What is the Fourier Transform of the spatial portion of $Ψ(x,t)=A\exp(-b|x-2|)\exp(-iwt)$?

138 Views Asked by At

What is the Fourier Transform of the spatial portion of $Ψ(x,t)=A\exp(-b|x-2|)\exp(-iwt)$?

I tried applying the regular exponential Fourier transform, but not getting it.

Do you just bring out the $exp(iwt)$? If so, then how do you integrate the $exp(-b|x-2|)exp(-ikx)$ left inside from negative to positive infinity?

Any help will be much appreciated. Thank you very much!

2

There are 2 best solutions below

4
On

It's linear, so the time portion just comes along for the ride. We can use the table here to note that $$\mathcal{F}\left\{e^{-a|x|}\right\}=\frac{2a}{a^2+4\pi^2\xi^2}. $$ This is assuming the unitary, ordinary frequency type of FT. You can use a different column if you're using a different convention. Together with the shifting theorems, that should get you all the way there. Can you continue?

6
On

Going straight to the definition of the Fourier transform, we have \begin{multline} \mathcal{F}[\Psi](k) = \int_{-\infty}^\infty Ae^{-b|x-2|}e^{iwt}e^{-ikx}dx = Ae^{iwt}\int_{-\infty}^\infty e^{-b|x-2|}e^{-ikx}dx \\= Ae^{iwt}e^{-2ik}\int_{-\infty}^\infty e^{-b|u|}e^{-iku}du = 2Ae^{i(wt-2k)}\int_{0}^\infty e^{-bu}\cos(ku)du = \frac{2Abe^{i(wt-2k)}}{b^2+k^2} \end{multline} where the substitution $u = x-2$ was used and the parity of the integrand was used to simplify the last integral.

Also, this wave function is normalizable. The normalization integral is \begin{multline} \int_{-\infty}^\infty \Psi^*\Psi dx = \int_{-\infty}^\infty \left[A^*e^{-b|x-2|}e^{-iwt}\right]\left[Ae^{-b|x-2|}e^{iwt}\right] dx \\= |A|^2\int_{-\infty}^\infty e^{-2b|x-2|}dx = |A|^2\int_{-\infty}^\infty e^{-2b|u|}du=\frac{|A|^2}{b}= 1, \end{multline} with the same substitution and parity considerations were used here. So $A = \sqrt{b}$.