What is the nonlinear differential equation existence and uniqueness theorem? I have two solutions to a nonlinear first-order differential equation that both satisfy the same initial value and satisfy the differential equation. They are also both valid for all real numbers. I am told, however, that despite this, the two solutions do not contradict the nonlinear existence and uniqueness theorem. How could this be?
For reference, the differential equation is $dy/dx = \frac{1}{2}(-x+(x^2+4y)^{\frac12})$, and the initial value given is $y(2) = -1$. The two solutions I have are $y = 1-x$ and $y=-x^2/4$.
EDIT
Observe that $y^{\prime}$ is the solution of the following equation \begin{align*} (y^{\prime})^{2} + xy^{\prime} - y = 0 \Longleftrightarrow y^{\prime} = \frac{-x\pm\sqrt{x^{2}+4y}}{2} \end{align*}