This is for a physics assignment (though the question itself is more math-related). I'm given the function, $$\frac{-\hbar^2}{2m}\frac{d^2\chi}{dr^2}-Ae^{-r/a}\chi=E\chi,$$
and asked to solve for $\chi$. Making a change in variables such that $\xi=e^{-r/2a},$ I obtained the differential equation, $$\frac{-\hbar^2}{2m}(\frac{d^2\chi}{d\xi^2}\frac{1}{4a^2}\xi^2+\frac{d\chi}{d\xi}\frac{1}{4a^2}\xi)-A\xi^2\chi=E\chi.$$
Rearranging, I have, $$\frac{d^2\chi}{d\xi^2}\xi^2+\frac{d\chi}{d\xi}\xi+\frac{(2mA)(4a^2)}{\hbar^2}\xi^2\chi+\frac{(2mE)(4a^2)}{\hbar^2}\chi=0\rightarrow\frac{d^2\chi}{d\xi^2}\xi^2+\frac{d\chi}{d\xi}\xi+\frac{(2mA)(4a^2)}{\hbar^2}(\xi^2+\frac{E}{A})\chi=0.$$
Letting $v=\sqrt{-\frac{E}{A}}$, granted that $E$ is negative (that is given in the question), we have finally, $$\frac{d^2\chi}{d\xi^2}\xi^2+\frac{d\chi}{d\xi}\xi+\frac{(2mA)(4a^2)}{\hbar^2}(\xi^2-v^2)\chi=0,$$
which is a form of Bessel's equation, aside from the factor of $\frac{(2mA)(4a^2)}{\hbar^2}$.
My question is then, how do I go about solving such a non-standard Bessel equation to give me a general solution, my ultimate goal being to apply the limiting cases, $|R(r)|<\infty,\,r\to\infty$, and for, $|R(r)|<\infty,\,r\to\infty$, where $R(r)=\frac{\chi}{r}$? For whatever reason, I'm intuitively thinking it must be of zeroth order.
Right now, I'm considering this transformation: $$\xi\to\alpha\xi$$ $$\chi\to\beta\chi,$$
though I'm not entirely sure if this would lead me to a solution.