7.3 The Eigenvalue Method for Linear Systems
Solve constant coefficient homogeneous systems
\[ \vec{x}' = A \vec{x} \quad A: \text{constant matrix} \]
First graphical interpretation of solutions
\[ \vec{x}' = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} \vec{x} \quad \vec{x} = \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} \]
\[ \begin{bmatrix} x_1' \\ x_2' \end{bmatrix} = \begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} \begin{bmatrix} x_1 \\ x_2 \end{bmatrix} \]
Pick \( x_1, x_2 \)
The system gives vector tangent to solution at \( x_1, x_2 \) we picked.