LINEAR-ALGEBRA · Interactive Practice | Unit 24 · Video 2
| Formula | Name | Description |
|---|---|---|
| Eigenvalue equation | is an eigenvalue, its eigenvector | |
| Symmetric condition | The hinge of the entire proof | |
| Squared complex length | Why we can divide by it when | |
| Reality test | Conjugate-equals-self means imaginary part is zero | |
| Hermitian condition | Complex generalization; same conclusion |
With the diagonal fixed at and , equal off-diagonals () pin both eigenvalues to the real axis — unequal ones can push them off.
💡 The eigenvalues leave the real axis only once . Symmetry forces , hence — safely on the real side of that threshold.
Sweep the entries of any symmetric matrix : the discriminant is a sum of squares, so the eigenvalues can never leave the axis.
For the naive can collapse to on a nonzero vector; the conjugate form never does.
Question 1
Consider the symmetric matrix
Without computing them numerically, what can you say about the eigenvalues of ?
✅ Correct! Symmetry alone guarantees the eigenvalues are real — no computation needed.
❌ Not quite. The matrix is real and symmetric (), so the theorem applies and the eigenvalues are guaranteed to be real.
Solution:
The matrix is real and satisfies . 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 , giving and — both real.)
The proof in one breath: conjugate the eigenvalue equation, transpose it, use to swap, and combine with the original to get . Since , we cancel and get , so .
Question 2
Consider the complex vector . A student computes the "squared length" as
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 ?
✅ 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 or gives 2, and they're equal because each is the conjugate of the other.
Solution:
For a complex vector with components , the correct squared-length is which is real and strictly positive whenever .
For :
Both forms and 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 into .
The naive is the disaster the conjugate is designed to prevent.
Question 3
The proof has the following structure (steps in order):
Which step is the one place where the symmetry hypothesis 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 . Conjugation, transposition, and cancellation each work without symmetry; only the substitution requires it.
Solution:
The hypothesis is invoked in exactly one spot — Step 4 — when we replace with . The other steps work for any matrix:
Knock out Step 4 and the proof collapses. That single substitution is what funnels to the same combination that already controls, forcing .
Generalization: for complex matrices, the analogous condition is (Hermitian). It plays exactly the same role in Step 4, and the conclusion is identical — real eigenvalues.
Question 4
Consider the complex matrix
Note that (the off-diagonal entries are and , which differ). Nevertheless, all eigenvalues of 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 . Take the conjugate of every entry, then transpose — you'll find you recover exactly. That's the Hermitian condition, the correct hypothesis for complex matrices.
Solution:
This is False — and the reason is precisely the Hermitian generalization mentioned at the end of the video.
Compute the conjugate transpose:
So — the matrix is Hermitian. For complex matrices, "symmetric" () is the wrong condition; the correct condition is "Hermitian" (). Replace with 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, collapses to , and Hermitian collapses to symmetric.
(For verification: the eigenvalues of this are well, , giving and — both real, as the theorem predicts.)
Solved: 0 / 4