Converting to plane polar coordinates

dynamical systemsordinary differential equationspolar coordinates

I am trying to find the periodic orbits of the following ODE:

$\ddot{x}-(1-x^{2}-\dot{x}^{2})\dot{x}+x=0$

Now in my book it says that it is easiest to see the orbits of this ODE if it is converted to polar coordinates. But if it is just a single ODE (i.e. not a system) is it still possible to create some sort of decoupled system of ODE's from this using polar coordinates?

Best Answer

Multiply with $2\dot x$ and semi-integrate to find $$ \frac{d}{dt}(\dot x^2+x^2)=2\dot x^2(1-(\dot x^2+x^2)) $$ so it can seem as a good idea to set $r^2=\dot x^2+x^2$ and use the circle equation to define an angle $\theta$ so that $$ \dot x=r\cosθ,~~x=r\sinθ $$ where both $r$ and $θ$ are time-dependent functions.

Related Question