Chapter at a Glance
- Chapter: 1
- Strand: Pure — Shapes
- Difficulty: Level 4 of 5
- Builds on: Euclidean geometry: transformations and congruence, Coordinate geometry
Try This First
Try this short activity before reading the lesson.
> Draw axes on graph paper and plot $(3,1)$. Now physically turn the page a quarter turn counterclockwise and read off where that point sits against the axes you drew. Turn it back. Fold the paper along the $y$-axis and find where $(3,1)$ lands. Write both images down before you read a single rule.
The Big Idea
A rigid motion is any move of the plane that keeps every distance: slide, flip, turn. Two figures are congruent exactly when one rigid motion carries the first onto the second, so the whole of congruence sits on top of these three moves. That is why they come first.
Coordinates turn each move into a rule you can apply without a picture. A translation adds a fixed pair. A reflection in an axis flips one sign. A rotation about the origin by a quarter turn swaps the coordinates and flips one sign. Every rule can be checked on a single easy point such as $(1,0)$, and you should always check.
Doing one motion after another is a composition. The second motion acts on the image of the first, never on the original. Slides and turns keep the figure's orientation, its clockwise or counterclockwise sense. A flip reverses it. Count the flips and you know the orientation of the final image before you compute a thing.
A rigid motion changes no distance, so two figures are congruent exactly when one rigid motion carries one onto the other. You will write translations, reflections, and rotations as coordinate rules, compose two of them into one rule, and say which motions keep orientation.
Words to Know
- rigid motion: A move of the plane that keeps every length and every angle. Translations, reflections, and rotations, and anything built by chaining them.
- image: Where a point or figure lands after a motion. The image of $P$ is written $P'$.
- composition: One motion followed by another. The second motion acts on the image of the first.
- orientation: The direction, clockwise or counterclockwise, in which the labeled vertices go around. Reflections reverse it; slides and turns keep it.
Formulas and Theorems
- Rotate 90° CCW: $(x,y)\mapsto(-y,\,x)$
- Rotate 180°: $(x,y)\mapsto(-x,\,-y)$
- Reflect in y = −x: $(x,y)\mapsto(-y,\,-x)$
- Translate by (a, b): $(x,y)\mapsto(x+a,\,y+b)$
Outcomes and Milestones
- Students can: write the coordinate rule for a translation, a reflection in either axis or $y=\pm x$, and a rotation by $90^\circ$, $180^\circ$, $270^\circ$ about the origin; compose two rigid motions and give the single rule; say which motions preserve orientation; find the motion that carries one figure onto another.
- Watch for: rotating $90^\circ$ with $(x,y)\mapsto(y,-x)$ and calling it counterclockwise; applying the second motion to the original instead of the image; a reflection that keeps orientation.
- Ready when: the composition “reflect in the $y$-axis, then rotate $90^\circ$ CCW” applied to $(3,1)$ gives $(-1,-3)$, with the single rule written as $(x,y)\mapsto(-y,-x)$.
Worked Examples and Your Turn
Study each example, then try the paired problem.
Example 1: A quarter turn as a rule
Problem: Write the coordinate rule for a rotation of $90^\circ$ counterclockwise about the origin, and apply it to $(2,5)$.
Solution:
- Watch one easy point. $(1,0)$ on the positive $x$-axis turns a quarter turn counterclockwise to $(0,1)$ on the positive $y$-axis. Why: a rule you can picture on one point is a rule you can trust.
- Watch a second point. $(0,1)$ turns to $(-1,0)$. So the old $x$ lands in the $y$ slot, and the old $y$ lands in the $x$ slot with its sign changed: the rule is $(x,y)\mapsto(-y,x)$. Why: two points on the axes pin down a rotation completely.
- Apply it: $(2,5)\mapsto(-5,2)$. Why: the rule does the turning; you just substitute.
Answer: $(x,y)\mapsto(-y,x)$, and $(2,5)$ goes to $(-5,2)$.
> Verification & Check: Both points are $\sqrt{29}$ from the origin, and $(2,5)$ was in the first quadrant, so a quarter turn counterclockwise should land in the second. $(-5,2)$ does.
Your Turn:
- Prompt: Rotate $(-3,4)$ by $90^\circ$ counterclockwise about the origin.
- Answer: $(-4,-3)$.
Example 2: Two motions, one rule
Problem: Reflect $(2,5)$ in the $y$-axis, then rotate the image $90^\circ$ counterclockwise about the origin. Give the final point and the single rule for the whole composition.
Solution:
- First motion: reflection in the $y$-axis flips the sign of $x$: $(2,5)\mapsto(-2,5)$. Why: a point and its mirror image sit the same distance from the mirror, on opposite sides.
- Second motion acts on $(-2,5)$, not on $(2,5)$: $(-2,5)\mapsto(-5,-2)$. Why: composition is a chain; each link takes the previous output.
- For the single rule, chain the rules symbolically: $(x,y)\mapsto(-x,y)\mapsto(-y,-x)$. Why: the rotation rule $(a,b)\mapsto(-b,a)$ applied to $(a,b)=(-x,y)$ gives $(-y,-x)$.
Answer: $(-5,-2)$, and the composition is $(x,y)\mapsto(-y,-x)$, which is the reflection in the line $y=-x$.
> Notice: One reflection and one rotation: one flip. The result must reverse orientation, and it is a reflection, exactly as the flip count predicts.
Your Turn:
- Prompt: Apply the same composition to $(3,1)$ and check that the single rule agrees.
- Answer: $(3,1)\to(-3,1)\to(-1,-3)$; the rule $(-y,-x)$ gives $(-1,-3)$ too.
Example 3: Which motion did it
Problem: Triangle $ABC$ has $A(1,2)$, $B(4,2)$, $C(1,6)$. Its image has $A'(2,1)$, $B'(2,4)$, $C'(6,1)$. Name the single rigid motion.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 270" width="300" height="270" role="img" aria-label="Coordinate grid from 0 to 7. Blue triangle ABC with A(1, 2), B(4, 2), C(1, 6). Red image triangle A′B′C′ with A′(2, 1), B′(2, 4), C′(6, 1). The dashed green line y = x is the mirror line: each vertex and its image are the same distance from it on opposite sides."><rect x="0" y="0" width="300" height="270" fill="#ffffff"/><line x1="78.4" y1="12" x2="78.4" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="110.7" y1="12" x2="110.7" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="143" y1="12" x2="143" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="175.3" y1="12" x2="175.3" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="207.5" y1="12" x2="207.5" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="239.8" y1="12" x2="239.8" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="272.1" y1="12" x2="272.1" y2="250" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="204.8" x2="285" y2="204.8" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="174.7" x2="285" y2="174.7" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="144.6" x2="285" y2="144.6" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="114.4" x2="285" y2="114.4" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="84.3" x2="285" y2="84.3" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="54.2" x2="285" y2="54.2" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="24.1" x2="285" y2="24.1" stroke="#c9c9c4" stroke-width="0.8" stroke-dasharray="3 3"/><line x1="30" y1="234.9" x2="285" y2="234.9" stroke="#333" stroke-width="1.5"/><polygon points="285,234.9 278.7,237.9 278.7,232" fill="#333" stroke="none" stroke-linejoin="round"/><line x1="46.1" y1="250" x2="46.1" y2="12" stroke="#333" stroke-width="1.5"/><polygon points="46.1,12 49.1,18.3 43.2,18.3" fill="#333" stroke="none" stroke-linejoin="round"/><text x="283" y="227.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end" font-style="italic">x</text><text x="54.1" y="22" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="start" font-style="italic">y</text><line x1="78.4" y1="231.9" x2="78.4" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="78.4" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">1</text><line x1="110.7" y1="231.9" x2="110.7" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="110.7" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">2</text><line x1="143" y1="231.9" x2="143" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="143" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">3</text><line x1="175.3" y1="231.9" x2="175.3" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="175.3" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">4</text><line x1="207.5" y1="231.9" x2="207.5" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="207.5" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">5</text><line x1="239.8" y1="231.9" x2="239.8" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="239.8" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">6</text><line x1="272.1" y1="231.9" x2="272.1" y2="237.9" stroke="#333" stroke-width="1.5"/><text x="272.1" y="250.9" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="middle">7</text><line x1="43.1" y1="204.8" x2="49.1" y2="204.8" stroke="#333" stroke-width="1.5"/><text x="40.1" y="208.8" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">1</text><line x1="43.1" y1="174.7" x2="49.1" y2="174.7" stroke="#333" stroke-width="1.5"/><text x="40.1" y="178.7" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">2</text><line x1="43.1" y1="144.6" x2="49.1" y2="144.6" stroke="#333" stroke-width="1.5"/><text x="40.1" y="148.6" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">3</text><line x1="43.1" y1="114.4" x2="49.1" y2="114.4" stroke="#333" stroke-width="1.5"/><text x="40.1" y="118.4" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">4</text><line x1="43.1" y1="84.3" x2="49.1" y2="84.3" stroke="#333" stroke-width="1.5"/><text x="40.1" y="88.3" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">5</text><line x1="43.1" y1="54.2" x2="49.1" y2="54.2" stroke="#333" stroke-width="1.5"/><text x="40.1" y="58.2" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">6</text><line x1="43.1" y1="24.1" x2="49.1" y2="24.1" stroke="#333" stroke-width="1.5"/><text x="40.1" y="28.1" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">7</text><line x1="36.5" y1="244" x2="275.3" y2="21" stroke="#2e7d4f" stroke-width="1.5" stroke-dasharray="6 4"/><text x="246.3" y="22.5" font-family="Source Sans 3" font-size="12" fill="#2e7d4f" text-anchor="end" font-style="italic">y = x</text><polygon points="78.4,174.7 175.3,174.7 78.4,54.2" fill="#1f5f8b" fill-opacity="0.18" stroke="#1f5f8b" stroke-width="2" stroke-linejoin="round"/><polygon points="110.7,204.8 110.7,114.4 239.8,204.8" fill="#b5452c" fill-opacity="0.18" stroke="#b5452c" stroke-width="2" stroke-linejoin="round"/><circle cx="78.4" cy="174.7" r="3.5" fill="#1f5f8b"/><text x="72.4" y="170.7" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">A</text><circle cx="175.3" cy="174.7" r="3.5" fill="#1f5f8b"/><text x="179.3" y="188.7" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="start">B</text><circle cx="78.4" cy="54.2" r="3.5" fill="#1f5f8b"/><text x="72.4" y="58.2" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">C</text><circle cx="110.7" cy="204.8" r="3.5" fill="#b5452c"/><text x="114.7" y="220.8" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="start">A′</text><circle cx="110.7" cy="114.4" r="3.5" fill="#b5452c"/><text x="105.7" y="108.4" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="end">B′</text><circle cx="239.8" cy="204.8" r="3.5" fill="#b5452c"/><text x="243.8" y="220.8" font-family="Source Sans 3" font-size="12" fill="#333" text-anchor="start">C′</text><line x1="78.4" y1="54.2" x2="239.8" y2="204.8" stroke="#333" stroke-width="0.8" stroke-dasharray="2 3"/></svg>
Solution:
- Compare coordinates: every image has the coordinates of the original swapped. Why: a pattern in all three pairs is the rule.
- $(x,y)\mapsto(y,x)$ is the reflection in the line $y=x$. Why: points on that line are fixed by the swap, and a point and its swap sit symmetrically across it.
- Confirm with orientation. $A\to B\to C$ goes right then up, counterclockwise. $A'\to B'\to C'$ goes up then right, clockwise. Reversed, so a reflection fits. Why: a rotation could never reverse the sense.
Answer: Reflection in the line $y=x$.
Your Turn:
- Prompt: The image of $P(3,-1)$ is $P'(1,3)$, and $O$ stays fixed. Which quarter turn about the origin was it?
- Answer: $(x,y)\mapsto(-y,x)$: a $90^\circ$ counterclockwise rotation.
Example 4: Clockwise or counterclockwise
Problem: Rotate $(4,1)$ by $90^\circ$ clockwise about the origin.
Solution:
- The wrong road: reach for the familiar rule $(x,y)\mapsto(-y,x)$ and write $(-1,4)$. Why it fails: that rule is the counterclockwise turn. Test it on $(1,0)$: it goes to $(0,1)$, which is up, and a clockwise turn of $(1,0)$ must go down.
- Build the clockwise rule from $(1,0)\mapsto(0,-1)$ and $(0,1)\mapsto(1,0)$: $(x,y)\mapsto(y,-x)$. Why: two axis points fix the rotation.
- Apply: $(4,1)\mapsto(1,-4)$. Why: $(4,1)$ is in the first quadrant; turning clockwise takes it to the fourth, and $(1,-4)$ is there.
The chapter continues in the book.