Directions a Transformation Preserves
Most vectors change direction under a linear transformation. But some special nonzero vectors are only scaled — the transformation stretches or shrinks them without rotating. Such a vector is an eigenvector, and its scale factor is the eigenvalue . The defining equation: Applying to its eigenvector returns scaled by — same direction (or exactly reversed), new length. Eigenvectors are the "natural axes" along which a complicated transformation acts simply, as pure scaling.
To find eigenvalues, rewrite as . For a nonzero to exist, the matrix must be singular, i.e. have zero determinant. This gives the characteristic equation: a polynomial in (the characteristic polynomial) whose roots are the eigenvalues. Once an eigenvalue is known, its eigenvectors are the nonzero solutions of — the null space of , called the eigenspace.
Eigenvalues reveal a transformation's behavior:
- Magnitude stretches that direction; shrinks it; negative also flips it.
- Under repeated application (), the largest-magnitude eigenvalue dominates the long-term behavior — the key to dynamical systems, Markov chains, and iterative methods.
- The eigenvalues of a matrix sum to its trace and multiply to its determinant — handy consistency checks.
Common pitfall: forgetting that an eigenvector must be nonzero and keeps its direction (only length changes). The zero vector satisfies for every , so it is excluded by definition. And an eigenvector is not merely a vector whose length the matrix changes — it must map to a scalar multiple of itself (same or exactly opposite direction), not one that rotates.