Transform the following PDE to the normalform $$ x^2u_{xx}-y^2u_{yy}=0~~~\text{ in }\Omega:=\left\{(x,y)\in\mathbb{R}^2\mid x>0,y>0\right\} $$
First of all, it is to say, that this is a hyperbolic PDE.
Furthermore, I already worked a lot and found the transformation $$ \xi:=\ln(y/x),~~~~~\eta:=-\ln(xy) $$ transforming the PDE above into the PDE $$ v_{\eta\xi}+u_{\xi}+v_{\xi\eta}=0, $$ where $v(\xi,\eta):=u(x,y)$.
Because of $v_{\eta\xi}=v_{\xi\eta}$ the "new" PDE is
$$ v_{\xi}+2v_{\xi\eta}=0. $$
Now the script says that it is easy to find another transformation that gives the normal form. But I do not see which transformation it is... do you see?