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:
[tex]y= \sum_{n=0}^\infty a_nx^n[/tex].
Differentiate term by term and put into the equation to get a recursive equation for [itex]a_n[/itex].
If you are given y(0) and y'(0) you will need to use Frobenius' method with
[tex]y= \sum_{n=0}^\infty a_n x^{n+ c}[/tex]
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
[tex]y= \sum_{n=0}^\infty a_n (x- l)^{n+ c}[/itex][/tex]