Find the integral surface of the differential equation $(x-y)p+(y-x-z)q=z$ passing through the circle C: $z=1, x^2+y^2=1$
Clearly the Lagrange's auxillary equations are
$\frac{dx}{P} = \frac{dy}{Q}. =\frac{dz}{R}$
Where P=$(x-y)$ ,Q=$y-x-z$ & R=$z$
on comparing the given P.D.E with the general quasilinear equation P(x,y,z) p+Q(x,y,z)q=R(x,y,z)
I obtained two solutions
$x+y+z=c_1$ & $\frac{x-y+z}{z^2}=c_2$
Then I substituted $x=s$ where S is a parameter. So $y=\sqrt{1-s^2}$ & $z=1$. I need to find a relation in $c_1$ &$c_2$ Then substitute for $c_1$ &$c_2$ to find the final integral surface passing through given circle. How can I proceed now?