Key Concepts of Linear Transformations
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
Linear transformations are the backbone of linear algebra—they're the functions that actually do something to vectors while respecting the structure of vector spaces. When you're tested on this material, you're not just being asked to recall definitions. You're being evaluated on whether you understand how transformations behave, why certain properties guarantee invertibility, and how matrix operations connect to geometric intuition. Every concept here—from kernels to eigenvalues—builds toward solving systems, analyzing stability, and working in different coordinate systems.
Don't just memorize that "the kernel is the set of vectors mapping to zero." Know why that matters: it tells you about information loss, injectivity, and the dimension of your solution space. Understand how composition corresponds to matrix multiplication, and when a transformation can be reversed. These connections between algebraic properties and geometric meaning are exactly what exam questions target—especially in proofs and applications.
Foundational Definitions and Structure
Linear transformations must satisfy two critical properties that preserve the algebraic structure of vector spaces. These properties—additivity and homogeneity—are what distinguish linear maps from arbitrary functions.
Definition of a Linear Transformation
- Preserves vector addition and scalar multiplication—a function is linear if for all vectors
- Homogeneity condition requires for any scalar , meaning scaling before or after transformation gives the same result
- Zero vector always maps to zero—this is a direct consequence of linearity and serves as a quick check for whether a function could be linear
Matrix Representation of Linear Transformations
- Every linear transformation has a matrix representation once you fix bases for the domain and codomain vector spaces
- Matrix-vector multiplication computes the transformation: if represents , then
- Basis choice matters—the same transformation has different matrix representations in different bases, which is why change of basis becomes important
Compare: Definition vs. Matrix Representation—the definition gives you the abstract properties to verify, while the matrix gives you a computational tool. On proofs, use the definition; for calculations, use the matrix.
Kernel, Image, and Injectivity/Surjectivity
These concepts describe what a transformation does to the vector space—what it collapses, what it reaches, and whether information is preserved or lost. The Rank-Nullity Theorem connects these ideas quantitatively.
Kernel (Null Space) and Image (Range)
- Kernel —represents the transformation's "information loss" and is always a subspace
- Image —the transformation's "reach" in the codomain, also a subspace
- Rank-Nullity Theorem states , connecting these two fundamental subspaces
One-to-One and Onto Linear Transformations
- Injective (one-to-one) means —no two different inputs produce the same output
- Surjective (onto) means —every vector in the codomain is reachable
- Bijective transformations are both injective and surjective, which is precisely when an inverse exists
Compare: Kernel vs. Image—kernel measures what's "lost" (dimension = nullity), image measures what's "reached" (dimension = rank). If an FRQ asks about invertibility, check both: trivial kernel AND full image.
Composition and Inverses
When you chain transformations together or undo them, the algebra of matrices mirrors the algebra of functions. Matrix multiplication corresponds to function composition, and matrix inversion corresponds to function inversion.
Composition of Linear Transformations
- Composition preserves linearity—if and are linear, then is also linear
- Matrix product represents composition—if represents and represents , then represents (note the order!)
- Order matters because matrix multiplication is not commutative; in general
Inverse Linear Transformations
- Inverse undoes the transformation— and
- Exists if and only if is bijective (both injective and surjective), which for square matrices means
- Inverse matrix satisfies , and can be computed via row reduction or the adjugate formula
Compare: Composition vs. Inverse—composition builds complexity (multiply matrices), inverse removes it (find ). Remember: —the order reverses!
Eigenvalues and Eigenvectors
Eigenvectors reveal the "natural directions" of a transformation—directions that don't rotate, only stretch or compress. This spectral information is crucial for understanding long-term behavior of iterated transformations and solving differential equations.
Eigenvalues and Eigenvectors of Linear Transformations
- Eigenvector definition—a non-zero vector satisfying , meaning the transformation only scales it
- Eigenvalue is the scaling factor; found by solving (the characteristic equation)
- Applications include stability analysis, diagonalization, solving systems of differential equations, and principal component analysis
Compare: Eigenvalues vs. Eigenvectors—eigenvalues tell you how much scaling occurs, eigenvectors tell you in which directions. A transformation can have the same eigenvalue for multiple independent eigenvectors (eigenspaces).
Geometric Transformations
These concrete examples illustrate how abstract linear transformations manifest geometrically. Each type has a characteristic matrix form that you should recognize.
Rotation and Reflection Transformations
- Rotation by angle in uses matrix —preserves lengths and angles
- Reflection over a line preserves distances but reverses orientation; determinant equals
- Both are orthogonal transformations—their matrices satisfy , meaning
Scaling and Shear Transformations
- Scaling matrices are diagonal—entries determine stretch factors along coordinate axes; scales by horizontally and vertically
- Shear matrices are triangular—they distort shapes by sliding layers; is a horizontal shear
- Shears preserve area (determinant = 1) but change angles; scaling changes area by factor
Compare: Rotation vs. Shear—both can be represented by matrices with 1s on the diagonal (for unit rotations/shears), but rotation preserves angles while shear distorts them. Check the determinant: rotation has , reflection has .
Change of Basis
Different bases can dramatically simplify how a transformation looks. The goal is often to find a basis of eigenvectors, making the matrix diagonal.
Change of Basis for Linear Transformations
- Same transformation, different matrix—if is the change of basis matrix, the new representation is
- Similar matrices represent the same transformation in different bases; they share eigenvalues, determinant, and trace
- Diagonalization occurs when you can find a basis of eigenvectors, yielding where is diagonal
Compare: Original basis vs. Eigenbasis—in the standard basis, a transformation might look complicated; in an eigenbasis (if one exists), it becomes diagonal and trivial to analyze. This is why eigenvalues matter so much!
Quick Reference Table
| Concept | Key Facts to Remember |
|---|---|
| Linearity Conditions | , , |
| Kernel & Injectivity | iff is injective |
| Image & Surjectivity | iff is surjective |
| Invertibility | Requires bijection; for square matrices |
| Composition | (order reverses!) |
| Eigenvalue Equation | , solve |
| Orthogonal Transformations | Rotations, reflections; |
| Change of Basis | Similar matrices: , same eigenvalues |
Self-Check Questions
-
If has a two-dimensional kernel, what can you conclude about its image dimension and whether is invertible?
-
Compare and contrast rotation and reflection transformations in : what properties do they share, and how do their determinants differ?
-
Given that , explain why the order reverses by thinking about composition of transformations.
-
A transformation has eigenvalues and . What happens to vectors along each eigendirection after applying the transformation twice?
-
Why does changing the basis change the matrix representation but not the kernel dimension or eigenvalues? Connect this to the concept of similar matrices.