Niles
- 1,834
- 0
Homework Statement
Hi all.
I am given by following linear system:
<br /> \begin{array}{l}<br /> \dot x = dx/dt = ax \\ <br /> \dot y = dy/dt = - y \\ <br /> \end{array}<br />
The eigenvalue of the matrix of this system determines the stability of the fixpoint (0,0):
<br /> A=\left( {\begin{array}{*{20}c}<br /> a & 0 \\<br /> 0 & { - 1} \\<br /> \end{array}} \right) \quad \Rightarrow \quad \lambda_{1,2}= 0, a.<br />
So there are two eigenvalues given by 0 and a. When a<0, both eigensolutions decay, and the fixpoint (0,0) is stable. When a>0, we have a saddle point.
But what happens when a=0? How can I determine the stability there?
Thanks in advance.Niles.