Fiveable

๐Ÿ“ˆLinear Algebra 101 Unit 2 Review

QR code for Linear Algebra 101 practice questions

2.3 Identify diagonalizable matrices

2.3 Identify diagonalizable matrices

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025

Diagonalizable matrices are a key concept in linear transformations. They have a full set of linearly independent eigenvectors, allowing us to represent them as a product of simpler matrices. This property simplifies calculations and provides insights into the matrix's behavior.

Understanding diagonalizability helps us analyze linear transformations more effectively. By decomposing a matrix into its eigenvalues and eigenvectors, we can easily compute matrix powers, solve systems of differential equations, and gain geometric intuition about the transformation's effects on vectors.

Eigenvalues and eigenvectors

Definition and properties

  • An eigenvector of a square matrix A is a nonzero vector v such that Av=ฮปvAv = \lambda v for some scalar ฮป\lambda.
  • The scalar ฮป\lambda is called the eigenvalue corresponding to the eigenvector v.
  • Eigenvectors are unique up to scalar multiplication, meaning if v is an eigenvector, then any nonzero multiple of v is also an eigenvector with the same eigenvalue (e.g., 2v, -3v).
  • The set of all eigenvectors corresponding to a particular eigenvalue, along with the zero vector, forms a subspace called the eigenspace of that eigenvalue.
  • The eigenvalues of a matrix A are the roots of the characteristic polynomial det(Aโˆ’ฮปI)det(A - \lambda I), where I is the identity matrix.
  • The algebraic multiplicity of an eigenvalue is its multiplicity as a root of the characteristic polynomial, while the geometric multiplicity is the dimension of its eigenspace.

Examples

  • For the matrix A=[3102]A = \begin{bmatrix} 3 & 1 \\ 0 & 2 \end{bmatrix}, the eigenvectors are [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix} and [11]\begin{bmatrix} 1 \\ 1 \end{bmatrix}, with corresponding eigenvalues 3 and 2, respectively.
  • The matrix B=[2002]B = \begin{bmatrix} 2 & 0 \\ 0 & 2 \end{bmatrix} has a single eigenvalue 2 with algebraic multiplicity 2, and any nonzero vector in R2\mathbb{R}^2 is an eigenvector of B.

Finding eigenvalues and eigenvectors

Solving the characteristic equation

  • To find the eigenvalues of a matrix A, solve the characteristic equation det(Aโˆ’ฮปI)=0det(A - \lambda I) = 0 for ฮป\lambda.
  • For each eigenvalue ฮป\lambda, find the corresponding eigenvectors by solving the equation (Aโˆ’ฮปI)v=0(A - \lambda I)v = 0 for nonzero vectors v.
  • The solutions to (Aโˆ’ฮปI)v=0(A - \lambda I)v = 0 form the eigenspace corresponding to the eigenvalue ฮป\lambda.
Definition and properties, Eigenvalues and eigenvectors - Wikipedia

Row reduction and nullspace

  • The eigenvectors can be found by row reducing the matrix (Aโˆ’ฮปI)(A - \lambda I) to echelon form and finding the basis vectors for the nullspace.
  • Eigenvectors corresponding to distinct eigenvalues are linearly independent.

Examples

  • For the matrix A=[1221]A = \begin{bmatrix} 1 & 2 \\ 2 & 1 \end{bmatrix}, the characteristic equation is det(Aโˆ’ฮปI)=(ฮปโˆ’3)(ฮป+1)=0det(A - \lambda I) = (\lambda - 3)(\lambda + 1) = 0, yielding eigenvalues 3 and -1.
  • To find the eigenvectors for ฮป=3\lambda = 3, solve (Aโˆ’3I)v=0(A - 3I)v = 0, which gives the eigenvector [11]\begin{bmatrix} 1 \\ 1 \end{bmatrix}. For ฮป=โˆ’1\lambda = -1, solve (A+I)v=0(A + I)v = 0, yielding the eigenvector [1โˆ’1]\begin{bmatrix} 1 \\ -1 \end{bmatrix}.

Diagonalizability of matrices

Conditions for diagonalizability

  • A square matrix A is diagonalizable if and only if it has a full set of linearly independent eigenvectors, meaning the sum of the geometric multiplicities of its eigenvalues equals the size of the matrix.
  • If a matrix A is diagonalizable, then there exists an invertible matrix P and a diagonal matrix D such that A=PDPโˆ’1A = PDP^{-1}, where the columns of P are the eigenvectors of A, and the diagonal entries of D are the corresponding eigenvalues.
  • A matrix is diagonalizable if and only if its minimal polynomial factors completely into distinct linear factors.
  • If a matrix has distinct eigenvalues, it is guaranteed to be diagonalizable.
  • A matrix with repeated eigenvalues may or may not be diagonalizable, depending on the geometric multiplicities of the repeated eigenvalues.
Definition and properties, matrices - Eigenvalues and Eigenspaces - Mathematics Stack Exchange

Examples

  • The matrix A=[3102]A = \begin{bmatrix} 3 & 1 \\ 0 & 2 \end{bmatrix} is diagonalizable, as it has distinct eigenvalues 3 and 2 with corresponding linearly independent eigenvectors [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix} and [11]\begin{bmatrix} 1 \\ 1 \end{bmatrix}.
  • The matrix B=[2102]B = \begin{bmatrix} 2 & 1 \\ 0 & 2 \end{bmatrix} is not diagonalizable, as it has a single eigenvalue 2 with algebraic multiplicity 2 but geometric multiplicity 1, since the eigenspace is spanned by [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix}.

Geometric interpretation of diagonalization

Change of basis

  • Diagonalization of a matrix A geometrically represents a change of basis to a coordinate system aligned with the eigenvectors of A.
  • The eigenvectors of A form the columns of the change-of-basis matrix P, and the eigenvalues of A are the scaling factors along the eigenvector directions.
  • In the new coordinate system defined by the eigenvectors, the matrix A is represented by a diagonal matrix D, where the diagonal entries are the eigenvalues.

Scaling and matrix powers

  • The action of A on a vector x can be interpreted as scaling the components of x along the eigenvector directions by the corresponding eigenvalues.
  • Diagonalization simplifies the computation of matrix powers, as An=PDnPโˆ’1A^n = PD^nP^{-1}, where DnD^n is obtained by raising the diagonal entries of D to the power n.

Examples

  • For the matrix A=[3102]A = \begin{bmatrix} 3 & 1 \\ 0 & 2 \end{bmatrix}, the eigenvectors [10]\begin{bmatrix} 1 \\ 0 \end{bmatrix} and [11]\begin{bmatrix} 1 \\ 1 \end{bmatrix} define a new coordinate system in which A is represented by the diagonal matrix D=[3002]D = \begin{bmatrix} 3 & 0 \\ 0 & 2 \end{bmatrix}.
  • The matrix A3A^3 can be easily computed as PD3Pโˆ’1=[1101][27008][1โˆ’101]=[271908]PD^3P^{-1} = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix} \begin{bmatrix} 27 & 0 \\ 0 & 8 \end{bmatrix} \begin{bmatrix} 1 & -1 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 27 & 19 \\ 0 & 8 \end{bmatrix}.