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.
Understanding Linear Algebra Eigenvalues and Diagonalization
The practical work begins after a possible eigenvalue has been found. Substitute that value into the matrix formed by subtracting the eigenvalue from every diagonal entry. Then row reduce the resulting system.
The free variables describe every vector in that eigenspace. A zero vector may appear as a formal solution to the system, but it never counts as an eigenvector. Students often lose valid eigenvectors by setting free variables carelessly.
Keep parameters until the end, then choose simple values to produce a basis for the eigenspace. Any nonzero multiple of an eigenvector works, so answers can look different while describing the same direction.
Repeated eigenvalues need extra attention. A root that occurs several times in the characteristic polynomial does not automatically provide the same number of independent eigenvectors. Its algebraic multiplicity counts repeated roots.
Its geometric multiplicity counts independent directions found from the null space. The geometric multiplicity can never exceed the algebraic multiplicity. For a matrix to be diagonalizable, the total number of independent eigenvectors across all eigenspaces must equal the size of the matrix.
A repeated eigenvalue is safe when its eigenspace has enough dimensions. If it does not, the matrix is called defective. This is why finding roots alone is not enough.
Diagonalization is a coordinate change. In the original coordinates, a transformation may mix the components of every vector, making repeated applications hard to track. In the eigenvector coordinate system, each coordinate changes independently by its matching eigenvalue.
The diagonal matrix records those independent scale factors. Converting into that coordinate system, applying the simple diagonal action, then converting back explains the order of the matrix product.
This idea appears in population models, where long term growth is controlled by eigenvalues, and in systems of differential equations, where positive, negative, or zero real parts indicate growth, decay, or neutral behavior. Computer graphics, data science, and vibration analysis use related coordinate changes to separate important patterns.
Matrix powers show why the size of an eigenvalue matters. Repeated multiplication raises each diagonal entry to the same power. An eigenvalue with absolute value greater than one tends to grow under repeated steps.
One with absolute value less than one tends to shrink. A negative value causes signs to alternate. For complex eigenvalues, the effect combines scaling with rotation, even when the original matrix has only real entries.
When checking work, verify each proposed eigenvector directly by multiplying it by the original matrix. Check that the number of eigenvectors matches the dimensions claimed for each eigenspace.
Keep the chosen eigenvectors in the same order as their eigenvalues when building the change of basis matrix and diagonal matrix. A mismatch in ordering is a common source of an incorrect result.