Rigid Transformations- Types, Rules, and Examples
What Are Rigid Transformations?
A rigid transformation is a movement of a shape that keeps its size and shape exactly the same. The figure might end up somewhere else, pointing a different direction, or mirroredβbut nothing stretches, squishes, or distorts.
In geometry, these matter because they prove congruence. If you can map one shape onto another using only rigid transformations, those shapes are congruent. That's it. No tricks.
There are exactly four types. Memorize them:
- Translation
- Rotation
- Reflection
- Glide Reflection
1. Translation (Sliding)
Translation slides every point of a shape the same distance in the same direction. The shape doesn't rotate. It doesn't flip. It just moves.
Rule for Translation
Add the same values to every coordinate. If a point is at (x, y) and you translate by (a, b), the new point is (x + a, y + b).
Translation Example
Take point A at (2, 3). Translate by (4, -1).
New point: (2 + 4, 3 + (-1)) = (6, 2)
That's the entire process. Pick your translation vector, add it to every point, done.
2. Rotation (Turning)
Rotation spins a shape around a fixed point. That point can be the origin, a vertex, or anywhere else. You need an angle of rotation and a center of rotation.
Rule for Rotation Around the Origin
Standard rotations use these formulas:
- 90Β° counterclockwise: (x, y) β (-y, x)
- 180Β°: (x, y) β (-x, -y)
- 270Β° counterclockwise (or 90Β° clockwise): (x, y) β (y, -x)
Rotation Example
Rotate point B at (3, 1) by 90Β° counterclockwise around the origin.
New point: (-1, 3)
Clockwise vs counterclockwise matters. Get this wrong, you get the wrong answer.
3. Reflection (Flipping)
Reflection flips a shape over a line. That line is the line of reflection. Every point on the original shape has a matching point on the other side at the same distance from the line.
Rules for Reflection
- 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)
- Over the line y = -x: (x, y) β (-y, -x)
Reflection Example
Reflect point C at (4, 2) over the y-axis.
New point: (-4, 2)
The x-value changes sign. The y-value stays the same.
4. Glide Reflection
A glide reflection is a reflection followed by a translation, or a translation followed by a reflection. The translation happens parallel to the line of reflection.
This one shows up less often in basic geometry but appears in tessellations and pattern work. It's just two operations combined.
Glide Reflection Example
Reflect point D at (1, 4) over the x-axis, then translate by (3, 0).
After reflection: (1, -4)
After translation: (4, -4)
Quick Comparison: Rigid Transformation Types
| Type | What It Does | What Changes | Key Input |
|---|---|---|---|
| Translation | Slides the shape | Position only | Translation vector (a, b) |
| Rotation | Turns the shape | Position, orientation | Angle, center point |
| Reflection | Flips the shape | Orientation (reversed) | Line of reflection |
| Glide Reflection | Reflects then slides | Position, orientation | Line + vector |
What Stays the Same
After any rigid transformation:
- Side lengths β exact same
- Angle measures β exact same
- Parallel lines β stay parallel
- Perimeter and area β exact same
If any of these change, it's not a rigid transformation. Something got distorted.
How to Perform Rigid Transformations: Step-by-Step
Here's how to work through any transformation problem:
Step 1: Identify the Type
Look for keywords. "Slide" or "shift" means translation. "Turn" or "rotate" means rotation. "Flip" or "mirror" means reflection.
Step 2: Find Your Reference Point or Line
Translations need a vector. Rotations need a center and angle. Reflections need a line. Without this, you can't solve anything.
Step 3: Apply the Rule to Each Point
One point at a time. Plug x and y into the formula. Don't skip points.
Step 4: Plot the New Shape
Connect the transformed points in the same order as the original. Verify the shape looks right.
Step 5: Check Preservation
Confirm distances and angles stayed intact. If they didn't, you made an error.
Practical Example: Transform a Triangle
You have triangle with vertices at A(1, 1), B(4, 1), C(2, 4).
Task: Translate by (3, 2), then reflect over the x-axis.
After Translation
- A: (1+3, 1+2) = (4, 3)
- B: (4+3, 1+2) = (7, 3)
- C: (2+3, 4+2) = (5, 6)
After Reflection Over X-Axis
- A: (4, -3)
- B: (7, -3)
- C: (5, -6)
Final vertices: A'(4, -3), B'(7, -3), C'(5, -6)
That's the complete process. Two operations, two steps, same method.
Where These Show Up
Rigid transformations aren't just textbook material:
- Computer graphics β moving and rotating objects in games and design
- Robotics β calculating arm movements and positioning
- Architecture β symmetrical design elements
- Art and patterns β tessellations use glide reflections
The Bottom Line
Four transformations. Four sets of rules. That's the entire topic. Memorize the coordinate rules for the common cases (90Β°, 180Β°, axis reflections). Practice applying them to multiple points. The rest is just repetition.