LINEAR-ALGEBRA
| Formula | Name | Description |
|---|---|---|
| Eigenvalue equation | = eigenvalue, = eigenvector | |
| Characteristic equation | Polynomial whose roots are eigenvalues | |
| Eigenvector equation | Null space gives eigenvectors | |
| Sanity checks | Trace & determinant relations |
Only along an eigenvector does stay on the same line — a pure stretch, no turn.
💡 The two stretch factors and are exactly the roots of the characteristic equation — the equation this lesson solves.
Add to a matrix and every eigenvalue slides by — yet no eigenvector moves.
💡 The shift is exact: , so hands its own eigenvalue to every direction at once.
The eigenvalues of are the roots of — where its curve crosses zero.
💡 For any matrix the characteristic equation is — read its coefficients straight off the trace and determinant.
Question 1 · Compute the Characteristic Polynomial
For the matrix , what is the characteristic polynomial ?
✅ Correct! You properly subtracted the off-diagonal product.
❌ Not quite. You forgot to subtract from the diagonal product.
❌ Sign error. The coefficient of should be , so not .
❌ Not quite. Remember the trace is , not .
❌ Not quite. Try again — the hints above can help.
Solution:
Form .
Compute the determinant:
Sanity check: trace (coefficient of ), determinant (constant term).
The eigenvalues are roots: and .
Question 2 · Finding the Eigenvector
For , one eigenvalue is . Which vector is a corresponding eigenvector?
✅ Correct! .
❌ Components swapped. Check: , which is NOT a scalar multiple of .
❌ Not quite. , not a scalar multiple of .
❌ Sign error. Row reduction gives , so components have the same sign.
❌ Not quite. Try again — the hints above can help.
Solution:
Form .
Row reduce: gives .
From row 1: , so . Setting gives .
Verify:
Question 3 · The Shift Property
Suppose the matrix has eigenvalues with eigenvectors . What are the eigenvalues and eigenvectors of ?
✅ Correct! Adding shifts each eigenvalue by while eigenvectors stay fixed.
❌ Not quite. Eigenvalues DO change (they shift), but eigenvectors stay the same.
❌ That's for multiplication. Eigenvalues of are . But we're adding , which shifts rather than scales.
❌ Eigenvalues are right, but eigenvectors don't rotate. Adding leaves eigenvectors completely unchanged.
❌ Not quite. Try again — the hints above can help.
Solution:
The shift property: if , then
So adding :
This works because the identity matrix has every vector as an eigenvector, so it automatically shares eigenvectors with any matrix.
Question 4 · True or False — Eigenvalues of a Sum
Claim: For any two square matrices and of the same size, the eigenvalues of equal the sum of eigenvalues of and .
Is this claim true or false?
✅ Correct! The rule requires a shared eigenvector — that's why is the special case where it always works.
❌ This is a common trap. The algebra only works if is an eigenvector of both and , which is usually NOT the case.
❌ Not quite. Try again — the hints above can help.
Solution:
The claim is FALSE in general.
The flawed argument goes: if and , then .
The hidden assumption is that the same vector is an eigenvector of both and . Different matrices usually have eigenvectors pointing in completely different directions!
Why escapes this trap: the identity matrix has every nonzero vector as an eigenvector, so it automatically shares eigenvectors with any matrix . That's the special case where additivity works.
Counterexample: Let (eigenvalues 0, 1) and (eigenvalues ). Then has eigenvalues — definitely NOT any sum of and .
Solved: 0 / 4