I am having a difficulty solving this second order linear ODE with a variable coefficient. Below is the equation:
$$x^\beta\,y'' - \beta\,x^{\beta-1}y' - \gamma\,y = 0 $$
With the following boundary conditions $ y(0) = 0 $ and $y(L) = 0$. Where $ \gamma $ is a constant. I have employed the series method of solution, the Frobenius method to be precise. I also tried to transform the equation to a Bessel kind or something more familiar, but I have been unsuccessful. I tried the Sturm-Liouville approach for solving Second ODE.