I need to solve the following differential equation \begin{equation} x^2 y'' + (ax-b)y' - ay =0 \end{equation} with $a,b>0$, $x\geq 0$ and $y(0)=0$. The power series method will fail since there is a singularity at $x=0$, while the form of the equation does not conform with the Frobenius method.
What other methods can I try in order to solve this?
With Laplace transforms this equation will be $$s^2F''(s)+(4-a-b)sF'(s)+2(1-a)F(s)=0$$ which is Euler's equation.