Exercises — Finding eigenspaces
The whole game, in one sentence you already know from the parent:
Here is the identity matrix (1's on the diagonal, 0's elsewhere — the matrix that does nothing), and is the null space: all vectors with . If either phrase feels shaky, revisit Null space and solving homogeneous systems first.
LEVEL 1 — Recognition
Problem 1.1
You are told that for a matrix , the vector satisfies . Is an eigenvector? If so, what is its eigenvalue?
Recall Solution 1.1
WHAT to check: an eigenvector satisfies — the output must be the same arrow scaled, not turned. Compare output to input componentwise: Both components scale by the same factor , so . Answer: Yes, is an eigenvector with eigenvalue .
Problem 1.2
For , write down the eigenvalues by inspection and one eigenvector for each.
Recall Solution 1.2
WHY inspection works: a diagonal matrix scales each coordinate axis independently — it never mixes them. So the standard axis arrows are already eigenvectors.
- → , eigenvector .
- → , eigenvector . Answer: eigenvalues and along the two axes.
LEVEL 2 — Application
Problem 2.1
Find all eigenvalues and eigenspaces of
Recall Solution 2.1
Step 1 — characteristic equation. Form (subtract off the diagonal only). Its determinant is Set to : , so .
Step 2 — . . Row 2 is row 1, so it reduces to , meaning . Let : Step 3 — . , so : Check: ✓.
The picture below shows why those two lines are special: every arrow off the lines gets turned, the two eigen-lines only stretch.

Problem 2.2
Find the eigenvalues and eigenspaces of
Recall Solution 2.2
Step 1. . WHAT this means: , so — no real eigenvalues. WHY, geometrically: this matrix rotates every real arrow by . No real arrow stays on its own line, so no real eigenvector can exist. The eigenvalues are complex. Answer: eigenvalues ; there are no real eigenspaces. (Over each eigenspace is a complex line, but over the eigenspace is only.)
LEVEL 3 — Analysis
Problem 3.1
Consider Find every eigenvalue, its algebraic multiplicity (repeat count in the characteristic polynomial) and its geometric multiplicity (). Comment on diagonalizability.
Recall Solution 3.1
Characteristic polynomial (diagonal ⇒ product of ): So (algebraic multiplicity ) and (algebraic multiplicity ).
: , rank , so . Basis: . : has rank , so , basis .
Comment: geometric = algebraic for both eigenvalues ( and ), so is diagonalizable — indeed it's already diagonal.
Problem 3.2
For find the eigenvalue, its algebraic and geometric multiplicities, and decide if is diagonalizable.
Recall Solution 3.2
Characteristic polynomial: upper-triangular, so . One eigenvalue , algebraic multiplicity . : , rank . Equation , free: Analysis: geometric multiplicity algebraic . By Rank-Nullity theorem the null space is only 1-dimensional. So is not diagonalizable — the off-diagonal steals the second independent direction.
LEVEL 4 — Synthesis
Problem 4.1
Find the eigenvalues and eigenspaces of the symmetric matrix
Recall Solution 4.1
Step 1 — characteristic polynomial. Expanding along the first row: Set : either , or . Eigenvalues: . Three distinct real values — expected, since symmetric matrices always have real eigenvalues.
: . Rows give and . Free : : solve . Row 1: . Row 3: . Take : : same algebra with : , : Spectral bonus: the three eigenvectors are mutually orthogonal (check ✓), exactly as the spectral theorem promises for symmetric .
LEVEL 5 — Mastery
Problem 5.1
Design a matrix. Build a real matrix (not diagonal) whose eigenvalues are with eigenvector and with eigenvector .
Recall Solution 5.1
WHAT the tool is — diagonalization run backwards. If eigenvectors are the columns of and eigenvalues sit on a diagonal , then reconstructs . WHY this works: by construction column-by-column says — exactly the eigen-equation. Multiply: Verify: (=) ✓, and (=) ✓.
Problem 5.2
Constrain the free parameter. For which value(s) of the real number does have a 2-dimensional eigenspace? Explain using the Characteristic polynomial.
Recall Solution 5.2
The characteristic polynomial is for every (triangular), so with algebraic multiplicity always. The eigenspace is .
- If : rank , so — a line only.
- If : the matrix is the zero matrix, rank , so . Answer: only gives a 2-dimensional eigenspace (and only then is diagonalizable). The off-diagonal entry is exactly what collapses the eigenspace.
Wrap-up recall
Recall One-line summary of the whole ladder
Eigenvalues come from ; eigenspaces are ; dimension is ; the repeat count only bounds that dimension; and you can run the whole thing backwards with .
Connections
- Finding eigenspaces — the parent recipe these exercises drill.
- Characteristic polynomial — where every in these problems is born.
- Null space and solving homogeneous systems — the machinery behind every eigenspace here.
- Determinants — used in every characteristic equation.
- Rank-Nullity theorem — the formula.
- Diagonalization — L3 and L5 test when it succeeds and how to reverse it.
- Symmetric matrices and spectral theorem — L4's orthogonal eigenvectors.