Let $f:\mathbb{R}^2 \to \mathbb{C}$ be a radially symmetric function, i.e., $f(x,y) = g(r)$, where $r=\sqrt{x^2 + y^2}$. How do I go about computing its Fourier transform? Specifically, Is there a way to express the two-dimensional Fourier transform of $f$ by means of a one-dimensional transform of $g$ in the radial variable $r$?
Both answers here and textbook references will be greatly appreciated.
Just make a change of variables into polar coordinates. If $f(r\cos\theta,r\sin\theta)=g(r)$, then \begin{align} & \hat{f}(r\cos\theta,r\sin\theta)\\&=\iint_{\mathbb{R}^2} f(x,y)e^{-irx\cos\theta -iry\sin\theta}dxdy \\ & = \iint f(r'\cos\theta',r'\sin\theta')e^{-i rr'\cos\theta \cos\theta'-i rr'\sin\theta\sin\theta'}r'dr'd\theta' \\ & = \int_{0}^{\infty}g(r')\left( \int_{0}^{2\pi}e^{-i r'r\cos(\theta-\theta')}d\theta'\right) r' dr' \\ & = \int_{0}^{\infty}g(r')\int_{0}^{2\pi}e^{-irr'\cos(\theta')}d\theta'r'dr' \\ & = 2\pi\int_{0}^{\infty}g(r')J_0(rr')r'dr' \end{align} where $$ J_0(r)=\frac{1}{2\pi}\int_{0}^{2\pi}e^{-ir\cos\theta'}d\theta' $$ is a known representation of the zeroeth order Bessel function. ( See Bessel Integrals on this page https://en.wikipedia.org/wiki/Bessel_function ) The resulting transform is a Hankel transform, and this transform is its own inverse. (See https://en.wikipedia.org/wiki/Hankel_transform)