Skip to main content

Section 5.3 Eigenvalues and Characteristic Polynomials (GT3)

Subsection 5.3.1 Class Activities

Activity 5.3.1.

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.3.

Consider the linear transformation A:R2R2 given by the matrix A=[2203].

Figure 65. 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.4.

Let AMn,n. An eigenvector for A is a vector xRn such that Ax is parallel to x.

Figure 66. 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.5.

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.

Which of the following must be true for any eigenvalue?

  1. The kernel of the transformation with standard matrix AλI must contain the zero vector, so AλI is invertible.

  2. The kernel of the transformation with standard matrix AλI must contain a non-zero vector, so AλI is not invertible.

  3. The image of the transformation with standard matrix AλI must contain the zero vector, so AλI is invertible.

  4. The image of the transformation with standard matrix AλI must contain a non-zero vector, so AλI is not invertible.

Definition 5.3.7.

The expression det(AλI) is called characteristic polynomial of A.

For example, when A=[1234], we have

AλI=[1234][λ00λ]=[1λ234λ].

Thus the characteristic polynomial of A is

det[1λ234λ]=(1λ)(4λ)(2)(3)=λ25λ2

and its eigenvalues are the solutions to λ25λ2=0.

Activity 5.3.8.

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.9.

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

Activity 5.3.10.

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

Activity 5.3.11.

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

Subsection 5.3.2 Videos

Figure 67. Video: Finding eigenvalues

Subsection 5.3.3 Slideshow

Slideshow of activities available at https://teambasedinquirylearning.github.io/linear-algebra/2022/GT3.slides.html.

Exercises 5.3.4 Exercises

Exercises available at https://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/GT3/.

Subsection 5.3.5 Mathematical Writing Explorations

Exploration 5.3.12.

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.6 Sample Problem and Solution

Sample problem Example B.1.23.

You have attempted 1 of 1 activities on this page.