That looks like a pretty standard kind of equation. If you are given an initial value problem with y(a), y'(a) given and a is neither 0 nor 1, a standard series solution will work:
y= \sum_{n=0}^\infty a_nx^n.
Differentiate term by term and put into the equation to get a recursive equation for a_n.
If you are given y(0) and y'(0) you will need to use Frobenius' method with
y= \sum_{n=0}^\infty a_n x^{n+ c}
for some number c (not necessarily a positive integer). Put that into the d.e. and look at the n=0 term to determine c.
If you are given y(l) and y'(l), similarly you will need to use Frobenius' method with
y= \sum_{n=0}^\infty a_n (x- l)^{n+ c}[/itex]