As a second part of my problem I end up with the differential equation looking like: $$ \frac{d^2 y}{dx^2} + \frac{1}{x}\frac{dy}{dx} - \frac{a}{x^2}y - \frac{c}{x}y + b x e^{-x^2/p^2}y - d e^{-x^2/p^2}y = 0. $$ It is more complex that my previous question. Can someone suggestion a solution method for this?
Special Differential Equation (Continued)
1
$\begingroup$
ordinary-differential-equations
-
0As before, what's the domain of $x$? – 2012-10-14
-
0It has to be >0. and all coefficients a-d are non-zero. – 2012-10-14
-
0The first suggestion would be to write it in a easy to look form, i.e. $$ \frac{d^2 y}{d x^2} + \frac{1}{x} \frac{d y}{d x} + \left(-\frac{a}{x^2} - \frac{c}{x} + bxe^{-x^2/p^2}-de^{-x^2/p^2}\right) y = 0$$ – 2012-10-14
-
0i was wondering, if the nature of the equation is to *blow up* due to a singularity at `x=0`, would be incorrect to change `x` to `x + \delta` where `\delta<<1` and then proceed with the solution? (sorry, I couldn't get latex to do a greek delta for me ) – 2012-10-14
-
0After transfering the ODE of the form $p(x)\dfrac{d^2y}{dx^2}+q(x)\dfrac{dy}{dx}+r(x)y=0$ to the ODE of the form $\dfrac{d^2z}{dx^2}+f(x)z=0$ by considering the method in http://mathworld.wolfram.com/Second-OrderOrdinaryDifferentialEquation.html#eqn24, http://eqworld.ipmnet.ru/en/methods/methods-ode/Khorasani2003.pdf claims that $\dfrac{d^2z}{dx^2}+f(x)z=0$ have method to solve generally for general $f(x)$ . But how is the reliability of http://eqworld.ipmnet.ru/en/methods/methods-ode/Khorasani2003.pdf? – 2012-10-14