In the context of reproducing some known expressions, I'm trying to simplify the integral $$ \int \dfrac{dx dy}{|x-y|} \delta(x-r_j)\delta(y-r_l) \;, $$ which I know it should give as result $$ \int \dfrac{dk}{k^2}e^{-i k r_j}e^{-i k r_l} \;. $$ [Here I reported the integrals I actually care about in a simplified form, so that the main point of the calculation is emphasised. More actual details are not so relevant.]
I think that the idea in going from the first to the second integral must involve the Fourier transform, but I was not able to find out how. I have the impression one has to FT the fraction, and then integrate out $x,y$, but by taking FT of $1/|x|$ I get stuck.
&= \int dx \delta(x-r_j) \int dk \frac{e^{-i k (r_l-r_j)}}{k^2}
&= \int \frac{dk}{k^2} e^{-i k (r_l-r_j)} \int dx \delta(x-r_j)
&= \int \frac{dk}{k^2} e^{-i k (r_l-r_j)}
&= \int \frac{dk}{k^2} e^{-i k r_j} e^{-i k r_l}. \end{align} – kuspia Apr 02 '23 at 07:38