Matrices Transform Every Image on Screen
Every pixel on a screen has coordinates — a position vector.
Zooming in: each position vector is scaled.
Rotating: each position vector is rotated.
Reflecting: each position vector is flipped.
One matrix encodes one transformation — applied to every vector at once.
Rewriting Vectors as Column Matrices
A vector
The Row-Dot Rule for Matrix-Vector Products
Each row of
Computing : Step by Step
Row 1:
Row 2:
Off-Diagonal Entries Mix the Components
Wrong:
Correct:
Off-diagonal entries
Moves a Vector: It's a Transformation
You computed where
The matrix
Every point in the plane gets moved — the matrix describes the movement.
Scaling: One Matrix Stretches Every Vector
(doubled) (doubled) (doubled)
Every vector doubles in length; direction unchanged.
Reflection: Flipping Across an Axis
( negated) ( negated) -coordinates are unchanged; -coordinates flip sign
Rotation 90°: Turning the Plane
(right → up) (up → left)
Every vector rotates 90° counterclockwise.
What Every Linear Transformation Preserves
Under any
- Origin stays at origin:
always - Lines through origin remain lines:
- Parallel lines stay parallel
Not preserved in general: lengths, angles, areas.
Identify Each Transformation from Its Matrix
Apply to unit vectors to identify each transformation:
Quick Check: Apply and Identify
-
, : compute -
, : compute -
Name the transformation:
One Matrix Encodes Two Transformations
Two steps: apply
Can we find one matrix
Yes:
Composition: Rightmost Factor Applies First
To apply
Mnemonic: "rightmost matrix applies first" — "
Computing a Composite Transformation Step by Step
Verify:
Order Matters for Non-Commuting Transforms
Order changes the result.
Write the Composite Matrix Yourself
"First rotate 90° CCW, then reflect over the
- Write
(rotation) and (reflection) - Identify which is first — write it on the right
- Compute the composite matrix
- Apply to
No scaffolding — all steps on your own.
Spot and Fix the Order Error
A student wrote: "Apply
Compute
What a 2×2 Matrix Really Encodes
A
- The columns of
show where and land - Matrix product = composition of transformations
- Order matters — non-commutativity has geometric meaning
Every matrix computation you've done since VM.C.8 was a transformation.
Area Scaling and the Determinant Preview
Every
Next lesson (VM.C.12): explore what the determinant means geometrically — and which transformations are invertible (reversible).
: areas expand : areas preserved (rotation, reflection) : plane collapses — not invertible