By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
"Imagine you’re planning a road trip—how do you find the shortest route between two cities on a map? Or, in your exam, how do you calculate the exact distance between two points on a coordinate grid? Mastering graph distance problems unlocks real-world navigation AND easy marks on your geometry test!
Before tackling graph distance problems, you must already understand: 1. Plotting points on a coordinate plane – How to read (x, y) coordinates and locate them on a grid. 2. Pythagoras’ Theorem – The formula a² + b² = c² for right-angled triangles. 3. Absolute value – The distance between numbers on a number line, regardless of direction.
If any of these are shaky, review them first—this guide assumes you’re solid on them.
Formula: [ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} ]
Variables: - ( d ) = distance between two points - ( (x_1, y_1) ) = coordinates of the first point - ( (x_2, y_2) ) = coordinates of the second point
Memorise this? ✅ YES – It’s the backbone of graph distance problems.
Formula: - Horizontal distance = ( |x_2 - x_1| ) (absolute value) - Vertical distance = ( |y_2 - y_1| )
When to use: If the points share the same x-coordinate (vertical line) or y-coordinate (horizontal line), skip the distance formula—just subtract!
Example: - Points (5, 2) and (5, 7) → Vertical distance = ( |7 - 2| = 5 ).
Formula: [ \text{Midpoint} = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right) ]
Memorise this? ⚠️ Check your exam sheet – Some exams provide it, others expect you to know it.
Follow these steps exactly for every graph distance problem.
Problem: Find the distance between ( A(3, 4) ) and ( B(7, 1) ).
Step-by-Step Solution: 1. Label: ( A(3, 4) ) → ( (x_1, y_1) ), ( B(7, 1) ) → ( (x_2, y_2) ). 2. No shortcut (points aren’t aligned horizontally/vertically). 3. Plug into formula: [ d = \sqrt{(7 - 3)^2 + (1 - 4)^2} ] 4. Simplify inside the square root: [ d = \sqrt{(4)^2 + (-3)^2} ] [ d = \sqrt{16 + 9} ] 5. Add the squares: [ d = \sqrt{25} ] 6. Take the square root: [ d = 5 ]
Answer: The distance is 5 units.
What we did and why: We used the distance formula because the points weren’t aligned. The key was squaring the differences first, then adding, then taking the square root.
Problem: Find the distance between ( C(-2, -5) ) and ( D(4, 3) ).
Step-by-Step Solution: 1. Label: ( C(-2, -5) ) → ( (x_1, y_1) ), ( D(4, 3) ) → ( (x_2, y_2) ). 2. No shortcut. 3. Plug into formula: [ d = \sqrt{(4 - (-2))^2 + (3 - (-5))^2} ] [ d = \sqrt{(4 + 2)^2 + (3 + 5)^2} ] 4. Simplify inside the square root: [ d = \sqrt{(6)^2 + (8)^2} ] [ d = \sqrt{36 + 64} ] 5. Add the squares: [ d = \sqrt{100} ] 6. Take the square root: [ d = 10 ]
Answer: The distance is 10 units.
What we did and why: Negative coordinates can be tricky—remember to subtract a negative (which becomes addition). The rest follows the same steps as Example 1.
Problem: A treasure map shows a treasure at ( (5, -2) ) and a ship at ( (-3, 4) ). How far is the ship from the treasure? Give your answer to 1 decimal place.
Step-by-Step Solution: 1. Label: Treasure ( (5, -2) ) → ( (x_1, y_1) ), Ship ( (-3, 4) ) → ( (x_2, y_2) ). 2. No shortcut. 3. Plug into formula: [ d = \sqrt{(-3 - 5)^2 + (4 - (-2))^2} ] [ d = \sqrt{(-8)^2 + (6)^2} ] 4. Simplify inside the square root: [ d = \sqrt{64 + 36} ] 5. Add the squares: [ d = \sqrt{100} ] 6. Take the square root: [ d = 10.0 ] (already exact, but problem asks for 1 decimal place)
Answer: The ship is 10.0 units from the treasure.
What we did and why: The problem was "disguised" with a story, but it’s the same math. Always label points first, then apply the formula. The decimal place requirement was a red herring here—10 is already exact.
"Alright, let’s lock this in—tonight or right before your exam. Here’s the no-fail plan for graph distance problems:
That’s it. No tricks, no guesswork. Label, check, plug in, simplify. You’ve got this—now go ace that exam!
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.