Consider the system
$\frac{dx}{dt}=y+ax-x(x^2+y^2),\;x(0)=x_0$
$\frac{dy}{dt}=-x+ay-y(x^2+y^2),\;y(0)=y_0$
The question is describe for $a> 0$ the non-trivial periodic orbit and determine its period.
My ideas:
Where, the fixed point is $(x,y)=(0,0)$ and using the polar coordinates, I obtained the following system of ode's
$\frac{dr}{dt}=ar-r^3$
$\frac{d\theta}{dt}=-1$.
If $\frac{dr}{dt}<0$ then $r\geq \sqrt{a}$ and if $\frac{dr}{dt}>0$ then $0<r\leq \sqrt{a}$.
From here I don't know how to continue to find the orbit.
Thanks for your help.
Hint: You almost have it. $dr/dt = 0$ if $r = \sqrt{a}$.