Can Fourier Transformation be Used for Amplitude of a Free Particle?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 5K views
karlsson
Messages
3
Reaction score
0
I hope this is the correct place for my question. I posted it here, because it`s from Peskin & Schroeder:
"Consider the amplitude for a free particle to propagate from [tex]\mathbf{x}_{0}[/tex] to [tex]\mathbf{x}[/tex] :

[tex]U(t)=\left\langle \mathbf{x}\right|e^{-iHt}\left|\mathbf{x_{0}}\right\rangle[/tex]

In nonrelativistic quantum mechanics we have E=p^2/2m, so

[tex]U(t)&=&\left\langle \mathbf{x}\right|e^{-i(\mathbf{p}^{2}/2m)t}\left|\mathbf{x}_{0}\right\rangle[/tex]

[tex] =\int\frac{d^{3}p}{(2\pi)^{3}}\left\langle \mathbf{x}\right|e^{-i(\mathbf{p}^{2}/2m)t}\left|\mathbf{p}\right\rangle \left\langle \mathbf{p}\right.\left|\mathbf{x_{0}}\right\rangle[/tex]

[tex] =\frac{1}{(2\pi)^{3}}\int d^{3}p\, e^{-i(\mathbf{p}^{2}/2m)t}\cdot e^{i\mathbf{p}\cdot(\mathbf{x}-\mathbf{x}_{0})}[/tex]

[tex] =\left(\frac{m}{2\pi it}\right)^{3/2}\, e^{im(\mathbf{x}-\mathbf{x}_{0})/2t}}[/tex]
."

I don't understand the last equation.
Why I can't use the fourier-transformation:

[tex] =\frac{1}{(2\pi)^{3}}\int d^{3}p\, e^{-i\mathbf{p}\cdot(\mathbf{x}_{0}-\mathbf{x})}\widetilde{f}(\mathbf{p})[/tex]

[tex] =f(\mathbf{p})[/tex]

[tex] =e^{-i(\mathbf{x}-\mathbf{x}_{0})^{2}/2m)t}[/tex]
 
Physics news on Phys.org
Sry, I don't understand. My solution is a different one as from Peskin & Schroeder. But why?
 
karlsson said:
[tex] =\int\frac{d^{3}p}{(2\pi)^{3}}\left\langle \mathbf{x}\right|e^{-i(\mathbf{p}^{2}/2m)t}\left|\mathbf{p}\right\rangle \left\langle \mathbf{p}\right.\left|\mathbf{x_{0}}\right\rangle[/tex]

[tex] =\frac{1}{(2\pi)^{3}}\int d^{3}p\, e^{-i(\mathbf{p}^{2}/2m)t}\cdot e^{i\mathbf{p}\cdot(\mathbf{x}-\mathbf{x}_{0})}[/tex]

[tex] =\left(\frac{m}{2\pi it}\right)^{3/2}\, e^{im(\mathbf{x}-\mathbf{x}_{0})/2t}}[/tex]
."

I don't understand the last equation.

The last step is made by completing the square and evaluating the gaussian integral (although with complex coefficient). I suspect the expression should be ~exp[im(x-x_0)^2/2t] though...

Why I can't use the fourier-transformation:

The last step is precisely the evaluation of a Fourier transform. In what you write next:

[tex] =\frac{1}{(2\pi)^{3}}\int d^{3}p\, e^{-i\mathbf{p}\cdot(\mathbf{x}_{0}-\mathbf{x})}\widetilde{f}(\mathbf{p})[/tex]

[tex] =f(\mathbf{p})[/tex]

[tex] =e^{-i(\mathbf{x}-\mathbf{x}_{0})^{2}/2m)t}[/tex]

It looks like you have simply taken [tex]\widetilde{f}=f[/tex] and replaced the [itex]\mathbf{p}[/itex] argument with [itex]\mathbf{x}-\mathbf{x}_0[/itex].. If so then this is wrong. The Fourier transform should be evaluated as in the last step of your first equation (i.e. completing the square as I wrote)
 
jensa said:
I suspect the expression should be ~exp[im(x-x_0)^2/2t] though...

You are right.

jensa said:
The last step is made by completing the square and evaluating the gaussian integral ...

Thanks a lot.