$ p=\frac{\partial z}{\partial x} $ and $ q=\frac{\partial z}{\partial y} $
Find the general integral of the linear PDE $ px(z-2y^2)=(z-qy)(z-y^2-2x^3). $
My attempt to solve this is as follows: $ p=\frac{\partial z}{\partial x} $ and $ q=\frac{\partial z}{\partial y} $ $$px(z-2y^2)+qy(z-y^2-2x^3)=z(z-y^2-2x^3)$$ \begin{align*} \text{The Lagrange's auxiliary equation is:} \frac{dx}{x(z-2y^2)}=\frac{dy}{y(z-y^2-2x^3)}=\frac{dz}{z(z-y^2-2x^3)} \end{align*} Now consider the 2nd and 3rd ratios, \begin{align*} \frac{dy}{y(z-y^2-2x^3)} & =\frac{dz}{z(z-y^2-2x^3)}\\ \implies \frac{dy}{y} & =\frac{dz}{z}\\ \implies \ln(y) & =\ln(z)+\ln(c_1)\\ \implies \frac{y}{z} & =c_1. \end{align*} But I am unable to get the 2nd integral surface. Kindly, help me.
Thanks in advance.