Geometric Figure Dilation- A Complete Guide
What Is Dilation in Geometry?
Dilation is a transformation that changes the size of a geometric figure without altering its shape. The figure gets bigger or smaller, but stays proportional. That's it.
Unlike rotation or reflection, dilation actually changes dimensions. A triangle stays a triangle. A square stays a square. But the side lengths multiply by a constant called the scale factor.
The Two Things That Control Every Dilation
Every dilation depends on two parameters:
- Scale factor (k) — the multiplier that determines how much the figure grows or shrinks
- Center of dilation — the fixed point from which all points expand or contract
Miss either one and you're not doing dilation. You're doing something else entirely.
Understanding the Scale Factor
The scale factor is just a number. Here's how it works:
- If k > 1: the figure enlarges (grows bigger)
- If 0 < k < 1: the figure reduces (shrinks)
- If k = 1: nothing changes — the figure maps onto itself
- If k < 0: the figure also flips (reflects through the center point)
Most textbooks stick to positive scale factors. Negative ones exist but you'll rarely see them outside advanced geometry problems.
The Center Point Matters
The center of dilation is your anchor. Every point in the original figure moves along a straight line connecting it to the center. The distance from the center gets multiplied by k.
Common choices for the center:
- The origin (0, 0) — easiest for coordinate geometry
- A vertex of the figure — often used in proofs
- Some arbitrary point — makes calculations messier
Enlargement vs. Reduction: The Key Difference
Students mix these up constantly. Don't be that person.
| Type | Scale Factor | Result | Example |
|---|---|---|---|
| Enlargement | k > 1 | Larger figure | Scale factor 3: 2-unit side becomes 6-unit side |
| Reduction | 0 < k < 1 | Smaller figure | Scale factor 0.5: 8-unit side becomes 4-unit side |
| No change | k = 1 | Identical figure | Every point stays fixed |
The confusion usually happens because people think "big scale factor = big result" without checking whether k is greater than or less than 1. A scale factor of 0.25 produces a much smaller figure than a scale factor of 4, even though 0.25 is technically smaller as a number.
How to Perform Dilation: Step by Step
Let's walk through the process with coordinates. This is the most common way dilation appears in problems.
Method 1: Dilation From the Origin
When the center is at (0, 0), the math is straightforward. Multiply every coordinate by the scale factor.
Formula: (x, y) → (kx, ky)
Example: Dilate point A(3, 4) with scale factor 2 from the origin.
New coordinates: (2 × 3, 2 × 4) = (6, 8)
Distance from origin doubles from 5 to 10. The shape is preserved. ✓
Method 2: Dilation From Any Point
This requires more steps but follows the same logic.
- Find the vector from the center point to your original point
- Multiply that vector by the scale factor
- Add the result back to the center point
Formula: P' = C + k(P - C)
Where C is the center, P is the original point, and P' is the new point.
Example: Dilate point B(6, 8) with scale factor 0.5 from center C(2, 2).
- Vector from C to B: (6-2, 8-2) = (4, 6)
- Multiply by k: (4 × 0.5, 6 × 0.5) = (2, 3)
- Add to center: (2+2, 2+3) = (4, 5)
New point B' is (4, 5). The original point moved closer to the center, which makes sense for a reduction.
Properties That Always Hold True
Dilation preserves certain things and changes others. Know the difference.
- Preserved: Angle measures, parallelism, proportionality of sides, orientation (for positive k)
- Changed: Side lengths, perimeter, area, distance from center
The shape doesn't deform. That's the whole point of calling it a "similarity transformation" — the original and dilated figures are similar by definition.
The Area Problem
Students forget this constantly: area scales by k², not k.
If you dilate a rectangle by scale factor 3, the area becomes 9 times larger (3² = 9). If you dilate by scale factor 0.5, the area becomes 0.25 times the original (0.5² = 0.25).
Perimeter scales by k, just like side lengths.
Common Mistakes That Tank Your Answers
- Forgetting the center — dilation always happens from a specific point. If the problem doesn't specify, assume the origin.
- Confusing the scale factor — a scale factor of 1/2 shrinks the figure, not enlarges it.
- Adding instead of multiplying — you multiply coordinates by k, not add k to them.
- Ignoring negative scale factors — they produce a reflection through the center, which most students overlook.
- Forgetting that dilations create similar figures — if your dilated shape isn't similar to the original, something went wrong.
Quick Reference: Dilation at a Glance
| What You Have | What You Do | Result |
|---|---|---|
| k > 1 | Multiply coordinates by k | Enlarged figure |
| 0 < k < 1 | Multiply coordinates by k | Reduced figure |
| k = 1 | Nothing changes | Identical figure |
| k < 0 | Multiply by k, reflect through center | Flipped and scaled |
When You'll Actually Use This
Dilation isn't just abstract math. It shows up in:
- Photography and optics — lens magnification uses dilation principles
- Architecture and blueprints — scale drawings are dilations of real structures
- Computer graphics — resizing images involves pixel-level dilations
- Map reading — the map scale is essentially a dilation ratio
The concept transfers directly to real-world sizing problems. If a blueprint uses a 1:50 scale, every real-world measurement gets multiplied by 1/50 (or the drawing gets multiplied by 50 to get the real dimensions).
Dilation comes down to this: pick your center, pick your scale factor, multiply distances. Everything else follows from those two choices.