Skip to main content

Section 5.1 Eigenvectors, Eigenvalues, and Eigenspaces

Handout 5.1 Eigenvectors, Eigenvalues, and Eigenspaces

Definition 5.1. Eigenvector and Eigenvalue.

Let \(A\in\mathbb{R}^{n\times n}\text{.}\) If there exists a nonzero vector \(\vec v\in\mathbb{R}^n\) and a scalar \(\lambda\in\mathbb{C}\) such that
\begin{equation*} A\vec v = \lambda \vec v, \end{equation*}
then \(\vec v\) is an eigenvector of \(A\) and \(\lambda\) is the corresponding eigenvalue.
Notes:
  • We consider only square matrices.
  • If \(\lambda\in\mathbb{R}\text{,}\) then:
    • for \(\lambda>0\text{,}\) vectors \(A\vec v\) and \(\vec v\) point in the same direction;
    • for \(\lambda<0\text{,}\) they point in opposite directions.
  • Even when entries of \(A\) and \(\vec v\) are real, \(\lambda\) can be complex (e.g., a rotation by \(90^\circ\) counterclockwise in \(\mathbb{R}^2\) has no real eigenvalues).
  • Complex eigenvalues will be explored in Section 5.5.

Example 5.2.

Which of the following are eigenvectors of
\begin{equation*} A=\begin{bmatrix} 1 \amp 1\\ 1 \amp 1 \end{bmatrix}? \end{equation*}
What are the corresponding eigenvalues?

Example 5.3.

Confirm that \(\lambda=3\) is an eigenvalue of
\begin{equation*} A=\begin{bmatrix} 2 \amp -4\\ -1 \amp -1 \end{bmatrix}. \end{equation*}

Definition 5.4. Eigenspace.

Suppose \(A\in\mathbb{R}^{n\times n}\text{.}\) For an eigenvalue \(\lambda\) of \(A\text{,}\) the set of all eigenvectors associated with \(\lambda\) together with the zero vector forms a subspace of \(\mathbb{R}^n\) called the \(\lambda\)-eigenspace of \(A\text{.}\)
Note: The \(\lambda\)-eigenspace is precisely \(\operatorname{Null}(A-\lambda I)\text{.}\)

Example 5.5.

Construct a basis for the eigenspaces of
\begin{equation*} A=\begin{bmatrix} 5 \amp -6\\ 3 \amp -4 \end{bmatrix}, \qquad \lambda=-1,\;2. \end{equation*}

Note 5.10. Warning.

You cannot determine the eigenvalues of a matrix from its reduced row-echelon form. Row operations generally change eigenvalues.

Example 5.11.

Let
\begin{equation*} A=\begin{bmatrix} 1 \amp 1\\ 1 \amp 1 \end{bmatrix}, \end{equation*}
which has eigenvalues \(\lambda_1=2\) and \(\lambda_2=0\text{.}\)
(b)
Find the RREF of \(A\text{.}\) What are it’s eigenvalues?

Note 5.12. Converse of TheoremΒ 5.9.

The converse of TheoremΒ 5.9 is the following:
If \(\{\vec v_1, \vec v_2, \dots, \vec v_k\}\) are linearly independent eigenvectors of \(A\text{,}\) then \(\vec v_1, \vec v_2, \dots, \vec v_k\) must correspond to different eigenvalues.
This statement is false. See ExampleΒ 5.13 below.

Example 5.13.

Let
\begin{equation*} A = \begin{bmatrix} 4 \amp -1 \amp 6 \\ 2 \amp 1 \amp 6 \\ 2 \amp -1 \amp 8 \end{bmatrix}. \end{equation*}
One of the eigenvalues of \(A\) is \(\lambda = 2\text{.}\) Find a basis for the \(2\)-eigenspace of \(A\text{.}\)