Question:
Find the general solution of the equation
$$y\dfrac{\partial z}{\partial x}+2z\dfrac{\partial z}{\partial y}=\frac{y}{x}$$
Then solve the Cauchy problem with Cauchy data
$$x=y^2, \ \ z=2$$
That is, find the integral surface of this equation passing through that curve.
Attempt at solution:
Characteristic system:
$$\frac{dx}{y}=\frac{dy}{2z}=\frac{x\ dz}{y}$$
Integrating $\frac{dx}{y}=\frac{dy}{2z}$ gives
$$u_1(x,y,z)=C_1=x-\frac{y^2}{4z}$$
Integrating $\frac{dx}{y}=\frac{x \ dz}{y}$ gives
$$u_2(x,y,z)=C_2=\ln x-z$$
Inserting Cauchy data gives:
$$C_1=y^2-\frac{y^2}{8}-\frac{7}{8}y^2$$
$$C_2=\ln x-\ln y^2-z+2$$
But I am unsure of what to do next to get the general solution.