This is a worked out example in my book, but I am having a little trouble understanding it:
Consider the system of equations:
$$x'=y+x(1-x^2-y^2)$$ $$y'=-x+y(1-x^2-y^2)$$
The orbits and limit sets of this example can be easily determined by using polar coordinates. (My question: what is the motivation for that thinking? What should clue me in to thinking that I should use polar coordinates?)
The polar coordinate satisfies $r^2=x^2+y^2$ so by differentiating with respect to t and using the differential equations we get:
$r\cdot r'=x\cdot x'+y\cdot y'$ (I am unclear about how the book even got this first equation from $r^2=x^2+y^2$)
$=x\cdot y+x^2(1-r^2)-x\cdot y+y^2(1-r^2)$ Substitute in $x'$ and $y'$ and then multiple out and replace with $r$, I get this step
$=r^2(1-r^2)$ cancel terms, I get this step too
$r'=r(1-r)$
similarly, the angle variable $\theta$ satisfies $\tan\theta=\frac yx$, so the derivative with respect to $t$ yields $\sec^2(\theta)\theta'=x^{-2}[x^2+xy(1-r^2)-y^2-xy(1-r^2)]=-\frac{r^2}{x^2}$ so $\theta=1$
Thus the solution goes clockwise around the origin at unit angular speed.
I don't understand the $\theta$ step at all or how they reached the conclusion of clockwise around the origin with unit angular speed..
But then it just jumps to saying "the origin is a fixed point, so α(0)=ω(0)={0} but I have no idea how they reached this conclusion..