Recently I had to deal with Fourier transformations and delta functions, and I was wondering how about that. I know, that its trivial to show in cartesian coordinates, but i couldn't do it in spherical coordinates. Somehow one should be able to reduce it to something which only depends on |k| (which i could do) and show that it is a delta function (which i couldn't).
Asked
Active
Viewed 209 times
1 Answers
0
There is no need to start and work with any kind of co-ordinates in here, it can be done only using Delta & Fourier transform properties, as follows:
First, take a look at the fourier transform of the delta: $$\mathcal{F}[\delta^3(\textbf{x})] = \int \mathrm{d}^3 \textbf{x} \delta^3(\textbf{x}) {e^{-i \textbf{kx}}} = 1$$ Now use the fact that the inverse fourier transform of fourier transform of some function (assume you can apply the transform) is the function+use the result above and the definition of inverse transform to obtain: $$\delta^3(\textbf{x})=\mathcal{F^{-1}}[\mathcal{F[\delta^3(\textbf{x})]}]=\mathcal{F^{-1}}[1]= \int \mathrm{d}^3 \textbf{k} \frac {e^{i \textbf{k x}}} {(2 \pi)^3} $$

Nitay
- 31
I take coordinates where x is along the z-axis. So I have to do the integration over $\phi$ (which is trivial), $\theta$ (which should give me $2 \frac{sin(kx)}{kx}$, but maybe this is wrong) and $k$.
– curious one Aug 06 '15 at 20:31