Linear Algebra Quiz: Orthogonal Diagonalization
20 questions · exam conditions
0:00
Orthogonal DiagonalizationQuestion 1 of 20

Let AA be a 4×44 \times 4 symmetric matrix that satisfies (A2I)(A+I)=O(A - 2I)(A + I) = O. If rank(A2I)=3\text{rank}(A - 2I) = 3, what is the correct form of the diagonal matrix DD in the orthogonal diagonalization A=PDPTA = PDP^T?

D=diag(2,2,2,1)D = \text{diag}(2, 2, 2, -1) or some permutation of these diagonal entries
D=diag(2,1,1,1)D = \text{diag}(2, -1, -1, -1) or some permutation of these diagonal entries
D=diag(2,1,0,0)D = \text{diag}(2, -1, 0, 0) or some permutation of these diagonal entries
D=diag(1,1,1,1)D = \text{diag}(1, 1, 1, 1) since the equation constrains all eigenvalues to be equal
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Orthogonal Diagonalization

Practice Orthogonal Diagonalization in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Orthogonal Diagonalization, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Let AA be a 4×44 \times 4 symmetric matrix that satisfies (A2I)(A+I)=O(A - 2I)(A + I) = O. If rank(A2I)=3\text{rank}(A - 2I) = 3, what is the correct form of the diagonal matrix DD in the orthogonal diagonalization A=PDPTA = PDP^T?

  1. D=diag(2,2,2,1)D = \text{diag}(2, 2, 2, -1) or some permutation of these diagonal entries
  2. D=diag(2,1,1,1)D = \text{diag}(2, -1, -1, -1) or some permutation of these diagonal entries (correct answer)
  3. D=diag(2,1,0,0)D = \text{diag}(2, -1, 0, 0) or some permutation of these diagonal entries
  4. D=diag(1,1,1,1)D = \text{diag}(1, 1, 1, 1) since the equation constrains all eigenvalues to be equal
Explanation: When you encounter a symmetric matrix satisfying a polynomial equation, you're dealing with eigenvalue constraints. The equation (A2I)(A+I)=O(A - 2I)(A + I) = O tells you that every eigenvalue λ\lambda of AA must satisfy (λ2)(λ+1)=0(\lambda - 2)(\lambda + 1) = 0, so the only possible eigenvalues are λ=2\lambda = 2 and λ=1\lambda = -1. The key insight comes from using the rank information. Since rank(A2I)=3\text{rank}(A - 2I) = 3, the nullity of (A2I)(A - 2I) is 43=14 - 3 = 1. This means the eigenspace for λ=2\lambda = 2 has dimension 1, so λ=2\lambda = 2 appears exactly once. Since AA is 4×44 \times 4, the remaining three eigenvalues must all be λ=1\lambda = -1. Therefore, D=diag(2,1,1,1)D = \text{diag}(2, -1, -1, -1) or some permutation, making choice B correct. Choice A is wrong because it assumes λ=2\lambda = 2 has multiplicity 3, which would mean rank(A2I)=1\text{rank}(A - 2I) = 1, not 3. Choice C incorrectly introduces zero eigenvalues, but zero doesn't satisfy (λ2)(λ+1)=0(\lambda - 2)(\lambda + 1) = 0. Choice D claims all eigenvalues equal 1, but 1 also doesn't satisfy the polynomial constraint. Remember: when a matrix satisfies a polynomial equation, its eigenvalues are roots of that polynomial. Always use rank information to determine the geometric multiplicity of each eigenvalue—this tells you how many times each eigenvalue appears on the diagonal.

Question 2

Suppose A=PDPTA = PDP^T is an orthogonal diagonalization of a non-zero symmetric matrix AA. If the diagonal matrix DD is replaced by DkD^k for a positive integer kk, what matrix does the expression PDkPTPD^kP^T represent?

  1. AkA^k (correct answer)
  2. kAkA
  3. A+DkA+D^k
  4. PkDk(PT)kP^k D^k (P^T)^k
Explanation: We can write out the power of AA: Ak=(PDPT)k=(PDPT)(PDPT)...(PDPT)A^k = (PDP^T)^k = (PDP^T)(PDP^T)...(PDP^T). Since PP is an orthogonal matrix, PTP=IP^TP = I. The product telescopes: Ak=PD(PTP)D(PTP)...DPT=PDIDI...DPT=PDkPTA^k = P D (P^T P) D (P^T P) ... D P^T = P D I D I ... D P^T = PD^kP^T. Therefore, the expression represents AkA^k. Choice B confuses matrix exponentiation with scalar multiplication. Choice C is a nonsensical operation. Choice D incorrectly applies the exponent property (XY)k=XkYk(XY)^k=X^kY^k, which is not generally true for matrices.

Question 3

The quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} for a symmetric matrix A=(3223)A = \begin{pmatrix} 3 & 2 \\ 2 & 3 \end{pmatrix} can be simplified by an orthogonal change of variables x=Py\mathbf{x} = P\mathbf{y}, which eliminates the cross-product term. Which expression represents the quadratic form in the new variables y=(y1y2)\mathbf{y} = \begin{pmatrix} y_1 \\ y_2 \end{pmatrix}?

  1. 3y12+4y1y2+3y223y_1^2 + 4y_1y_2 + 3y_2^2
  2. 5y12+y225y_1^2 + y_2^2 (correct answer)
  3. 3y12+3y223y_1^2 + 3y_2^2
  4. 4y12+2y224y_1^2 + 2y_2^2
Explanation: The change of variables x=Py\mathbf{x}=P\mathbf{y} transforms the quadratic form to xTAx=(Py)TA(Py)=yTPTAPy=yTDy\mathbf{x}^T A \mathbf{x} = (P\mathbf{y})^T A (P\mathbf{y}) = \mathbf{y}^T P^T A P \mathbf{y} = \mathbf{y}^T D \mathbf{y}. The new quadratic form has no cross-product terms, and the coefficients are the eigenvalues of AA. We find the eigenvalues of AA: det(AλI)=(3λ)24=λ26λ+5=(λ5)(λ1)=0\det(A-\lambda I) = (3-\lambda)^2 - 4 = \lambda^2 - 6\lambda + 5 = (\lambda-5)(\lambda-1)=0. The eigenvalues are λ1=5\lambda_1=5 and λ2=1\lambda_2=1. Therefore, the new quadratic form is λ1y12+λ2y22=5y12+y22\lambda_1 y_1^2 + \lambda_2 y_2^2 = 5y_1^2 + y_2^2 (or y12+5y22y_1^2 + 5y_2^2, depending on the ordering). Choice A is the original form with different variables. Choice C incorrectly uses only the diagonal elements of AA. Choice D is an arbitrary combination of numbers related to AA.

Question 4

Given a symmetric matrix AA, a student performs the following steps to find an orthogonal matrix PP for diagonalization: \ 1. Find the distinct eigenvalues λi\lambda_i. \ 2. For each λi\lambda_i, find a basis for the eigenspace EλiE_{\lambda_i}. \ 3. Form PP by placing the basis vectors found in step 2 as columns. \ The student finds their matrix PP is not orthogonal. Which of the following describes the critical omission in their procedure?

  1. They did not verify that the eigenvalues were real, which is required for the matrix DD.
  2. They did not convert the collected basis vectors into an orthonormal set before forming the matrix PP. (correct answer)
  3. They did not arrange the eigenvectors in PP to correspond to a descending order of eigenvalues in DD.
  4. They should have formed PP from row vectors instead of column vectors.
Explanation: When diagonalizing a symmetric matrix, you're looking to find an orthogonal matrix PP such that PTAP=DP^TAP = D, where DD is diagonal. The key insight is that while symmetric matrices guarantee orthogonal eigenvectors between different eigenspaces, they don't guarantee that basis vectors within the same eigenspace are orthogonal to each other. The student's procedure correctly finds eigenvalues and eigenspace bases, but misses a crucial step. When an eigenvalue has multiplicity greater than 1 (meaning its eigenspace has dimension > 1), any basis for that eigenspace will work algebraically, but those basis vectors might not be orthogonal to each other. Since PP must be orthogonal (meaning PTP=IP^TP = I), all columns of PP must form an orthonormal set. Answer B identifies the critical omission: the student must apply the Gram-Schmidt process (or another orthonormalization procedure) to convert their collection of basis vectors into an orthonormal set before forming PP. Answer A is wrong because eigenvalues of symmetric matrices are automatically real - this isn't something that needs verification. Answer C is incorrect because the order of eigenvalues in DD doesn't affect whether PP is orthogonal. Answer D is false because eigenvectors must be columns of PP in the standard diagonalization formula PTAP=DP^TAP = D. Study tip: Remember that "orthogonal matrix" means orthonormal columns. When diagonalizing symmetric matrices, always orthonormalize your eigenvectors, especially when dealing with repeated eigenvalues where you have freedom in choosing the eigenspace basis.

Question 5

Let AA be a 3×33 \times 3 symmetric matrix with distinct eigenvalues λ1,λ2,λ3\lambda_1, \lambda_2, \lambda_3 and corresponding eigenvectors v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3. Which of the following statements must be true?

  1. v1+v2\mathbf{v}_1 + \mathbf{v}_2 is an eigenvector of AA.
  2. The set of eigenvectors {v1,v2,v3}\{\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3\} is orthonormal.
  3. The dot product vivj=0\mathbf{v}_i \cdot \mathbf{v}_j = 0 for all iji \neq j. (correct answer)
  4. The eigenvectors v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 are linearly dependent.
Explanation: A key theorem regarding symmetric matrices states that eigenvectors corresponding to distinct eigenvalues are orthogonal. Therefore, the dot product of any two eigenvectors from different eigenspaces must be zero. Choice A is false; the sum of two eigenvectors is generally not an eigenvector unless they belong to the same eigenspace. Choice B is not necessarily true; the set is orthogonal, but the eigenvectors are not guaranteed to be of unit length unless they have been normalized. Choice D is false; a set of non-zero orthogonal vectors is always linearly independent.

Question 6

A 3×33 \times 3 symmetric matrix AA has eigenvalues λ1=4\lambda_1 = 4 with multiplicity 2 and λ2=1\lambda_2 = -1. Let E4E_4 and E1E_{-1} be the corresponding eigenspaces. Which statement is necessarily true about the orthogonal diagonalization of AA?

  1. Any basis chosen for the eigenspace E4E_4 will consist of two orthogonal vectors.
  2. The dimension of the eigenspace E4E_4 is 1.
  3. Any vector in E4E_4 is orthogonal to any vector in E1E_{-1}. (correct answer)
  4. The matrix AA cannot be orthogonally diagonalized due to the repeated eigenvalue.
Explanation: For any symmetric matrix, eigenvectors corresponding to distinct eigenvalues are orthogonal. Therefore, every vector in the eigenspace E4E_4 is orthogonal to every vector in the eigenspace E1E_{-1}. Choice A is false; a standard basis for an eigenspace may not be orthogonal. The Gram-Schmidt process is required to produce an orthogonal basis for E4E_4. Choice B is false; for a symmetric matrix, the geometric multiplicity of an eigenvalue equals its algebraic multiplicity, so the dimension of E4E_4 must be 2. Choice D is false; the Spectral Theorem guarantees that any real symmetric matrix is orthogonally diagonalizable, regardless of repeated eigenvalues.

Question 7

Consider the symmetric matrix A=(210121012)A = \begin{pmatrix} 2 & 1 & 0 \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{pmatrix} . During the orthogonal diagonalization process, it is found that one eigenvalue is λ=2\lambda = 2 with geometric multiplicity 1. If PP is the orthogonal matrix that diagonalizes AA, which statement about the structure of PTAPP^TAP is necessarily true?

  1. PTAPP^TAP has exactly one entry equal to 2 on its main diagonal (correct answer)
  2. PTAPP^TAP has exactly two entries equal to 2 on its main diagonal
  3. PTAPP^TAP is a diagonal matrix with all positive diagonal entries
  4. PTAPP^TAP has the entry 2 appearing exactly three times on its main diagonal
Explanation: Since λ=2\lambda = 2 has geometric multiplicity 1, it appears exactly once on the diagonal of PTAP=DP^TAP = D, the diagonal matrix of eigenvalues. The other two eigenvalues are distinct from 2. Choice B would require geometric multiplicity 2, which contradicts the given information. Choice C is incorrect because not all eigenvalues are necessarily positive. Choice D would require λ=2\lambda = 2 to have geometric multiplicity 3, making A=2IA = 2I, which contradicts the given matrix.

Question 8

Let AA be a 3×33 \times 3 symmetric matrix with eigenvalues 2,5,52, 5, 5. If the orthogonal matrix PP that diagonalizes AA has its first column as p1=(1/32/32/3)\mathbf{p}_1 = \begin{pmatrix} 1/3 \\ 2/3 \\ 2/3 \end{pmatrix} , and this column corresponds to the eigenvalue 2, what is the dimension of the eigenspace that must be used to construct the remaining columns of PP?

  1. The remaining columns can be any orthogonal vectors since the eigenvalue 5 is repeated
  2. The eigenspace for λ=5\lambda = 5 has dimension 1, requiring duplication of the single eigenvector
  3. Two separate 1-dimensional eigenspaces for λ=5\lambda = 5 must be identified and used independently
  4. The eigenspace for λ=5\lambda = 5 has dimension 2, requiring orthogonalization of 2 linearly independent vectors (correct answer)
Explanation: When working with symmetric matrices and diagonalization, remember that the geometric multiplicity (dimension of eigenspace) equals the algebraic multiplicity (how many times an eigenvalue appears) for symmetric matrices. This is a key property that distinguishes symmetric matrices from general matrices. Since the eigenvalue λ=5\lambda = 5 appears twice in the list 2,5,52, 5, 5, its algebraic multiplicity is 2. For symmetric matrices, this means the eigenspace for λ=5\lambda = 5 must have geometric multiplicity 2 as well—meaning there are 2 linearly independent eigenvectors corresponding to λ=5\lambda = 5. To construct the orthogonal matrix PP, you need to find these 2 linearly independent eigenvectors and apply the Gram-Schmidt process to make them orthogonal to each other and to p1\mathbf{p}_1. Looking at the incorrect options: Choice A is wrong because you can't just pick any orthogonal vectors—they must be eigenvectors of AA corresponding to λ=5\lambda = 5. Choice B incorrectly assumes the eigenspace has dimension 1, which would contradict the fundamental property of symmetric matrices. Choice C misunderstands eigenspaces entirely—there's one eigenspace for λ=5\lambda = 5, not two separate ones. Choice D correctly identifies that the eigenspace for λ=5\lambda = 5 has dimension 2, requiring you to find 2 linearly independent eigenvectors and orthogonalize them. Study tip: For symmetric matrices, always remember that algebraic multiplicity equals geometric multiplicity. When you see repeated eigenvalues in a symmetric matrix, the eigenspace dimension equals the number of repetitions.

Question 9

Consider a 4×44 \times 4 symmetric matrix AA with the property that rank(A2I)=2\text{rank}(A - 2I) = 2 and rank(A+I)=3\text{rank}(A + I) = 3. If AA is orthogonally diagonalizable, what is the geometric multiplicity of the eigenvalue λ=2\lambda = 2?

  1. 1
  2. 4
  3. 2 (correct answer)
  4. 3
Explanation: When you encounter questions about eigenvalue multiplicities with rank conditions, you're working with the fundamental relationship between eigenvalues, eigenvectors, and matrix rank. The key insight is that rank(AλI)\text{rank}(A - \lambda I) directly tells you about the geometric multiplicity of eigenvalue λ\lambda. For any n×nn \times n matrix, the geometric multiplicity of eigenvalue λ\lambda equals nrank(AλI)n - \text{rank}(A - \lambda I). This is because the geometric multiplicity is the dimension of the eigenspace, which is the nullspace of (AλI)(A - \lambda I). Since AA is 4×44 \times 4 and rank(A2I)=2\text{rank}(A - 2I) = 2, the geometric multiplicity of λ=2\lambda = 2 is 42=24 - 2 = 2. The condition rank(A+I)=3\text{rank}(A + I) = 3 tells us that λ=1\lambda = -1 has geometric multiplicity 43=14 - 3 = 1. Looking at the wrong answers: Choice A) gives geometric multiplicity 1, which would require rank(A2I)=3\text{rank}(A - 2I) = 3, not 2. Choice D) suggests geometric multiplicity 3, which would need rank(A2I)=1\text{rank}(A - 2I) = 1. Choice B) claims geometric multiplicity 4, which would only occur if A=2IA = 2I, making rank(A2I)=0\text{rank}(A - 2I) = 0. Since we know two eigenvalues account for multiplicities 2 and 1, the remaining eigenvalue(s) must account for multiplicity 1, confirming our answer is consistent. Study tip: Remember the formula geometric multiplicity=nrank(AλI)\text{geometric multiplicity} = n - \text{rank}(A - \lambda I) for n×nn \times n matrices. This relationship appears frequently in linear algebra problems involving eigenspaces.

Question 10

A 3×33 \times 3 symmetric matrix AA has orthogonal diagonalization A=PDPTA = PDP^T where P=(p1p2p3)P = \begin{pmatrix} \mathbf{p}_1 & \mathbf{p}_2 & \mathbf{p}_3 \end{pmatrix} and D=diag(4,1,1)D = \text{diag}(4, 1, 1). If p1=(100)\mathbf{p}_1 = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} , what constraint must p2\mathbf{p}_2 and p3\mathbf{p}_3 satisfy beyond being unit vectors?

  1. p2\mathbf{p}_2 and p3\mathbf{p}_3 must span the eigenspace for λ=1\lambda = 1 but need not be orthogonal to each other
  2. p2\mathbf{p}_2 and p3\mathbf{p}_3 must be orthogonal to each other but can have any first components
  3. p2\mathbf{p}_2 and p3\mathbf{p}_3 must be orthogonal to p1\mathbf{p}_1 and to each other, with first components equal to zero (correct answer)
  4. p2\mathbf{p}_2 and p3\mathbf{p}_3 must be eigenvectors for λ=1\lambda = 1 with no additional orthogonality constraints
Explanation: When you encounter orthogonal diagonalization problems, focus on the fundamental requirements: the matrix PP must have orthonormal columns that are eigenvectors of AA. Since A=PDPTA = PDP^T with D=diag(4,1,1)D = \text{diag}(4, 1, 1), we know p1\mathbf{p}_1 corresponds to eigenvalue 4, while p2\mathbf{p}_2 and p3\mathbf{p}_3 correspond to the repeated eigenvalue 1. Given p1=(100)\mathbf{p}_1 = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix} , the orthogonality requirement in matrix PP means p2\mathbf{p}_2 and p3\mathbf{p}_3 must be orthogonal to p1\mathbf{p}_1. Since p1\mathbf{p}_1 has only a first component, both p2\mathbf{p}_2 and p3\mathbf{p}_3 must have zero first components to ensure p1p2=p1p3=0\mathbf{p}_1 \cdot \mathbf{p}_2 = \mathbf{p}_1 \cdot \mathbf{p}_3 = 0. Additionally, for PP to be orthogonal, p2\mathbf{p}_2 and p3\mathbf{p}_3 must be orthogonal to each other. Choice A incorrectly suggests p2\mathbf{p}_2 and p3\mathbf{p}_3 don't need mutual orthogonality, but orthogonal diagonalization requires all columns of PP to be orthonormal. Choice B ignores the constraint from p1\mathbf{p}_1—if p2\mathbf{p}_2 and p3\mathbf{p}_3 had nonzero first components, they couldn't be orthogonal to p1\mathbf{p}_1. Choice D misses the crucial orthogonality requirements entirely, focusing only on the eigenvector property. The answer is C because orthogonal diagonalization demands that all eigenvectors be mutually orthogonal, which completely determines the structure of p2\mathbf{p}_2 and p3\mathbf{p}_3. Remember: In orthogonal diagonalization, "orthogonal" applies to the entire set of eigenvectors, not just within eigenspaces. This constraint often determines more structure than students initially realize.

Question 11

A 3×33 \times 3 symmetric matrix AA has the property that Av1=3v1A\mathbf{v}_1 = 3\mathbf{v}_1 and Av2=v2A\mathbf{v}_2 = -\mathbf{v}_2 where v1=(210)\mathbf{v}_1 = \begin{pmatrix} 2 \\ 1 \\ 0 \end{pmatrix} and v2=(011)\mathbf{v}_2 = \begin{pmatrix} 0 \\ 1 \\ 1 \end{pmatrix} . During the construction of the orthogonal matrix PP for diagonalization, what must be true about the third column p3\mathbf{p}_3?

  1. p3\mathbf{p}_3 can be any unit vector that is orthogonal to the normalized versions of v1\mathbf{v}_1 and v2\mathbf{v}_2
  2. p3\mathbf{p}_3 must be orthogonal to both v1\mathbf{v}_1 and v2\mathbf{v}_2 and satisfy Ap3=λ3p3A\mathbf{p}_3 = \lambda_3\mathbf{p}_3 for some eigenvalue λ3\lambda_3 (correct answer)
  3. p3\mathbf{p}_3 must equal v1×v2\mathbf{v}_1 \times \mathbf{v}_2 after normalization, regardless of eigenvalue considerations
  4. p3\mathbf{p}_3 must be chosen so that det(P)=1\det(P) = 1, with no other constraints beyond orthogonality
Explanation: When you encounter a question about diagonalizing symmetric matrices, remember that the key insight is understanding what makes an orthogonal diagonalization work: you need a complete orthonormal basis of eigenvectors. The given information tells us that v1\mathbf{v}_1 and v2\mathbf{v}_2 are eigenvectors with eigenvalues 3 and -1, respectively. Since AA is symmetric, it's guaranteed to have three orthogonal eigenvectors. You can verify that v1v2=(2)(0)+(1)(1)+(0)(1)=10\mathbf{v}_1 \cdot \mathbf{v}_2 = (2)(0) + (1)(1) + (0)(1) = 1 \neq 0, so these aren't orthogonal yet, but that's fine—we can orthogonalize them later. For the orthogonal matrix P=[p1  p2  p3]P = [\mathbf{p}_1 \; \mathbf{p}_2 \; \mathbf{p}_3] to diagonalize AA, each column must be an eigenvector. The third column p3\mathbf{p}_3 must satisfy Ap3=λ3p3A\mathbf{p}_3 = \lambda_3\mathbf{p}_3 for some third eigenvalue λ3\lambda_3. Additionally, since we need an orthogonal matrix, p3\mathbf{p}_3 must be orthogonal to the normalized versions of v1\mathbf{v}_1 and v2\mathbf{v}_2. Answer B captures both requirements. Answer A ignores the eigenvalue requirement—orthogonality alone isn't sufficient. Answer C assumes the cross product automatically gives an eigenvector, which isn't guaranteed. Answer D focuses only on determinant considerations while missing the fundamental eigenvalue requirement. Remember: for orthogonal diagonalization, every column of PP must be both an eigenvector and part of an orthonormal set. Both conditions are non-negotiable.

Question 12

A 3×33 \times 3 symmetric matrix AA has eigenvalues λ1=4\lambda_1 = 4, λ2=1\lambda_2 = 1, and λ3=2\lambda_3 = -2. If the eigenvector corresponding to λ1=4\lambda_1 = 4 is v1=(121)\mathbf{v}_1 = \begin{pmatrix} 1 \\ 2 \\ 1 \end{pmatrix} , and after applying the Gram-Schmidt process to obtain an orthonormal basis, the first column of the orthogonal matrix PP is (1/62/61/6)\begin{pmatrix} 1/\sqrt{6} \\ 2/\sqrt{6} \\ 1/\sqrt{6} \end{pmatrix}. What is the trace of A2A^2?

  1. 21 (correct answer)
  2. 17
  3. 9
  4. 13
Explanation: Since AA is orthogonally diagonalizable, A=PDPTA = PDP^T where D=diag(4,1,2)D = \text{diag}(4, 1, -2). Then A2=PD2PTA^2 = PD^2P^T where D2=diag(16,1,4)D^2 = \text{diag}(16, 1, 4). The trace of A2A^2 equals the trace of D2D^2, which is 16+1+4=2116 + 1 + 4 = 21. Choice B incorrectly uses 42+12+(2)2=16+1+4=214^2 + 1^2 + (-2)^2 = 16 + 1 + 4 = 21 but makes an arithmetic error. Choice C uses the trace of AA instead of A2A^2. Choice D confuses the calculation by mixing eigenvalues incorrectly.

Question 13

A symmetric matrix AA is known to satisfy A2=5A6IA^2 = 5A - 6I. If AA is orthogonally diagonalized as A=PDPTA = PDP^T, where DD is diagonal, which of the following describes the possible diagonal entries of DD?

  1. The diagonal entries are 0 and 5, each appearing with some multiplicity
  2. The diagonal entries are 5 and -6, each appearing with some multiplicity
  3. The diagonal entries are 1 and 6, each appearing with some multiplicity
  4. The diagonal entries are 2 and 3, each appearing with some multiplicity (correct answer)
Explanation: When you encounter a symmetric matrix satisfying a polynomial equation like A2=5A6IA^2 = 5A - 6I, you're dealing with eigenvalue problems. Since AA is symmetric, it can be orthogonally diagonalized, and its eigenvalues appear as the diagonal entries of DD. The key insight is that if AA satisfies the equation A2=5A6IA^2 = 5A - 6I, then its eigenvalues must satisfy the same polynomial equation. Here's why: if λ\lambda is an eigenvalue of AA with eigenvector vv, then Av=λvAv = \lambda v. Applying the matrix equation to this eigenvector: A2v=5Av6IvA^2v = 5Av - 6Iv A(λv)=5(λv)6vA(\lambda v) = 5(\lambda v) - 6v λ2v=5λv6v\lambda^2 v = 5\lambda v - 6v Since v0v \neq 0, we can divide by vv to get λ2=5λ6\lambda^2 = 5\lambda - 6, or λ25λ+6=0\lambda^2 - 5\lambda + 6 = 0. Factoring this quadratic: (λ2)(λ3)=0(\lambda - 2)(\lambda - 3) = 0, so λ=2\lambda = 2 or λ=3\lambda = 3. Therefore, the diagonal entries of DD can only be 2 and 3, making D correct. Looking at the wrong answers: A gives eigenvalues 0 and 5, but these don't satisfy λ25λ+6=0\lambda^2 - 5\lambda + 6 = 0. B suggests 5 and -6, which also fail the eigenvalue equation. C proposes 1 and 6, but again, neither satisfies our required polynomial. Study tip: When a matrix satisfies a polynomial equation, its eigenvalues must satisfy the same polynomial. Always substitute potential eigenvalues back into the characteristic equation to verify your answer.

Question 14

A student claims to have found an orthogonal diagonalization for the matrix A=(1203)A = \begin{pmatrix} 1 & 2 \\ 0 & 3 \end{pmatrix}. Why must this claim be incorrect?

  1. The matrix AA is not invertible.
  2. The eigenvalues of AA are not real.
  3. The eigenvectors of AA are not linearly independent.
  4. The matrix AA is not symmetric. (correct answer)
Explanation: When you encounter questions about orthogonal diagonalization, remember that this is a very special process that only works for certain types of matrices. Orthogonal diagonalization means finding an orthogonal matrix PP such that PTAP=DP^TAP = D where DD is diagonal. The fundamental theorem here is that a matrix can be orthogonally diagonalized if and only if it is symmetric (meaning A=ATA = A^T). Let's check if matrix AA is symmetric by computing its transpose: AT=(1023)A^T = \begin{pmatrix} 1 & 0 \\ 2 & 3 \end{pmatrix} . Since AATA \neq A^T, the matrix is not symmetric, which immediately tells us orthogonal diagonalization is impossible. Looking at the incorrect options: Choice A is wrong because AA is invertible—its determinant is 1320=301 \cdot 3 - 2 \cdot 0 = 3 \neq 0. Choice B is incorrect since the eigenvalues (found by solving det(AλI)=0\det(A - \lambda I) = 0) are λ=1\lambda = 1 and λ=3\lambda = 3, both real numbers. Choice C is also wrong because having two distinct eigenvalues guarantees linearly independent eigenvectors, so AA is diagonalizable—just not orthogonally diagonalizable. The correct answer is D: the matrix is not symmetric. Study tip: For orthogonal diagonalization questions, always check symmetry first. If AATA \neq A^T, you can immediately rule out orthogonal diagonalization without computing eigenvalues or eigenvectors. Only symmetric matrices have the special property that their eigenvectors can be chosen to be orthogonal.

Question 15

A symmetric matrix AA is orthogonally diagonalized as A=PDPTA = PDP^T with P=(1/52/52/51/5)P = \begin{pmatrix} 1/\sqrt{5} & -2/\sqrt{5} \\ 2/\sqrt{5} & 1/\sqrt{5} \end{pmatrix} and D=(10005)D = \begin{pmatrix} 10 & 0 \\ 0 & 5 \end{pmatrix}. What is the matrix AA?

  1. A=(6229)A = \begin{pmatrix} 6 & 2 \\ 2 & 9 \end{pmatrix} (correct answer)
  2. A=(2667)A = \begin{pmatrix} -2 & -6 \\ 6 & -7 \end{pmatrix}
  3. A=(30101045)A = \begin{pmatrix} 30 & 10 \\ 10 & 45 \end{pmatrix}
  4. A=(6229)A = \begin{pmatrix} 6 & -2 \\ 2 & 9 \end{pmatrix}
Explanation: To find AA, we compute the product PDPTPDP^T. First, find PT=(1/52/52/51/5)P^T = \begin{pmatrix} 1/\sqrt{5} & 2/\sqrt{5} \\ -2/\sqrt{5} & 1/\sqrt{5} \end{pmatrix}. The product is A=15(1221)(10005)(1221)=15(1010205)(1221)=15(10(1)+(10)(2)10(2)+(10)(1)20(1)+5(2)20(2)+5(1))=15(30101045)=(6229)A = \frac{1}{5} \begin{pmatrix} 1 & -2 \\ 2 & 1 \end{pmatrix} \begin{pmatrix} 10 & 0 \\ 0 & 5 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ -2 & 1 \end{pmatrix} = \frac{1}{5} \begin{pmatrix} 10 & -10 \\ 20 & 5 \end{pmatrix} \begin{pmatrix} 1 & 2 \\ -2 & 1 \end{pmatrix} = \frac{1}{5} \begin{pmatrix} 10(1)+(-10)(-2) & 10(2)+(-10)(1) \\ 20(1)+5(-2) & 20(2)+5(1) \end{pmatrix} = \frac{1}{5} \begin{pmatrix} 30 & 10 \\ 10 & 45 \end{pmatrix} = \begin{pmatrix} 6 & 2 \\ 2 & 9 \end{pmatrix}. Distractor B results from computing PDPPDP. Distractor C results from forgetting the 15\frac{1}{5} factor from multiplying PP and PTP^T. Distractor D contains a sign error in the off-diagonal elements, suggesting a calculation mistake.

Question 16

A 3×33 \times 3 symmetric matrix AA has the characteristic polynomial p(λ)=(λ4)2(λ+2)p(\lambda) = -(\lambda-4)^2(\lambda+2). If A=PDPTA=PDP^T is an orthogonal diagonalization of AA, which of the following could be the matrix DD?

  1. D=(400040002)D = \begin{pmatrix} 4 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & -2 \end{pmatrix} (correct answer)
  2. D=(400040002)D = \begin{pmatrix} -4 & 0 & 0 \\ 0 & -4 & 0 \\ 0 & 0 & 2 \end{pmatrix}
  3. D=(200040004)D = \begin{pmatrix} 2 & 0 & 0 \\ 0 & -4 & 0 \\ 0 & 0 & -4 \end{pmatrix}
  4. D=(410040002)D = \begin{pmatrix} 4 & 1 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & -2 \end{pmatrix}
Explanation: The eigenvalues of a matrix are the roots of its characteristic polynomial. The roots of p(λ)=(λ4)2(λ+2)=0p(\lambda) = -(\lambda-4)^2(\lambda+2)=0 are λ=4\lambda=4 (with algebraic multiplicity 2) and λ=2\lambda=-2 (with algebraic multiplicity 1). The diagonal matrix DD in an orthogonal diagonalization consists of the eigenvalues of AA along its main diagonal. The order of the eigenvalues on the diagonal can vary, but the values themselves must be 4, 4, and -2. Choice A correctly lists these eigenvalues. Choices B and C use incorrect signs for the eigenvalues. Choice D shows a Jordan block, which would imply that the matrix is not diagonalizable. However, the Spectral Theorem guarantees that every real symmetric matrix is diagonalizable, so this form is not possible for DD.

Question 17

Let A=(2112)A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix}. The matrix AA is orthogonally diagonalized by the equation A=PDPTA=PDP^T. If the diagonal entries of DD are ordered such that λ1>λ2\lambda_1 > \lambda_2, which of the following is a possible matrix for PP?

  1. P=(1/21/21/21/2)P = \begin{pmatrix} 1/\sqrt{2} & 1/\sqrt{2} \\ 1/\sqrt{2} & -1/\sqrt{2} \end{pmatrix}
  2. P=(1/21/21/21/2)P = \begin{pmatrix} 1/\sqrt{2} & 1/\sqrt{2} \\ -1/\sqrt{2} & 1/\sqrt{2} \end{pmatrix}
  3. P=(1111)P = \begin{pmatrix} 1 & 1 \\ 1 & -1 \end{pmatrix}
  4. P=(1/21/21/21/2)P = \begin{pmatrix} 1/\sqrt{2} & -1/\sqrt{2} \\ 1/\sqrt{2} & 1/\sqrt{2} \end{pmatrix} (correct answer)
Explanation: First, find the eigenvalues of AA. The characteristic equation is (2λ)21=0(2-\lambda)^2 - 1 = 0, which simplifies to λ24λ+3=0\lambda^2 - 4\lambda + 3 = 0, or (λ3)(λ1)=0(\lambda-3)(\lambda-1) = 0. The eigenvalues are λ1=3\lambda_1 = 3 and λ2=1\lambda_2 = 1. Since we must have λ1>λ2\lambda_1 > \lambda_2, the first column of PP must be the eigenvector for λ1=3\lambda_1=3 and the second for λ2=1\lambda_2=1. For λ1=3\lambda_1=3, we solve (A3I)v=0(A-3I)\mathbf{v}=0, which gives (1111)v=0\begin{pmatrix} -1 & 1 \\ 1 & -1 \end{pmatrix}\mathbf{v}=0. An eigenvector is (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix}, which normalizes to (1/21/2)\begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \end{pmatrix}. For λ2=1\lambda_2=1, we solve (AI)v=0(A-I)\mathbf{v}=0, which gives (1111)v=0\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}\mathbf{v}=0. An eigenvector is (11)\begin{pmatrix} 1 \\ -1 \end{pmatrix} or (11)\begin{pmatrix} -1 \\ 1 \end{pmatrix}. Normalizing (11)\begin{pmatrix} -1 \\ 1 \end{pmatrix} gives (1/21/2)\begin{pmatrix} -1/\sqrt{2} \\ 1/\sqrt{2} \end{pmatrix}. Thus, P=(1/21/21/21/2)P = \begin{pmatrix} 1/\sqrt{2} & -1/\sqrt{2} \\ 1/\sqrt{2} & 1/\sqrt{2} \end{pmatrix}. Choice A swaps the second eigenvector. Choice B has incorrect eigenvectors. Choice C has correct eigenvectors, but they are not normalized.

Question 18

The spectral decomposition of a symmetric matrix AA is given by A=i=1nλiuiuiTA = \sum_{i=1}^{n} \lambda_i \mathbf{u}_i \mathbf{u}_i^T, where λi\lambda_i are eigenvalues and ui\mathbf{u}_i are the corresponding orthonormal eigenvectors. If A=(6229)A = \begin{pmatrix} 6 & 2 \\ 2 & 9 \end{pmatrix} has eigenvalues λ1=10\lambda_1=10 and λ2=5\lambda_2=5, what is the projection matrix u1u1T\mathbf{u}_1 \mathbf{u}_1^T associated with λ1=10\lambda_1=10?

  1. (0.20.40.40.8)\begin{pmatrix} 0.2 & 0.4 \\ 0.4 & 0.8 \end{pmatrix} (correct answer)
  2. (0.80.40.40.2)\begin{pmatrix} 0.8 & -0.4 \\ -0.4 & 0.2 \end{pmatrix}
  3. (1224)\begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix}
  4. (2448)\begin{pmatrix} 2 & 4 \\ 4 & 8 \end{pmatrix}
Explanation: First, find the eigenvector for λ1=10\lambda_1=10. We solve (A10I)v=0(A-10I)\mathbf{v}=0, which is (4221)v=0\begin{pmatrix} -4 & 2 \\ 2 & -1 \end{pmatrix}\mathbf{v}=0. This gives the equation 2x1x2=02x_1 - x_2 = 0. An eigenvector is (12)\begin{pmatrix} 1 \\ 2 \end{pmatrix}. To find the orthonormal eigenvector u1\mathbf{u}_1, we normalize it: v=12+22=5||\mathbf{v}|| = \sqrt{1^2+2^2}=\sqrt{5}. So, u1=15(12)\mathbf{u}_1 = \frac{1}{\sqrt{5}}\begin{pmatrix} 1 \\ 2 \end{pmatrix}. The projection matrix is u1u1T=(15(12))(15(12))=15(1224)=(0.20.40.40.8)\mathbf{u}_1 \mathbf{u}_1^T = \left( \frac{1}{\sqrt{5}}\begin{pmatrix} 1 \\ 2 \end{pmatrix} \right) \left( \frac{1}{\sqrt{5}}\begin{pmatrix} 1 & 2 \end{pmatrix} \right) = \frac{1}{5} \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} = \begin{pmatrix} 0.2 & 0.4 \\ 0.4 & 0.8 \end{pmatrix}. Choice B is the projection matrix for λ2=5\lambda_2=5. Choice C is the unnormalized outer product. Choice D is λ1\lambda_1 times the projection matrix.

Question 19

A 4×44 \times 4 real symmetric matrix AA has characteristic polynomial p(λ)=(λ3)2(λ+1)2p(\lambda) = (\lambda - 3)^2(\lambda + 1)^2. During orthogonal diagonalization, it is determined that the eigenspace for λ=3\lambda = 3 has dimension 1, while the eigenspace for λ=1\lambda = -1 has dimension 2. What can be concluded about the diagonalizability of AA?

  1. AA is not diagonalizable because the geometric multiplicity does not equal the algebraic multiplicity for λ=3\lambda = 3 (correct answer)
  2. AA is orthogonally diagonalizable because it is symmetric, regardless of the geometric multiplicities
  3. AA is diagonalizable but not orthogonally diagonalizable due to the multiplicity discrepancy
  4. AA cannot be analyzed for diagonalizability without additional information about its entries
Explanation: For λ=3\lambda = 3, the algebraic multiplicity is 2 but the geometric multiplicity is 1. Since geometric multiplicity must equal algebraic multiplicity for diagonalizability, AA is not diagonalizable. Choice B incorrectly assumes all symmetric matrices are diagonalizable (true only when geometric = algebraic multiplicities). Choice C is contradictory since non-orthogonal diagonalizability still requires geometric = algebraic multiplicities. Choice D is incorrect because the given information is sufficient to determine non-diagonalizability.

Question 20

Let AA and BB be two n×nn \times n symmetric matrices. Which of the following statements is not always true?

  1. A+BA+B is a symmetric matrix.
  2. ABAB is a symmetric matrix. (correct answer)
  3. For any scalar cc, the matrix cAcA is symmetric.
  4. AA is orthogonally diagonalizable.
Explanation: When you encounter questions about symmetric matrices, you need to recall which operations preserve symmetry and which don't. A matrix is symmetric if A=ATA = A^T, meaning it equals its transpose. Let's examine why option B is not always true. For the product ABAB to be symmetric, we need (AB)T=AB(AB)^T = AB. Using the transpose property (AB)T=BTAT(AB)^T = B^T A^T, and since both matrices are symmetric (so AT=AA^T = A and BT=BB^T = B), we get (AB)T=BA(AB)^T = BA. For ABAB to be symmetric, we need AB=BAAB = BA, meaning the matrices must commute. However, symmetric matrices don't always commute, so ABAB isn't always symmetric. Now let's verify why the other options are always true. Option A works because (A+B)T=AT+BT=A+B(A + B)^T = A^T + B^T = A + B, so the sum of symmetric matrices is always symmetric. Option C holds since (cA)T=cAT=cA(cA)^T = cA^T = cA for any scalar cc. Option D is true by the Spectral Theorem, which guarantees that every symmetric matrix is orthogonally diagonalizable. The key insight is that while addition and scalar multiplication preserve symmetry, matrix multiplication requires the additional condition of commutativity. When studying symmetric matrices, remember that their fundamental properties (like orthogonal diagonalizability) are preserved, but products require careful consideration of whether the matrices commute.