Given differential equation, $y^2(y - xp) = x^4p^2$ where {$p = dy/dx$}
To find the singular solution,
I have extracted the p-discriminant relation which is, $y^3x^2(y + 4x^2) = 0$
From here it is evident that all $x = 0, y = 0$ and $y + 4x^2 = 0$ are the singular solutions when tested by putting back in the differential equation but my text book doesn't mention anything about $x=0$ as singular solution. Am I doing any mistake?
Although I agree with all the comments given by @JJacquelin. I think I arrived at a more simple argument,
While getting the p-discriminant relation of
=> $y^2(y - xp) - x^4p^2 = 0 $
=> $x^4p^2 + xy^2p - y^3 = 0$ {say $Ap^2 + Bp + C = 0$}
then, its p-discriminant relation is $B^2 - 4AC = 0$ {$y^3x^2(y + 4x^2) = 0$} given $A\neq0$ {$x\neq0$}.
So, I think x$=0$ can be directly eliminated here.