Geometry • Transformations in the Plane

Defining Rotations, Reflections, and Translations

Understand how every figure in the plane can be moved, flipped, or turned through precisely defined rigid motions.

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.

~300 BCE
Euclid's Elements
Euclid's Elements described "superposition"—placing one figure on top of another to prove congruence. Although Euclid did not name transformations formally, his method of moving one triangle onto another was the earliest version of a rigid motion argument.
1637
René Descartes
René Descartes published La Géométrie, introducing the coordinate plane. By assigning number pairs (x, y) to points, Descartes gave mathematicians a way to describe motions with algebra—turning a geometric slide or flip into an equation.
1872
Felix Klein's Erlangen Program
Felix Klein's Erlangen Program proposed that every branch of geometry is really the study of which properties survive certain transformations. Euclidean geometry became "the geometry of rigid motions," meaning it studies the properties that don't change when you translate, reflect, or rotate.
2010
Common Core State Standards
The Common Core State Standards adopted Klein's perspective for high-school geometry. Rather than treating congruence as a postulate, the standards define it through rigid motions: two figures are congruent if and only if one can be mapped onto the other by a sequence of translations, reflections, and rotations.

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.

1

Rigid Motion

A transformation that preserves distance between every pair of points. The image (result) is always congruent to the pre-image (original).
2

Pre-image → Image

The original figure is the pre-image. After the transformation, the result is the image. We label image points with a prime symbol: A → A′.
3

Specifying Parameters

Each transformation requires specific information to define it: a direction and distance (translation), a line (reflection), or a center point and angle (rotation).
4

Orientation

Translations and rotations keep the figure's "handedness" (clockwise labeling stays clockwise). Reflections reverse it—like seeing your left hand become a right hand in a mirror.
Key Takeaway
Think of rigid motions like picking up a cardboard cutout and putting it down somewhere else on your desk. You can slide it (translation), flip it over (reflection), or spin it around a pin (rotation). No matter which you choose, the cutout's size and shape never change—only its location or the side facing up.

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.

Translation Rule
T⟨a, b⟩(x, y) = (x + a, y + b)
a = horizontal shift (positive → right), b = vertical shift (positive → up)

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.

Reflection Rules
r_x-axis(x, y) = (x, −y) | r_y-axis(x, y) = (−x, y) | r_y=x(x, y) = (y, x)
Each rule negates or swaps coordinates depending on the axis of symmetry.

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).

Rotation Rules (center at origin)
R_90°(x,y) = (−y, x) | R_180°(x,y) = (−x, −y) | R_270°(x,y) = (y, −x)
All angles measured counterclockwise. R270° is the same as R−90° (90° clockwise).

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.

Point P(3, 4) transformed by translation ⟨−5, −2⟩, reflection over the x-axis, and 90° counterclockwise rotation about the origin.

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

PropertyTranslationReflectionRotation
What you specifyDirection & distance (vector ⟨a, b⟩)Line of reflectionCenter point & angle
Preserves distances?YesYesYes
Preserves angles?YesYesYes
Preserves orientation?YesNo (reversed)Yes
Fixed points?None (unless vector = ⟨0, 0⟩)Every point on the line of reflectionOnly the center of rotation
Common shorthandT⟨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.

Applying All Three Transformations to △ABC
1
Step 1 — Translation by ⟨−3, 5⟩Apply the rule (x, y) → (x + (−3), y + 5) to each vertex:
A(1, 2) → A′(−2, 7) | B(4, 2) → B′(1, 7) | C(4, 6) → C′(1, 11). Every vertex shifted 3 units left and 5 units up. The triangle slid but did not flip or turn.
2
Step 2 — Reflection over the y-axisApply the rule (x, y) → (−x, y):
A(1, 2) → A″(−1, 2) | B(4, 2) → B″(−4, 2) | C(4, 6) → C″(−4, 6). Each point is the same distance from the y-axis as before, but now on the left side. The triangle's orientation is reversed.
3
Step 3 — Rotation 180° about the originApply the rule (x, y) → (−x, −y):
A(1, 2) → A‴(−1, −2) | B(4, 2) → B‴(−4, −2) | C(4, 6) → C‴(−4, −6). Both coordinates are negated. The triangle is upside down but its orientation (labeling order) is unchanged because a 180° rotation is a direct isometry.
4
Step 4 — Verify congruenceOriginal side AB = 4 − 1 = 3 units. Translated side A′B′ = 1 − (−2) = 3 units. ✓ Original side BC = 6 − 2 = 4 units. Reflected side B″C″ = 6 − 2 = 4 units. ✓ All three image triangles have the same side lengths and angles as the original, confirming they are congruent to △ABC.

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.

FeatureRigid Motions (Isometries)Dilations
Distance preserved?Yes — alwaysNo — multiplied by scale factor
Angle measures preserved?YesYes
Result is congruent to original?YesNo (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.

Key Takeaway
Rigid motions are like the "copy-and-paste" of geometry: they duplicate a figure perfectly in a new location. Dilations, on the other hand, are like "copy and resize." When a problem asks you to prove two figures are congruent, you need rigid motions. When it asks you to prove they are similar, you may also need a dilation in the mix.

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 NowWhere 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

PROBLEM 1CONCEPTUAL
Explain in your own words why a reflection reverses orientation but a rotation does not, even though both are rigid motions. Use the idea of "labeling order" (clockwise vs. counterclockwise) in your explanation.
PROBLEM 2BASIC CALCULATION
Point M(−2, 5) is translated by the vector ⟨7, −3⟩. What are the coordinates of the image M′?
PROBLEM 3INTERMEDIATE
Triangle △PQR has vertices P(2, 1), Q(5, 1), and R(5, 4). First, reflect △PQR over the x-axis. Then, find the length of side P′R′ in the reflected image and verify it equals the length of PR in the original.
PROBLEM 4APPLIED / MULTI-STEP
A game designer places a character sprite at position (6, −2) on a coordinate grid. The sprite needs to be rotated 90° counterclockwise about the origin and then translated by ⟨3, 1⟩. What is the sprite's final position?
PROBLEM 5CRITICAL THINKING
Jamil claims that reflecting a figure over the x-axis and then reflecting the result over the y-axis produces the same image as rotating the original figure 180° about the origin. Is Jamil correct? Justify your answer using coordinate rules.

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.

Varsity Tutors • Geometry (Common Core) • Defining Rotations, Reflections, and Translations