When I enter this
DSolve[y'[x]^2 + y[x]^2 == 1, y[x], x]
the answer I get is
{{y[x] -> -Sin[x - C[1]]}, {y[x] -> Sin[x + C[1]]}}
but the two functions $y(x)=1$ and $y(x)=-1$ which are also solutions to this differential equation aren't mentioned. Is this an oversight or am I missing something?
z[x]^2 == z'[x]. So it is just a duplicate. ` – Artes Sep 06 '14 at 16:41