Skip to main content

Section 5.3 Eigenvalues and Characteristic Polynomials (GT3)

Subsection 5.3.1 Warm Up

Activity 5.3.1.

Let R:R2R2 be the transformation given by rotating vectors about the origin through and angle of 45, and let S:R2R2 denote the transformation that reflects vectors about the line x1=x2.
(a)
If L is a line, let R(L) denote the line obtained by applying R to it. Are there any lines L for which R(L) is parallel to L?
(b)
Now consider the transformation S. Are there any lines L for which S(L) is parallel to L?

Subsection 5.3.2 Class Activities

Activity 5.3.2.

An invertible matrix M and its inverse M1 are given below:
M=[1234]M1=[213/21/2]
Which of the following is equal to det(M)det(M1)?
  1. 1
  2. 0
  3. 1
  4. 4

Observation 5.3.4.

Consider the linear transformation A:R2R2 given by the matrix A=[2203].
Figure 59. Transformation of the unit square by the linear transformation A
It is easy to see geometrically that
A[10]=[2203][10]=[20]=2[10].
It is less obvious (but easily checked once you find it) that
A[21]=[2203][21]=[63]=3[21].

Definition 5.3.5.

Let AMn,n. An eigenvector for A is a vector xRn such that Ax is parallel to x.
Figure 60. The map A stretches out the eigenvector [21] by a factor of 3 (the corresponding eigenvalue).
In other words, Ax=λx for some scalar λ. If x0, then we say x is a nontrivial eigenvector and we call this λ an eigenvalue of A.

Activity 5.3.6.

Finding the eigenvalues λ that satisfy
Ax=λx=λ(Ix)=(λI)x
for some nontrivial eigenvector x is equivalent to finding nonzero solutions for the matrix equation
(AλI)x=0.
(a)
If λ is an eigenvalue, and T is the transformation with standard matrix AλI, which of these must contain a non-zero vector?
  1. The kernel of T
  2. The image of T
  3. The domain of T
  4. The codomain of T
(b)
Therefore, what can we conclude?
  1. A is invertible
  2. A is not invertible
  3. AλI is invertible
  4. AλI is not invertible
(c)
And what else?
  1. detA=0
  2. detA=1
  3. det(AλI)=0
  4. det(AλI)=1

Definition 5.3.8.

The expression det(AλI) is called the characteristic polynomial of A.
For example, when A=[1254], we have
AλI=[1254][λ00λ]=[1λ254λ].
Thus the characteristic polynomial of A is
det[1λ254λ]=(1λ)(4λ)(2)(5)=λ25λ6
and its eigenvalues are the solutions 1,6 to λ25λ6=0.

Activity 5.3.9.

Let A=[5232].
(a)
Compute det(AλI) to determine the characteristic polynomial of A.
(b)
Set this characteristic polynomial equal to zero and factor to determine the eigenvalues of A.

Activity 5.3.10.

Find all the eigenvalues for the matrix A=[3324].

Activity 5.3.11.

Find all the eigenvalues for the matrix A=[1405].

Activity 5.3.12.

Find all the eigenvalues for the matrix A=[331042007].

Subsection 5.3.3 Individual Practice

Activity 5.3.13.

Let AMn,n and λR. The eigenvalues of A that correspond to λ are the vectors that get stretched by a factor of λ. Consider the following special cases for which we can make more geometric meaning.
(a)
What are some other ways we can think of the eigenvalues corresponding to eigenvalue λ=0?
(b)
What are some other ways we can think of the eigenvalues corresponding to eigenvalue λ=1?
(c)
What are some other ways we can think of the eigenvalues corresponding to eigenvalue λ=1?
(d)
How might we interpret a matrix that has no (real) eigenvectors/values?

Subsection 5.3.4 Videos

Figure 61. Video: Finding eigenvalues

Exercises 5.3.5 Exercises

Subsection 5.3.6 Mathematical Writing Explorations

Exploration 5.3.14.

What are the maximum and minimum number of eigenvalues associated with an n×n matrix? Write small examples to convince yourself you are correct, and then prove this in generality.

Subsection 5.3.7 Sample Problem and Solution

Sample problem Example B.1.24.