I'm trying to calculate the 2D fourier transform of this function:
$$\frac{1}{(x^2+y^2+z^2)^{3/2}}$$
I only want to do the fourier transform for x and y (and leave z as it is).
So far, I've tried using the method of residues (assuming $k_x$ > 0 and closing the contour on the top), but I'm left with $$\frac{e^{ik_x x}}{[(x - ic)(x+ic)]^{3/2}}$$
(where c depends only on y and z). And because of the fractional power on the bottom I'm not sure how to get the residue. I've also tried using polar coordinates but that didn't get me anywhere. Does anyone know how I should proceed?
Also, I know the answer should look like $e^{- \sqrt{k_x^2 + k_y^2}z}$.
First, change variables $x = r \cos \varphi$ and $y= r \sin \varphi$. Then
$$ \frac{1}{(2 \pi)^2} \int \int r dr d \varphi e^{i k_x r \cos \varphi + i k_y r \sin \varphi} (r^2+z^2)^{-3/2} $$
Integrate with respect to $\varphi$ first. Reducing $k_x \cos \varphi + k_y \sin \varphi = \sqrt{k_x^2+k_y^2} \cos ( \varphi + \varphi_0)$. Then integration yields $ \frac{1}{2\pi} \frac{r}{(r^2+z^2)^{3/2}} J_0(r \sqrt{k_x^2+k_y^2})$.
Integration with respect to $r$ can now be carried out using convolution technique with respect to Mellin transform, giving
$$ \frac{1}{2 \pi \vert z \vert} e^{- \vert z \vert \sqrt{k_x^2+k_y^2}}$$