Apropos of nothing in particular, I thought I would play around with the Schrödinger equation in 2D with a delta function potential. To keep things simple I thought I would concentrate on the bound state(s) with zero angular momentum. The equation should then be $$ -\frac{\hbar^2}{2m} \frac{1}{r}\partial_r(r\partial_r \Psi) - U \frac{\delta(r)}{2\pi r}\Psi= -\epsilon \Psi $$ where $\epsilon$ and $U$ are both greater than zero and $U$ has dimensions of length squared times energy. I try to simplify and non-dimensionalize (Is that a word?) and get $$\frac{1}{\rho}\partial_\rho(\rho \partial_\rho \Psi) + u \frac{\delta(\rho)}{\rho}\Psi -\Psi = 0$$ where $$\rho = \frac{\sqrt{2m\epsilon}}{\hbar}; u = \frac{mU}{\pi\hbar}.$$
Away from the origin, this immediately reduces to a modified Bessel equation, solvable by some combination of $I_0(\rho)$ and $K_0(\rho)$. But $\Psi$ has to be normalizable, so $K_0(\rho)$ (or some multiple thereof) is the solution. $K_0(\rho)$ diverges logarithmically at the origin, but the divergence is slow enough to allow normalization.
So now I want to find the energy eigenvalue(s) of the allowed bound state(s). So I integrate in a small disk around the origin $$\int_0^{\rho^\prime} 2\pi \rho \left(\frac{1}{\rho}\partial_\rho(\rho \partial_\rho \Psi) + u \frac{\delta(\rho)}{\rho}\Psi -\Psi\right)\mathrm{d}\rho$$ and try to take the limit as $\rho^{\prime}$ goes to zero.
And here's where my problem comes. The solution $K_0(\rho) \sim \ln(\rho) $ near the origin. So the first term integrates to a constant value no matter how the radius of the disk shrinks. The third term integrates to zero since a log diverges slower than $\rho$ goes to zero, and the second term produces an infinity. I know that $K_0$ has other terms, of course. But as I understand it none of them are going to eliminate the infinity in the second term or supply a canceling infinity in the other terms. So how is this equation correct? And, to get back to what I was trying to do in the first place, what is the energy eigenvalue? How to calculate it?
UPDATE AND RESPONSE TO CLOSING: So sorry, but the question tagged as a duplicate to this one involves a 3D delta function, while I am dealing with 2D, a different problem. Also, I asked for some help on some mathematical peculiarities which might be briefly touched on in the other question with its reference to regularization, but there is no way to really tell. Finally, I asked if there is a way to calculate the energy eigenvalue(s). The referenced question has much of interest to say about energies, but does not give a way to calculate them. I am puzzled as to why this question would be flagged as having a duplicate.