Fatskills
Practice. Master. Repeat.
Study Guide: Mathematics (Coordinate Geometry) Grade 9 Distance Between Two Points
Source: https://www.fatskills.com/9th-grade-math/chapter/mathematics-coordinate-geometry-grade-9-distance-between-two-points

Mathematics (Coordinate Geometry) Grade 9 Distance Between Two Points

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

Grade 9 Mathematics: Distance Between Two Points



1. The Driving Question

If you’re playing Pokémon GO and your phone says the next Pikachu is 300 meters away, but the map shows it’s 2 blocks north and 1 block east, how does the game actually calculate that straight-line distance? And why can’t you just add the two numbers together like you would for walking the blocks?


2. The Core Idea — Built, Not Listed

Imagine you’re standing at the corner of 5th Avenue and Main Street in a city where every block is exactly 100 meters long. Your friend is at 7th Avenue and 3rd Street—two blocks east and two blocks north of you. If you could fly straight to them (ignoring buildings), how far would you travel?

You can’t just add 2 blocks + 2 blocks = 4 blocks, because that’s the distance if you walked the streets. Instead, you’re cutting across a right triangle where the two legs are the east-west and north-south distances. The straight-line distance is the hypotenuse of that triangle. The Pythagorean theorem—a² + b² = c²—gives you the exact length: √(200² + 200²) = √80,000 ≈ 283 meters.

Now, on a coordinate plane, points work the same way. If Point A is at (x₁, y₁) and Point B is at (x₂, y₂), the horizontal distance is (x₂ – x₁) and the vertical distance is (y₂ – y₁). The straight-line distance is the hypotenuse of the right triangle formed by those two legs. That’s the distance formula: d = √[(x₂ – x₁)² + (y₂ – y₁)²].

Key Vocabulary:
- Coordinate plane: A flat grid where every point is defined by an (x, y) pair, like a map with streets and avenues.
Example: On a video game minimap, your character’s position might be (45, -12), meaning 45 units right and 12 units down from the center.
Note (Grades 11–12+): In linear algebra, the coordinate plane becomes a "vector space," and distance generalizes to higher dimensions (e.g., 3D space for video game physics).


  • Hypotenuse: The longest side of a right triangle, opposite the right angle.
    Example: If you stretch a string from the top of a 3-foot ladder leaning against a 4-foot wall, the string is the hypotenuse (5 feet long).
    Note: In trigonometry, the hypotenuse is key to defining sine and cosine.

  • Absolute value: The distance a number is from zero on the number line, always positive.
    Example: The temperature change from -5°F to 10°F is |10 – (-5)| = 15°F, not 5°F.
    Note: In calculus, absolute value functions create "V-shaped" graphs and are used in optimization problems.

  • Square root: The number that, when multiplied by itself, gives the original number.
    Example: If a square garden has an area of 49 m², each side is √49 = 7 meters.
    Note: In advanced math, square roots extend to complex numbers (e.g., √(-1) = i).


3. Assessment Translation

How This Appears on Tests:
- Multiple Choice: Questions often give two points (e.g., (3, -2) and (7, 6)) and ask for the distance, with distractors like: - Forgetting to square the differences (e.g., √[(7–3) + (6–(-2))] = √18).
- Mixing up x and y (e.g., √[(6–(-2))² + (7–3)²]).
- Dropping the square root (e.g., (7–3)² + (6–(-2))² = 80).
- Short Answer: "Find the distance between (-1, 5) and (4, -3). Show your work." Proficient responses include: - Correct setup of the formula.
- Proper handling of negative numbers (e.g., 5 – (-3) = 8).
- Simplifying the square root (e.g., √90 = 3√10).
- Word Problems: Real-world scenarios (e.g., "A drone flies from (2, 3) to (10, 9). How far does it travel?"). Proficient responses: - Identify the points from the context.
- Apply the formula correctly.
- Include units (e.g., "meters").

Model Proficient Response (Short Answer):
Prompt: Find the distance between (-2, 7) and (5, -1).
Response: 1. Identify the points: (x₁, y₁) = (-2, 7), (x₂, y₂) = (5, -1).
2. Calculate differences: x₂ – x₁ = 5 – (-2) = 7; y₂ – y₁ = -1 – 7 = -8.
3. Plug into formula: d = √(7² + (-8)²) = √(49 + 64) = √113.
4. Simplify: √113 cannot be simplified further.
Answer: The distance is √113 units.

SAT/ACT Note: Distance formula questions appear in the Heart of Algebra section. The SAT often embeds them in word problems (e.g., "A line segment connects (a, b) and (c, d); what is its length?"). The ACT may ask for the distance between a point and a line (requiring perpendicular slopes).


4. Mistake Taxonomy

Mistake 1: Forgetting to Square the Differences
Prompt: Find the distance between (1, 4) and (5, 1).
Common Wrong Response: d = (5–1) + (1–4) = 4 + (-3) = 1.
Why It Loses Credit: The student added the differences instead of squaring them. The distance formula requires squared differences to form the hypotenuse.
Correct Approach: 1. Calculate differences: 5–1 = 4; 1–4 = -3.
2. Square them: 4² = 16; (-3)² = 9.
3. Add and take the square root: √(16 + 9) = √25 = 5.

Mistake 2: Mixing Up x and y Coordinates
Prompt: Find the distance between (3, 8) and (6, 2).
Common Wrong Response: d = √[(8–2)² + (3–6)²] = √(36 + 9) = √45 = 3√5.
Why It Loses Credit: The student swapped the x and y differences. The formula is √[(x₂–x₁)² + (y₂–y₁)²], not √[(y₂–y₁)² + (x₂–x₁)²] (though the result is the same, this error often leads to sign mistakes).
Correct Approach: 1. Identify (x₁, y₁) = (3, 8) and (x₂, y₂) = (6, 2).
2. Calculate: x₂–x₁ = 6–3 = 3; y₂–y₁ = 2–8 = -6.
3. Plug in: √(3² + (-6)²) = √(9 + 36) = √45 = 3√5.

Mistake 3: Dropping the Square Root
Prompt: A robot moves from (0, 0) to (6, 8). How far does it travel? Common Wrong Response: (6–0)² + (8–0)² = 36 + 64 = 100.
Why It Loses Credit: The student stopped at the sum of squares, forgetting to take the square root. The distance is √100 = 10, not 100.
Correct Approach: 1. Calculate differences: 6–0 = 6; 8–0 = 8.
2. Square and add: 6² + 8² = 36 + 64 = 100.
3. Take the square root: √100 = 10.


5. Connection Layer

  1. Within Math: Distance formula → Midpoint formula.
    Why: The midpoint of a segment is the average of the x-coordinates and y-coordinates of its endpoints. Understanding distance (which uses differences) makes it clearer why midpoint uses sums (e.g., midpoint of (x₁, y₁) and (x₂, y₂) is [(x₁+x₂)/2, (y₁+y₂)/2]).

  2. Across Subjects: Distance formula → Physics (kinematics).
    Why: In physics, the displacement of an object moving in 2D (e.g., a boat crossing a river) is calculated using the same Pythagorean logic. The "distance" is the magnitude of the displacement vector.

  3. Outside School: Distance formula → GPS navigation.
    Why: Your phone’s GPS calculates your location by measuring distances to multiple satellites. The math behind it? Triangulation using the distance formula in 3D space (adding a z-coordinate for altitude). Next time your map says "1 mile away," you’ll know it’s solving √[(x₂–x₁)² + (y₂–y₁)² + (z₂–z₁)²].


6. The Stretch Question

If you plot the points (0, 0), (3, 4), and (6, 0) on a coordinate plane, they form a triangle. Without calculating, can you prove that this triangle is a right triangle? Then, use the distance formula to confirm your answer.

Pointer Toward the Answer: - A right triangle satisfies the Pythagorean theorem. The longest side (hypotenuse) should be opposite the right angle.
- Visually, the points (0, 0) and (6, 0) lie on the x-axis, and (3, 4) is above the midpoint. This suggests the right angle is at (3, 4).
- To confirm, calculate the distances between all three points and check if a² + b² = c² holds for any combination. The surprise? The distances form a 3-4-5 triangle, scaled up by a factor of 2.



ADVERTISEMENT