The following question appeared in the American Mathematical Monthly (AMM), problem 12247, Vol.128, April 2021.
For positive real constants $a$, $b$, and $c$, prove $$\int_0^{\pi} \int_0^{\infty} \frac{a}{\pi(x^2+a^2)^{3/2}} \frac{x}{\sqrt{x^2+b^2+c^2-2cx\cos \theta}}~dx~d\theta=\frac{1}{\sqrt{(a+b)^2+c^2}}.$$
I tried to use the substitution $x=a\tan\theta$. But it does not help a lot. Please guide. Any answer will be highly appreciated.
Solutions posted in MSE are based on Fourier transform methods which sometimes are beyond the scope of undergraduate courses. I would like to see if solutions based on more traditional Calculus methods can be found.
The proposed expression can be interpreted as an integral in the superior half-plane in polar coordinates $(\rho,\theta)$. It is transformed below into cartesian coordinates $(x=\rho\cos\theta,y=\rho\sin\theta)$ \begin{align} I&=\frac{a}{\pi}\int_0^{\pi} \int_0^{\infty} \frac{1}{(\rho^2+a^2)^{3/2}} \frac{1}{\sqrt{\rho^2+b^2+c^2-2c\rho\cos \theta}}\,\rho d\rho~d\theta\\ &=\frac{a}{2\pi}\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} \frac{1}{(x^2+y^2+a^2)^{3/2}} \frac{1}{\sqrt{(x-c)^2+y^2+b^2}}\,dxdy \end{align} Under this form, it appears as a convolution integral which can be evaluated by a 2D Fourier transform technique. The integral $I$ writes \begin{align} I&=\int_{-\infty}^{\infty} \int_{-\infty}^{\infty}f(x,y)g(x-c,y)\,dxdy\\ f(x,y)&=\frac{a}{2\pi}\frac{1}{(x^2+y^2+a^2)^{3/2}}\\ g(x,y)&= \frac{1}{\sqrt{x^2+y^2+b^2}} \end{align} Both functions are radially symmetric, their Fourier transforms can be evaluated using Hankel transforms (with $k=\sqrt{k_x^2+k_y^2}$): \begin{align} \hat{f}(k_x,k_y)&=a\int_0^\infty \frac{J_0(kr)}{(r^2+a^2)^{3/2}}\,rdr\\ &=e^{-ka}\\ \hat{g}(k_x,k_y)&=2\pi\int_0^\infty \frac{J_0(kr)}{(r^2+b^2)^{1/2}}\,rdr\\ &=2\pi \frac{e^{-kb}}{k} \end{align} Then, performing the inverse Fourier transform, \begin{align} I=\int_{-\infty}^{\infty} \int_{-\infty}^{\infty} e^{-(a+b)k}e^{-2i\pi k_xc}\,\frac{dk_xdk_y}{k} \end{align} This integral can be evaluated in polar coordinates: \begin{align} I&=\int_{0}^{\infty} \int_{0}^{2\pi} e^{-(a+b)k}e^{-2i\pi kc\cos\phi}\,d\phi dk\\ &=2\pi\int_{0}^{\infty}e^{-(a+b)k}J_0(2 \pi kc)\,dk\\ &=\frac{1}{\sqrt{(a+b)^2+c^2}} \end{align} as expected