How to solve this Cauchy problem?
$$xu_x +y u_y = 0$$ $$u(x,y) = x\quad \text{on}\quad x^2 + y^2 = 1$$
My attempt:
$$\dfrac{dx}{x}=\dfrac{dy}{y}=\dfrac{du}{0}$$
Using this we have $\dfrac{y}{x}=c_1 $ and $u=c_2$
Now Consider $c_2=G(c_1)$ $\implies$ $u=G(\dfrac{y}{x})$
My doubt is that how to use initial condition in this type of question? I am confused with $x^2 + y^2 = 1$. How to use it here?