How to Dilate a Point on a Graph- Step-by-Step
What Graph Dilation Actually Is
Graph dilation is a transformation that changes the size of a figure while keeping its shape. The figure either grows or shrinks depending on something called the scale factor. That's it. No rotation, no flipping—just resizing from a fixed point called the center of dilation.
Most students encounter this in geometry class, but it shows up in algebra too when you're working with similar figures. The process is straightforward once you understand the formula.
The Dilation Formula You Need to Know
Here's the only formula that matters:
New Point = Center + Scale Factor × (Original Point - Center)
In coordinate form, if your center of dilation is (x₀, y₀), your original point is (x, y), and your scale factor is k, then:
- x' = x₀ + k(x - x₀)
- y' = y₀ + k(y - y₀)
Break this down: you're finding the distance from the center to your point, multiplying that distance by k, then measuring the same direction from the center.
What the Scale Factor Actually Does
- k > 1 — figure enlarges (stretches away from center)
- 0 < k < 1 — figure shrinks (moves closer to center)
- k = 1 — nothing changes, same figure
- k < 0 — same as above but point ends up on the opposite side of the center
Step-by-Step: How to Dilate a Point
Step 1: Identify Your Center of Dilation
The center is your reference point. Every measurement radiates from here. If the problem doesn't specify, the origin (0, 0) is usually the default.
Step 2: Find the Original Coordinates
Write down the point you want to dilate. Label it (x, y).
Step 3: Apply the Scale Factor
Multiply the distance from center to point by your scale factor k. Use the formula:
(x', y') = (x₀ + k(x - x₀), y₀ + k(y - y₀))
Step 4: Plot the New Point
Mark your dilated point on the same graph. Connect it to other transformed points if you're doing a full figure.
Worked Example
Problem: Dilate point (4, 6) with center (2, 2) and scale factor 3.
Solution:
- x₀ = 2, y₀ = 2, x = 4, y = 6, k = 3
- x' = 2 + 3(4 - 2) = 2 + 3(2) = 2 + 6 = 8
- y' = 2 + 3(6 - 2) = 2 + 3(4) = 2 + 12 = 14
Your dilated point is (8, 14). The point moved farther from (2, 2) because k = 3 is greater than 1.
Quick Reference: Dilation at a Glance
| Scale Factor (k) | Effect on Distance | Example (from origin) |
|---|---|---|
| k = 2 | Double the distance | (3, 4) → (6, 8) |
| k = 1/2 | Half the distance | (6, 8) → (3, 4) |
| k = 3 | Triple the distance | (2, 5) → (6, 15) |
| k = -1 | Same distance, opposite side | (3, 4) → (-3, -4) |
Mistakes That Will Mess You Up
- Forgetting to subtract the center — you're measuring from the center, not from the origin. Always subtract x₀ and y₀ first.
- Using the wrong center — if the center isn't (0, 0), you cannot just multiply coordinates by k. The formula changes.
- Confusing dilation with translation — dilation changes distance from a point. Translation slides everything the same direction.
- Negative scale factors — k < 0 flips the point across the center. Don't ignore the sign.
How to Check Your Answer
Measure the distance from the center to your original point, then measure to your dilated point. The ratio should equal your scale factor. If it doesn't, you made an error.
For point (4, 6) dilated to (8, 14) from center (2, 2):
- Distance original: √[(4-2)² + (6-2)²] = √(4+16) = √20 ≈ 4.47
- Distance dilated: √[(8-2)² + (14-2)²] = √(36+144) = √180 ≈ 13.42
- Ratio: 13.42 / 4.47 ≈ 3 ✓
When the Center Is the Origin
If your center is (0, 0), the math simplifies massively. You just multiply each coordinate by k:
(x', y') = (kx, ky)
Point (5, 3) with k = 4 becomes (20, 12). That's why teachers love using the origin—fewer places to make mistakes.
What Comes Next
Once you can dilate single points, dilating entire shapes is just repeating the process for each vertex. Triangle ABC becomes triangle A'B'C' by applying the same scale factor from the same center to every corner point.
That's the whole topic. Practice with a few coordinate pairs, verify your distances, and you'll have it down in under 15 minutes.