Chapter8 Homework Set Ame301 PDF
Chapter8 Homework Set Ame301 PDF
Instructions: This homework is broke into three components: Part 1: true-false concept questions,
Part 2: basic computational skills, and Part 3: derivation, analysis, and problem-solving questions.
The rules for each component are listed below.
Part 1: There is no partial credit given for true-false problems. Since these are concept questions, you do
not need to show any work for these problems.
Part 2: There is no partial credit given for multiple-choice problems. Although there is no partial credit
on this assignment, you must show your work on all of the problems. If you fail to show work you
will receive a zero for the problem even if it is correct.
Part 3: On these problems you must show all of your work to receive any credit. If in doubt, write it out!
Show your work as clearly as you can: if I can’t understand how you got an answer, I will not
give you credit for it. Remember, I know how to solve the problem; and to make matters worse,
I have a lot of training in following logical arguments!
Warning: The definition of “little or no work” will be determined by the instructor, not the
student.
Part 1. Circle your answers here. Do not detach this sheet from the homework.
1. T F 4. T F 7. T F 10. T F 13. T F
2. T F 5. T F 8. T F 11. T F 14. T F
3. T F 6. T F 9. T F 12. T F 15. T F
Part 2. Circle your answers here. Do not detach this sheet from the homework.
18. a b c d e 22. a b c d e
19. a b c d e 23. a b c d e
Problem 4. True or False: Any matrix can A be written as the sum of a symmetric
R and skew-symmetric S matrix.
Problem 5. True or False: The only diagonal skew-symmetric matrix is the zero ma-
trix.
Problem 6. True or False: A symmetric matrix cannot have any eigenvalues that are
zero.
Problem 8. True or False: The zero matrix is both a symmetric matrix and a skew-
symmetric matrix.
Let An×n be a real-valued matrix. Recall that a matrix and its quadratic form q are said
to be positive definite if q(x) ≡ xT Ax > 0 (∀x ∈ Rn − {0}).
Write them in increasing order, unless their complex, then put the reals first.
(a) λ1 = 1, λ2 = 4 (b) λ1 = −1, λ2 = 1
(c) λ1 = 0, λ2 = 5 (d) λ1 = −4, λ2 = −1
(e) None of these
Circle the correct answer below. The format for the answers is
x
x = 1 = (x1 , x2 )T .
x2
Problem 19. Find the eigenvalues and corresponding eigenvectors for the matrix
3 5 3
A = 0 4 6
0 0 1
(a) (λ1 , λ2 , λ3 ) = (3, 4, 1) with corresponding eigenvectors, (1, 0, 0)T , (5, 1, 0)T , (7, −4, 2)T .
(b) (λ1 , λ2 , λ3 ) = (3, 4, 1) with corresponding eigenvectors, (1, 0, 0)T , (0, 1, 0)T , (0, 0, 1)T .
(c) (λ1 , λ2 , λ3 ) = (0, 2, 1) with corresponding eigenvectors, (1, 0, 0)T , (5, 1, 0)T , (7, 4, 2)T .
(d) (λ1 , λ2 , λ3 ) = (0, 2, 1) with corresponding eigenvectors, (1, 0, 0)T , (0, 1, 0)T , (0, 0, 1)T .
(e) None of these
Problem 20. Find the eigenvalues and corresponding vectors of the matrix
0 0 1
A= 0 1 0
−1 0 0
(d) The correct eigenvalues show up in one of the answers in (a)-(c), but the eigenvectors
are wrong. respectively.
be orthogonal.
(a) a=0 (b) a = −1
(c) a=1 (d) a = ±1
(e) None of these
and use them to diagonalize A: D = X −1 AX. What the sum of the diagonal elements,
d11 + d22 ?
(a) 5 (b) -1
√
(c) 5 (d) 0
(e) None of these
chapter 8 homework set Copyright ©Wayne Hacker 2018. All rights reserved. 7
and use them to diagonalize A: D = X −1 AX. What the sum of the diagonal elements,
d11 + d22 ?
(a) 5 (b) -1
√
(c) 5 (d) 0
(e) None of these
Problem 25. For the equation 4x21 + 12x1 x2 + 13x22 = 16 determine what type of conic
section (or pair of straight lines) is represented by the quadratic form, then transform it to
principal axes. Express xT = (x1 x2 ) in terms of the new coordinate vector y T = (y1 y2 )
via the transformation: x = Xy. What is the determinant of X?
√
(a) parabola, det(X) = 5 (b) ellipse, det(X) = 5
√ √
(c) ellipse, det(X) = − 5 (d) hyperbola, det(X) = 5
(e) None of these
chapter 8 homework set Copyright ©Wayne Hacker 2018. All rights reserved. 8
Attention Student: The solutions to the problems in this section can be found in the
corresponding practice problem set. Since you have the solutions to these problems, they
will only be graded for completeness, they will not be graded for accuracy. The student
is responsible for checking their work here.
Problems 26 - 32 are a sample collection of some classic direct proofs involving eigenvalues
and eigenvectors. These are similar to derivations in physics in that a direct calculation
is used to verify them. No fancy proof techniques are needed. For all of these problems
let k ∈ R and A = [aij ] be an n × n matrix with eigenvalues λ1 , . . . , λn , where these are
not necessarily distinct.
Problem 29 (Trace). The trace of a matrix A is the sum of the main diagonal elements:
trace(A) = a11 + a22 + · · · + ann . It can be shown that for any n × n real-valued matrix
A, that the trace of A equals the sum of the eigenvalues of A:
n
X n
X
aii = λi .
i=1 i=1
Problem 30 (Eigenvalues of the Inverse Matrix). Show that A−1 exists if and
only if the eigenvalues λ1 , λ2 , . . . , λn are all nonzero, and then A−1 has the eigenvalues
1/λ1 , 1/λ2 , . . . , 1/λn .
chapter 8 homework set Copyright ©Wayne Hacker 2018. All rights reserved. 9
q(x) ≡ q(x1 , x2 , . . . xn ) = xT Ax
Show that a necessary and sufficient condition for (i), (ii), and (iii)
is that the eigenvalues of A are (i) all positive, (ii) all negative, and
(iii) both positive and negative, respectively.
Hint: Use The Principle Axis Theorem.