I have a problem with partial differential equation
$$u_xu_y=xy$$ where $$u(0,y)=-y.$$
Therefore $x_0(s)=0$,$y_0(s)=s$,$u_0(s)=-s.$ I wrote my equation as $F(x,y,u,p,q)=pq-xy=0$ and defined the characteristic equations: $$\frac{dx}{dt}=q$$ $$\frac{dy}{dt}=p$$ $$\frac{du}{dt}=2pq$$ $$\frac{dp}{dt}=y$$ $$\frac{dq}{dt}=x.$$
I know that $F(x_0(s),y_0(s),u_0(s),p_0(s),q_0(s))=0$ and $p_0(s)x_0'(s)+q_0(s)y_0'(s)=u_0'(s)$, then $p_0(s)q_0(s)=0$ and $q_0(s)=-1$, therefore $p_0(s)=0.$ Then $p(t,s)=0$ and $q(t,s)=-1$ and then I solved characteristic equations: $x(t,s)=-t, y(t,s)=s, u(t,s)=-s.$ But u(x,y)=-y is not a solution, and I don't know what I did wrong.