I am given a system
$\dot x = f(x,y) = (x^2 + y^2)(x^3 + y^2x -2y - x) \\ \dot y = g(x,y) = (x^2 + y^2)(y^3 + x^2y +2x - y) $
and I am asked if the fixed point at $(0,0)$ is hyperbolic or asymptotically stable. I am also asked whether the system is a Hamiltonian.
So I know that a hyperbolic fixed point is a fixed point that does not have a centre manifold, so this makes me think that it is a hyperbolic fixed point but I'm not really sure.
Then onto asymptotically stable, my understanding of this is that we require the system to be both Liapounov stable and quasi-asymptotically stable, but I really dont know how to go about this.
Finally about it being a Hamiltonian system. I know in order to be a Hamiltonian the system can be written in the form
$H(q_i,p_i)$ such that $\dot q_i= \frac{\partial H}{\partial p_i} \\ \dot p_i= -\frac{\partial H}{\partial q_i}$
But I really dont know how to do this for this DS.
Also i it helps I converted the DS into polar coords, giving me
$\dot r = r^5 - r^3 \\ \dot \theta = 2r^2$