I am trying to determine the stability properties of the equilbrium solution $(x,y) = (0,0)$ of the following system of ODEs:
$$ \dot x = x - y + kx(x^2+y^2), \\ \dot y = x - y + ky(x^2+y^2), $$ where $k \neq 0$ is a constant. Transforming to polar coordinates $(x,y) = (r\cos\theta, r\sin\theta)$ produces the following system: $$ \dot r = r\cos 2\theta + kr^3, \\ \dot\theta = 1 - \sin 2\theta. $$ By numerical investigation of the direction field and some orbits, I suspect that all solutions go to zero or infinity if $k < 0$ or $k >0$ respectively. Also, from the second equation it follows that $\theta$ increases monotonically to one of its equilibrium points. I also know that the second equation is seperable and solvable, and that the first equation can be rewritten using an extra transformation $u = r^{-2}$ to get a first order linear ODE, which in principle is also solvable. However, the expressions get too nasty for me to say anything concrete about them.
If my suspicions about these stability properties are correct, what could be a good way to show it?

Let's take a look at the equation for $\theta$ first. It is clear that $\dot{\theta} \geq 0.$ So, $\theta$ will always increase until it hits a value $\theta=\frac{\pi}{4}+n\pi$ at which point it will stop changing since $1-\sin(2(\frac{\pi}{4}+n\pi))=0.$ Now let's look at the equation for $r$. Note $r\geq 0$. For large enough values for $r$, $|kr^3| \gg |r\cos(2\theta)|$, so we can say $\dot{r}\approx kr^3.$ If $k>0$, then as long as $r \neq 0$ it is fairly obvious that $r$ will get arbitrarily large. If $k<0$, then $r$ will tend towards the critical point $r=0$.