Complete List of Math Transformations with Examples

What Are Math Transformations?

Math transformations are operations that change a shape's position, size, or orientation on a coordinate plane. They move figures from one place to another, flip them, spin them, or resize them. That's it. No magic, no mystery.

You encounter transformations constantly—video game graphics, architectural blueprints, photo editing apps. They're the math doing the work behind the scenes.

There are four main types you need to know. Each one follows specific rules. Learn these rules, and you can predict exactly where any shape will end up.

The Four Main Types of Transformations

1. Translation (Sliding)

A translation slides every point of a shape the same distance in the same direction. The shape doesn't rotate, flip, or change size. It just moves.

Rule: Add or subtract values to the coordinates. If you translate right, add to x. Translate left, subtract from x. Translate up, add to y. Translate down, subtract from y.

Example: Take a triangle with vertices at (1, 2), (3, 4), and (5, 2). Translate it 3 units right and 2 units down.

The shape looks identical. It's just in a new location.

2. Rotation (Spinning)

A rotation turns a shape around a fixed point, usually the origin (0, 0). You measure rotations in degrees—90°, 180°, or 270° counterclockwise unless specified otherwise.

Rules for rotating around the origin:

Example: Rotate the point (3, 2) by 90° counterclockwise.

(3, 2) → (-2, 3)

The shape keeps its size and shape. Only its direction changes.

3. Reflection (Flipping)

A reflection flips a shape over a line, creating a mirror image. The line of reflection acts like a mirror. Every point on one side has a matching point the same distance on the other side.

Common reflection lines:

Example: Reflect the point (4, 7) over the x-axis.

(4, 7) → (4, -7)

The shape stays the same size. The orientation flips.

4. Dilation (Resizing)

A dilation stretches or shrinks a shape by a scale factor. The shape keeps its proportions, but every distance multiplies by that factor.

Rule: Multiply both coordinates by the scale factor.

Scale factor greater than 1: The shape gets bigger.

Scale factor between 0 and 1: The shape gets smaller.

Scale factor of 1: The shape stays the same.

Example: Dilate the point (2, 5) by a scale factor of 3.

(2, 5) → (6, 15)

The shape's position relative to the origin matters. Dilation happens from the origin unless another center point is specified.

Transformation Rules Quick Reference

Transformation What It Does 90° CW Rule 180° Rule 270° CW Rule
Translation Slides the shape Add to x, subtract from y Add to x, subtract from y Add to x, subtract from y
Rotation Turns the shape (x, y) → (y, -x) (x, y) → (-x, -y) (x, y) → (-y, x)
Reflection Flips the shape Over y-axis: (-x, y) Over origin: (-x, -y) Over x-axis: (x, -y)
Dilation Resizes the shape Multiply both by k Multiply both by k Multiply both by k

Composition of Transformations

You can chain transformations together. Apply one, then another, then another. The order matters—a translation followed by a rotation gives a different result than the rotation first.

Example: Take point (2, 3) and apply these transformations in order:

  1. Translate 4 units right: (2, 3) → (6, 3)
  2. Rotate 90° counterclockwise: (6, 3) → (-3, 6)
  3. Reflect over the y-axis: (-3, 6) → (3, 6)

Final result: (3, 6)

Write transformations in the order you apply them. Read them right to left in function notation if you see that format.

How to Identify a Transformation

Look at the before and after coordinates. Compare them.

Check the x-coordinates and y-coordinates separately. If both change by adding/subtracting the same value, it's a translation. If both get multiplied by the same factor, it's a dilation. If signs flip, look at which ones and how.

Getting Started: Practice Problem

Given a rectangle with vertices at (1, 1), (4, 1), (4, 3), and (1, 3):

  1. Translate it 2 units left and 3 units up
  2. Rotate the result 180° around the origin
  3. Reflect the result over the y-axis

Step 1 - Translation:

Step 2 - 180° Rotation:

Step 3 - Reflect over y-axis:

Final vertices: (-1, -4), (2, -4), (2, -6), (-1, -6)

Common Mistakes to Avoid

Real-World Applications

Transformations aren't just textbook exercises. They show up everywhere:

Any time something moves or changes size on a screen, transformations are doing the math.