I'm trying to do an exercise in which you solve the Schrödinger equation for the hydrogen atom. Through the exercise, I've already shown that the wavefunction is:
$$ \psi_{n\ell m}(r,\theta,\varphi) = R_{n\ell}(r)Y^m_\ell (\theta,\varphi)$$
and that $Y^m_\ell (\theta,\varphi)$ are the spherical harmonics. Then, when solving for the radial part, the exercise tells me we need to study the asymptotic behaviour of $R(r)$ for large and small $r$. I had no problem showing that $R(r) \overset{\underset{+\infty}{}}{\sim} e^{-kr}$ but then the exercise gets completely bananas for the asymptotic part for small $r$.
It tells me to introduce $u(r) \doteqdot rR(r)$, and then I managed to show the Schrödinger equation becomes:
$$-\frac{\hbar^2}{2m}{\mathrm{d}^2 u(r) \over \mathrm{d}r^2} - \frac{e^2}{4\pi\epsilon_0r}u(r)+\frac{\hbar^2}{2m}\frac{\ell(\ell+1)}{r^2}u(r) = E_n u(r)$$
Ok. Then the exercise tells me to suppose $u(r) \overset{\underset{0}{}}{\sim} r^\lambda$ and to prove $\lambda > -\tfrac{1}{2}$. No problem, this follows from the fact that $R(r)$ must be a $L^2$ function. Then, as long as $\ell \neq 0$, we can solve the above equation for $r\to 0$, showing that $\lambda = \ell + 1$. The next part of the exercise says:
Apply Stokes's theorem on a sphere to show that
$$\nabla^2 \left ( \frac{1}{r} \right ) = -4\pi\delta({\mathbf r}) $$
then use this result to prove that $\lambda = \ell + 1$ even when $\ell = 0$.
And I get completely stumped. I can prove the above formula, but I have no idea what this Laplacian has to do with anything.