I'm trying to solve this PDE using method of characteristic without coordinate transformation :
$xu_x+yu_y = \sqrt{x^2+y^2}$ for $x^2+y^2>1$, $u(x,y)=x$ on $x^2+y^2 = 1$.
I only know how to use the method of characteristic for this kind of PDE such that initial condition is constant in one variable e.g., $u(0,y) = $ or $u(x,1) = $. I tried to mimick the technique to solve the above pde : Introducing new variable $(\xi,\eta)$ such that $\xi = x,\eta = y$ on $x^2+y^2 = 1$ and using chain rule, $${\partial u\over\partial \eta} = {\partial u\over\partial x}{\partial x\over\partial\eta}+{\partial u\over\partial y}{\partial y\over\partial\eta} = \sqrt{x^2+y^2}$$ so ${\partial x\over\partial\eta}= x,{\partial y\over\partial \eta} = y$. So $x = \phi_1(\xi)e^{\eta}$ and $y = \phi_2(\xi)e^{\eta}$ ..? I'm stuck here and I'm not sure I'm in the right direction. Please help.