5.2 (Continued)
Eigenvalues are complex
Example
eigenvalues:
\[ -1 - \lambda = \pm 2i \]
complex \( \lambda \) are in complex conjugate pairs
eigenvectors:
solve \( (A - \lambda I) \vec{v} = \vec{0} \)
eigenvalues:
\[ -1 - \lambda = \pm 2i \]
complex \( \lambda \) are in complex conjugate pairs
solve \( (A - \lambda I) \vec{v} = \vec{0} \)
Starting with the augmented matrix for the first eigenvalue:
Row Operations:
\(\vec{v} = \begin{bmatrix}-i \\ 1\end{bmatrix}\)
Eigenvectors are also conjugate pairs
Solutions are still \( e^{\lambda t} \vec{v} \) but usually we want it to not contain imaginary numbers.
Case 1:
\[ \lambda = -1 + 2i, \quad \vec{v} = \begin{bmatrix} -i \\ 1 \end{bmatrix} \]Case 2:
\[ \lambda = -1 - 2i, \quad \vec{v} = \begin{bmatrix} i \\ 1 \end{bmatrix} \]Starting with the first case:
Applying Euler's identity to our expression:
Repeat with \(\lambda = -1 - 2i\) and eigenvector \(\vec{v} = \begin{bmatrix} 1 \\ i \end{bmatrix}\):
Note:
Conjugate pairs again.
The real and imaginary parts of either solution are themselves solutions to \(\vec{x}' = A\vec{x}\).
So, we use them to form the general solution:
\(\sin(2t)\) and \(\cos(2t)\) are periodic, so \(x_1\) and \(x_2\) are oscillating, so the phase diagram consists of spirals:
How to figure out if the spiral is in a clockwise direction or counterclockwise?
Tangent vectors to spirals
Pick a convenient \(\vec{x}\) then see the direction of \(\vec{x}'\).
For example:
left and down
eigenvectors: \((A - \lambda I)\vec{v} = \vec{0}\)
linearly independent
Solutions: \( e^{\lambda t} \vec{v} \), \( e^t \begin{bmatrix} 1 \\ 0 \end{bmatrix} \), \( e^t \begin{bmatrix} 0 \\ 1 \end{bmatrix} \)
General solution: \( \vec{x} = c_1 e^t \begin{bmatrix} 1 \\ 0 \end{bmatrix} + c_2 e^t \begin{bmatrix} 0 \\ 1 \end{bmatrix} \)
Figure 1: Phase diagram showing an unstable node at the origin.
Now let's look at \( \vec{x}' = \begin{bmatrix} 2 & 1 \\ 0 & 2 \end{bmatrix} \vec{x} \)
Solving \( (A - \lambda I) \vec{v} = \vec{0} \) only produces one \( \vec{v} = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \)
Missing one eigenvector
→ matrix A is defective
(here, a defect of one)
One solution: \( e^{\lambda t} \vec{v} \)
2nd solution: \( e^{\lambda t} (t \vec{v} + \vec{u}) \)
Note on \( \vec{u} \):
\( \vec{u} \) is a generalized eigenvector.
where \( (A - \lambda I) \vec{u} = \vec{v} \) and \( \vec{v} = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \)
here,
Choose any \( a \) so \( \vec{u} \) is linearly independent from \( \vec{v} \) and \( \vec{u} \neq \vec{0} \).
Let's use \( a = 0 \), so \( \vec{u} = \begin{bmatrix} 0 \\ 1 \end{bmatrix} \)