I found this Differential Equation $y'^2=16x^2$ and the text says it has a singular solution...
first they make an implicity derivation with respect to $y'$ then they have $2y'=0$. Therefore $y=constant$ and it proves that the D.E. has a singular solution but I can't figure out why it is correct.
This is a separable equation of the form $y' = f(y) g(x)$. If $f(y_0) = 0$, then $y = y_0$ is an equilibrium solution to the differential equation. However, if there is no equilibrium solution passing through the point $y = y_0$, then $y = y_0$ is a singular solution. In this case, we have $f(y)$ is a constant, so as you stated, $f'(y) = 0$. Therefore it must be true that if $y = y_0$ is an equilibrium solution, it solves the equation $16x^2 = 0$ for all $x$, which is impossible. Therefore, it is a singular solution for any value of $y_0 \in \mathbb{R}$.