MATH 1 • GEOMETRY

Rigid Transformations — I can apply rigid transformations to points and figures on the coordinate plane.

Move, flip, and rotate figures on the coordinate plane without changing their size or shape.

Historical Context & Motivation

Long before GPS, computer graphics, or video game engines, mathematicians needed ways to describe how shapes move through space without changing. The study of rigid transformations — operations that preserve a figure's size and shape — stretches back thousands of years. Ancient civilizations used these ideas instinctively when tiling floors, designing pottery patterns, and constructing buildings with symmetrical layouts.

The formal study of transformations grew alongside the development of the coordinate plane. Once René Descartes connected algebra and geometry, mathematicians could describe movements precisely using numbers and equations. This opened the door to a powerful approach: instead of drawing each transformation by hand, you could apply a rule to every point's coordinates and predict exactly where the figure would land.

~300 BCE
Euclid's Elements
Euclid formalized the idea of congruence — two figures that have the same size and shape. He proved theorems about when triangles are congruent, laying the groundwork for rigid transformations.
1637
Descartes Introduces Coordinates
René Descartes published his coordinate system, merging algebra with geometry. Every point in the plane could now be described by an ordered pair (x, y), making it possible to express geometric movements as algebraic rules.
1872
Klein's Erlangen Program
Felix Klein proposed that geometry could be defined by the transformations that preserve certain properties. For Euclidean geometry, the defining transformations are exactly the rigid ones — translations, reflections, and rotations.
1960s–Today
Computer Graphics Revolution
Rigid transformations became essential to digital animation, video games, robotics, and medical imaging. Every time you rotate a 3D model on screen, the software applies the same coordinate rules you will learn in this lesson.

The central question this lesson addresses is straightforward but powerful: given a point or figure on the coordinate plane, how do we describe its new position after a slide, flip, or turn? By the end, you will be able to apply specific coordinate rules for each type of rigid transformation and verify that the original figure and the image are congruent.

Core Principles & Definitions

A transformation is any rule that takes each point in the plane and maps it to a new point. When that rule preserves both distances between points and angle measures, we call it a rigid transformation (also known as an isometry). The original figure is called the pre-image, and the new figure after the transformation is called the image. Because distances and angles are preserved, the pre-image and image are always congruent.

1

Translation (Slide)

Every point of the figure moves the same distance in the same direction. Think of sliding a book across a desk — its orientation does not change.
2

Reflection (Flip)

Every point flips across a line of reflection, like looking at a mirror image. The figure's orientation reverses, but its size and shape stay the same.
3

Rotation (Turn)

Every point turns around a fixed center point by a given angle. Imagine a door swinging on its hinges — each point traces a circular arc.
4

Congruence Preserved

In all three rigid transformations, the image has the same side lengths and angle measures as the pre-image. If AB = 5 cm before, A′B′ = 5 cm after.
KEY TAKEAWAY
Think of a rigid transformation as picking up a cardboard cutout and placing it somewhere else on a table. You can slide it, flip it over, or spin it, but you cannot stretch, shrink, or bend it. The cutout itself — its edges, corners, and overall shape — remains exactly the same. That is the defining feature of rigidity: the shape is preserved no matter where or how you move it.

Visual Explanation — Seeing the Three Transformations

The diagram below shows all three rigid transformations applied to the same triangle on a coordinate plane. Study how the pre-image (blue triangle) produces three different images — one for each transformation — while maintaining the exact same size and shape.

The blue triangle (pre-image) is translated 5 units right and 1 unit up to produce the cyan image, and reflected over the y-axis to produce the pink image. Notice that every triangle has the same side lengths and angles.

In the diagram, the blue pre-image sits in the second and third quadrants. The cyan image results from translating every point 5 units right and 1 unit up — an amber arrow shows the direction. The pink image results from reflecting every point over the y-axis. Although the positions differ, if you measured every side and angle you would find them identical across all three triangles.

Mathematical Framework — Coordinate Rules

Each rigid transformation can be expressed as a simple algebraic rule applied to the coordinates of every point. These rules let you compute the image of any point without graphing. Let a generic point be (x, y) and its image be (x′, y′).

TRANSLATION
(x, y) → (x + a, y + b)
where a is the horizontal shift (positive = right, negative = left) and b is the vertical shift (positive = up, negative = down).
REFLECTION OVER THE X-AXIS
(x, y) → (x, −y)
The x-coordinate stays the same; the y-coordinate changes sign. Points above the x-axis land below it, and vice versa.
REFLECTION OVER THE Y-AXIS
(x, y) → (−x, y)
The y-coordinate stays the same; the x-coordinate changes sign. Points to the right of the y-axis land to the left, and vice versa.
ROTATION 90° COUNTERCLOCKWISE ABOUT THE ORIGIN
(x, y) → (−y, x)
The original y-coordinate becomes the new x-coordinate with a sign change, and the original x-coordinate becomes the new y-coordinate.
ROTATION 180° ABOUT THE ORIGIN
(x, y) → (−x, −y)
Both coordinates change sign. This is equivalent to reflecting over both axes in succession.
ROTATION 270° COUNTERCLOCKWISE (OR 90° CLOCKWISE) ABOUT THE ORIGIN
(x, y) → (y, −x)
The original y-coordinate becomes the new x-coordinate, and the original x-coordinate becomes the new y-coordinate with a sign change.
💡 Notation Tip
When labeling images, we use prime notation: point A maps to A′ (read "A prime"), then to A″ ("A double-prime") for a second transformation. This keeps the connection between corresponding points clear.

Detailed Breakdown — Rotation Rules Visualized

Rotations can be the trickiest of the three transformations because both coordinates change at once. The diagram below shows a single point P(3, 1) rotated about the origin at 90°, 180°, and 270° counterclockwise. Notice how the coordinates transform at each stage.

Point P(3, 1) is rotated counterclockwise about the origin. At 90° it maps to (−1, 3), at 180° to (−3, −1), and at 270° to (1, −3). All four points lie on the same circle centered at the origin, confirming that the distance from the origin is preserved.
Summary of counterclockwise rotation rules about the origin
Rotation (CCW about origin)Coordinate RuleExample: (3, 1) →
90°(x, y) → (−y, x)(−1, 3)
180°(x, y) → (−x, −y)(−3, −1)
270° (or 90° CW)(x, y) → (y, −x)(1, −3)
360°(x, y) → (x, y)(3, 1) — back to start
🔄 Quick Pattern
For 90° CCW, swap the coordinates and negate the new x. For 270° CCW (same as 90° CW), swap the coordinates and negate the new y. For 180°, just negate both — no swapping needed.

Worked Example — Transforming a Triangle

Let's walk through a complete example that combines two transformations. We will translate triangle DEF, then reflect the result over the x-axis.

Translate then Reflect △DEF
1
Step 1 — Identify the Pre-Image VerticesTriangle DEF has vertices D(1, 4), E(5, 4), and F(3, 7). These are the coordinates we will transform.
2
Step 2 — Apply the Translation (x, y) → (x − 3, y − 2)We shift every point 3 units left and 2 units down. Apply the rule to each vertex: D(1, 4) → D′(1 − 3, 4 − 2) = D′(−2, 2) E(5, 4) → E′(5 − 3, 4 − 2) = E′(2, 2) F(3, 7) → F′(3 − 3, 7 − 2) = F′(0, 5)
Translated image: D′(−2, 2), E′(2, 2), F′(0, 5)
3
Step 3 — Apply the Reflection over the x-axis (x, y) → (x, −y)Now take the translated vertices and reflect them over the x-axis by negating the y-coordinates: D′(−2, 2) → D″(−2, −2) E′(2, 2) → E″(2, −2) F′(0, 5) → F″(0, −5)
Final image: D″(−2, −2), E″(2, −2), F″(0, −5)
4
Step 4 — Verify CongruenceCheck one side to confirm distances are preserved. In the original triangle, DE = |5 − 1| = 4. In the final image, D″E″ = |2 − (−2)| = 4. The length matches, supporting that these rigid transformations preserved congruence. You could verify the other sides and angles similarly.
DE = D″E″ = 4 ✓ — Congruence confirmed

Comparing the Three Rigid Transformations

While all three rigid transformations preserve size and shape, they differ in important ways. Understanding these differences helps you identify which transformation was used when you see a pre-image and image on a coordinate plane, and it also helps you choose the right rule when solving problems.

Comparison of the three rigid transformations
PropertyTranslationReflectionRotation
Preserves distances?YesYesYes
Preserves angles?YesYesYes
Preserves orientation?Yes — vertices stay in the same order (e.g., clockwise remains clockwise)No — orientation reverses (clockwise becomes counterclockwise)Yes — vertices maintain their cyclic order
Fixed points?None (every point moves)Points on the line of reflection stay fixedOnly the center of rotation stays fixed
Key parametersHorizontal shift (a), vertical shift (b)Line of reflectionCenter of rotation, angle, and direction
🔑 ORIENTATION — THE BIG DISTINGUISHER
Imagine the letters on a T-shirt. A translation slides the shirt across the floor — you can still read the letters normally. A rotation spins the shirt — the letters may be upside down, but they are not backwards. A reflection flips the shirt over — now the letters appear backwards, like a mirror image. This reversal of orientation is what makes reflections unique among the three rigid transformations.

Connection to Advanced Theory — Compositions and Non-Rigid Transformations

In this lesson you have applied one transformation at a time, but in geometry and in real applications you often compose transformations — apply one after another. A composition of two rigid transformations is still rigid (the result is still congruent to the original), but the type may change. For instance, two reflections over parallel lines produce a translation, and two reflections over intersecting lines produce a rotation. This elegant idea is central to more advanced geometry courses.

From rigid transformations to advanced geometry and algebra
ConceptWhat You Learned NowWhere It Leads
TransformationsTranslations, reflections, and rotations on the coordinate planeComposition of transformations, glide reflections, and symmetry groups
CongruenceRigid transformations preserve size and shape → figures are congruentProving triangles congruent using transformations instead of SSS/SAS/ASA postulates
SimilarityNot covered yet — rigid transformations do NOT change sizeDilations change size but preserve shape; combining a dilation with a rigid transformation gives similarity transformations
MatricesCoordinate rules expressed as algebraic formulasIn Algebra 2 and beyond, transformations are represented using matrix multiplication — the same rules in a more compact form

As you move into later math courses, the coordinate rules you practiced here will be expressed in matrix form, making it easy to chain multiple transformations together with a single multiplication. The key insight to carry forward is that rigid transformations are the foundation of congruence — two figures are congruent if and only if one can be mapped onto the other by a sequence of rigid transformations.

Practice Problems

PROBLEM 1CONCEPTUAL
A student claims that a dilation (enlargement) with a scale factor of 2 is a rigid transformation. Is this correct? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Translate the point M(−4, 6) using the rule (x, y) → (x + 7, y − 3). What are the coordinates of M′?
PROBLEM 3INTERMEDIATE
Triangle JKL has vertices J(2, 5), K(6, 1), and L(2, 1). Reflect the triangle over the y-axis, then rotate the result 90° counterclockwise about the origin. Give the final vertices J″, K″, and L″.
PROBLEM 4APPLIED
A game developer places a spaceship at vertices S(1, 2), T(4, 2), and U(4, 5) on a grid. To animate a 180° spin, the developer rotates the ship about the origin. Where do the vertices end up? If the developer then needs the ship facing right at the bottom of the screen, what single reflection could move it from the 180°-rotated position to the fourth quadrant (positive x, negative y)?
PROBLEM 5CRITICAL THINKING
A triangle has vertices A(1, 1), B(4, 1), and C(1, 5). After an unknown single rigid transformation, the image vertices are A′(−1, −1), B′(−4, −1), and C′(−1, −5). Determine which rigid transformation was applied, state its rule, and explain how you identified it.

Lesson Summary

Rigid transformationstranslations, reflections, and rotations — move figures on the coordinate plane while preserving all distances and angle measures, guaranteeing that the pre-image and image are congruent. Each transformation has a specific coordinate rule: translations add constants to x and y, reflections negate one coordinate (or both for certain lines), and rotations swap and negate coordinates based on the angle. Among the three, only reflections reverse orientation.

To apply any rigid transformation, substitute each vertex's coordinates into the appropriate rule and plot the results. You can verify your work by checking that at least one distance in the image matches the corresponding distance in the pre-image. These foundational rules connect directly to congruence proofs, compositions of transformations, and eventually to matrix representations in more advanced math courses.

Varsity Tutors • Math 1 • Rigid Transformations — I can apply rigid transformations to points and figures on the coordinate plane.