4.5.29 · D5Linear Algebra (Full)

Question bank — Eigenvalues and eigenvectors — characteristic polynomial

1,441 words7 min readBack to topic

Before the traps, one picture to keep in mind for every "same line" question below.

Figure — Eigenvalues and eigenvectors — characteristic polynomial

The eigenvector is a direction that survives the matrix unturned — lands back on the same dashed line as , only rescaled by . A generic vector (grey) gets knocked off its line. Hold this image against each claim.


True or false — justify

True or false: If then is an eigenvalue of .
True. , so means is a root of the characteristic polynomial — equivalently the null space is nontrivial, giving a nonzero with .
True or false: Every real matrix has two real eigenvalues.
False. The polynomial can have a negative discriminant; the rotation gives , real eigenvalues do not exist there (see Complex Numbers).
True or false: An eigenvalue can have several eigenvectors, but an eigenvector belongs to only one eigenvalue.
True. If and then ; since we get . But one can own a whole subspace of eigenvectors.
True or false: If is an eigenvector then so is , with the same eigenvalue.
True. . Any nonzero scalar multiple stays on the same magic line — eigenvectors are directions, not fixed-length arrows.
True or false: The characteristic polynomial of an matrix always has degree exactly .
True. The terms come only from the diagonal factors ; their product contributes a leading , so degree is exactly and never drops.
True or false: A matrix and its transpose have the same eigenvalues.
True. , since transposing leaves the determinant unchanged. Same polynomial ⇒ same eigenvalues (though eigenvectors may differ).
True or false: If is invertible with eigenvalue , then has eigenvalue .
True. From , multiply by : , so . Invertibility guarantees , so dividing is legal.
True or false: Two matrices with the same characteristic polynomial must be the same matrix.
False. and both give , yet the first is defective and the second is not. The polynomial fixes eigenvalues, not the whole matrix.
True or false: The eigenvalues of are the squares of the eigenvalues of .
True. . The same eigenvector persists with eigenvalue (the converse — every eigenvalue of being some — also holds over ).

Spot the error

Find the flaw: " is singular, so set ."
You cannot subtract a scalar from a matrix — they live in different worlds. The correct object is ; the identity turns the scalar into a matrix so the subtraction is defined.
Find the flaw: "I found , then plugged back into to read off the eigenvector."
A determinant is a single number, it stores no direction. Eigenvectors come from solving the system — the null space of .
Find the flaw: " is true, so is an eigenvector for every ."
The equation is true but vacuous. Eigenvectors are defined to be nonzero; allowing would let every scalar "work", collapsing the concept into nothing.
Find the flaw: " is a double root, so there must be two independent eigenvectors."
That confuses algebraic with geometric multiplicity. A double root guarantees algebraic multiplicity , but geometric multiplicity can be just (a defective matrix like ), blocking Diagonalization.
Find the flaw: "The trace is , so one eigenvalue must be ."
The trace is the sum of all eigenvalues, not any single one. For the trace splits as ; no eigenvalue equals (see Trace of a Matrix).
Find the flaw: "I computed with and my friend used ; we got different polynomials so one of us is wrong."
Both are fine. , so for odd the polynomials differ by a global sign — but a sign flip never changes the roots, so the eigenvalues match.

Why questions

Why do we demand a nonzero solution rather than any solution of ?
always solves a homogeneous system, so it carries no information. Only a nonzero solution reveals a genuine invariant direction — and requiring it forces to be singular.
Why does "singular" translate exactly into ""?
A square matrix is invertible iff its determinant is nonzero. So "not invertible" (singular) and "" are literally the same statement, which is what turns the eigenvalue hunt into a solvable polynomial equation.
Why are the eigenvalues of a triangular matrix just its diagonal entries?
For a triangular , stays triangular, and a triangular determinant is the product of its diagonal: . Setting the product to zero forces for each .
Why must a real matrix ever be allowed complex eigenvalues?
Because is a real polynomial that may have no real roots (e.g. ). The Fundamental Theorem of Algebra guarantees roots only over ; refusing them would leave rotations "eigenvalue-less".
Why does the sum of eigenvalues equal the trace?
Writing for and applying Vieta's formulas, the coefficient of (up to sign) is the root sum. In general the coefficient collects the diagonal, giving the trace.
Why does the Cayley–Hamilton theorem let us compute from the characteristic polynomial?
Cayley–Hamilton says satisfies its own . Rearranging isolates as a polynomial in ; dividing by the constant term (nonzero when invertible) expresses using only powers of .

Edge cases

What are the eigenvalues of the zero matrix ?
Only , with algebraic multiplicity ; . Every nonzero vector is an eigenvector, so geometric multiplicity is also — as un-defective as possible.
What are the eigenvalues of the identity matrix ?
Just repeated times, since for all . Every direction is fixed, so the whole space is the eigenspace — geometric multiplicity .
If is a projection (), what eigenvalues are possible?
Only and . From we get , so — vectors are either killed () or kept ().
Can a real matrix have exactly two real eigenvalues and no third real one?
Not "exactly two isolated" leaving one missing — complex roots come in conjugate pairs, so a real cubic has either 3 real roots or 1 real + a conjugate pair. A lone unpaired complex root is impossible.
What happens to eigenvectors when an eigenvalue is repeated but the matrix is diagonalizable?
The repeated owns a full-dimensional eigenspace (geometric = algebraic multiplicity), e.g. has twice with the entire plane as eigenspace. This equality is exactly the Diagonalization condition.
What does an eigenvalue of tell you about the matrix's rank?
It means the null space is nontrivial, so the matrix is singular and rank-deficient. The dimension of the eigenspace for equals the nullity, i.e. .
Recall One-line self-check
  • Q: Same characteristic polynomial ⇒ same matrix? → No; defective vs diagonalizable can share it.
  • Q: Zero determinant ⇒ which eigenvalue? → .
  • Q: Projection eigenvalues? → Only and .