How can one determine the stability of a given dynamical system? For example, for what values of $a$ is the following matrix stable?
\begin{bmatrix} 0&a \\ a&0 \end{bmatrix}
I'm just confused about how to deduce a matrix's stability from its eigenvalues. I know this is a dumb question, but help would be greatly appreciated.
If the real part of the eigenvalues are negative, then the system is attracted to some sort sink, and if you give your particle a small kick in its initial conditions, it is headed to the same sink.
If the real part of the eigenvalues are positive, then everything is expanding away from some source, and distances between initial conditions will increase over time.
If the real part of the eigenvalues are 0, then your system will orbit, and a small perturbation will remain a small perturbation, neither growing nor shrinking.
If some of your eigenvalues are positive and some are negative, then two particles with nearby initial conditions, may stay nearby for some time, but will eventually start to diverge.