Eigenvalue decomposition rewrites a square matrix in terms of its eigenvalues and eigenvectors. This cheat sheet helps college students follow worked examples without losing track of the algebra. It is especially useful for diagonalizing matrices, solving repeated matrix powers, and understanding symmetric matrices.
The focus is on clear steps, common patterns, and checks that confirm the decomposition is correct.
The main goal is to express a matrix as when enough linearly independent eigenvectors exist. The columns of are eigenvectors, and contains the corresponding eigenvalues on its diagonal. For a real symmetric matrix, the stronger form uses orthonormal eigenvectors.
Worked examples usually begin with , then solve for each eigenspace.
Key Facts
- An eigenvalue and nonzero eigenvector satisfy .
- Eigenvalues are found from the characteristic equation .
- For each eigenvalue , eigenvectors come from the null space equation .
- A matrix is diagonalizable when it has linearly independent eigenvectors for an matrix.
- If and , then .
- Matrix powers are easier after diagonalization because , where .
- A real symmetric matrix has an orthogonal eigenvalue decomposition , where .
- The trace and determinant provide checks because and .
Vocabulary
- Eigenvalue
- An eigenvalue is a scalar that tells how much an eigenvector is stretched or reversed by a matrix transformation.
- Eigenvector
- An eigenvector is a nonzero vector whose direction is unchanged by the transformation, so .
- Characteristic Polynomial
- The characteristic polynomial is , whose roots are the eigenvalues of .
- Diagonalization
- Diagonalization is the process of writing a matrix as using a basis of eigenvectors.
- Eigenspace
- The eigenspace for is the set of all vectors satisfying , including .
- Orthogonal Diagonalization
- Orthogonal diagonalization writes a real symmetric matrix as using orthonormal eigenvectors.
Common Mistakes to Avoid
- Using in one step and in another, then mixing signs, is wrong because inconsistent characteristic polynomials can change intermediate coefficients.
- Forgetting that eigenvectors cannot be is wrong because holds for every and gives no direction information.
- Putting eigenvalues in in a different order than the eigenvectors in is wrong because each column must match the diagonal entry .
- Assuming repeated eigenvalues always give enough eigenvectors is wrong because algebraic multiplicity can be larger than geometric multiplicity.
- Using instead of without checking orthonormality is wrong because only when .
Practice Questions
- 1 Find the eigenvalues of using .
- 2 For , find eigenvectors for each eigenvalue and write if possible.
- 3 Given with , compute and explain how it helps find .
- 4 Explain why a real symmetric matrix can be diagonalized using orthonormal eigenvectors, and describe why this makes easier to use than .