Skip to main content

Section 2.7 Eigenvalues and Eigenvectors

Definition 2.7.1.

An eigenvector of a matrix \(A\) is a nonzero vector \(\vec{x}\) such that \(A\vec{x}=\lambda \vec{x}\) for some scalar \(\lambda\text{.}\) The scalar \(\lambda\) is called an eigenvalue of \(A\) if there exists a nonzero solution to \(A\vec{x}=\lambda \vec{x}\text{.}\)

Investigation 2.7.1.

Which of the following vectors are an eigenvector of \(A=\begin{bmatrix} 2\amp 3\\3\amp 2 \end{bmatrix}\text{?}\) For any vectors that are eigenvectors of \(A\text{,}\) give the eigenvalue.

(a)

\(\vec{v_1}=\colvec{1\\ 2}\)

(b)

\(\vec{v_2}=\colvec{-1\\ 1}\)

(c)

\(\vec{v_3}=\colvec{3\\ -1}\)

(d)

\(\vec{v_4}=\colvec{1\\ 1}\)

(e)

\(\vec{v_5}=\colvec{0\\ 0}\)
As a hint for the following two problems, it will suffice to try to find an eigenvector of the form \(\colvec{1\\ a}\text{.}\) You might first convince yourself that for these matrices, no eigenvector can have first component \(0\text{.}\)

Investigation 2.7.2.

Let \(A=\begin{bmatrix} 2\amp 1\\-1\amp 3 \end{bmatrix}\text{.}\) Try to find an eigenvector with eigenvalue \(3\text{.}\) In other words, find a vector \(\vec{v}\) such that \(A\vec{v}=3\vec{v}\text{.}\)

Investigation 2.7.3.

Let \(A=\begin{bmatrix} 3\amp 4\\3\amp -1 \end{bmatrix}\text{.}\) Try to find an eigenvector with eigenvalue \(-3\text{.}\) In other words, find a vector \(\vec{v}\) such that \(A\vec{v}=-3\vec{v}\text{.}\)
As a hint to proving this, look back to TheoremĀ 2.5.11
If \(A\) is a \(n\) by \(n\) matrix, then \(\det(A- t Id)\) will be a \(n\)-th degree polynomial in \(t\text{,}\) which we call the characteristic polynomial of \(A\). The previous theorem shows that finding roots of the characteristic polynomial is the same as finding eigenvalues.

Investigation 2.7.4.

For each of the following matrices:
  1. write out the characteristic polynomial
  2. give all eigenvalues
  3. for each eigenvalue, find an eigenvector
You should do the first two by hand to get a feel for finding the characteristic polynomial. After that, I have provided a SageMath cell you can modify to get the characteristic polynomial quickly, but you will need to work from there to find eigenvalues and eigenvectors.

(a)

\(\begin{bmatrix} 1\amp 1 \\1\amp 1 \end{bmatrix}\)

(b)

\(\begin{bmatrix} 1\amp -3 \\-3\amp 1 \end{bmatrix}\)

(c)

\(\begin{bmatrix} 1\amp 2 \\3\amp 4 \end{bmatrix}\)

(d)

\(\begin{bmatrix} 1\amp 2\amp 3 \\4\amp 5\amp 6\\7\amp 8\amp 9 \end{bmatrix}\)

(e)

\(\begin{bmatrix} 4\amp -1\amp 6\\2\amp 1\amp 6\\2\amp -1\amp 8 \end{bmatrix}\)

(f)

\(\begin{bmatrix} 1\amp 1\amp 0\amp 0\\1\amp 1\amp 0\amp 0\\0\amp 0\amp 1\amp -3\\0\amp 0\amp -3\amp 1\end{bmatrix}\)
Hint.
Work smarter, not harder, on this part!
A root \(\alpha\) of a polynomial (in \(t\)) has (algebraic) multiplicity \(k\) if \(k\) is the largest integer such that \((t-\alpha)^k\) is a factor. Which, if any, of the eigenvalues you found above have algebraic multiplicity greater than \(1\text{?}\)

Investigation 2.7.5.

Prove that a nonzero vector, \(\vec{v}\text{,}\) is an eigenvector of \(A\) with eigenvalue \(\lambda\) if and only if \(\vec{v}\) is in the null space of \(A-\lambda Id\text{.}\)
Solution.
\((\Rightarrow)\) If \(\vec{v}\) is an eigenvector of \(A\) with eigenvalue \(\lambda\text{,}\) then \(A\vec{v} =\lambda\vec{v}\text{.}\) By algebra, this means that \(A\vec{v} - \lambda\vec{v} = \vec{0}\text{,}\) and hence \((A-\lambda Id)\vec{v}=\vec{0}\text{.}\) Thus, \(\vec{v}\) is in the null space of \(A-\lambda Id\text{.}\)
\((\Leftarrow)\) If \(\vec{v}\in Null(A-\lambda Id)\text{,}\) then \((A-\lambda Id)\vec{v} = 0\text{.}\) Hence, \(A\vec{v}-\lambda \vec{v} = \vec{0}\text{,}\) or \(A\vec{v} = \lambda\vec{v}\text{.}\) Thus, \(\vec{v}\) is an eigenvector of \(A\) with eigenvalue \(\lambda\text{.}\)

Investigation 2.7.6.

Prove that if \(\vec{v}\) is an eigenvector of \(A\text{,}\) then \(\alpha \vec{v}\) is also an eigenvector of \(A\) (when \(\alpha \neq 0\)).
Solution.
Since \(\vec{v}\) is an eigenvector of \(A\text{,}\) there is a scalar \(\lambda\) such that \(A\vec{v} = \lambda \vec{v}\text{.}\) By properties of matrix multiplication, we thus have
\begin{equation*} A(\alpha\vec{v}) = \alpha A\vec{v} = \alpha\lambda\vec{v} = \lambda(\alpha\vec{v})\text{.} \end{equation*}
As \(\alpha\neq 0\text{,}\) this shows that \(\alpha\vec{v}\) is an eigenvector with the same eigenvalue.

Investigation 2.7.7.

Prove that if \(\vec{v_1}\) and \(\vec{v_2}\) are eigenvectors of \(A\) with the same eigenvalue, then \(\vec{v_1}+\vec{v_2}\) is also an eigenvector of \(A\text{.}\) What is the eigenvalue of \(\vec{v_1}+\vec{v_2}\text{?}\)
Solution.
Let \(\lambda\) be the associated eigenvalue. We have that \(A\vec{v}_1 = \lambda\vec{v}_1\) and \(A\vec{v}_2 = \lambda\vec{v}_2\text{.}\) Thus, we have
\begin{equation*} A(\vec{v}_1 + \vec{v}_2) = A\vec{v}_1 + A\vec{v}_2 = \lambda\vec{v}_1 + \lambda\vec{v}_2 = \lambda(\vec{v}_1 + \vec{v}_2)\text{.} \end{equation*}
Therefore, \(\vec{v}_1 + \vec{v}_2\) is an eigenvector with the same eigenvalue.

Definition 2.7.3.

If \(\lambda\) is an eigenvalue of \(A\text{,}\) then the eigenspace of \(\lambda\), \(E_\lambda\text{,}\) is the set of vectors \(\vec{x}\) such that \((A-\lambda Id_n)\vec{x}=\vec{0}\text{.}\)

Activity 2.7.8.

Determine all eigenspaces for each matrix.

(a)

\(\begin{bmatrix} -4 \amp 2 \\ 1 \amp 3 \end{bmatrix}\)

(b)

\(\begin{bmatrix} 4 \amp 1 \\ 3 \amp 6 \end{bmatrix}\)

(c)

\(\begin{bmatrix} 4 \amp 3 \\ 1 \amp 6 \end{bmatrix}\)

(d)

\(\begin{bmatrix} 1 \amp 2 \amp 3 \\ 1 \amp 2 \amp 3 \\ 1 \amp 2 \amp 3 \end{bmatrix}\)

(e)

\(\begin{bmatrix} 1 \amp -1 \\ 1 \amp 1 \end{bmatrix}\)

(f)

\(\begin{bmatrix} 8 \amp 2 \\ 3 \amp 3 \end{bmatrix}\)

Investigation 2.7.9.

(a)

Let \(A =\begin{bmatrix} 2 \amp a\amp b\\0\amp 2\amp c\\0\amp 0\amp 2 \end{bmatrix}\text{.}\) Show that \(A\) only has an eigenvalue of 2. What is the algebraic multiplicity of the eigenvalue 2?

(b)

Can you pick \(a\text{,}\) \(b\text{,}\) and \(c\text{,}\) so that the eigenspace of 2 has dimension 3? If so, give a choice of \(a\text{,}\) \(b\text{,}\) and \(c\) that does so.

(c)

Can you pick \(a\text{,}\) \(b\text{,}\) and \(c\text{,}\) so that the eigenspace of 2 has dimension 2? If so, give a choice of \(a\text{,}\) \(b\text{,}\) and \(c\) that does so.

(d)

Can you pick \(a\text{,}\) \(b\text{,}\) and \(c\text{,}\) so that the eigenspace of 2 has dimension 1? If so, give a choice of \(a\text{,}\) \(b\text{,}\) and \(c\) that does so.