it's solvable
Hi, pothuri;
First of all, read all of these:
http://www.sosmath.com/diffeq/second/second.html.
Now, some clarification.
a*x^2*y''+(bx-c1)*y'-by+c2=0
This equation is a:
1) second order ODE. I mean I believe you are not interested in a solution for a particular case a=0. If so, why don't we divide the whole equation by a, and have the new constants: B=b/a, C1=c1/a, C2=c2/a.
2) non-homogeneous linear ODE. That means that you should solve the homogeneous part (without c2) first:
a*x^2*y''+(bx-c1)*y'-by=0,
or
x^2*y''+(Bx-C1)*y'-By=0.
In the case of second order linear homogeneous ODE the _general_ solution will be K1*y1(x)+K2*y2(x), where y1(x) and y2(x) are linear-independent solutions, K1, K2 - arbitrary constants.
So, to solve the equation
a*x^2*y''+(bx-c1)*y'-by+c2=0,
you first need to know at least one particular solution y1(x) for the equation
x^2*y''+(Bx-C1)*y'-By=0.
The equation
x^2*y''+(Bx-C1)*y'-By=0
is solvable (I solved it in Maple 9), but the form of its solution highly depends on the particular values of coefficients, especially B. Do you have any specific values for B=b/a and C1=c1/a now? If yes, can you post them? I didn't try any specific values yet, still I think the solution will have the simplest form under integer B, say B=+-1, +-2, +-3 (you don't need it under B=0, right?).
Sorry for not posting the solution right now, I don't have Maple installed on this machine, so I will post it later.
Best of luck,
Max.