So I am working with the following set of non-dimensionalized differential equations:
$ dx/dτ = (xy - x) $
$dy/dτ= (-xy - ay + b)$
Where a is always positive and b can be positive or negative.
My next step is to find and classify fixed points. I have 2 fixed points: (0, b/a) and (b-a, 1).
I'm confused from here. I think my next step is to find the jacobian and evaluate eigenvalues, but I'm don't know how to go about it with a & b in my equation.
jacobian =
\begin{matrix} y-1&x\\ -y&-x-a \\ \end{matrix}
The jacobian evaluated at (0, b/a) gives eigenvalues λ = b/a-1 and λ = -a, how do I interpret these?
I don't know how to find the eigenvalues at (b-a, 1).
Any help would be appreciated!