Courses / Mathematics I
Linear Algebra

Eigenvalues and Eigenvectors

Mathematics I 274 words Free to read

Eigenvector Foundations

Most vectors change direction under a linear transformation. But special nonzero vectors are only scaled, meaning the transformation stretches or shrinks them without rotating.

Such a vector is an eigenvector, and its scale factor is the eigenvalue λ\lambda. The defining equation is: Av=λv,v0A v = \lambda v, \qquad v \neq \mathbf{0}

Applying AA to eigenvector vv returns vv scaled by λ\lambda. Eigenvectors act as the natural axes where a transformation operates as pure scaling.

PropertyMeaningEffect on Vector
λ>1\lambda > 1ExpansionStretches length
0<λ<10 < \lambda < 1CompressionShrinks length
λ<0\lambda < 0ReflectionFlips direction
Common pitfall: An eigenvector must be nonzero and keep its line of direction. The zero vector satisfies Av=λvAv = \lambda v for every λ\lambda, so it is excluded.
A generic vector rotates away under the map; on two lines marked in

Finding Eigenvalues & Eigenspaces

To find eigenvalues, rewrite Av=λvAv = \lambda v as (AλI)v=0(A - \lambda I)v = \mathbf{0}. For a nonzero solution to exist, the matrix must be singular.

This yields the characteristic equation: det(AλI)=0\det(A - \lambda I) = 0

Solving this polynomial gives the eigenvalues. For each eigenvalue, its eigenvectors are the nonzero solutions of (AλI)v=0(A - \lambda I)v = \mathbf{0}, known as the eigenspace.

CheckRulePurpose
TraceSum of eigenvaluesConsistency check
DeterminantProduct of eigenvaluesConsistency check
Long-term behavior: Under repeated application (AkA^k), the largest-magnitude eigenvalue dominates dynamics, powering Markov chains and iterative methods.

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Linear Algebra