Distance Formula Word Problems- Step-by-Step Solutions

What the Distance Formula Actually Is

The distance formula comes straight from the Pythagorean theorem. If you have two points on a coordinate plane, the distance between them is:

d = √[(x₂ - x₁)² + (y₂ - y₁)²]

That's it. No shortcuts, no tricks. You find the difference between x-coordinates, square it. Find the difference between y-coordinates, square it. Add them together, take the square root.

Most students forget this formula the moment they walk out of class. Then they panic when word problems show up. The good news: word problems just dress up the same math in story form.

How to Identify a Distance Formula Problem

Watch for these phrases:

If you see two points with coordinates mentioned, or two things moving from different locations, you're looking at a distance formula problem.

Step-by-Step: Solving Distance Formula Word Problems

Step 1: Extract the Points

Pull out the coordinates from the problem. Usually, something like "Point A is at (3, 4) and Point B is at (7, 1)." Label them clearly as (x₁, y₁) and (x₂, y₂).

Step 2: Plug Into the Formula

Substitute your values:

d = √[(7 - 3)² + (1 - 4)²]

Step 3: Do the Math

Work inside the brackets first:

d = √[(4)² + (-3)²]
d = √[16 + 9]
d = √25
d = 5

Always check your work. Negative numbers squared become positive. That's where most mistakes happen.

Practice Problem 1: The Basic Two-Point Problem

Problem: A delivery truck starts at point (2, 5) and drives to a warehouse at point (10, 12). How far does the truck travel?

Solution:

Point 1: (2, 5)
Point 2: (10, 12)

d = √[(10 - 2)² + (12 - 5)²]
d = √[(8)² + (7)²]
d = √[64 + 49]
d = √113
d ≈ 10.63 units

Don't round until the end unless the problem tells you to.

Practice Problem 2: The Round Trip Problem

Problem: A hiker walks from camp at (1, 3) to a waterfall at (4, 7), then returns to camp. What's the total distance?

Solution:

Distance from camp to waterfall:

d = √[(4 - 1)² + (7 - 3)²]
d = √[9 + 16]
d = √25 = 5

Round trip = 5 × 2 = 10 units

The distance back is identical. You don't need to recalculate.

Practice Problem 3: Finding a Midpoint

Sometimes problems ask for the midpoint between two points. That's a different formula:

Midpoint = [(x₁ + x₂)/2, (y₁ + y₂)/2]

Problem: Find the midpoint between (2, 3) and (8, 11).

Solution:

M = [(2 + 8)/2, (3 + 11)/2]
M = [10/2, 14/2]
M = (5, 7)

Common Mistakes to Avoid

Distance vs. Displacement: Know the Difference

Distance is the total path traveled. It always uses the distance formula.

Displacement is the straight line from start to finish. If someone walks in a circle and ends up where they started, their distance is the circle's circumference. Their displacement is zero.

Read the problem carefully. Teachers test this distinction.

Quick Reference Table

ScenarioFormulaOutput
Distance between two pointsd = √[(x₂-x₁)² + (y₂-y₁)²]Positive number
Midpoint between two pointsM = [(x₁+x₂)/2, (y₁+y₂)/2]Point (x, y)
Speed × Timed = r × tDistance traveled
Round trip distanceSingle leg × 2Total distance

Getting Started: Your Action Plan

  1. Write down both coordinate pairs — label them (x₁, y₁) and (x₂, y₂)
  2. Subtract x's and y's — put results in parentheses
  3. Square both differences
  4. Add the squares
  5. Take the square root
  6. Check your signs — negatives become positive after squaring

Practice with five problems tonight. By the third one, it'll click. The formula is mechanical — once you do it twice, it becomes automatic.