Eigenvalues and Eigenvectors
The Essentials
Eigenvalues and Eigenvectors are scalars and vectors that have this property:
Only square matrices have eigenvalues and eigenvectors. An n by n matrix will have n eigenvalues that aren’t necessarily unique. Each unique eigenvalue has one eigenvector associated with it, though the eigenvector isn’t unique and can be scaled. The number of linearly independent eigenvectors associated with repeated eigenvalues is between one and the number of repeated eigenvalues. For example, if a matrix has four eigenvalues \( λ_1 \), \( λ_2 \), \( λ_2 \), \( λ_2 \) then there will be one eigenvector associated with \( λ_1 \) and one, two, or three linearly independent eigenvectors associated with \( λ_2 \).
To find the eigenvalues of a matrix this equation is used:
Example
Find the eigenvalues and eigenvectors for this matrix:
First we use the equation: \( \det(A-\lambda I)=0 \):
Then, to find the eigenvector associated with \( \lambda_1=-1 \):
Next we find the null space of this matrix which turns out to be:
Using the same method with the other two eigenvalues gives us:
Practice
Find the eigenvalues and eigenvectors for these matrices:
-
\[ \begin{bmatrix} 2 & 6\\ 1 & 1 \end{bmatrix} \]
-
\[ \begin{bmatrix} -4 & 5\\ 4 & 4 \end{bmatrix} \]
Solutions:
- \( \lambda_1=4, \vec{x}_1= \begin{bmatrix}3\\ 1\end{bmatrix}, \lambda_2=-1, \vec{x}_2= \begin{bmatrix}2\\ -1\end{bmatrix} \)
- \( \lambda_1=6, \vec{x}_1= \begin{bmatrix}1\\ 2\end{bmatrix}, \lambda_2=-6, \vec{x}_2= \begin{bmatrix}5\\ -2 \end{bmatrix} \)