Solutions To Assignment 9: Math 217, Fall 2002
Solutions To Assignment 9: Math 217, Fall 2002
a b
We know that if A then the eigenvalues of A are the roots of the char-
c d
acteristic equation (a − λ)(d − λ) − bc = 0. This equation will have a repeated
a 0
root if a = d and bc = 0. So for example, A will work. To give a specific
c a
1 0
instance of this, A = has only one distinct eigenvalue, λ = 1.
1 1
5.1.26 Show that if A2 is the zero matrix, then the only eigenvalue of A is 0.
5.1.32 Let A be the matrix of the linear transformation T : R3 → R3 that rotates points
about some line through the origin. Without writing A, find an eigenvalue of
A and describe the eigenspace.
Suppose we use L to indicate the line about which T rotates the points of R3 .
Then if v ∈ R3 lies on L, we have that T (v) = Av = v (rotating points around
a line does not move points on the line). Thus we can see that λ = 1 is an
eigenvalue of A. The corresponding eigenspace is either just L if T does not
rotate by 360z degrees for z ∈ N, and all of R3 otherwise (in the first case,
points end up in a different place then they begin unless they lie on L; in the
second, rotation by 360z just takes every point back to its starting position so
that every vector is an eigenvector for λ = 1).
1
0 3 1
5.2.10 Find the characteristic equation of 3 0 2.
1 2 0
−λ 3 1
This amounts to finding det 3 −λ 2 . I will do this by cofactor ex-
1 2 −λ
−λ 2 3 2 3 −λ
pansion. The answer is −λ det − 3 det + det =
2 −λ 1 −λ 1 2
−λ(λ2 − 4) − 3(−3λ − 2) + (6 + λ) = −λ3 + 14λ + 12.
5 −2 6 −1
0 3 h 0
5.2.18 Find h in the matrix A =
0 0 5 4 such that the eigenspace for λ = 5
0 0 0 1
is two-dimensional.
0 0 0 −4
.5 .2 .3 .3 1 −1 1
5.2.27 Let A = .3 .8 .3, v1 = .6, v2 = −3, v3 = 0 , and w = 1.
.2 0 .4 .1 2 1 1
2
.3 .5 −.2
To do this we calculate Av1 = .6, Av2 = −1.5, and Av3 = 0 .
.1 1 .2
.3 .3 .5 1
It is not difficult to see that 6 = .6, −1.5 = (1/2) −3, and
1 .1 1 2
−.2 −1
0 = (1/5) 0 . Thus v1 , v2 , and v3 are eigenvectors of A.
.2 1
(b) Let x0 be an vector in R3 with nonnegative entries whose sum is 1. Ex-
plain why there are constants c1 , c2 , c3 such that x0 = c1 v1 + c2 v2 + c3 v3 .
Compute wT x0 and conclude that c1 = 1.
We saw in the part (a) that A has 3 distinct eigenvalues (1, 1/2, and
1/5). Thus we know that the three eigenvectors corresponding to these
eigenvalues are linearly independent (theorem 2, pg 307). Because the
dimension of R3 is 3, we know by the basis theorem that v1 , v2 , and v3
give a basis for R3 (in particular, they must span R3 ). Thus there must
exist constants c1 , c2 , c3 as required.
a1
If we write x0 = a2 , then wT x0 = a1 + a2 + a3 = 1. Now multiplying
a3
both sides of the equation x0 = c1 v1 + c2 v2 + c3 v3 by wT , we obtain
1 = wT x0 = c1 wT v1 + c2 wT v2 + c3 wT v3 = c1 (1) + c2 (0) + c3 (0). From this
we see that c1 = 1.
(c) For k = 1, 2, . . . , define xk = Ak x0 with x0 as in part (b). Show that
xk → v1 as k increases.
−7 −16 4
5.3.18 Diagonalize A = 6 13 −2 if possible. One of the eigenvalues is λ = 5,
12 16 1
−2
and one eigenvector is 1 .
2
3
We need to calculate the eigenvalues, and then demonstrate that there are 3
linearly independent eigenvectors.
First we form the characteristic equation:
−7 − λ −16 4
det 6 13 − λ −2
12 16 1−λ
4
1 0 1 0
which has row reduced echelon form 0 1 −1/2 0. From this matrix we
0 0 0 0
can read the eigenspace corresponding to the eigenvalue λ = −3. It is the set
of all vectors of the form
−x3 −1
1 x3 = x3 1 .
2 2
x3 1
−2
We choose a representative vector from this set, v3 = 1 .
2
4 −1 −2 1 0 0
Now row reducing the matrix 3 0 1 . The result is 0 1 0, so by
0 3 2 0 0 1
the invertible matrix theorem the vi are linearly independent.
4 −1 −2 5 0 0
So let P = [v1 v2 v3 ] = 3 0 1 and D = 0 5 0 . By the diagonal-
0 3 2 0 0 −3
−1
ization theorem, A = P DP , so we have diagonalized A.