upgrade
upgrade

Abstract Linear Algebra II

Types 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.

Get Started

Why This Matters

Linear transformations are the heart of abstract linear algebra—they're the structure-preserving maps that let us understand how vector spaces relate to one another. When you're tested on this material, you're not just being asked to recall matrix forms. You're being evaluated on whether you understand what properties each transformation preserves, how transformations compose, and why certain transformations are invertible while others aren't. These concepts connect directly to eigentheory, dimension theorems, and the classification of operators you'll encounter throughout the course.

The key insight is that linear transformations fall into natural families based on what geometric or algebraic properties they preserve: some keep lengths intact, others maintain orientation, and some collapse dimensions entirely. Don't just memorize the matrix representations—know what each transformation does to the kernel and image, whether it's invertible, and how it behaves under composition. That conceptual understanding is what separates a 5 from a 3 on transformation questions.


Isometries: Transformations That Preserve Distance

These transformations keep vectors the same "size"—they preserve norms and, consequently, inner products. Geometrically, they're the rigid motions that don't stretch or compress space.

Rotation Transformation

  • Rotates vectors around the origin by angle θ\theta, with the standard 2D matrix (cosθsinθsinθcosθ)\begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}
  • Preserves both length and angles—this makes rotations orthogonal transformations with determinant +1+1
  • Always invertible—the inverse is simply rotation by θ-\theta, making these crucial for understanding orthogonal groups

Reflection Transformation

  • Flips vectors across a line (2D) or hyperplane (3D+), creating a mirror image of the original configuration
  • Orthogonal with determinant 1-1—this negative determinant indicates orientation reversal, distinguishing reflections from rotations
  • Self-inverse property—applying a reflection twice returns the original vector, so T2=IT^2 = I

Compare: Rotation vs. Reflection—both are orthogonal transformations preserving distance, but rotations have det=+1\det = +1 (orientation-preserving) while reflections have det=1\det = -1 (orientation-reversing). If an FRQ asks about classifying orthogonal transformations, determinant sign is your key tool.


Scaling Transformations: Changing Magnitude

These transformations alter the size of vectors while keeping certain structural properties intact. They're characterized by diagonal or scalar matrix representations.

Scaling Transformation

  • Multiplies vectors by scalar factors along each axis—represented by diagonal matrices with scaling factors λ1,λ2,\lambda_1, \lambda_2, \ldots on the diagonal
  • Invertible if and only if all scaling factors are nonzero—the inverse simply uses reciprocal factors 1/λi1/\lambda_i
  • Eigenvectors are the standard basis vectors—each axis scales independently, making these the simplest non-trivial transformations to analyze

Dilation Transformation

  • Uniform scaling by a single factor kk from the origin—represented by kIkI, where II is the identity matrix
  • Every nonzero vector is an eigenvector with eigenvalue kk—this is the defining property of scalar operators
  • Commutes with all linear transformations—since kIA=AkIkI \cdot A = A \cdot kI for any matrix AA, dilations sit in the center of the algebra

Compare: Scaling vs. Dilation—scaling allows different factors along different axes (anisotropic), while dilation uses the same factor everywhere (isotropic). Dilation matrices are scalar multiples of identity; general scaling matrices are merely diagonal.


Degenerate Transformations: Collapsing Dimension

These transformations have nontrivial kernels—they send some nonzero vectors to zero, which means they're not invertible and reduce the effective dimension of the image.

Zero Transformation

  • Maps every vector to 0\mathbf{0}—the most extreme case of dimension collapse, with ker(T)=V\ker(T) = V and im(T)={0}\text{im}(T) = \{\mathbf{0}\}
  • Rank is zero—by the rank-nullity theorem, nullity=dim(V)\text{nullity} = \dim(V), confirming total collapse
  • Absorbing element under compositionT0=0T=0T \circ 0 = 0 \circ T = 0 for any linear transformation TT

Projection Transformation

  • Projects vectors onto a subspace WW, decomposing v=w+w\mathbf{v} = \mathbf{w} + \mathbf{w}^\perp and keeping only w\mathbf{w}
  • Idempotent property: P2=PP^2 = P—once projected, applying PP again changes nothing; this is the defining algebraic condition
  • Kernel equals the orthogonal complement—for orthogonal projections, ker(P)=W\ker(P) = W^\perp and im(P)=W\text{im}(P) = W

Compare: Zero transformation vs. Projection—both are non-invertible with nontrivial kernels, but the zero transformation has maximal kernel (all of VV) while projections have kernel equal to a proper subspace. Projections are idempotent; the zero transformation is also idempotent (since 02=00^2 = 0), but trivially so.


Structure-Altering Transformations: Changing Shape

These transformations modify geometric relationships like angles or parallelism while preserving other properties. They reveal how linear maps can distort without collapsing.

Shear Transformation

  • Displaces vectors parallel to a fixed direction proportionally to their distance from a fixed line—a 2D shear matrix looks like (1k01)\begin{pmatrix} 1 & k \\ 0 & 1 \end{pmatrix}
  • Preserves area (determinant = 1) but distorts angles—parallelograms remain parallelograms, but rectangles become slanted
  • Not diagonalizable when k0k \neq 0—shears have repeated eigenvalue 1 but only one independent eigenvector, making them defective matrices

Compare: Shear vs. Rotation—both have determinant 1 and are thus area-preserving, but rotations preserve angles while shears distort them. Rotations are orthogonal and diagonalizable (over C\mathbb{C}); shears are neither.


Boundary Cases and Algebraic Identities

These transformations serve as the "building blocks" and identity elements in the algebra of linear maps.

Identity Transformation

  • Maps every vector to itself: I(v)=vI(\mathbf{v}) = \mathbf{v}—the multiplicative identity in the ring of linear transformations
  • Matrix representation has 1s on the diagonal, 0s elsewhere—denoted InI_n for n×nn \times n identity
  • Unique transformation satisfying TI=IT=TT \circ I = I \circ T = T for all linear TT—essential for defining inverses

Composition of Linear Transformations

  • Applying SS after TT yields (ST)(v)=S(T(v))(S \circ T)(\mathbf{v}) = S(T(\mathbf{v}))—composition is itself linear, with matrix [S][T][S][T]
  • Order matters: composition is not commutative—in general, STTSS \circ T \neq T \circ S, though both products are defined for endomorphisms
  • Associative property holds(RS)T=R(ST)(R \circ S) \circ T = R \circ (S \circ T), which is why matrix multiplication is associative

Compare: Identity vs. Zero under composition—identity is the multiplicative identity (TI=TT \circ I = T), while zero is absorbing (T0=0T \circ 0 = 0). Neither has a proper inverse in the transformation algebra, but for different reasons: identity is its own inverse; zero has no inverse.


A Note on Translation

Translation Transformation

  • Shifts all points by a fixed vector a\mathbf{a}: T(v)=v+aT(\mathbf{v}) = \mathbf{v} + \mathbf{a}
  • Not a linear transformation—it fails T(0)=0T(\mathbf{0}) = \mathbf{0} unless a=0\mathbf{a} = \mathbf{0}; it's an affine transformation
  • Can be linearized using homogeneous coordinates—embedding in higher dimension allows matrix representation, important for computer graphics

Compare: Translation vs. All Others—translation is the only transformation on this list that isn't linear. Recognizing this distinction is a common exam trap; if a problem asks "which of these is not a linear transformation," translation is your answer.


Quick Reference Table

ConceptBest Examples
Isometries (distance-preserving)Rotation, Reflection, Identity
Orthogonal transformationsRotation (det=+1\det = +1), Reflection (det=1\det = -1)
Invertible transformationsIdentity, Rotation, Reflection, Scaling (nonzero factors), Dilation (k0k \neq 0)
Non-invertible (nontrivial kernel)Zero, Projection, Shear (when singular)
Idempotent transformationsProjection, Identity, Zero
Determinant = 1Rotation, Shear
Not linearTranslation

Self-Check Questions

  1. Which two transformations are both orthogonal but differ in their effect on orientation? What algebraic property distinguishes them?

  2. A transformation satisfies T2=TT^2 = T. Name two transformations with this property and explain how their kernels differ.

  3. Compare and contrast scaling and dilation: under what condition is a scaling transformation also a dilation? What property do dilations have that general scalings lack?

  4. If you compose a rotation by θ\theta with a rotation by ϕ\phi, what transformation results? What if you compose two reflections across different lines?

  5. An FRQ asks you to identify a transformation that preserves area but is not diagonalizable. Which transformation fits, and why does it fail to be diagonalizable?