solve non linear pde $$z_x z_y = \frac{x^2 z^3}{y}$$
By trial I assumed $$z = kx^p y^q$$, which on putting in equation and comparing powers will give : $k = pq$, $p = -3$ and $q = 0$, this is trivial solution $z = 0$, but this is not what was sought
Is there any way to proceed in such case of non linear pde?
Hint
As you noticed, you choice was not the best.
By analogy with the one dimension case, let $z=\frac 1 {u^2}$ which, after simplification, will give $$ u_x u_y=\frac {x^2}{4y} $$ which is much more pleasant.