← Back to College Math

Eigenvalues & Eigenvectors

College Math · Linear AlgebraPreview

1. Introduction

Most linear transformations mix coordinates together in complicated ways: a matrix can rotate, stretch, shear, and reflect all at once. Eigenvalues and eigenvectors cut through this complexity by finding the special directions in which a transformation acts as nothing more than simple scaling. Along an eigenvector, the matrix neither rotates nor shears — it merely stretches (or shrinks, or flips) the vector by a factor called the eigenvalue. These directions are the natural axes of the transformation, the coordinate system in which the matrix becomes diagonal and its behavior becomes transparent.

The importance of eigentheory is hard to overstate. It diagonalizes matrices so that powers AkA^k become trivial; it solves systems of linear differential equations; it underlies Principal Component Analysis in statistics, the PageRank algorithm, vibration analysis in engineering, and the stationary states of quantum mechanics. Whenever a system evolves by repeated application of a linear rule, the eigenvalues govern its long-term growth, decay, or oscillation, and the eigenvectors describe its fundamental modes.

This article builds the theory carefully: the eigen-equation and its geometric meaning, the characteristic polynomial, eigenspaces, algebraic and geometric multiplicity, diagonalizability, the Spectral Theorem for symmetric matrices, and applications to matrix powers and differential equations. Along the way we derive why the characteristic equation works and prove the trace/determinant relations.

Eigenvalues answer the fundamental question: in which directions does a linear transformation act by simple scaling? This decomposition is the key to understanding dynamical systems, vibrating structures, quantum mechanical observables, and data compression via Principal Component Analysis. The spectral theorem for symmetric matrices is one of the most important results in all of applied mathematics.

2. Core Concepts

2.1 The Eigen-Equation

Given ARn×nA\in\mathbb{R}^{n\times n}, a nonzero vector v\mathbf{v} is an eigenvector if Av=λv,v0,A\mathbf{v} = \lambda\mathbf{v}, \qquad \mathbf{v}\ne\mathbf{0}, where λ\lambda is the eigenvalue. Geometrically, the line through v\mathbf{v} is left invariant by AA; vectors on it are scaled by λ\lambda (reversed if λ<0\lambda<0).

2.2 The Characteristic Equation

Rewrite as (AλI)v=0(A-\lambda I)\mathbf{v}=\mathbf{0}. A nonzero solution exists iff AλIA-\lambda I is singular, i.e. det(AλI)=0.\det(A-\lambda I) = 0. The characteristic polynomial p(λ)=det(AλI)p(\lambda)=\det(A-\lambda I) has degree nn; its roots are the eigenvalues (over C\mathbb{C}, always nn counting multiplicity).

2.3 Eigenspaces, Multiplicity, and Diagonalizability

For each eigenvalue λ\lambda, the eigenspace Eλ=ker(AλI)E_\lambda=\ker(A-\lambda I) is a subspace. Two notions of multiplicity:

  • Algebraic multiplicity: multiplicity as a root of p(λ)p(\lambda).
  • Geometric multiplicity: dimEλ\dim E_\lambda.

Always 11\le geometric \le algebraic. AA is diagonalizable iff geometric = algebraic for every eigenvalue — equivalently, AA has nn linearly independent eigenvectors. Distinct eigenvalues guarantee diagonalizability (though not necessary).

2.4 Diagonalization

When AA has nn independent eigenvectors, form PP (eigenvectors as columns) and DD (eigenvalues on diagonal): A=PDP1,Ak=PDkP1.A = PDP^{-1}, \qquad A^k = PD^kP^{-1}. This also defines matrix functions: eA=PeDP1e^{A}=Pe^{D}P^{-1}, central to solving x=Ax\mathbf{x}'=A\mathbf{x}.

2.5 Trace and Determinant Relations

Comparing p(λ)=i(λiλ)p(\lambda)=\prod_i(\lambda_i-\lambda) with det(AλI)\det(A-\lambda I): tr(A)=i=1nλi,det(A)=i=1nλi.\operatorname{tr}(A) = \sum_{i=1}^n \lambda_i, \qquad \det(A) = \prod_{i=1}^n \lambda_i.

Proof sketch. The coefficient of λn1\lambda^{n-1} in det(AλI)\det(A-\lambda I) is (aii)=tr(A)-(\sum a_{ii})=-\operatorname{tr}(A), and the constant term is det(A)\det(A). Matching with the factored form gives the relations.

2.6 The Spectral Theorem

If AA is real and symmetric (A=ATA=A^{T}), then:

  • all eigenvalues are real;
  • eigenvectors for distinct eigenvalues are orthogonal;
  • AA is orthogonally diagonalizable: A=QDQTA = QDQ^{T} with QQ orthogonal (QT=Q1Q^{T}=Q^{-1}).

Proof intuition for real eigenvalues. If Av=λvA\mathbf{v}=\lambda\mathbf{v}, then λv2=vTAv=(Av)Tv=λˉv2\lambda\|\mathbf{v}\|^2 = \mathbf{v}^{T}A\mathbf{v} = (A\mathbf{v})^{T}\mathbf{v} = \bar\lambda\|\mathbf{v}\|^2, so λ=λˉ\lambda=\bar\lambda is real. For orthogonality of eigenvectors with distinct eigenvalues: λ1v1Tv2=(Av1)Tv2=v1TAv2=λ2v1Tv2\lambda_1\mathbf{v}_1^{T}\mathbf{v}_2 = (A\mathbf{v}_1)^{T}\mathbf{v}_2 = \mathbf{v}_1^{T}A\mathbf{v}_2 = \lambda_2\mathbf{v}_1^{T}\mathbf{v}_2, so (λ1λ2)v1Tv2=0(\lambda_1-\lambda_2)\mathbf{v}_1^{T}\mathbf{v}_2=0 forces orthogonality.

This theorem underpins PCA, quadratic-form classification, and the principal-axis theorem.

2.7 Applications to Differential Equations

For x=Ax\mathbf{x}'=A\mathbf{x}, solutions are linear combinations of eλitvie^{\lambda_i t}\mathbf{v}_i. The sign of λi\lambda_i determines growth (λ>0\lambda>0), decay (λ<0\lambda<0), or oscillation (complex λ\lambda). The dominant eigenvalue governs long-term behavior.

Continue reading with Premium

Upgrade to read the full article and unlock all Premium features.

Free

  • Unlimited practice — all difficulties
  • 3 hints / day
  • Community solutions
  • 2 timed mocks / month

Premium

  • Full article + all 57+ theory guides
  • Unlimited hints on practice problems
  • Unlimited timed mock exams & PDF worksheets
Log in