Historical Context & Motivation
Long before anyone wrote a coordinate-plane formula, people moved shapes. Ancient builders slid stone blocks along ramps, artisans reflected tile patterns across a center line, and potters spun clay on a wheel. Each of these actions—sliding, flipping, and spinning—turns out to be a precise mathematical operation that geometry has studied for thousands of years.
The formal study of these rigid motions (motions that preserve size and shape) developed slowly. Here are some key moments that brought us from artistic intuition to the coordinate rules you will learn in this lesson.
This historical arc answers a big question: Why do we define these three transformations so carefully? Because they are the building blocks of congruence. Whenever you prove two figures are congruent, you are really saying a sequence of translations, reflections, and rotations can carry one figure exactly onto the other. Understanding each transformation's definition is the first step toward that proof.
Core Principles & Definitions
All three transformations in this lesson belong to a family called rigid motions (also known as isometries). A rigid motion moves every point of a figure to a new location without changing any distances or angle measures. The figure's size and shape stay exactly the same—only its position or orientation changes. Here are the four ideas you need before diving into each transformation.
Rigid Motion
Pre-image → Image
Specifying Parameters
Orientation
Visual Explanation — The Three Rigid Motions
The diagram below shows all three transformations applied to the same triangle. Study the color coding: cyan marks the original triangle (pre-image), violet shows the translated image, pink shows the reflected image, and amber shows the rotated image. Notice how every image triangle is the same size and shape as the original—only its position or orientation has changed.
Look at the translation first (left side). Every vertex slides the same direction and the same distance—like pushing a book across a table. The reflection (center) flips the triangle across a dashed line; notice how the triangle's orientation reverses—vertex F was on the right of the pre-image, but F′ ends up on the left of the image. Finally, the rotation (right) swings the triangle 90° clockwise around the center point, like turning a dial. In every case the triangle's side lengths and angles are unchanged—that's what makes each of these a rigid motion.
Mathematical Framework
Each rigid motion can be expressed as a coordinate rule—a formula that takes any point (x, y) and outputs its image (x′, y′). These rules let you compute the exact location of every image point without drawing anything. Below are the most common forms you will encounter in this course.
Translation
A translation slides every point the same direction and the same distance. You specify a translation with a vector ⟨a, b⟩, where a is the horizontal shift and b is the vertical shift.
For example, the translation T⟨4, −3⟩ moves every point 4 units right and 3 units down. If a point starts at (1, 5), its image lands at (1 + 4, 5 + (−3)) = (5, 2). Because every point shifts identically, segments stay the same length, angles stay the same measure, and orientation is preserved.
Reflection
A reflection flips every point across a fixed line of reflection. Each point and its image are the same distance from that line, on opposite sides. The most frequently tested lines of reflection are the x-axis, the y-axis, and the line y = x.
Reflecting over the x-axis, for instance, keeps the x-coordinate the same but flips the sign of the y-coordinate—so (3, 7) becomes (3, −7). Reflections preserve distances and angles but reverse orientation: if the pre-image's vertices read counterclockwise as A–B–C, the image's vertices read clockwise.
Rotation
A rotation turns every point through a given angle around a fixed center of rotation. A positive angle means counterclockwise; a negative angle means clockwise. The most common center is the origin (0, 0).
These rules follow from trigonometry, but for the standard angles (90°, 180°, 270°) you can simply memorize the patterns. A 90° counterclockwise rotation sends (x, y) to (−y, x): the old y-value (with sign flipped) becomes the new x, and the old x-value becomes the new y. A 180° rotation negates both coordinates—this is equivalent to reflecting through the origin.
Detailed Breakdown & Classification
Now that you have the definitions and formulas, let's look at the three transformations side by side. The diagram below places all three coordinate rules on the same grid so you can see exactly what happens to a single point under each transformation. The table that follows summarizes the key properties.
In the diagram, the original point P(3, 4) is transformed three ways. The translation by ⟨−5, −2⟩ moves it to (−2, 2). The reflection over the x-axis sends it to (3, −4)—same distance from the axis but on the opposite side. The 90° counterclockwise rotation about the origin sends it to (−4, 3), using the rule (x, y) → (−y, x).
Properties at a Glance
| Property | Translation | Reflection | Rotation |
|---|---|---|---|
| What you specify | Direction & distance (vector ⟨a, b⟩) | Line of reflection | Center point & angle |
| Preserves distances? | Yes | Yes | Yes |
| Preserves angles? | Yes | Yes | Yes |
| Preserves orientation? | Yes | No (reversed) | Yes |
| Fixed points? | None (unless vector = ⟨0, 0⟩) | Every point on the line of reflection | Only the center of rotation |
| Common shorthand | T⟨a, b⟩ | rℓ (ℓ = line) | Rθ (θ = angle) |
The most important distinction is orientation. Translations and rotations are "direct" isometries—they keep the labeling order (clockwise or counterclockwise) the same. Reflections are "opposite" isometries—they flip the labeling order, like writing a word backward in a mirror.
Worked Example
Let's apply all three transformations to a triangle with vertices A(1, 2), B(4, 2), and C(4, 6). We will first translate by ⟨−3, 5⟩, then reflect the original over the y-axis, and finally rotate the original 180° about the origin.
(x, y) → (x + (−3), y + 5) to each vertex:(x, y) → (−x, y):(x, y) → (−x, −y):Strengths, Limitations & Comparisons
Rigid motions are powerful, but they don't cover every kind of transformation you'll encounter. A dilation, for example, changes a figure's size—it is not a rigid motion because distances are multiplied by a scale factor rather than preserved. Understanding what rigid motions can and cannot do helps you choose the right tool for each problem.
| Feature | Rigid Motions (Isometries) | Dilations |
|---|---|---|
| Distance preserved? | Yes — always | No — multiplied by scale factor |
| Angle measures preserved? | Yes | Yes |
| Result is congruent to original? | Yes | No (unless scale factor = 1) |
| Result is similar to original? | Yes (congruent ⊂ similar) | Yes |
| Used to prove… | Congruence (≅) | Similarity (~) |
Another limitation to keep in mind: the coordinate rules given in Section 4 assume specific lines of reflection or a center of rotation at the origin. When the line of reflection is not an axis, or the center of rotation is not the origin, the algebra becomes more involved. In those cases, you typically translate the center to the origin first, perform the rotation or reflection, and then translate back—a technique called composing transformations.
Connection to Advanced Theory
The three rigid motions you have learned are the foundation of a much larger structure in mathematics called a transformation group. In higher-level courses, you'll discover that every rigid motion in the plane can be expressed as either a single translation, a single rotation, or a single reflection—or a composition (sequence) of at most three reflections. This surprising result means reflections are, in a sense, the "atoms" from which all rigid motions are built.
| What You Learn Now | Where It Leads |
|---|---|
| A translation is defined by a vector. | Vectors become the language of physics forces and linear algebra. |
| A rotation has a center and angle. | Rotation matrices in trigonometry and computer graphics use cos θ and sin θ. |
| Reflections reverse orientation. | The determinant of a reflection matrix is −1, linking geometry to matrix algebra. |
| Composing two reflections gives a rotation or translation. | Group theory in abstract algebra studies how transformations combine. |
You don't need to master these advanced ideas right now, but it's worth knowing that the simple rules for translating, reflecting, and rotating are genuinely useful far beyond a geometry classroom. Video game designers rotate 3D models using extended versions of these same formulas, and physicists use symmetry transformations to discover laws of nature. The definitions you're learning today are the entry point to all of that.
Practice Problems
M(−2, 5) is translated by the vector ⟨7, −3⟩. What are the coordinates of the image M′?Lesson Summary
A translation slides every point of a figure by a vector ⟨a, b⟩, adding a to each x-coordinate and b to each y-coordinate. A reflection flips every point across a line of reflection, preserving distances but reversing orientation—the common rules are (x, y) → (x, −y) for the x-axis and (x, y) → (−x, y) for the y-axis. A rotation turns every point through a specified angle around a center; for the origin, the key rules are (x, y) → (−y, x) for 90°, (−x, −y) for 180°, and (y, −x) for 270°.
All three are rigid motions (isometries), meaning they preserve both distance and angle measure, and every image is congruent to its pre-image. Together they form the foundation for proving congruence in the Common Core framework: two figures are congruent if and only if a sequence of translations, reflections, and rotations maps one onto the other. Mastering these definitions and coordinate rules gives you the tools to describe exactly how any figure moves in the plane.