I have the following PDE:
$$x^2u_{xx} - y^2u_{yy}-2yu_y = 0 .$$
after seperating variables, I obtain after separating variables, I obtain $$\frac{x^2}{\phi} \phi '' = - \lambda ,$$ and $$\frac{y^2}{g} g '' -\frac{2y}{g} g' = -\lambda,$$ where $u(x,y) = \phi(x)g(y)$ and $\lambda$ is the separation constant. How should I proceed?