I have to find the integral surface of the PDE
$$x(y^2+z)p - y(x^2+z)q = (x^2-y^2)z$$
containing the straight line $x+y=0, z=1$.
From the auxiliary equations, I can obtain $xyz=C_{1}$ for some constant $C_{1}$. To proceed further, I need to find another relation involving $x,y,z$ or at least one of them. However, I am having difficulty finding this. Would someone be able to help me determine the other relation?
$$\frac{dx}{x(y^{2}+z)} = \frac{dy}{-y(x^{2}+z)} = \frac{dz}{z(x^{2}-y^{2})}$$
Multiplying the fraction in $dx$ by $x/x$, the fraction in $dy$ by $y/y$ and using componendo-dividendo on the equality between the ratios in $dx$ and $dy$, we get
$$\frac{dz}{z(x^{2}-y^{2})}=\frac{xdx+ydy}{x^{2}y^{2}+x^{2}z-y^{2}x^{2}-y^{2}z}=\frac{xdx+ydy}{z(x^{2}-y^{2})}$$
and hence we have the next characteristic curve
$$z - \frac{1}{2} \left(x^{2}+y^{2} \right) = C_{2}$$
– Matthew Cassell Dec 07 '21 at 04:28