LINEAR-ALGEBRA · Interactive Practice | Unit 24 · Video 2

Why Symmetric Matrices Always Have Real Eigenvalues

IKey Formulas

Formula Name Description
Ax=λxA\mathbf{x} = \lambda \mathbf{x} Eigenvalue equation λ\lambda is an eigenvalue, x\mathbf{x} its eigenvector
AT=AA^{T} = A Symmetric condition The hinge of the entire proof
xˉTx=k(ak2+bk2)>0\bar{\mathbf{x}}^{T}\mathbf{x} = \sum_k (a_k^2 + b_k^2) > 0 Squared complex length Why we can divide by it when x0\mathbf{x} \neq 0
λ=λˉ    λR\lambda = \bar{\lambda} \iff \lambda \in \mathbb{R} Reality test Conjugate-equals-self means imaginary part is zero
A=AˉTA = \bar{A}^{T} Hermitian condition Complex generalization; same conclusion

IIVisualization 1 — Symmetry Keeps Eigenvalues Real

With the diagonal fixed at 22 and 33, equal off-diagonals (b=cb=c) pin both eigenvalues to the real axis — unequal ones can push them off.

💡 The eigenvalues leave the real axis only once bc<14bc < -\tfrac14. Symmetry forces b=cb=c, hence bc=b20bc = b^2 \ge 0 — safely on the real side of that threshold.

IIIVisualization 2 — The Symmetric Family Stays Real

Sweep the entries of any symmetric matrix A=ATA = A^T: the discriminant is a sum of squares, so the eigenvalues can never leave the axis.

IVVisualization 3 — Why the Conjugate Matters

For x=(1, α+iβ)\mathbf{x} = (1,\ \alpha + i\beta) the naive xTx\mathbf{x}^T\mathbf{x} can collapse to 00 on a nonzero vector; the conjugate form xˉTx\bar{\mathbf{x}}^T\mathbf{x} never does.

VQuiz Questions

Question 1

Consider the symmetric matrix A=[4221].A = \begin{bmatrix} 4 & 2 \\ 2 & 1 \end{bmatrix}.

Without computing them numerically, what can you say about the eigenvalues of AA?

Correct! Symmetry alone guarantees the eigenvalues are real — no computation needed.

Not quite. The matrix is real and symmetric (AT=AA^T = A), so the theorem applies and the eigenvalues are guaranteed to be real.

Show solution

Solution:

The matrix is real and satisfies AT=AA^T = A. The theorem proved in the video states:

Every real symmetric matrix has only real eigenvalues.

So without any computation we know both eigenvalues lie on the real axis. (For the curious: the characteristic polynomial is λ25λ=λ(λ5)\lambda^2 - 5\lambda = \lambda(\lambda - 5), giving λ=0\lambda = 0 and λ=5\lambda = 5 — both real.)

The proof in one breath: conjugate the eigenvalue equation, transpose it, use AT=AA^T = A to swap, and combine with the original to get λxˉTx=λˉxˉTx\lambda\,\bar{\mathbf{x}}^T\mathbf{x} = \bar{\lambda}\,\bar{\mathbf{x}}^T\mathbf{x}. Since xˉTx>0\bar{\mathbf{x}}^T\mathbf{x} > 0, we cancel and get λ=λˉ\lambda = \bar{\lambda}, so λR\lambda \in \mathbb{R}.

Question 2

Consider the complex vector x=(1, i)\mathbf{x} = (1,\ i). A student computes the "squared length" as xTx=11+ii=0.\mathbf{x}^T \mathbf{x} = 1 \cdot 1 + i \cdot i = 0.

The proof in the video relies on the squared length being strictly positive for a nonzero vector. Which expression actually delivers a positive real number for the same x\mathbf{x}?

Correct! Conjugating either factor produces the same positive real number — that's the point of the Hermitian inner product.

Not quite. The fix is to conjugate one of the two factors. Either xˉTx\bar{\mathbf{x}}^T \mathbf{x} or xTxˉ\mathbf{x}^T \bar{\mathbf{x}} gives 2, and they're equal because each is the conjugate of the other.

Show solution

Solution:

For a complex vector x\mathbf{x} with components xk=ak+ibkx_k = a_k + i b_k, the correct squared-length is xˉTx  =  kxˉkxk  =  k(akibk)(ak+ibk)  =  k(ak2+bk2),\bar{\mathbf{x}}^T \mathbf{x} \;=\; \sum_k \bar{x}_k\, x_k \;=\; \sum_k (a_k - i b_k)(a_k + i b_k) \;=\; \sum_k (a_k^2 + b_k^2), which is real and strictly positive whenever x0\mathbf{x} \neq \mathbf{0}.

For x=(1,i)\mathbf{x} = (1, i): xˉTx=(1)(1)+(i)(i)=1+1=2.\bar{\mathbf{x}}^T \mathbf{x} = (1)(1) + (-i)(i) = 1 + 1 = 2.

Both forms xˉTx\bar{\mathbf{x}}^T \mathbf{x} and xTxˉ\mathbf{x}^T \bar{\mathbf{x}} evaluate to the same positive real number — they are conjugates of each other, but a real number equals its own conjugate. The crucial move is conjugating one of the two factors, which turns each ii=1i \cdot i = -1 into ii=+1-i \cdot i = +1.

The naive xTx=0\mathbf{x}^T \mathbf{x} = 0 is the disaster the conjugate is designed to prevent.

Question 3

The proof has the following structure (steps in order):

  1. Start with Ax=λxA\mathbf{x} = \lambda \mathbf{x}.
  2. Conjugate both sides: Axˉ=λˉxˉA\bar{\mathbf{x}} = \bar{\lambda}\bar{\mathbf{x}}.
  3. Transpose: xˉTAT=λˉxˉT\bar{\mathbf{x}}^T A^T = \bar{\lambda}\,\bar{\mathbf{x}}^T.
  4. Replace ATA^T with AA: xˉTA=λˉxˉT\bar{\mathbf{x}}^T A = \bar{\lambda}\,\bar{\mathbf{x}}^T.
  5. Combine with step 1 to get λxˉTx=λˉxˉTx\lambda\,\bar{\mathbf{x}}^T \mathbf{x} = \bar{\lambda}\,\bar{\mathbf{x}}^T \mathbf{x}.
  6. Cancel xˉTx\bar{\mathbf{x}}^T \mathbf{x} to conclude λ=λˉ\lambda = \bar{\lambda}.

Which step is the one place where the symmetry hypothesis AT=AA^T = A is actually used?

Correct! Step 4 is the hinge — every other step works for arbitrary matrices.

Not quite. Look for the step that wouldn't be valid without AT=AA^T = A. Conjugation, transposition, and cancellation each work without symmetry; only the substitution ATAA^T \to A requires it.

Show solution

Solution:

The hypothesis AT=AA^T = A is invoked in exactly one spot — Step 4 — when we replace ATA^T with AA. The other steps work for any matrix:

  • Step 2 uses only that AA is real (Aˉ=A\bar{A} = A) — that gives the bonus result that complex eigenvalues of real matrices come in conjugate pairs.
  • Step 3 is just the algebraic rule (MN)T=NTMT(MN)^T = N^T M^T.
  • Step 6 uses the fact that xˉTx>0\bar{\mathbf{x}}^T\mathbf{x} > 0 for any nonzero complex vector.

Knock out Step 4 and the proof collapses. That single substitution is what funnels λˉ\bar{\lambda} to the same combination xˉTAx\bar{\mathbf{x}}^T A \mathbf{x} that λ\lambda already controls, forcing λ=λˉ\lambda = \bar{\lambda}.

Generalization: for complex matrices, the analogous condition is A=AˉTA = \bar{A}^T (Hermitian). It plays exactly the same role in Step 4, and the conclusion is identical — real eigenvalues.

Question 4

Consider the complex matrix A=[21+i1i3].A = \begin{bmatrix} 2 & 1 + i \\ 1 - i & 3 \end{bmatrix}.

Note that ATAA^T \neq A (the off-diagonal entries are 1+i1+i and 1i1-i, which differ). Nevertheless, all eigenvalues of AA turn out to be real.

True or False: This is a counterexample to the theorem from the video — a non-symmetric matrix with real eigenvalues shows that symmetry is not actually required.

Correct! The matrix is Hermitian — the complex generalization of symmetric — so the theorem applies and predicts real eigenvalues.

Not quite. Check whether A=AˉTA = \bar{A}^T. Take the conjugate of every entry, then transpose — you'll find you recover AA exactly. That's the Hermitian condition, the correct hypothesis for complex matrices.

Show solution

Solution:

This is False — and the reason is precisely the Hermitian generalization mentioned at the end of the video.

Compute the conjugate transpose: AˉT=[21+i1i3]T=[21i1+i3]T=[21+i1i3]=A.\bar{A}^T = \overline{\begin{bmatrix} 2 & 1+i \\ 1-i & 3 \end{bmatrix}}^{T} = \begin{bmatrix} 2 & 1-i \\ 1+i & 3 \end{bmatrix}^{T} = \begin{bmatrix} 2 & 1+i \\ 1-i & 3 \end{bmatrix} = A.

So A=AˉTA = \bar{A}^T — the matrix is Hermitian. For complex matrices, "symmetric" (AT=AA^T = A) is the wrong condition; the correct condition is "Hermitian" (A=AˉTA = \bar{A}^T). Replace ATA^T with AˉT\bar{A}^T throughout the proof and the conclusion is identical: real eigenvalues.

Real symmetric matrices are simply the real special case of Hermitian matrices — when all entries are real, AˉT\bar{A}^T collapses to ATA^T, and Hermitian collapses to symmetric.

(For verification: the eigenvalues of this AA are (5±9)/2(5 \pm \sqrt{9})/2 \cdot \ldots well, λ25λ+4=0\lambda^2 - 5\lambda + 4 = 0, giving λ=1\lambda = 1 and λ=4\lambda = 4 — both real, as the theorem predicts.)

Solved: 0 / 4