Consider the system $$\dot{x}=x-rx-ry+xy, \qquad \dot{y}=y-ry+rx-x^2,\qquad r=\sqrt{x^2+y^2},$$ which can be written in polar coordinates $(r,\theta)$ as $$\dot{r}=r(1-r), \qquad \dot{\theta}=r(1-\cos \theta)$$
Linearizing and studying the eigenvalues at the fixed points we see that the system has an unstable node at the origin $(0,0)$ and a saddle-node at the point $(1,0)$.
I'd like to show that the point $(1,0)$ is not stable and that any orbit starting at a point other than the origin converges to $(1,0)$, namely that for any $(x,y)\neq(0,0)$ we have $$\lim_{t\to \infty} \phi_t(x,y)=(1,0)$$
- First, the Jacobian at (1,0) is $diag(-1,0)$, which is stable right? It has one eigenvalue with negative real part, and one whose real part is zero but with equal geometric ans algebraic multiplicities.
- In order to see that any orbit starting at a point other than the origin converges to $(1,0)$, I'd like to use the Poincaré Bendixson's theorem. For this it suffices to show that there is no closed orbit in $\mathbb{R}^2\setminus (0,0)$. By virtue of Bendixson's criterion, this will follow provided that $div(f)$ doesn't change sign in $\mathbb{R}^2\setminus (0,0)$, where in our case $f(r,\theta)=(r(1-r), r(1-\cos\theta))$. But $$div(f)=1+r(\sin\theta-2)$$ which does change sign.
