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.
- (1, 2) → (4, 0)
- (3, 4) → (6, 2)
- (5, 2) → (8, 0)
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:
- 90° counterclockwise: (x, y) → (-y, x)
- 180°: (x, y) → (-x, -y)
- 270° counterclockwise (or 90° clockwise): (x, y) → (y, -x)
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:
- Over the x-axis: (x, y) → (x, -y)
- Over the y-axis: (x, y) → (-x, y)
- Over the line y = x: (x, y) → (y, x)
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:
- Translate 4 units right: (2, 3) → (6, 3)
- Rotate 90° counterclockwise: (6, 3) → (-3, 6)
- 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.
- Same shape, moved location? → Translation
- Same shape, different orientation? → Rotation or reflection (check if it's a mirror flip)
- Shape changed size? → Dilation
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):
- Translate it 2 units left and 3 units up
- Rotate the result 180° around the origin
- Reflect the result over the y-axis
Step 1 - Translation:
- (1, 1) → (-1, 4)
- (4, 1) → (2, 4)
- (4, 3) → (2, 6)
- (1, 3) → (-1, 6)
Step 2 - 180° Rotation:
- (-1, 4) → (1, -4)
- (2, 4) → (-2, -4)
- (2, 6) → (-2, -6)
- (-1, 6) → (1, -6)
Step 3 - Reflect over y-axis:
- (1, -4) → (-1, -4)
- (-2, -4) → (2, -4)
- (-2, -6) → (2, -6)
- (1, -6) → (-1, -6)
Final vertices: (-1, -4), (2, -4), (2, -6), (-1, -6)
Common Mistakes to Avoid
- Mixing up rotation directions. 90° clockwise is not the same as 90° counterclockwise. Check your signs.
- Forgetting that reflection flips the orientation. A clockwise shape becomes counterclockwise after reflection.
- Applying transformations in the wrong order. Always do them in the sequence given.
- Dilation from the wrong center point. Most problems use the origin, but some don't. Read carefully.
Real-World Applications
Transformations aren't just textbook exercises. They show up everywhere:
- Computer graphics: Moving, rotating, and scaling images and 3D models
- Video game physics: Moving characters and objects around the screen
- Robotics: Calculating arm movements and positions
- CAD software: Designing parts and testing fit
- Image editing: Flipping, rotating, and resizing photos
Any time something moves or changes size on a screen, transformations are doing the math.