I am not sure how to solve a dynamical system with some constraint equation. For simplicity, let us consider the following system
$x'=-xy\\ y'=\frac{x}{2}\\ x+y^2=1$
The system is 1 dimensional. If I decide to get the critical points from the two first equations and then check consistency with the constraint equation, I will miss some points. In fact, from the 2 first equations, the only critical point is $x=0$, using the constraint I will get $y=\pm 1$ so we have 2 points $(0,\pm 1)$. But if I consider that the system is really 1 dimensional. I can reduce it. I decide to remove the variable $y$, we have then $x'=\mp x\sqrt{1-x}$, which gives an additional point for $x=1$ and therefore $y=0$. On the contrary if I remove $x$, I will get $y'=(1-y^2)/2$ which doesn't give the additional critical point.
So my question is, because the system is naturally 1 dimensional, should I consider all possible sub-systems (by using constraint equations) and conclude that the critical points are the union of all critical points of the sub-systems ?
$$x'=-x \sqrt{z}\ z'=x\sqrt{z}\ x+z=1$$
We see clearly that we have an other point when $z=0$
– ziusudra Dec 05 '13 at 14:27