DWG NO. 09.4 — Lesson 4 of 5

Compositions of Transformations

Unit 9: Transformations · ~15–30 min

Objective

Apply two or more transformations in sequence to find a final image, and recognize when a composition is equivalent to a single simpler transformation.

Combining transformations

A composition of transformations applies one transformation, then applies a second transformation to the result. Notation like (T \(\circ\) R)(P) means "apply R first, then apply T to that result" — work from the inside out, just like function composition in algebra. Order matters: reflecting then translating usually gives a different image than translating then reflecting.

A useful shortcut: reflecting twice

Two reflections over parallel lines are equivalent to a single translation perpendicular to those lines, with a distance equal to twice the distance between the lines. Two reflections over intersecting lines are equivalent to a single rotation about the point of intersection, through an angle twice the angle between the lines. These shortcuts explain why compositions of isometries are always themselves isometries — a composition of translations, reflections, and rotations can always be described as a single translation, rotation, reflection, or glide reflection.

Glide reflections

A glide reflection is the composition of a translation and a reflection over a line parallel to the translation vector. It's the transformation behind a row of footprints: each step is a reflection of the last, shifted forward.

translate preimage image

A glide reflection: translate along the dashed line, then reflect across it.

Worked Example 1 · Translation then reflection
ProblemPoint A(2, 3). Translate by (x, y) → (x + 4, y), then reflect over the x-axis.
1.Translate first: (2, 3) → (6, 3).
2.Reflect that result over the x-axis: (6, 3) → (6, −3).
A″(6, −3)
Worked Example 2 · Order matters
ProblemSame point A(2, 3). This time reflect over the x-axis first, then translate by (x, y) → (x + 4, y).
1.Reflect first: (2, 3) → (2, −3).
2.Translate that result: (2, −3) → (6, −3).
A″(6, −3) — same result here, but that's not guaranteed in general.
Worked Example 3 · Two reflections as a rotation
ProblemPoint B(3, 1) is reflected over the y-axis, then reflected over the x-axis. Find the final image.
1.Reflect over the y-axis: (3, 1) → (−3, 1).
2.Reflect that result over the x-axis: (−3, 1) → (−3, −1).
B″(−3, −1) — the same result as a single 180° rotation about the origin, since the y-axis and x-axis are perpendicular (intersecting at 90°, twice that is 180°).

Guided practice