so while studying non linear dynamics I came across a simple question that I cannot find the solution to anywhere.
Consider the following system: $$\begin{align} \frac{dx}{dt} &= y + y^{2} \\ \dfrac{dy}{dt}&= \dfrac{-1}{2}x +\dfrac{1}{5}y -xy + \dfrac{6}{5}y^2 \end{align} $$
a) What are the indices of the fixed points and why?
Trying to solve this I computed the fixed points to be $(0,0)$ and $\left(\dfrac{14}{15},1\right)$
using the Jacobian I figured they were both unstable spirals (I think, even though I have difficulty understanding how that is). so how do I compute the indices, I,m not sure what they are and cant find it on the internet. Do they have a role in determining in the fixed points are enclosed by a limit cycle?
