Sale!

Math 114 Assignment 6 solution

$30.00 $25.50

Category:

Description

5/5 - (11 votes)

Eigenvectors and Eigenvalues
1. Let A =


−4 0 0
2 −8 4
−4 5 0

 . Find the algebraic multiplicity, geometric multiplicity, and eigenspace of
each of the eigenvalues of A.
2. The characteristic polynomial of a square matrix B is C(λ) = 2λ
3 + λ
2 − 8λ + 5. Given that λ = 1
is an eigenvalue of B, find all eigenvalues of B and state their algebraic multiplicities.
Diagonalization
3. Let A =


1 6 3
0 −2 0
3 6 1

 . Determine the eigenvalues and eigenvectors of A, and provide a matrix P
and a diagonal matrix D such that P
−1AP = D. You may skip calculating P
−1
.
4. Let A be a 3 × 3 matrix with characteristic polynomial C(λ) = λ
3 − 14λ
2 + 49λ. Further suppose
A


1
2
3

 =


7
14
21

 and that A


1
−2
3

 =


7
−14
21

.
(a) By discussing the algebraic and geometric multiplicities of the eigenvalues of A, prove that A
must be diagonalizable.
(b) Use the geometric multiplicities of the eigenvalues of A and the invertible matrix theorem to
prove that A has no inverse.
5. Suppose matrix B has characteristic polynomial C(λ) = 7331λ
7 − e
πλ
3 + 1337λ. By considering
geometric multiplicity, argue that B~v = ~0 for some ~v 6= ~0. Is B invertible? Justify your answer.
6. For the following problem, the 3 × 3 matrix A is held constant.
(a) Suppose you’re told P diagonalizes A, P =


1 0 0
2 1 0
3 0 3

, and that P
−1AP =


2 0 0
0 2 0
0 0 3

.
List the eigenvalues of A and their associated eigenspaces.
(b) Let Q =


0 0 −1
3 0 −2
0 4 −3

. Prove Q diagonalizes A and provide the diagonalized matrix product
D2 = Q−1AQ.
7. The following matrix will not have real eigenvalues or eigenvectors, but the problem is still possible
if we allow ourselves to use complex numbers. Use complex numbers to diagonalize the following
matrix: A =

1 −5
1 −3

. You may skip calculating P
−1
.
1
8. In this problem we’ll introduce a new proof technique, “Proof by Induction”, to describe a property
of diagonal matrices.
(a) Show that the determinant of a 2 × 2 diagonal matrix diag(d1, d2) is the product d1 ∗ d2.
(b) By first invoking the definition of the determinant of a 3×3 matrix (using a cofactor expansion
of your choice), show that the determinant of diag(d1, d2, d3) = d3∗det(diag(d1, d2)).
(c) Suppose your exhausted friend approaches you and claims to have confirmed that the determinant of a 99 × 99 diagonal matrix diag(d1, d2, …, d99) is the product (d1 ∗ d2 ∗ …. ∗
d99). By invoking the definition of the n × n determinant, show that det(diag(d1, …, d100)) =
d100∗det(diag(d1, …, d99)), and that det(diag(d1, …, d100)) must therefore be (d1 ∗d2 ∗…. ∗d100).
(d) Assuming someone else has shown that the determinant of a k×k diagonal matrix diag(d1, …, dk)
is (d1 ∗ d2 ∗ …dk), invoke the definition of the n × n determinant to show that the determinant
of a (k + 1) × (k + 1) diagonal matrix diag(d1, …, dk+1) must be (d1 ∗ d2 ∗ … ∗ dk+1).
Steps b) and c) were actually unnecessary. The general idea behind proof by induction is
to solve a simple base case (or small number of such cases) and then show that the proof to a
more complicated example can be expressed as an algorithm in terms of simpler sub-problems
that cascade all the way back to the base case(s). Since the n × n determinant of a diagonal
matrix can always be stated in terms of an (n − 1) × (n − 1) sub-problem (by invoking the
definition of the determinant), we’ve actually proved that the determinant of an n×n diagonal
matrix will be the product of the diagonal entries *no matter what value n takes*.
(e) Prove that if an n × n matrix A is similar to an uninvertible diagonal matrix D (i.e. D−1
doesn’t exist), then A must have 0 as an eigenvalue.
(f) Prove that if an n × n matrix A is similar to a diagonal matrix D, then the determinant of A
is the product of its eigenvalues (repeated according to their multiplicity).
2