A student claims that a certain 3×3 real matrix is symmetric and has eigenvalues λ1=2 and λ2=3+4i. Based on this information, what must be true about the third eigenvalue, λ3?
AThe third eigenvalue must be the complex conjugate, λ3=3−4i.
BThe third eigenvalue could be any real number, depending on the matrix entries.
CThe third eigenvalue must be 0 to satisfy the trace properties.
DThe student's claim is impossible because the given conditions are contradictory.
Practice Spectral Theorem 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 Spectral Theorem, 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
A student claims that a certain 3×3 real matrix is symmetric and has eigenvalues λ1=2 and λ2=3+4i. Based on this information, what must be true about the third eigenvalue, λ3?
The third eigenvalue must be the complex conjugate, λ3=3−4i.
The third eigenvalue could be any real number, depending on the matrix entries.
The third eigenvalue must be 0 to satisfy the trace properties.
The student's claim is impossible because the given conditions are contradictory. (correct answer)
Explanation: A fundamental consequence of the Spectral Theorem is that all eigenvalues of a real symmetric matrix must be real numbers. The eigenvalue λ2=3+4i is a complex number, not a real number. Therefore, a real matrix with this eigenvalue cannot be symmetric. The student's claim contains a contradiction. (A) is a common trap; while complex eigenvalues of real matrices come in conjugate pairs, a symmetric matrix cannot have them in the first place. (B) and (C) are incorrect because the premise is flawed.
Question 2
Let A be a symmetric matrix. Suppose v1 is an eigenvector corresponding to eigenvalue λ1=5, and v2 is an eigenvector corresponding to eigenvalue λ2=−2. What is the value of the dot product v1⋅v2?
0 (correct answer)
1
-10
It cannot be determined without knowing the specific matrix A.
Explanation: The Spectral Theorem guarantees that eigenvectors corresponding to distinct eigenvalues of a symmetric matrix are orthogonal. Since λ1=5 and λ2=−2 are distinct eigenvalues, their corresponding eigenvectors v1 and v2 must be orthogonal. The dot product of two orthogonal vectors is 0. (C) is a distractor based on multiplying the eigenvalues. (D) is incorrect because this property holds for all symmetric matrices.
Question 3
Let A be a 4×4 symmetric matrix. The eigenspace for λ1=7 is spanned by the vectors {u1,u2}, and the eigenspace for λ2=−3 is spanned by the vector {u3}. Which of the following dot products is guaranteed to be zero by the Spectral Theorem?
u1⋅u2
u1⋅u3 (correct answer)
(u1+u2)⋅u1
None of the dot products are guaranteed to be zero.
Explanation: The Spectral Theorem states that eigenvectors from different eigenspaces of a symmetric matrix are orthogonal. Since u1 is in the eigenspace for λ1=7 and u3 is in the eigenspace for λ2=−3, and these eigenvalues are distinct, u1 must be orthogonal to u3. Their dot product must be zero. (A) is not guaranteed; u1 and u2 belong to the same eigenspace, and while an orthogonal basis for this space exists (which could be found using Gram-Schmidt), the original spanning vectors are not guaranteed to be orthogonal. (C) is also not guaranteed to be zero as it depends on u1⋅u2.
Question 4
Which of the following conditions on a real n×n matrix A is sufficient to guarantee that A is orthogonally diagonalizable?
A has n distinct, real eigenvalues.
A is invertible and diagonalizable.
A is a symmetric matrix. (correct answer)
The eigenvalues of A are all real, and for each eigenvalue, its algebraic and geometric multiplicities are equal.
Explanation: The Spectral Theorem states that a real matrix is orthogonally diagonalizable if and only if it is symmetric. Therefore, the condition that A is symmetric is sufficient. (A) is a condition that guarantees diagonalizability, but not necessarily orthogonal diagonalizability, as the eigenvectors for a non-symmetric matrix are not guaranteed to be orthogonal. (B) is not sufficient; many invertible, diagonalizable matrices are not symmetric. (D) is the condition for a matrix to be diagonalizable over the real numbers, which is a weaker condition than being orthogonally diagonalizable.
Question 5
The spectral decomposition of a symmetric matrix A can be written as A=∑i=1nλiuiuiT, where {u1,…,un} is an orthonormal basis of eigenvectors and λi are the corresponding real eigenvalues. What is the geometric interpretation of the matrix Pi=uiuiT?
Pi is a rotation matrix that aligns a vector with the eigenvector ui.
Pi is a scaling matrix that stretches any vector in the direction of ui.
Pi is the matrix for the orthogonal projection onto the subspace spanned by the eigenvector ui. (correct answer)
Pi is a reflection matrix across the hyperplane orthogonal to the eigenvector ui.
Explanation: The matrix Pi=uiuiT is a rank-1 matrix that acts on any vector x as Pix=(uiuiT)x=ui(uiTx)=(x⋅ui)ui. This is the standard formula for the orthogonal projection of the vector x onto the line (1-dimensional subspace) spanned by the unit vector ui. The full decomposition shows how A acts as a sum of scaled projections onto its orthogonal eigenspaces. (B) is imprecise; projection is the correct term. (A) and (D) describe different types of transformations with different matrix forms.
Question 6
Consider a 3×3 symmetric matrix B with eigenvalues 2,2,5. If v1=101 is an eigenvector corresponding to eigenvalue 5, which of the following statements must be true about the eigenspace corresponding to eigenvalue 2?
The eigenspace corresponding to eigenvalue 2 has dimension 1 and must contain vectors orthogonal to v1.
The eigenspace corresponding to eigenvalue 2 has dimension 2 and must contain vectors orthogonal to v1. (correct answer)
The eigenspace corresponding to eigenvalue 2 has dimension 2 but may contain vectors not orthogonal to v1.
The eigenspace corresponding to eigenvalue 2 has dimension 1 since geometric multiplicity cannot exceed 1 for symmetric matrices.
Explanation: By the Spectral Theorem, symmetric matrices are orthogonally diagonalizable, meaning eigenvectors corresponding to distinct eigenvalues are orthogonal. Since 2 has algebraic multiplicity 2 and B is symmetric, the geometric multiplicity equals the algebraic multiplicity, so the eigenspace for eigenvalue 2 has dimension 2. All vectors in this eigenspace must be orthogonal to v₁ since v₁ corresponds to the distinct eigenvalue 5. Choice A has wrong dimension. Choice C incorrectly suggests non-orthogonal eigenvectors for distinct eigenvalues. Choice D incorrectly limits geometric multiplicity for symmetric matrices.
Question 7
A 2×2 symmetric matrix M has eigenvalues α and β with α>β>0. If p is a unit vector making angle θ with the eigenvector corresponding to α, which expression gives pTMp in terms of α,β, and θ?
pTMp=αcos2θ+βsin2θ since eigenvalues weight the squared projections onto eigenvectors. (correct answer)
pTMp=α2cos2θ+β2sin2θ since this represents the magnitude of the transformed vector.
pTMp=(α+β)(cos2θ+sin2θ)=α+β since p is a unit vector.
pTMp=αcosθ+βsinθ since this represents the linear combination of eigenvalues.
Explanation: By the Spectral Theorem, M can be written as M = αu₁u₁^T + βu₂u₂^T where u₁, u₂ are orthonormal eigenvectors. If p makes angle θ with u₁, then p = (cos θ)u₁ + (sin θ)u₂. Therefore p^T M p = p^T(αu1u1T + βu2u2T)p = α(pT u₁)² + β(pT u₂)² = α cos² θ + β sin² θ. Choice B incorrectly takes a square root. Choice C incorrectly factors out eigenvalues. Choice D uses linear rather than quadratic weighting.
Question 8
Consider the 3×3 symmetric matrix A=210120005. Which of the following best describes the geometric interpretation of the quadratic form xTAx based on the Spectral Theorem?
An ellipsoid with semi-axes determined by eigenvalues 1,3,5 and axes aligned with the coordinate directions.
An ellipsoid with semi-axes determined by eigenvalues 1,3,5 but with principal axes rotated away from coordinate directions. (correct answer)
A hyperboloid since the matrix has both positive eigenvalues 3,5 and one negative eigenvalue 1.
An ellipsoid aligned with coordinate directions since the matrix is already diagonal in the (x1,x2)-block structure.
Explanation: The eigenvalues of A are found by solving det(A - λI) = 0. The 2×2 upper-left block has eigenvalues solving (2-λ)² - 1 = 0, giving λ = 1,3. The third eigenvalue is 5. Since A is not diagonal, the eigenvectors are not aligned with coordinate axes. The upper-left block requires rotation to diagonalize, so the quadratic form represents an ellipsoid with semi-axes proportional to 1/√1, 1/√3, 1/√5, but rotated from coordinate directions. Choice A incorrectly assumes coordinate alignment. Choice C incorrectly identifies eigenvalue 1 as negative. Choice D incorrectly assumes the block structure preserves coordinate alignment.
Question 9
A 3×3 real symmetric matrix R satisfies R3=8I. If all eigenvalues of R are real, what is the possible set of eigenvalues for R?
The eigenvalues must be {2,2,2} since R3=8I requires all eigenvalues to satisfy λ3=8.
The eigenvalues can be any combination from {2,−1+i3,−1−i3} with total multiplicity 3.
The eigenvalues must all equal 2 since complex eigenvalues are prohibited for real symmetric matrices and λ3=8 requires λ=2. (correct answer)
The eigenvalues can be {2} with multiplicity 3, or include {2,ω,ω2} where ω=e2πi/3 are cube roots of unity times 2.
Explanation: Since R³ = 8I, each eigenvalue λ must satisfy λ³ = 8, so λ³ - 8 = 0. The solutions are λ = 2, λ = -1 + i√3, and λ = -1 - i√3. However, by the Spectral Theorem, real symmetric matrices have only real eigenvalues. Since only λ = 2 is real among the cube roots of 8, all eigenvalues must equal 2. Choice A is correct in conclusion but incomplete in reasoning. Choice B ignores the real eigenvalue requirement. Choice D incorrectly allows complex eigenvalues for real symmetric matrices.
Question 10
Given a 3×3 symmetric matrix H with spectral decomposition H=∑i=13λiuiuiT where λ1>λ2>λ3>0, which of the following optimization problems has solution x=u2?
Maximize xTHx subject to ∥x∥=1 and x⊥u1. (correct answer)
Minimize xTHx subject to ∥x∥=1 and x⊥u3.
Maximize xTH−1x subject to ∥x∥=1 and x⊥u1.
Minimize xTHx subject to ∥x∥=1 and x⊥span{u1,u3}.
Explanation: By the Spectral Theorem and variational characterization of eigenvalues, maximizing x^T H x subject to ||x|| = 1 gives x = u₁ (largest eigenvalue). When we add the constraint x ⊥ u₁, we maximize over the orthogonal complement, and the maximum is achieved at u₂ (second-largest eigenvalue). Choice B seeks a minimum with wrong constraint. Choice C involves H^(-1), which has eigenvalues 1/λᵢ in reverse order. Choice D over-constrains the problem to a one-dimensional space.
Question 11
Let F be a 4×4 symmetric matrix with eigenvalues 1,2,2,5. If P=v1v1T+v4v4T where v1 and v4 are orthonormal eigenvectors for eigenvalues 1 and 5 respectively, what can be concluded about PFP?
PFP has eigenvalues {1,0,0,5} since P projects onto the eigenspaces for eigenvalues 1 and 5.
PFP has eigenvalues {1,2,2,5} since P commutes with F when both have the same eigenvectors.
PFP has eigenvalues {0,0,0,6} since P is a rank-2 projection and tr(PFP)=1+5=6.
PFP has eigenvalues {1,0,0,5} since PFP=v1v1T+5v4v4T when computed using spectral decomposition. (correct answer)
Explanation: Using the spectral decomposition F = 1v₁v₁^T + 2v₂v₂^T + 2v₃v₃^T + 5v₄v₄^T, and P = v₁v₁^T + v₄v₄^T, we compute PFP. Since P projects onto span{v₁,v₄}, and using the orthogonality of eigenvectors: PFP = P(1v1v1T + 2v2v2T + 2v3v3T + 5v4v4T)P = 1Pv₁v₁^TP + 5Pv₄v₄^TP = 1v₁v₁^T + 5v₄v₄^T, since Pv₁ = v₁, Pv₄ = v₄, and Pv₂ = Pv₃ = 0. This gives eigenvalues {1,0,0,5}. Choice A has the right eigenvalues but wrong reasoning. Choice B incorrectly assumes preservation of all eigenvalues. Choice C incorrectly computes the eigenvalues.
Question 12
A real 3×3 matrix A can be expressed as A=PDPT, where D is a diagonal matrix and P is an orthogonal matrix. Which property must matrix A possess?
A is invertible.
A is symmetric. (correct answer)
A has three distinct eigenvalues.
A is a rotation matrix.
Explanation: The decomposition A=PDPT with an orthogonal matrix P is the definition of an orthogonally diagonalizable matrix. A key part of the Spectral Theorem is that a real matrix is orthogonally diagonalizable if and only if it is symmetric. We can prove this by taking the transpose: AT=(PDPT)T=(PT)TDTPT=PDPT=A. Since AT=A, the matrix A must be symmetric. (A) is incorrect because if D contains a zero on its diagonal, A will be singular. (C) is incorrect because the diagonal entries of D (the eigenvalues) can be repeated. (D) is incorrect because rotation matrices are generally not symmetric.
Question 13
Let A be a symmetric n×n matrix. According to the Spectral Theorem, A is orthogonally diagonalizable. Which equation correctly represents this decomposition?
A=PDP−1, where P is an invertible matrix whose columns are eigenvectors.
A=PDPT, where P is an orthogonal matrix whose columns are orthonormal eigenvectors. (correct answer)
A=PTDP, where P is an orthogonal matrix whose columns are orthonormal eigenvectors.
A=UΣVT, where U and V are orthogonal matrices and Σ is a diagonal matrix.
Explanation: The spectral decomposition for a symmetric matrix A is A=PDPT. In this form, D is a diagonal matrix of eigenvalues, and P is an orthogonal matrix whose columns are the corresponding orthonormal eigenvectors. Because P is orthogonal, its inverse is its transpose, so P−1=PT. (A) represents standard diagonalization, which applies to a broader class of matrices than just symmetric ones. (C) has the matrices in the incorrect order. (D) represents the Singular Value Decomposition (SVD), which is a different, though related, matrix factorization.
Question 14
Consider the matrix A given by A=(3−14−1) Why does the Spectral Theorem for real matrices not apply to A?
The matrix A is not invertible.
The matrix A has non-real eigenvalues.
The matrix A is not symmetric. (correct answer)
The matrix A is not diagonalizable.
Explanation: The Spectral Theorem is a statement about symmetric matrices. The first step in applying the theorem is to check if the matrix is symmetric. A matrix is symmetric if A=AT. In this case, a12=4 while a21=−1, so A is not symmetric. Therefore, the theorem does not apply. (A) is false; the determinant is (−3)−(−4)=1=0. (B) is false; the characteristic equation is (λ−1)2=0, so the only eigenvalue is λ=1. (D) is a true statement about this matrix, but it is a consequence of its properties, not the reason the theorem's conditions aren't met. The failure to meet the symmetry hypothesis is the primary reason the theorem is inapplicable.
Question 15
Let A be a non-zero, real symmetric matrix such that A3=A. Which of the following sets contains all possible real eigenvalues of A?
{0,1,−1} (correct answer)
{1,−1}
{0,1}
The set of all non-negative real numbers.
Explanation: When you encounter a matrix equation like A3=A combined with eigenvalue questions, think about what this condition tells you about the possible eigenvalues. Since eigenvalues must satisfy the same polynomial relationships as the matrix itself, any eigenvalue λ of A must satisfy λ3=λ.To find which values work, solve λ3−λ=0. Factoring gives λ(λ2−1)=0, which factors further as λ(λ−1)(λ+1)=0. Therefore, the only possible eigenvalues are λ=0,1, or −1.Since A is a real symmetric matrix, all its eigenvalues are real, and since A is non-zero, it has at least one non-zero eigenvalue. But the constraint A3=A limits us to exactly the three values we found. All three values are indeed possible: you can construct examples of real symmetric matrices with various combinations of these eigenvalues that satisfy A3=A.Choice B {1,−1} is incorrect because it excludes 0, but matrices satisfying A3=A can have 0 as an eigenvalue (think of a matrix that projects onto a subspace). Choice C {0,1} is wrong because −1 is also a valid eigenvalue. Choice D is incorrect because the polynomial constraint λ3=λ severely restricts the possible values—most non-negative numbers don't satisfy this equation.Study tip: When you see matrix polynomial equations, always check what they imply about eigenvalues by substituting λ for the matrix and solving the resulting polynomial equation.
Question 16
For a symmetric matrix A, the spectral decomposition is given by A=PDPT. Which statement provides the most complete and accurate description of the matrix P?
The columns of P are a set of linearly independent eigenvectors of A.
The columns of P form an orthogonal basis of eigenvectors of A.
The columns of P form an orthonormal basis for the column space of A.
The columns of P form an orthonormal basis for Rn consisting of eigenvectors of A. (correct answer)
Explanation: For the decomposition A=PDPT to hold with PT as the inverse of P, the matrix P must be orthogonal. An orthogonal matrix is a square matrix whose columns are not just orthogonal, but also have a norm (length) of 1. Thus, the columns form an orthonormal set. Since these columns are eigenvectors that must span the entire space, they form an orthonormal basis for Rn. (A) is too weak; it describes any diagonalizable matrix. (B) is also too weak as it misses the unit vector (normalization) requirement. (C) is incorrect because the eigenvectors form a basis for the entire domain Rn, not just the column space (unless the matrix is invertible).
Question 17
If a real matrix A is orthogonally diagonalizable, which of the following statements must be false?
A has a complex eigenvalue. (correct answer)
A has a repeated eigenvalue.
A is singular.
A is invertible.
Explanation: When you encounter questions about orthogonally diagonalizable matrices, you're dealing with a very special class of matrices that have strong structural properties. A matrix is orthogonally diagonalizable if there exists an orthogonal matrix Q such that QTAQ=D, where D is diagonal.The key insight is that orthogonally diagonalizable matrices are precisely the symmetric matrices (for real matrices). This connection leads to a crucial property: symmetric matrices can only have real eigenvalues. Here's why: if Av=λv for some eigenvector v, then taking the conjugate transpose gives us v∗AT=λˉv∗. For symmetric matrices where A=AT, we get v∗Av=λv∗v=λˉv∗v. Since v∗v>0, we must have λ=λˉ, meaning λ is real.Therefore, choice A must be false—orthogonally diagonalizable matrices cannot have complex eigenvalues.The other options can all be true. Choice B is wrong because repeated eigenvalues are perfectly acceptable (consider the identity matrix). Choice C is wrong because singular matrices can be orthogonally diagonalizable—any symmetric matrix with a zero eigenvalue works. Choice D is wrong because while some orthogonally diagonalizable matrices are invertible, others (like the zero matrix) are not.Remember this connection: for real matrices, "orthogonally diagonalizable" essentially means "symmetric," and symmetric matrices always have real eigenvalues. This makes complex eigenvalues impossible.
Question 18
A real n×n matrix A is symmetric. Which of the following is a direct and guaranteed consequence of the Spectral Theorem?
The matrix A has n distinct real eigenvalues.
The determinant of A is the product of its distinct eigenvalues.
There exists an orthonormal basis for Rn consisting entirely of eigenvectors of A. (correct answer)
Any two eigenvectors of A are orthogonal to each other.
Explanation: The Spectral Theorem states that a real symmetric matrix is orthogonally diagonalizable. This means that there is an orthonormal basis for the entire vector space Rn composed of the eigenvectors of the matrix. (A) is incorrect because a symmetric matrix can have repeated eigenvalues (e.g., the identity matrix). (B) is incorrect because the determinant is the product of all eigenvalues, counted with their algebraic multiplicity, not just the distinct ones. (D) is incorrect because eigenvectors corresponding to the same eigenvalue are not necessarily orthogonal, although an orthogonal basis for that eigenspace can be constructed.
Question 19
A 4×4 symmetric matrix C has the property that C2=2C+3I. Using the Spectral Theorem, what can be concluded about the eigenvalues of C?
All eigenvalues of C must satisfy λ2=2λ+3, so the eigenvalues are 3 and −1 with total multiplicity 4. (correct answer)
All eigenvalues of C must be real, but they can be any real numbers since C is symmetric.
The eigenvalues must be ±3 since C2−2C=3I implies λ(λ−2)=3.
The eigenvalues are 0,1,2,3 since these are the only values that make C2−2C−3I have integer entries.
Explanation: By the Spectral Theorem, C has an orthogonal diagonalization C = PDP^T where D contains the eigenvalues. The equation C² = 2C + 3I becomes PD²P^T = 2PDP^T + 3I = P(2D + 3I)P^T, which simplifies to D² = 2D + 3I. This means each eigenvalue λ satisfies λ² = 2λ + 3, giving λ² - 2λ - 3 = 0, so (λ - 3)(λ + 1) = 0. Therefore λ = 3 or λ = -1. Choice B ignores the constraint equation. Choice C incorrectly solves the quadratic. Choice D uses an irrelevant criterion about integer entries.