I am trying to solve the partial differential equation $x\ u_ x - u\ u_y = y$ with the initial condition $u(1,y) = y$ , using the mathod of characteristics. My problem is with y and z , I mean
$$\frac{dy}{dt} = -z$$ $$\frac{dz}{dt} = y$$ How can I solve these two? Is the solution unique? What is the maximal domain where it is defined?