This problem is from Conformal Mapping by Zeev Nehari:
If $u(x,y)$ is harmonic and $r=(x^2+y^2)^{1/2}$, prove $u(xr^{-2}, yr^{-2})$ is harmonic. The hint is obvious: "Use polar coordinates."
I have used the Laplacian for polar coordinates, but keep ending up with
$$\frac{1}{r^2} \left( -\frac{\partial^2u}{\partial r^2}+\frac{1}{r}\frac{\partial u}{\partial r}\right)+\frac{1}{r^2}\frac{\partial^2u}{\partial\theta^2}=\text{?}0$$
I have been working on this problem for awhile now. Any help would be much appreciated.
Write $u = u(r, \theta)$. Then the transformation
$$(x, y)\mapsto \left(\frac x{r^2}, \frac y{r^2}\right)$$
correxponds to
$$(r, \theta)\mapsto \left( \frac 1r , \theta\right)$$
in polar coordinate. Write $g(r, \theta) = u(r^{-1}, \theta)$. Then
$$g_r = -\frac{1}{r^2} u_r, \ \ u_{rr} =\frac{2}{r^3} u_r + \frac{1}{r^4} u_{rr},\ \ g_{\theta\theta} = u_{\theta\theta}.$$
Then \begin{equation} \begin{split} \Delta g (r, \theta) &= \left( g_{rr} + \frac 1r g_r + \frac{1}{r^2} g_{\theta\theta}\right) (r, \theta) \\ &=\left( \frac{2}{r^3} u_r + \frac{1}{r^4}u_{rr} -\frac{1}{r^3} u_r +\frac{1}{r^2} u_{\theta\theta} \right)(r^{-1}, \theta) \\ &= \left( \frac{1}{r^4}u_{rr} +\frac{1}{r^3} u_r +\frac{1}{r^2} u_{\theta\theta} \right)(r^{-1}, \theta) \\ &= \frac{1}{r^4} \left( u_{rr} + \frac{1}{r^{-1}} u_r+ \frac{1}{(r^{-1})^2} u_{\theta\theta}\right)(r^{-1}, \theta) \\ &= \frac{1}{r^4} \Delta u(r^{-1}, \theta) = 0 \end{split} \end{equation}
as $u$ is harmonic.