Every Game Effect Is a Matrix
A
- Scale:
doubles the size - Reflect:
flips left/right - Rotate:
spins 90° CCW - Shear:
slides one axis
One question spans all of these: what does the matrix do to area?
Track Two Vectors to Know Everything
Key bridge: Applying
For
So
Those two results are exactly the columns of
Columns Are Images of Basis Vectors
For
To understand a transformation: apply
Unit Square to Parallelogram: Shear
: ,
Unit Square: Rotation and Reflection
Rotation 90° CCW:
,- Image: unit square rotated — still area 1
Reflection over
,- Image: unit square reflected — still area 1
Quick Check: Find the Image Vertices
For each matrix, find the four vertices of the image unit square:
-
— what shape is the image? -
— what shape is the image?
Hint: apply to
The Parallelogram Has a Measurable Area
The image parallelogram is spanned by columns
Area of a 2D parallelogram from two vectors:
The determinant is the area of the image parallelogram when the input is the unit square.
Area Check: Shear, Rotation, Reflection
Shear
Rotation
Reflection
All three checks confirm:
Sign of the Determinant: Orientation
: orientation preserved — CCW stays CCW : orientation reversed — CCW becomes CW : degenerate — area collapses to 0
Orientation Reversal Is Not Just Flipping
Reflection over
Image is reflected across the diagonal — not "upside down."
Rule: Any reflection over any line through the origin has
Orientation reversal = CCW flips to CW, not vertical flipping.
Classify Each Transformation by Its Properties
Compute
-
— uniform scaling by 3 -
— horizontal shear -
— rotation 90° CW -
— is this invertible?
Degenerate Case: When the Determinant Is Zero
- Columns are parallel:
— image degenerates to a line
Why det = 0 Means Not Invertible
Geometric argument: when
For
No inverse can exist: given output
VM.C.10 theorem:
Inverse Matrix Reverses the Whole Transformation
Using the
Geometric check:
Unshearing: Inverse of a Shear
Verify:
Write the Full Transformation Story
"Apply a horizontal shear by 2, then scale by 3."
- Write matrices
(shear) and (scale) - Write the composite — which goes on the right?
- Find the image of the unit square
- Compute
Answer: area? invertible? orientation preserved?
Spot the Determinant Size Misconception
A student says: "Large entries → large determinant."
Columns are parallel (column 2 =
The determinant measures column relationships, not entry magnitudes.
What a 2×2 Matrix Encodes
| Feature | Meaning |
|---|---|
| Columns | Where the axes land |
| Area scaling factor | |
| det |
Orientation preserved |
| det |
Orientation reversed |
| det |
Collapse; not invertible |
The VM Cluster in One Picture
A
- C.6–C.8: add, scale, multiply
- C.9: order matters
- C.10: det checks invertibility
- C.11:
transforms one vector - C.12:
transforms every point; = area
Forward: eigenvalues, 3D volume, the full theory of linear maps.
Click to begin the narrated lesson
Work with 2x2 matrices as transformations