I'm trying to evaluate the following two dimensional integral:
$\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} \frac{1}{\sqrt{x^{2}+y^{2}+z^{2}}}e^{i(k_{1}x+k_{2}y)}dxdy$
The paper that i'm following reports the following solution:
$\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} \frac{1}{\sqrt{x^{2}+y^{2}+z^{2}}}e^{i(k_{1}x+k_{2}y)}dxdy = \frac{1}{\sqrt{k_{1}^{2}+k_{2}^{2}}}e^{-\sqrt{k_{1}^{2}+k_{2}^{2}}z}$
it might be useful using the following definitions: $r = \sqrt{x^{2}+y^{2}+z^{2}}$ and $k = \sqrt{k_{1}^{2}+k_{2}^{2}}$
I think this should follow from some kind of substitution; anyway i tried to solve it with mathematica but i'm not getting any solution...
Any idea on how to obtain the result shown by the authors? Thanks in advance
Let me fill in the details of how to perform the angular integration in tired's answer. First, we can make our lives easier by notating that the integrand $e^{i \mathbf{k}\cdot\mathbf{x}}$ with $\mathbf{k}=k_1 \hat{x}+k_2\hat{y}=k\hat{k}$ is invariant under rotations about the $z$-axis. So we're free to orient the coordinates such that $\hat{k}$ as the positive $x$-axis i.e. $\mathbf{k}\mapsto k\hat{x}$. Then, defining $s=\sqrt{x^2+y^2}$, the integral becomes
$$I(k,z)=\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} \frac{1}{\sqrt{x^{2}+y^{2}+z^{2}}}e^{i k x}\,dxdy=\int_{0}^{\infty}\int_{-\pi}^{\pi}\frac{e^{ik s\cos\theta }}{\sqrt{s^2+z^2}}s\,d\theta \,ds.$$
While this integral hardly seems better, the $\theta$-integral is recognizable to Mathematica in terms of a Bessel function. Indeed, if uses the integral representation $J_n(x)=\int\limits_{-\pi}^{\pi} e^{i (n \theta -x\sin \theta)}\,d\theta$ (see eq. 71 on Mathworld's Bessel functions page, or derive by hand using an Jacobi-Anger identity) then the $n=0$ case allows us to write the integration as
$$I(k,z)=2\pi\int_{0}^{\infty}\frac{s\,J_0(ks)}{\sqrt{s^2+z^2}}\,ds=\frac{2\pi}{k}\int_{0}^{\infty}\frac{u\,J_0(u)}{\sqrt{u^2+k^2 z^2}}\,du\quad\text{with }u=ks.$$
What remains is to justify the integral identity cited by tired which allows us to conclude $I(k,z)=2\pi k^{-1} e^{-k |z|}.$ I'll see if I can recall the details.