I've been banging my head on the wall for quite some time trying to come up with a solution to the following:
$$\frac {\partial^2 y(x)} {\partial x^2} + (A-B*V(x)) y(x) = 0 $$
$$V(x) = (36 + (2 - x)^2)^{-1/2}$$
With A and B constants, and $y$ solely a function of $x$.
If it helps, in my area of concern $0 \leq x \leq 4$, you can treat V as: $$V(x) = (-1/432)*(x - 2)^2 + 1/6$$
With no real loss of accuracy (that I care about). Generally, I know this is equvalent to the form:
$$y''(x) + p(x)y' + q(x)y = 0$$
With $p(x) = 0$. I can find plenty of examples of constant coefficients and solutions for the form of $q(x)=0$.
Can anybody recommend an anzatz/method/approximation solution that might help me solve this?
Solutions to the equation with quadratic potential can be expressed via the parabolic cylinder functions. The result being $$ y(x)=C_1 D_{-\frac{i \sqrt{3} (6A+1)}{\sqrt{B}} -\frac{1}{2}} \left(\frac{\left(\frac{1}{2}+\frac{i}{2}\right) \sqrt[4]{B} (x-2)}{3^{3/4}}\right)+ $$ $$ C_2 D_{\frac{i \sqrt{3}(6A+1)} {\sqrt{B}}-\frac{1}{2}}\left(-\frac{\left(\frac{1}{2}-\frac{i}{2} \right) \sqrt[4]{B} (x-2)}{3^{3/4}}\right). $$