Introduction to Discrete Dynamical Systems and Eigenanalysis
Problem Set 17 - Finding the Eigenvalues and Eigenvectors of a Matrix
Learning Objectives:
• You should understand the terminology characteristic polynomial, eigenspace, and eigenbasis (in particular, an eigenbasis for a matrix A is a basis of what?).
• You should be able to find the eigenvalues of a given matrix A, as well as the algebraic multiplicity and geometric multiplicity of each eigenvalue. You should be able to use this information to determine whether there is an eigenbasis for the matrix A.
• You should understand the relationship between the algebraic and geometric multiplicity of an eigen- value.
1. (a) For each of the matrices below, find all (real) eigenvalues. Then find a basis of each eigenspace, and find an eigenbasis if there is one. Please also state the algebraic and geometric multiplicity of each eigenvalue. Do all of your calculations by hand, but try to be efficient! (Using the techniques of Problem Set 11, #3, you should be able to find most of the eigenvectors using inspection.)
i. Bretscher #7.3.10
ii.
2 0 0−25 −3 10
0 0 2
(b) In exactly one of the two parts above, you should have found an eigenbasis for the given matrix. Let A be the matrix and B be the basis of R3 you found in that part. Find the B-matrix of the linear transformation T(~x) = A~x. (How does your answer relate to the eigenvalues of A?)
2. Let A =
1 1 3 4 0 3 −1 4 0 0 2 2 0 0 1 3
.
(a) Find all real eigenvalues of A, and give their algebraic multiplicities.
(b) Find the geometric multiplicity of each eigenvalue. (If you are able to determine this without computing the corresponding eigenspace, please do, and explain your reasoning.)
(c) Is there an eigenbasis for A?
3. Bretscher #7.2.38 (Note that this is from §7.2.)
When you are trying to find the eigenvalues of a 2 × 2 matrix, it’s often easiest to first find the trace and determinant of the matrix and then to use the idea of this problem.
4. Getting efficient with 2 × 2 matrices.
Let A =
[ 11 −6 15 −8
] .
(a) Use the idea of #3 to find the eigenvalues of A with their algebraic multiplicities.
1
(b) What does (a) tell you about the geometric multiplicities of the eigenvalues of A?
(c) Find a basis of each eigenspace. (You should be able to use the idea of Problem Set 11, #3 to do this by inspection.)
(d) True or false: If B is a 2×2 matrix with eigenvalues 3 and 5, then the matrix B−3I2 must have rank 1. Explain your reasoning.
5. Bretscher #7.4.32
Note: This problem illustrates a very interesting technique; the function C(t) is not a linear transfor-
mation,(1) but by looking instead at
[ C(t)
1
] , we “create” a linear transformation that tells us all about
C(t). See Bretscher #7.4.35 for another example of this technique.
6. (a) What is the characteristic polynomial of
[ 2 1 −2 4
] ? Find the roots of the characteristic polyno-
mial.
Here, we see an example of a matrix with no real eigenvalues. However, the characteristic polynomial does have complex roots. In a few days, we will start working with these complex roots. We expect that you are already familiar with the basics of complex numbers; as a refresher, please read the “Complex Numbers” handout and visit office hours if you have any questions. (We will not be spending any class time on this background material.) The rest of this problem deals with these basics. If you need more time to review, you may turn this problem in with the next problem set.
(b) Rewrite 2 + 3i
1 + i in the form a + bi.
(c) Express z = √
3 + 3i in the form z = reiθ. Write the complex conjugate z in both Cartesian and polar coordinates, and plot both z and z in the complex plane.
(d) Express ( √
3 − i)65 in the form a + bi. (Hint: Start by writing √
3 − i in the form reiθ.)
(e) The vector e3iθ [ 1 + i
1
] + e−3iθ
[ 1 − i
1
] is real, but that is not immediately obvious. Simplify this
vector to express it in terms of real quantities (i.e., without any i). (Hint: Use the idea of Practice Problem #3 on the “Complex Numbers” handout.)
(f) (Optional extra credit) Use the power series representations of the functions ex, cos x, and sin x to show why Euler’s formula eiθ = cos θ + i sin θ is true.(2)
(1)It is what we call an affine transformation; in general, an affine transformation is one that can be expressed as T (~x) = A~x+~b
for some matrix A and some vector ~b. (2)If you’d like to refresh your knowledge of power series and Euler’s formula, see the video linked from the “Additional
resources” page of the course website.
2