I've been struggling with solving the following system:
$\dot x = -x+xy$
$\dot y = x-y -x^2-y^3$
I already know that the only fixed point is $(0,0)$ and I also know that the system is exponentially stable(calculating the Jacobian). But what I really want to know is: do all trajectories of this system converges to $0$?
What can I do to prove that? Is it enough to create a Lyapunov function? What exactly means that it is asymptotically stable in a Lyapunov sense?
Thanks so much. :)