Given a system $$\dot x = -y + xF(r), \ \dot y = x + y F(r) $$ where $F(r):= r^4-3r^2+1$.
I need to find out the stable and unstable limit cycle for the given system.
My Approach
I used the polar coordinates to reduce the system as $$\dot r = r(r^4-3r^2+1), \ \dot \theta =1$$
The reduced system has a unique critical point at origin since $\dot \theta \neq 0$.
So to find the stable and unstable limit points all I need to check is the sign of $\dot r$ in the annulus. I am not able to follow up from here.
