Hi I need to solve $$u_x +xyu_y +(2x^2z\ln|y|)u_z = 0$$
Μy try: I wrote the equations: $$ dx = \frac{dy}{xy} = \frac{dz}{2x^2z\ln|y|} $$ so the first surface is $\phi_1 = u$
Second surface: $$ dx\cdot x = \frac{dy}{y} \Rightarrow 0.5x^2 + C_1= \ln|y| \Rightarrow C = y\cdot e^{-0.5x^2}$$ $$ \phi_2 = ye^{\frac{x^2}{2}}$$
Third surface (I think here lies the problem): $$ 2x^2\ln|y| = \frac{dz}{z} \Rightarrow \ln|y|(\frac{2x^3}{3} + C) = \ln|z| \Rightarrow \\ \Rightarrow y^{\frac{2x^3}{3}}\cdot y^C = z $$ Now I substitue y: $$ z \cdot y^{\frac{-2x^3}{3}} = Ce^{0.5x^2} \Rightarrow z \cdot y^{\frac{-2x^3}{3}}e^{-0.5x^2} = C $$ So the third surface is: $$ \phi_3 = zy^{\frac{-2x^3}{3}}e^{-0.5x^2} $$ Which is a mistake... according to the solution: $\phi_3 = zy^{\frac{-2x^3}{3}}e^{\frac{2x^5}{15}}$
because the solution is $$u(x, y) = f(zy^{\frac{-2x^3}{3}}e^{\frac{2x^5}{15}}, ye^{\frac{x^2}{2}})$$
I can't figure out where I went wrong, any help/hints would be appreciated!