I tried finding the General solution of the PDE: $x^2u_{xx}-y^2u_{yy}=0$
I first tried reducing it to canonical form and then I got stuck.
Here was what I did:
I got the characteristic equation to be:
$$\frac{dy}{dx}=\pm\frac{y}{x}$$
Then solving further, I got:
$$\ln y = \ln x+C_1$$ and $$\ln y=-\ln x+C_2$$
So in order to reduce the PDE into its canonical form, I introduced the new functions: $\xi, \eta$
Such that: $$\xi=\ln y-\ln x$$ and $$\eta=\ln y+\ln x$$
Thus the function becomes: $$u=[\xi(x,y),\eta(x,y)]$$
So I got $u_{xx}$ & $u_{yy}$ in terms of $u_{\xi}, u_{\eta}, u_{\xi\eta}, u_{\xi\xi}, u_{\eta\eta}$and slotted it into the PDE and I got this:
$$u_{\xi}-2u_{\xi\eta}=0$$
Is that the right canonical form for the PDE? And if it, how can I solve further to get the General Solution