MATH 1 • GEOMETRY

Describing Transformations — I can describe a translation, rotation, reflection, or glide reflection using precise language.

Learn to precisely describe every rigid motion that moves a figure without changing its size or shape.

Historical Context & Motivation

Humans have been fascinated by symmetry and motion for thousands of years. Ancient Greek mathematicians, particularly Euclid, studied the idea of congruence — two figures being identical in shape and size — but they lacked a formal language for describing how one figure could be moved to coincide with another. The concept of a geometric transformation filled that gap, giving mathematicians a precise toolkit for talking about slides, turns, flips, and combinations of these motions.

~300 BCE
Euclid's Elements
Euclid defined congruence by superposition — placing one figure on top of another — but never formalized the motions used to get it there.
1872
Klein's Erlangen Program
Felix Klein proposed that every branch of geometry can be defined by the transformations that preserve its properties, making transformations the foundation of modern geometry.
1900s
Symmetry Groups & Crystallography
Scientists classified all possible repeating patterns in crystals using combinations of translations, rotations, reflections, and glide reflections — the same four transformations you will study here.
2010
Common Core Standards
Modern math curricula place transformations at the center of geometry, replacing the older approach of memorizing postulates, and asking students to describe congruence through rigid motions.

So why does precise language matter? Saying a triangle "moved to the right" is vague — it could mean many things. Saying it was translated 5 units right and 3 units down removes all ambiguity. Throughout this lesson, you will learn the exact vocabulary and notation needed to describe any rigid motion so that someone else could reproduce it perfectly.

Core Principles & Definitions

A rigid motion (also called an isometry) is a transformation that preserves distances and angle measures. The image — the figure after the transformation — is always congruent to the pre-image. There are exactly four types of rigid motions in a plane, and every one of them can be described with a specific set of parameters.

1

Translation

A slide that moves every point the same distance in the same direction. Described by a direction vector ⟨a, b⟩.
2

Rotation

A turn around a fixed point. Described by a center of rotation, an angle of rotation, and a direction (clockwise or counterclockwise).
3

Reflection

A flip across a line. Described by a line of reflection. Every point and its image are equidistant from this line.
4

Glide Reflection

A translation followed by a reflection across a line parallel to the translation direction. Described by both the vector and the line.
KEY TAKEAWAY
Think of transformations like giving driving directions. Saying "go that way" is useless, but saying "drive 3 miles north, then turn left 90°" is precise enough for anyone to follow. In geometry, specifying a vector, a center and angle, or a line of reflection serves the same purpose — it makes the motion completely reproducible.

Visual Explanation — The Four Rigid Motions

Each quadrant shows one rigid motion. Solid outlines are pre-images, and dashed outlines are images. Notice how the translation slides without turning, the rotation turns around a fixed center, the reflection flips across a line, and the glide reflection combines a slide with a flip.

The diagram above is your roadmap for the entire lesson. Every rigid motion preserves the triangle's side lengths and angle measures, so the pre-image and image are always congruent. What changes is the figure's position and, in some cases, its orientation (the "handedness" of the figure). Translations and rotations preserve orientation, while reflections and glide reflections reverse it.

Mathematical Framework

Each transformation can be expressed as a coordinate rule that maps a point (x, y) to a new point (x′, y′). These rules let you compute exact image coordinates and write precise transformation descriptions.

TRANSLATION
T⟨a,b⟩ : (x, y) → (x + a, y + b)
The vector ⟨a, b⟩ gives the horizontal shift a and vertical shift b. Positive a = right; positive b = up.
ROTATION ABOUT THE ORIGIN (COUNTERCLOCKWISE)
R₉₀° : (x, y) → (−y, x) | R₁₈₀° : (x, y) → (−x, −y) | R₂₇₀° : (x, y) → (y, −x)
For rotations about a point other than the origin, first translate the center to the origin, apply the rotation, then translate back.
REFLECTION
rₓ₋ₐₓᵢₛ : (x, y) → (x, −y) | r_y₋ₐₓᵢₛ : (x, y) → (−x, y) | r_{y=x} : (x, y) → (y, x)
Each reflection rule depends on the line of reflection. For the line y = −x, the rule is (x, y) → (−y, −x).
GLIDE REFLECTION
G = r_ℓ ∘ T⟨a,b⟩ : apply T⟨a,b⟩ first, then reflect across ℓ
The translation vector must be parallel to the line of reflection ℓ. The order (translate then reflect) always yields the same result as reflecting then translating by the same vector along ℓ.
📐 Important Notation
When describing a transformation in words, always state: (1) the type of transformation, (2) the defining parameters (vector, center/angle/direction, or line), and (3) the mapping of at least one key point to verify. For example: "Reflect triangle ABC across the line y = 1; A(2, 4) maps to A′(2, −2)."

Classifying Transformations — Orientation & Fixed Points

One of the most powerful ways to identify a transformation is to check two things: does it preserve orientation (the clockwise or counterclockwise labeling order of vertices), and does it have any fixed points (points that stay in place)? The answers immediately narrow down which type of rigid motion occurred.

This flowchart helps you identify which rigid motion maps a pre-image to an image. Start at the top: check orientation, then check for fixed points or a fixed line.
Summary of properties for each rigid motion
TransformationOrientationFixed PointsParameters Needed
TranslationPreservedNoneDirection vector ⟨a, b⟩
RotationPreservedCenter of rotationCenter, angle, direction (CW/CCW)
ReflectionReversedAll points on the line of reflectionLine of reflection (equation or description)
Glide ReflectionReversedNoneTranslation vector + line of reflection

Worked Example — Describing a Transformation

Triangle ABC has vertices A(1, 3), B(4, 3), and C(4, 7). Triangle A′B′C′ has vertices A′(−3, 1), B′(−3, 4), and C′(−7, 4). Describe the single transformation that maps △ABC to △A′B′C′.

Identifying & Describing the Transformation
1
Step 1 — Check OrientationList the vertices of △ABC in order: A(1, 3) → B(4, 3) → C(4, 7). Walking this path, the interior is on the left, so the labeling is counterclockwise. Now check △A′B′C′: A′(−3, 1) → B′(−3, 4) → C′(−7, 4). The interior is again on the left, so the labeling is also counterclockwise.
Orientation is preserved → either a translation or a rotation.
2
Step 2 — Check for Fixed PointsCompare each vertex to its image: A(1, 3) ≠ A′(−3, 1), B(4, 3) ≠ B′(−3, 4), C(4, 7) ≠ C′(−7, 4). None of the given points stayed in place. However, a rotation has exactly one fixed point (the center), which might not be a vertex. Let's check whether a translation works first.
3
Step 3 — Test for TranslationIf this were a translation, every point would shift by the same vector. Compute the vector from A to A′: ⟨−3 − 1, 1 − 3⟩ = ⟨−4, −2⟩. Compute from B to B′: ⟨−3 − 4, 4 − 3⟩ = ⟨−7, 1⟩. The vectors are different.
Not a translation → must be a rotation.
4
Step 4 — Determine the RotationTry the common rotations about the origin. For a 90° counterclockwise rotation: (x, y) → (−y, x). Apply to A(1, 3): (−3, 1) ✓. Apply to B(4, 3): (−3, 4) ✓. Apply to C(4, 7): (−7, 4) ✓. All three vertices match.
The transformation is a 90° counterclockwise rotation about the origin.
5
Step 5 — Write the Precise DescriptionA complete description includes the type, center, angle, and direction.
△ABC is mapped to △A′B′C′ by a 90° counterclockwise rotation about the origin (0, 0).

Comparing Transformations — Strengths & Common Errors

Students often confuse transformations or describe them incompletely. The table below highlights what each description requires and common mistakes to watch out for.

Checklist and pitfalls for describing each transformation
TransformationComplete Description IncludesCommon Mistake
TranslationDirection vector ⟨a, b⟩ (or "5 units left and 2 units up")Saying "moved right" without specifying the exact distance
RotationCenter point, angle in degrees, direction (CW or CCW)Forgetting the center or omitting the direction of rotation
ReflectionEquation or clear description of the line of reflectionSaying "flipped" without naming the mirror line
Glide ReflectionTranslation vector (parallel to line) and line of reflectionConfusing it with a simple reflection or giving a vector not parallel to the line
KEY TAKEAWAY
A description of a transformation is only complete when it includes enough information for someone to reproduce the exact mapping without seeing the original diagram. Think of it like a recipe: listing "flour" isn't enough — you need "2 cups of all-purpose flour." Specify every parameter.

Connection to Advanced Topics

In this course, you work with individual rigid motions. In more advanced geometry and algebra courses, you will encounter compositions of transformations (applying two or more motions in sequence) and transformation matrices (representing each motion as a matrix multiplication). Both ideas build directly on the precise descriptions you are learning now.

How this lesson connects to more advanced geometry and linear algebra
This Course (Math 1)Future Courses
Describe a single transformation in words and coordinates.Compose transformations (e.g., a reflection followed by another reflection equals a rotation).
Use coordinate rules like (x, y) → (−y, x).Represent each rule as a 2×2 matrix and multiply matrices to compose transformations.
Recognize that rigid motions preserve distance.Prove congruence theorems using the definition of congruence via isometries.
Identify symmetry in a single figure.Classify all 17 wallpaper groups using combinations of these four rigid motions.

Every one of those advanced ideas relies on being able to describe a single transformation with precision. The vocabulary and notation you practice here will follow you through proofs, computer graphics, physics (where rotations describe angular motion), and even art and architecture.

Practice Problems

PROBLEM 1CONCEPTUAL
A figure is transformed so that every vertex maps to a new location, but the labeling order of the vertices switches from counterclockwise to clockwise. Which types of rigid motion could this be? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
Point P(3, −2) is translated by the vector ⟨−5, 4⟩. What are the coordinates of P′? Write a complete sentence describing the translation.
PROBLEM 3INTERMEDIATE
Triangle DEF has vertices D(0, 0), E(4, 0), and F(4, 3). After a transformation, the image is D′(0, 0), E′(0, 4), and F′(−3, 4). Identify the transformation and describe it precisely.
PROBLEM 4APPLIED
A graphic designer creates a repeating footprint pattern along a sidewalk. Each left footprint is followed by a right footprint that appears shifted forward and flipped. The left foot at position (2, 1) maps to the right foot at (2, −3), and the translation component is along the x-axis. Identify the transformation, give the translation vector and the line of reflection, and explain why this is not just a simple reflection.
PROBLEM 5CRITICAL THINKING
Prove or disprove: If a rigid motion has no fixed points and preserves orientation, it must be a translation. Support your answer by considering all four types of rigid motions.

Lesson Summary

Every rigid motion in the plane is one of four types. A translation slides every point by a vector ⟨a, b⟩. A rotation turns every point around a specified center by a given angle and direction. A reflection flips every point across a line so that each point and its image are equidistant from that line. A glide reflection combines a translation parallel to a line with a reflection across that line.

To describe any transformation precisely, state the type of motion and all required parameters (vector, center/angle/direction, or line of reflection). Check whether orientation is preserved or reversed and whether fixed points exist to quickly narrow down the transformation type. A complete description should allow anyone to reproduce the exact mapping without seeing the original figure.

Varsity Tutors • Math 1 • Describing Transformations