For the following system $$x'=x(-x^2-y+4)=f(x,y)$$ $$y'=y(y^2+8x-1)=g(x,y)$$ I need to find the location of the critial points and determine each points type and stability.
I then need help finding calculating the limits $$\lim\limits_{t \to \infty} x(t), \lim\limits_{t \to \infty} y(t)$$ if $x(0)=\frac{-5}{2}, y(0)=1$
I found the critical points and the type/stability but it seems like a large amount
$(0,0)$ eignevalues are $(4,-1)$ unstable saddle point
$(0,1)$ eigenvalues are $(2,3)$ unstable improper node
$(0,-1)$ eigenvalues are $(2,5)$ unstable improper node
$(2,0)$ eigenvalues are $(-8,15)$ Unstable saddle point
$(-2,0)$ eignevalues are $(-17,-8)$ Asymp stable improper node
$(-1, 3)$ eigenvalues are $(-2\sqrt 31 +8, 2\sqrt 31 +8)$ Unstable Saddle point
$(-3,-5)$ eigenvalues are $(-2\sqrt 259 +16, 2\sqrt 259 +16)$ unstable saddle point
$(2+i, 1-4i)$ eigenvalues are $(-29.22-18.774i, -6.78-5.226i)$ asymp stable spiral
$(2-i, 1+4i)$ eigenvalues are $(-29.22+18.774i, -6.78+5.226i)$ aspym stable spiral
In regards to the limits, I'm unsure of what $x(t)$ and $ y(t)$ values I am to use
