friend said:
Wait! Are you saying that you've already seen the Fourier transform from position to momentum of <x|U(t)|x'>? Is this online somewhere?
First, note that there are two parameters in \langle x|U(t)|x'\rangle: x and x'. If you perform a Fourier transform over x, you don't get \langle p|U(t)|p' \rangle, you get \langle p | U(t) | x' \rangle. You have to perform a second Fourier transform, over x', to get \langle p |U(t) | p' \rangle.
The quick way to Fourier-transform over x is just to note:
\langle x | x' \rangle = \delta(x-x') = \frac{1}{2\pi} \int dk e^{ik (x-x')}
So it's a linear combination of plane waves. If you let a plane wave e^{i k (x-x')} evolve with time, it turns into:
e^{i k (x-x') - i \frac{k^2}{2m} t} (letting \hbar = 1). So we have:
\langle x | U(t) | x' \rangle = \frac{1}{2\pi} \int dk e^{i k (x-x') - i \frac{k^2}{2m} t}
We can pull out a factor of e^{-ik x'} to get:
\langle x | U(t) | x' \rangle = \frac{1}{2\pi} \int (e^{-ik x' - i \frac{k^2}{2m} t}) e^{i k x} dk
This is ALREADY in the form of a Fourier transform. If you have f(x) = \frac{1}{2\pi} \int F(k) e^{i k x} dk, then the Fourier transform of f is just F. So in our case, f(x) = \langle x |U(t)|x'\rangle, and F(k) = e^{-ik x' -i \frac{k^2}{2m} t}
So (switching back to p from k):
\langle p|U(t)|x'\rangle = e^{-ip x' - i \frac{p^2}{2m} t}
This is a Gaussian, but a Gaussian centered on p = -\frac{m x'}{t}, not p = 0. You can Fourier-transform again over x':
\langle p |U(t)|p' \rangle = \int dx' e^{i p' x'} e^{-ip x' - i \frac{p^2}{2m} t}
Factoring out the part that doesn't depend on x' gives:
\langle p |U(t)|p' \rangle = e^{-i \frac{p^2}{2m}t} \int dx' e^{i (p' - p) x'}
That integral is a representation for \delta(p'-p). So we get:
\langle p |U(t)|p' \rangle = 2 \pi e^{-i \frac{p^2}{2m}t} \delta(p'-p)
If you're wondering why doesn't have the same form (with x \Rightarrow p and x' \Rightarrow p') as \langle x |U(t)|x' \rangle, the answer is: U(t) has the form e^{-i (\hat{p}^2/2m) t}. So it doesn't treat \hat{x} and \hat{p} symmetrically.
On the other hand, if instead of a free particle, you consider a harmonic oscillator, then \hat{H} = \frac{1}{2m} \hat{p}^2 + \frac{K}{2} \hat{x}^2. That is more symmetric between \hat{x} and \hat{p}.