- #1
- 3,408
- 2,925
Homework Statement
I'm reviewing my Fourier transforms (useful in quantum mechanics, in this case 1-dimensional representation), and I'm having a heck of time *explicitly* solving the Fourier transform of
[tex]\psi(x) = sinc(x)[/tex]
[tex]\phi(p) = F \left\{ \psi(x) \right\} = \frac{1}{\sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{sin(x)}{x} e^{\frac{-ipx}{\hbar}} dx [/tex]
Sure, I know quite well that the answer is a scaled box function. So I could start with
[tex]\phi(p) = \left\{ \stackrel{\sqrt{ \frac{\pi}{2 \hbar}}; - \hbar < p < \hbar}{0; otherwise} [/tex]
and then just take the inverse Fourier transform of that, giving me my original sinc(x) function. Starting with a box box function and ending with a sinc function is pretty easy. So that sort of proves that the forward Fourier transform is the above box function.
But that's not what I want. Sure, I already know the answer, but I'd like to explicitly derive the box function (starting with the sinc function), without doing the round-a-bout inverse Fourier transform thing.
The Attempt at a Solution
[tex]\phi(p) = \frac{1}{\sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{sin(x)}{x} e^{\frac{-ipx}{\hbar}} dx [/tex]
[tex] = \frac{1}{\sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{( e^{ix} - e^{-ix} )}{2 i x}} e^{\frac{-ipx}{\hbar}} dx [/tex]
[tex] = \frac{1}{\sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{( e^{ix - \frac{ipx}{ \hbar}} - e^{-ix- \frac{ipx} {\hbar}} )}{2 i x}} dx [/tex]
[tex] = \frac{1}{\sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{( e^{ix(1-p / \hbar)} - e^{-ix(1+p/ \hbar)} )}{2 i x}} dx [/tex]
[tex] = \frac{1}{\sqrt{2 \pi \hbar}} \left( \int ^{\infty} _{- \infty} \frac{ e^{ix(1-p/ \hbar)}} {2 i x} dx + \int^{\infty} _{- \infty} \frac{ - e^{-ix(1+p/ \hbar)}}{2 i x } dx \right) dx [/tex]
[tex] = \frac{1}{\sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{ e^{ix(1-p/ \hbar)}} {2 i x} dx + \frac{1}{\sqrt{2 \pi \hbar}} \int^{\infty} _{- \infty} \frac{ - e^{-ix(1+p/ \hbar)}}{2 i x } dx [/tex]
[tex] = \frac{1 - p / \hbar}{2 \sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{ e^{ix(1-p/ \hbar)}} {i x (1-p / \hbar)} dx + \frac{1 + p/ \hbar}{2 \sqrt{2 \pi \hbar}} \int^{\infty} _{- \infty} \frac{ - e^{-ix(1+p/ \hbar)}}{i x (1+p\hbar)} dx [/tex]
Substituting [tex] U = x(1-p/\hbar) [/tex], with [tex] dU = (1-p/\hbar)dx [/tex]
and [tex]V = x(1+p/\hbar) [/tex], with [tex] dV = (1+p/\hbar)dx [/tex]
[tex] = \frac{1}{2 \sqrt{2 \pi \hbar}} \int ^{\infty} _{- \infty} \frac{ e^{iU}} {i U} dU + \frac{1}{2 \sqrt{2 \pi \hbar}} \int^{\infty} _{- \infty} \frac{ - e^{-iV}}{i V} dV [/tex]
Then I start to have trouble. I can't figure out a way to evaluate the above integrals. I could try to use a "tempering" function, such as multiplying the whole thing by [tex] e^{-ax^{2}} [/tex], complete the square, evaluate the integral, and then later take the limit as a -> 0. But that doesn't really help me evaluate the integral, because there is still that x in the denominator (or U or V, after the substitution). I've tried a number of other tempering functions, but I haven't had any luck.
I was speculating that maybe, just maybe, there is a tempering function that after multiplying it by the integrand, allows me to evaluate the integral, and then leaves a sigmoid function (or similar) for each integral (total of 2); which after taking a limit, leaves the resulting desired box function. But if there is such a tempering function, I haven't found it yet.
I'm kinda feeling foolish. The sinc function is one of the fundamental waveforms of the Fourier transform. I had no idea it would be so tricky. Can anybody point me in the general direction on how to derive the Fourier transform of a sinc function? Even a quick blurb on the general jist of the procedure would be appreciative (a link to where this has been solved before would be ideal, of course). Or if you happen to know that no closed form solution has been discovered yet, please let me know that too. And any advise doesn't need to be in the quantum mechanics versions either. If you'd prefer to interpret what I've done so far in non-quantum mechanics terminology, just set [tex] \hbar [/tex] = 1 in all the above equations, and then everything reduces to the run-of-the-mill Fourier transform. At this point, I'm looking for almost anything.
(please don't make the effort of replying with the approach involving the inverse Fourier transform of a box function. -- I already know that much.)
Thanks,
-Mark
Last edited: