Eigenvalues and diagonalization explain how a square matrix acts along special directions that only get stretched or reversed. This cheat sheet helps students connect computations with the structure of linear transformations. It is useful for solving systems, finding matrix powers, analyzing stability, and understanding change of basis.
Key Facts
- A scalar is an eigenvalue of if there is a nonzero vector such that .
- The characteristic polynomial of an matrix is or equivalently , depending on convention.
- Eigenvalues are found by solving .
- The eigenspace for an eigenvalue is .
- An matrix is diagonalizable if it has linearly independent eigenvectors.
- If , then the columns of are eigenvectors of and contains the corresponding eigenvalues on its diagonal.
- If , then for any positive integer .
- The algebraic multiplicity of is its multiplicity as a root of , and the geometric multiplicity is .
Vocabulary
- Eigenvalue
- An eigenvalue is a scalar for which has a nonzero solution .
- Eigenvector
- An eigenvector is a nonzero vector whose direction is unchanged by the transformation , so .
- Characteristic Polynomial
- The characteristic polynomial is or , and its roots are the eigenvalues.
- Eigenspace
- The eigenspace is the set of all vectors satisfying .
- Diagonalizable Matrix
- A matrix is diagonalizable if it can be written as for some invertible matrix and diagonal matrix .
- Geometric Multiplicity
- Geometric multiplicity is the number of linearly independent eigenvectors associated with an eigenvalue, equal to .
Common Mistakes to Avoid
- Using the zero vector as an eigenvector is wrong because eigenvectors must be nonzero, even though is always true.
- Solving instead of is wrong because eigenvalues come from a determinant equation, not entry-by-entry equality.
- Assuming repeated eigenvalues always give enough eigenvectors is wrong because algebraic multiplicity can be larger than geometric multiplicity.
- Mixing the order of eigenvectors in and eigenvalues in is wrong because each diagonal entry must match the eigenvector in column of .
- Trying to diagonalize a matrix without checking independence is wrong because is invertible only when its eigenvector columns are linearly independent.
Practice Questions
- 1 Find the eigenvalues of .
- 2 For , find eigenvectors for each eigenvalue and write a diagonalization .
- 3 Let . Find its eigenvalue and decide whether is diagonalizable.
- 4 Explain why a matrix with distinct eigenvalues must be diagonalizable, but a matrix with repeated eigenvalues might not be.