Fourier transform in polar coordinate

129 Views Asked by At

I'm trying to compute the Fourier transform of this potential: V(r)= e$^{-\frac{r}{b}}$, where b is a constant and r the distance in the x-y plane. The problem being that I'm in 2D so I thought I have to use polar coordinate but I'm blocked so does someone have any idea?

1

There are 1 best solutions below

0
On BEST ANSWER

I'll sketch the key details, because the rest can be filled in with various strategies to taste. The Fourier transform is$$\int_0^{2\pi}d\theta\int_0^\infty r\exp[-r(1/b-iG\cos\theta)]dr=b^2\int_0^{2\pi}d\theta(1-ibG\cos\theta)^{-2}.$$Since the odd powers of cosine integrate to $0$ while$$\int_0^{2\pi}\cos^{2n}\theta d\theta=4\int_0^{\pi/2}\cos^{2n}\theta d\theta=2\operatorname{B}(n+\tfrac12,\,\tfrac12),$$the FT is$$2b^2\sum_{n\ge0}(2n+1)(ibG)^n\operatorname{B}(n+\tfrac12,\,\tfrac12)=\frac{2\pi b^2}{(1-ibG)^{3/2}}.$$That the modulus is maximal when $G=0$ gives a useful sanity check.