8th Grade Mathematics • Geometry

Transformations on the Coordinate Plane

Learn how translations, reflections, rotations, and dilations move and resize shapes—using coordinates to track every point.

Where Did Transformations Come From?

People have been moving shapes around for thousands of years—think of tile patterns on ancient temple floors, or the repeating designs on a quilt. But it wasn't until mathematicians created the coordinate plane (that grid with an x-axis and y-axis) that we could describe those moves with numbers. Here's a quick look at the key moments.

~300 BCE
The Greek mathematician Euclid wrote Elements, laying out rules about congruent (same-size) shapes. He described motions like sliding and flipping, but he had no coordinate system—everything was done with drawings and logic.
1637
René Descartes published a method that linked algebra and geometry. He invented the coordinate plane (sometimes called the Cartesian plane after him), letting us label every point with an (x, y) pair.
1800s
Mathematicians like August Möbius and Felix Klein began studying geometry through transformations. Klein's famous "Erlangen Program" (1872) said that geometry is really about understanding which properties stay the same when you transform a shape.
Today
Transformations are everywhere—from video game graphics and animation software to architecture and robotics. Every time you zoom, drag, or rotate an image on your phone, the device is running coordinate transformation rules behind the scenes.

So the big question this lesson answers is: how do we use coordinate rules to describe exactly what happens to a shape when we slide it, flip it, spin it, or resize it?

The Four Transformations

A transformation is a rule that takes every point of a shape and moves it to a new location. In this lesson we study four types. The first three—translations, reflections, and rotations—produce a shape that is the exact same size and shape as the original. We call those rigid motions (or isometries). The fourth, dilation, changes the size but keeps the shape. Let's meet them.

1

Translation (Slide)

Every point moves the same distance in the same direction. The shape doesn't turn or flip—it just slides to a new spot, like dragging a sticker across a page.
2

Reflection (Flip)

The shape is flipped over a line (called the line of reflection). It's like looking in a mirror—left and right swap, but the size stays the same.
3

Rotation (Turn)

The shape spins around a fixed point (the center of rotation) by a certain number of degrees. Think of spinning a pinwheel.
4

Dilation (Resize)

The shape gets bigger or smaller from a center point but keeps its proportions. A scale factor greater than 1 enlarges; between 0 and 1 shrinks.
Key Takeaway
Think of a photo on your phone. Dragging it is a translation. Flipping it for a selfie is a reflection. Rotating it sideways is a rotation. Pinching to zoom in or out is a dilation. Each action follows a specific coordinate rule, and that's what we're about to learn.

Seeing Transformations on the Coordinate Plane

The diagram below shows one triangle going through all four transformations. Study each colored shape and pay attention to how the coordinates change. The original triangle (in cyan) has vertices at A(1, 1), B(4, 1), and C(2, 4).

A triangle shown with its translated (violet) and reflected (pink) images on the coordinate plane.

In the diagram, the cyan triangle is the original. The violet dashed triangle shows a translation—every vertex moved 5 units left and 3 units down. The pink dashed triangle shows a reflection over the y-axis—the x-coordinates flipped sign while the y-coordinates stayed the same. Notice that both new triangles are the same size and shape as the original. That's because translations and reflections are rigid motions.

The Coordinate Rules

Here's the exciting part: each transformation has a coordinate rule—a formula you can apply to any point (x, y) to find where it lands. Let's go through each one.

Translation Rule
(x, y) → (x + a, y + b)
"a" is how far you slide left/right, and "b" is how far you slide up/down. Positive = right or up. Negative = left or down.

For example, a translation of (−3, 5) means slide every point 3 units left and 5 units up. If a vertex is at (2, 1), it moves to (2 + (−3), 1 + 5) = (−1, 6). Every point shifts by the exact same amounts, so the shape doesn't change at all.

Reflection Rules (Common Lines)
Over x-axis: (x, y) → (x, −y) Over y-axis: (x, y) → (−x, y) Over y = x: (x, y) → (y, x)
The coordinate that is perpendicular to the mirror line changes sign (or swaps).

When you reflect over the x-axis, the y-coordinate flips sign because the point jumps to the other side of the horizontal line. Over the y-axis, the x-coordinate flips. Over the line y = x, the two coordinates swap places.

Rotation Rules (About the Origin)
90° CCW: (x, y) → (−y, x) 180°: (x, y) → (−x, −y) 270° CCW (= 90° CW): (x, y) → (y, −x)
CCW = counterclockwise. These rules assume the center of rotation is the origin (0, 0).

A 90° counterclockwise rotation about the origin sends (3, 2) to (−2, 3). You negate the old y-value and swap positions. A 180° rotation negates both coordinates—it's like doing two 90° turns in a row.

Dilation Rule (Center at Origin)
(x, y) → (k × x, k × y)
"k" is the scale factor. If k > 1 the shape grows. If 0 < k < 1 the shape shrinks. If k is negative the shape also flips.

With a scale factor of k = 2, the point (3, 1) becomes (6, 2). Every distance from the origin doubles. The shape looks the same but is twice as big. A factor of k = ½ would cut each coordinate in half, shrinking the shape to half its size.

Rotation & Dilation — A Closer Look

Rotations and dilations can be tricky because they change coordinates in less obvious ways than sliding or flipping. The diagram below focuses on a 90° counterclockwise rotation and a dilation with scale factor 2, both centered at the origin.

A square shown with its 90° CCW rotation (amber) and dilation by factor 2 (emerald) on the coordinate plane.

Look at the amber (rotated) square. Each vertex followed the rule (x, y) → (−y, x). For instance, the original vertex (3, 1) became (−1, 3)—you negate the y-value to get the new x, and the old x becomes the new y. The whole square spun 90° counterclockwise but stayed the same size.

Now look at the green (dilated) square. With a scale factor of 2, every coordinate doubled. The side length went from 2 units to 4 units. The shape is still a square, but it's bigger and farther from the origin. That's why dilation is not a rigid motion—it changes the size.

Key Takeaway
Think of the origin as a spotlight on a wall. A rotation spins the shadow around the light. A dilation moves the wall closer (shrink) or farther away (enlarge). In both cases, the rules tell you exactly how each (x, y) coordinate transforms.

Worked Example

Let's walk through a complete problem step by step.

Reflect then Translate a Triangle
1
ProblemTriangle DEF has vertices D(2, 3), E(5, 3), and F(5, 7). First, reflect it over the x-axis. Then translate the result 4 units to the left. What are the final coordinates?
2
Step 1 — Reflect Over the x-axisThe rule for reflecting over the x-axis is (x, y) → (x, −y). Just flip the sign of each y-coordinate.
D(2, 3) → D′(2, −3) E(5, 3) → E′(5, −3) F(5, 7) → F′(5, −7). After the reflection, the triangle is now below the x-axis.
3
Step 2 — Translate 4 Units Left"4 units left" means we subtract 4 from every x-coordinate. The rule is (x, y) → (x − 4, y). We apply this to the reflected points.
D′(2, −3) → D″(−2, −3) E′(5, −3) → E″(1, −3) F′(5, −7) → F″(1, −7)
4
Step 3 — State the Final AnswerThe final vertices are D″(−2, −3), E″(1, −3), and F″(1, −7). The triangle is still the same size and shape as the original because both a reflection and a translation are rigid motions. Only the position and orientation changed.

Comparing the Four Transformations

Which transformations keep size the same? Which keep orientation? This table gives you a side-by-side look.

PropertyTranslationReflectionRotationDilation
Size preserved?✅ Yes✅ Yes✅ Yes❌ No (unless k = 1)
Shape preserved?✅ Yes✅ Yes✅ Yes✅ Yes
Angle measures preserved?✅ Yes✅ Yes✅ Yes✅ Yes
Orientation preserved?✅ Yes❌ No (flipped)✅ Yes✅ Yes
Rigid motion?✅ Yes✅ Yes✅ Yes❌ No
Produces congruent figure?✅ Yes✅ Yes✅ Yes❌ No (similar)
Coordinate rule (common form)(x+a, y+b)(x, −y) or (−x, y)(−y, x) for 90° CCW(kx, ky)

Notice that reflection is the only rigid motion that reverses the orientation. That means if the original triangle's vertices went in a clockwise order, the reflected triangle's vertices go in a counterclockwise order. A good way to remember this: when you look at your reflection in a mirror, the text on your shirt appears backwards—that's reversed orientation!

Key Takeaway
Translations, reflections, and rotations are like moving a puzzle piece around the table—it's still the same piece (congruent). Dilation is like printing the puzzle piece at a different size—it looks the same but isn't the same size (similar).

Where Does This Lead?

The transformation rules you've learned here are the foundation for some powerful ideas in higher math. In high school geometry, you'll use sequences of transformations to prove that two shapes are congruent or similar. Instead of measuring every side and angle, you can show there is a series of translations, rotations, reflections, and/or dilations that maps one shape perfectly onto the other.

What You Learned NowWhere It Goes Next
Coordinate rules for single transformationsComposing (combining) multiple transformations in sequence
Rigid motions produce congruent figuresFormal congruence proofs using transformations
Dilations produce similar figuresProving triangles are similar; using similarity in real-world scale models
Rotations about the originRotation matrices in linear algebra (high school & college)
Reflections over axes and y = xSymmetry groups, used in art, chemistry, and physics

In algebra, you'll see transformations applied to graphs of functions—shifting a parabola up (translation), flipping it upside down (reflection), or stretching it (dilation). The same vocabulary and logic carry over directly.

Practice Problems

PROBLEM 1CONCEPTUAL
A triangle is translated 6 units to the right and 2 units down. Does the size or shape of the triangle change? Does its orientation change? Explain.
PROBLEM 2BASIC CALCULATION
Point P has coordinates (−3, 5). What are its coordinates after a reflection over the y-axis?
PROBLEM 3INTERMEDIATE
Square ABCD has vertices A(1, 2), B(4, 2), C(4, 5), and D(1, 5). Rotate the square 90° counterclockwise about the origin. List all four new vertices.
PROBLEM 4APPLIED / MULTI-STEP
An architect designs a window shaped like triangle GHI with vertices G(0, 0), H(6, 0), and I(3, 8). She wants to create a smaller model at half the size (scale factor ½) centered at the origin, and then move it 10 units to the right. What are the final vertices of the model?
PROBLEM 5CHALLENGE
Maria claims that reflecting a shape over the x-axis and then reflecting it again over the y-axis gives the same result as a 180° rotation about the origin. Is she correct? Test her claim using the point (a, b) and show your reasoning with coordinate rules.

Putting It All Together

In this lesson you learned how to describe four types of transformations using coordinate rules. A translation slides every point by (a, b), giving the rule (x, y) → (x + a, y + b). A reflection flips a figure across a line—over the x-axis uses (x, −y), over the y-axis uses (−x, y), and over y = x uses (y, x). A rotation turns a figure around the origin—90° counterclockwise sends (x, y) to (−y, x), and 180° sends it to (−x, −y). A dilation scales a figure by a factor k, sending (x, y) to (k × x, k × y).

The first three transformations are rigid motions, meaning they produce congruent figures—same size and same shape. Dilation, on the other hand, changes the size, producing similar figures. Reflections are the only rigid motion that reverses orientation. By combining these rules, you can describe complex movements of shapes on the coordinate plane and even prove that two figures are congruent or similar—a skill you'll use again and again in geometry and beyond.

Varsity Tutors • 8th Grade Mathematics (Common Core) • Transformations on the Coordinate Plane