24 min read
Enlargement and Combined Transformations
A scaling matrix enlarges points from the origin, and multiplying matrices together combines transformations into one.
Scaling and Combining
Example 1 — an enlargement
Enlarge the point (, ) by scale factor , using .
- Multiply: top entry = () + () = . Bottom entry = () + () =
Answer: (, )
Transform lab
P = (3, 4) · scaled ≈ (6.00, 8.00) · rotated ≈ (3.00, 4.00) · scale then rotate ≈ (6.00, 8.00)
Combining Two Transformations
Applying transformation M₁ first, then M₂, is the same as applying the single combined matrix M₂ × M₁ (note the order: the FIRST transformation goes on the RIGHT).
Example 1 — combining a reflection and a rotation
Reflect (, ) in the -axis, then rotate the result ° anticlockwise. Find the final point.
- Reflect first: applied to (, ) gives (, )
- Rotate the result: applied to (, ) gives top entry = ()+()=, bottom entry = ()+()=
Answer: (, )
Practice
Your answer
More lessons in Matrices and Determinants · Next: Area Scale Factor and the Determinant · Previous: Reflection and Rotation Matrices
