Consider the following potential in two dimensions: $$ V(r,\theta) = -V_0\,\theta(r_0-r), $$ i.e., $V(r,\theta) = 0$ if $r>r_0$, with a circular well of radius $r_0$ and depth $V_0$ around the origin. (For convenience, write $V_0 = \hbar^2 k_0^2/2m$.)
I have a couple of questions to which I would like rigorous and well-referenced answers:
Presumably there is always a ground state, even in the limit where $0<k_0 r_0 \ll 1$ and the well is very shallow and/or very wide. Is there a rigorous theorem that guarantees it? Is there a rigorous estimate for the ground-state energy in this limit? (I have code that solves for the eigen-energies using Bessel functions, but below a certain threshold around $k_0r_0 \approx 0.6$ the root is too close to the continuum for my root finder to locate it.)
As we walk away from the long-and-shallow limit and $k_0r_0$ increases to the region of, say, 10 or 20, several excited states will enter the bound-state region at specific threshold values of the well-shape parameter $k_0 r_0$. Is there a formal name for these events? For the specific case of a circular well, are the specific values of $k_0r_0$ for the transitions known rigorously? (A rough look indicates that they happen at around $(n+\tfrac14)\pi$ for $n=0,1,2,\ldots$, but not exactly there.)
More generally, the eigenstates happen at energies $E = \hbar^2 k^2/2m$ for wavenumbers that satisfy $$ k J_\ell'(kr_0)K_\ell(\kappa r_0) - \kappa J_\ell(kr_0)K_\ell'(\kappa r_0) = 0, $$ for $\kappa^2 = k_0^2 - k^2$. This equation is very close to that of the so-called cross-product Bessel zeros, but I don't find it in that class in the DLMF. Is there a formal name for these objects that makes them more discoverable in the literature? Are their properties (e.g. asymptotics, or rough estimates that can be used as seeds for a root finder) known and explored somewhere? I would expect that the problem is basic enough that it's been done to death, but I'm surprised at how tricky it is to find resources for it.