5.2 (continued)
Example
Eigenvalues:
Solving the characteristic equation:
Complex conjugate pairs
Eigenvectors: \( (A - \lambda I) \vec{v} = \vec{0} \)
For \( \lambda = -1 + 2i \):
multiply row 1 by \( -i \)
add to row 2
Solving the characteristic equation:
Complex conjugate pairs
For \( \lambda = -1 + 2i \):
multiply row 1 by \( -i \)
add to row 2
We want the real-valued solutions to not contain \( i \).
Euler's identity
\[ e^{it} = \cos(t) + i \sin(t) \]Using the other pair, we get:
The real and imaginary parts of either solution are themselves solutions to \(\vec{x}' = A\vec{x}\). So, we use them as fundamental solutions to form the general solution.
Easy way: pick convenient \(\vec{x}\) in \(\vec{x}' = A\vec{x}\).
tangent vectors
Pick \(\vec{x} = \begin{bmatrix} 1 \\ 0 \end{bmatrix}\)
\[ \vec{x}' = \begin{bmatrix} -1 \\ -2 \end{bmatrix} \]left and down → clockwise
\[ \vec{x}' = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \vec{x} \quad \lambda = 1, 1 \quad \text{algebraic multiplicity is Two} \]
eigenvectors: \((A - \lambda I)\vec{v} = \vec{0}\)
\[ \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \vec{v} = \begin{bmatrix} a \\ b \end{bmatrix} \]
\[ = a \begin{bmatrix} 1 \\ 0 \end{bmatrix} + b \begin{bmatrix} 0 \\ 1 \end{bmatrix} \]
two linearly indp vectors we use as eigenvectors
\(\vec{v} = \begin{bmatrix} 1 \\ 0 \end{bmatrix}, \begin{bmatrix} 0 \\ 1 \end{bmatrix}\)
geometric multiplicity is Two
two 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}\)
now let's look at \(\vec{x}' = \begin{bmatrix} 2 & 1 \\ 0 & 2 \end{bmatrix} \vec{x}\) with \(\lambda = 2, 2\)
\((A - \lambda I) \vec{v} = \vec{0}\)
\(\begin{bmatrix} 0 & 1 & 0 \\ 0 & 0 & 0 \end{bmatrix} \quad \vec{v} = \begin{bmatrix} a \\ 0 \end{bmatrix} = \begin{bmatrix} 1 \\ 0 \end{bmatrix}\)
geo. mult. is one
missing one vector
(matrix A is defective, defect of one)
Solution 1: \( e^{\lambda t} \vec{v} \)
Solution 2: \( e^{\lambda t} (t \vec{v} + \vec{u}) \)
where \( (A - \lambda I) \vec{u} = \vec{v} \) and \( \vec{v} = \begin{bmatrix} 1 \\ 0 \end{bmatrix} \)
here, \( a = 0 \) and \( \vec{u} = \begin{bmatrix} 0 \\ 1 \end{bmatrix} \)
\[ \vec{x} = c_1 e^{2t} \begin{bmatrix} 1 \\ 0 \end{bmatrix} + c_2 e^{2t} \left( t \begin{bmatrix} 1 \\ 0 \end{bmatrix} + \begin{bmatrix} 0 \\ 1 \end{bmatrix} \right) \]