In an animated film or a video game, a character rarely makes just one move — it turns, then slides, then flips, each action feeding into the next. That stacking of moves is exactly what combining transformations is about, and it hides a neat surprise.
Do one transformation to a shape. Then do another to the result. Something surprising keeps happening: the combined effect of the two moves can very often be described as a single transformation.
Reflect a shape in one mirror, then reflect it again in a second, parallel mirror — and the shape has simply slid across: two reflections have added up to one translation. Reflect in two mirrors that cross instead, and the shape has turned: two reflections have become one rotation. Combining transformations is a machine for discovering these hidden equivalences — and it is the exact maths behind animation, symmetry, and how a games console moves a character around a screen.
The golden rule of combining is feed the output of the first into the second. Transform the object to get image 1; then transform image 1 (not the original object) to get image 2. You are building a little chain:
Some pairs collapse into one neat move:
But be careful: the order usually matters. Doing
Take the triangle with corners
Step 1 — reflect in the
Step 2 — translate that image by
The final triangle sits down in the bottom-left. Notice we transformed the reflected corners in step 2 — never the originals.
Here is worked example 1 on the grid. Start with the object triangle,
reflect it in the
A shape is reflected in the line
The two mirrors are parallel, so the answer is a translation. Its
distance is twice the gap between the lines: the lines are
Quick check with the point
Combine
A then B (reflect, then translate): reflect to
B then A (translate, then reflect): shift right 2 to
Two completely different final triangles — one straddling the origin, one out in the top-left. Swapping the order really did change the answer. Step through the figure to see them land apart.
The three mistakes that cost the most marks here:
Combining transformations is the mathematical heart of computer animation, video games and robotics. Every moving character on screen is built from sequences of rotations, reflections and translations, applied strictly in order — turn the arm, then move the hand, then rotate the finger.
Because the order matters, these transformations are stored as matrices, and combining two
transformations means
The study of how transformations combine — which ones undo each other, which order-swaps matter, which build up into new moves — is called group theory, one of the deepest ideas in modern mathematics. The symmetries of a square, the twists of a Rubik's cube, and the fundamental particles of physics are all described by the same language of combining transformations. Once you've felt "reflect twice equals rotate", you've taken your first step into it.