Question:medium

Which ONE of the following statements is CORRECT regarding the eigenvalues of a real symmetric matrix?

Show Hint

Recall the spectral theorem: real symmetric matrices always have real eigenvalues (and orthogonal eigenvectors), regardless of sign or repetition.
Updated On: Aug 14, 2026
  • The eigenvalues are always complex
  • The eigenvalues are always real
  • The eigenvalues are always negative
  • The eigenvalues are always equal to each other
Show Solution

The Correct Option is B

Solution and Explanation

A clean way to see why symmetric matrices always have real eigenvalues is through the quadratic form connection. For a real symmetric matrix $A$ and any nonzero vector $v$, the scalar $v^T A v$ is always a real number since it is built purely from real entries and real vector components. If $v$ is a (possibly complex) eigenvector with $Av = \lambda v$, then looking at $v^{*T} A v$ (using the conjugate transpose) and using the symmetry $A = A^T$ together with the fact that $A$ has real entries, the expression can be shown to equal both $\lambda \|v\|^2$ and its own complex conjugate $\bar\lambda \|v\|^2$. Since $\|v\|^2$ is a positive real number, this equality forces $\lambda = \bar\lambda$, meaning $\lambda$ has no imaginary part, i.e. it is real. This holds true no matter what the actual entries of the symmetric matrix are, so option B, "the eigenvalues are always real," is the only universally correct statement; the other options describe special cases that only sometimes hold (negative eigenvalues for negative-definite matrices, equal eigenvalues only for a scalar multiple of identity), not general properties of every real symmetric matrix.

\[\boxed{\text{Eigenvalues of a real symmetric matrix are always real}}\]
Was this answer helpful?
0