๐Ÿ” Full Lesson ยท Transformations
Apply One, Then the Next
Composition of Transformations

Combining two or more transformations in sequence โ€” where order is genuinely critical.

The Mnemonic
One Transformation Feeds Into the Next

A composition of transformations applies two or more transformations one after another, where each step operates on the RESULT of the previous step โ€” not on the original pre-image each time.

This idea already appeared in Coordinate Transformations Summary (the reflect-then-translate example) and in the 180ยฐ/270ยฐ rotation derivations โ€” a composition is really just "do transformation A, then do transformation B to whatever A produced."

Pre-image Step 1: reflect Intermediate Step 2: translate Final image
Each transformation applies to the OUTPUT of the previous one โ€” never back to the original pre-image
๐Ÿ’ก Memory Trick
"Combining two or more transformations โ€” sequence is critical." Think of it as a conveyor belt: the pre-image goes through the first transformation, and whatever comes OUT the other end goes straight into the second transformation โ€” never send the original pre-image through both transformations independently and try to combine the results.
Why It Works
Why Order Genuinely Changes the Result

Order matters because most transformations don't "commute" โ€” reflecting then translating generally lands you somewhere different than translating then reflecting the same amounts. A quick way to see this: translate a point 5 units right, then reflect over the y-axis, versus reflecting over the y-axis first, then translating 5 units right โ€” the reflection flips whichever side of the y-axis the point currently sits on, so doing the translation BEFORE vs. AFTER the flip changes which direction that 5-unit shift effectively ends up going relative to the final image.

There are some special cases where order genuinely doesn't matter (two translations always commute, for instance, since adding is commutative) โ€” but as a general rule, always assume order matters unless you can specifically justify otherwise for the particular pair of transformations involved.

Using It In A Proof
Executing a Composition Step by Step

The process is mechanical as long as each step's output correctly becomes the next step's input โ€” the main discipline is not skipping ahead or reusing the original coordinates.

1
Read the composition in the correct order
Compositions are sometimes written as one combined instruction ("reflect over the x-axis, then rotate 90ยฐ") โ€” apply them in the exact sequence given, left to right as stated.
2
Apply the first transformation to the original point
Use the appropriate rule (reflection, rotation, translation, or dilation) on the given pre-image coordinates.
3
Apply the second transformation to the RESULT of step 2
Take the coordinates you just calculated (not the original ones) and apply the next rule to them.
Full Worked Example
Composing a Reflection and a Rotation

Given: Point P(3, 5). Find: the image after first reflecting over the x-axis, then rotating 90ยฐ counterclockwise about the origin.

1
Apply the reflection first
Reflect over x-axis: (x,y)โ†’(x,โˆ’y), so P(3,5) โ†’ (3, โˆ’5).
2
Apply the rotation to the reflected point
Rotate 90ยฐ CCW: (x,y)โ†’(โˆ’y,x), so (3,โˆ’5) โ†’ (โˆ’(โˆ’5), 3) = (5, 3).
3
State the final image
The final image of P is (5, 3).
4
Confirm order matters by trying the reverse order
Rotating FIRST: (3,5)โ†’(โˆ’5,3). Then reflecting over x-axis: (โˆ’5,3)โ†’(โˆ’5,โˆ’3). This gives (โˆ’5,โˆ’3) โ€” a completely different final point than (5,3), confirming the order genuinely changes the result.
This side-by-side comparison is the clearest possible demonstration of why composition order can't be swapped carelessly.
๐ŸŽฏ Quick Worked Example
Point Q(2, โˆ’4) is translated by (3, 1), then reflected over the y-axis. Find the final image.
1
Apply the translation first. (2+3, โˆ’4+1) = (5, โˆ’3).
2
Apply the reflection to that result. Reflect over y-axis: (x,y)โ†’(โˆ’x,y), so (5,โˆ’3) โ†’ (โˆ’5,โˆ’3).
3
State the final image. The final point is (โˆ’5, โˆ’3).
๐Ÿ“Œ Exam Application
When a composition problem doesn't explicitly state the order (rare, but possible in wordier problems), read carefully for sequencing words like "then," "after," or "followed by" โ€” these indicate the required order, and swapping it will produce a different, incorrect final answer even if each individual transformation was applied correctly.
โš ๏ธ Most Common Composition of Transformations Mistakes
Trap 1 โ€” Applying both transformations to the original point independently: The second transformation must apply to the RESULT of the first, not to the original pre-image a second time โ€” this is the single most common composition error.

Trap 2 โ€” Assuming order doesn't matter: Except for a few special cases (like composing two translations), swapping the order of a composition generally changes the final result โ€” always follow the exact sequence given rather than assuming it's interchangeable.
โœ“ Quick Self-Test
1) What does 'composition of transformations' mean? 2) Why does the order of transformations in a composition generally matter? 3) Point R(1,1) is reflected over the x-axis, then translated by (4,4) โ€” find the final image. 4) Using that same point and same two transformations but in the OPPOSITE order, find the final image, and confirm it's different. 5) Name one case where the order of two transformations does NOT matter.
Next Lesson
Isometries
โ†’
โ† All Transformations Lessons