Coordinate Plane: Distance and Midpoint
Use the Distance Formula and Midpoint Formula to measure length and find center points between two coordinates β essential tools for mapping, navigation, and geometry proofs.
GPS calculates your straight-line distance from a destination using the Distance Formula. Delivery apps find the midpoint between two locations for optimal warehouse placement. Game developers compute distances between characters to trigger events. Architects use midpoints to find the center of walls and openings. These two formulas β derived directly from the Pythagorean Theorem β are the bridge between algebra and geometry in coordinate space.
- Apply the Distance Formula to find the straight-line distance between any two points
- Apply the Midpoint Formula to find the exact center between two points
- Understand why the Distance Formula is just the Pythagorean Theorem in disguise
Any two points form the hypotenuse of an invisible right triangle. The legs are the horizontal change \(|x_2-x_1|\) and vertical change \(|y_2-y_1|\). Apply the Pythagorean Theorem:
\[ d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} \]The Midpoint Formula simply averages both coordinates β it finds the point exactly halfway between the two endpoints in both the x and y directions.
Distance and Midpoint β Points A(1,2) and B(7,6)
The hidden right triangle has legs of 6 (horizontal) and 4 (vertical).
Find the distance between P(3, 4) and Q(9, 12).
\[ d = \sqrt{(9-3)^2 + (12-4)^2} = \sqrt{36+64} = \sqrt{100} = 10 \]The distance is 10 units β this is a 6-8-10 Pythagorean triple, scaled from 3-4-5.
Segment AB has endpoints A(β2, 5) and B(6, β1). Find the midpoint M. Then find the distance from A to M and confirm it equals half the total AB distance.
- Midpoint: \(M = \left(\frac{-2+6}{2}, \frac{5+(-1)}{2}\right) = (2, 2)\)
- Distance AB: \(d = \sqrt{(6-(-2))^2+(-1-5)^2} = \sqrt{64+36} = \sqrt{100} = 10\)
- Distance AM: \(d = \sqrt{(2-(-2))^2+(2-5)^2} = \sqrt{16+9} = \sqrt{25} = 5\)
- Confirm: AM = 5 = 10/2 β β the midpoint bisects AB exactly.
Two fire stations are located at coordinates (2, 8) and (10, 4) on a grid map (each unit = 1 km). Where should a new fire equipment depot be placed to be equidistant from both stations?
\[ M = \left(\frac{2+10}{2}, \frac{8+4}{2}\right) = (6, 6) \]The depot should be placed at coordinate (6, 6), exactly 5 km from each station (verify: \(\sqrt{(6-2)^2+(6-8)^2} = \sqrt{16+4} = \sqrt{20} \approx 4.47\) km).
- Find the distance between (0, 0) and (5, 12).
- Find the midpoint of the segment with endpoints (β4, 3) and (2, β7).
- A segment has midpoint (3, 5) and one endpoint (1, 2). Find the other endpoint.
βΆ Show Answers
- \(\sqrt{25+144} = \sqrt{169} =\) 13 (a 5-12-13 triple).
- \(\left(\frac{-4+2}{2}, \frac{3+(-7)}{2}\right) =\) (β1, β2).
- If midpoint = (3,5) and one point = (1,2): \(\frac{1+x_2}{2}=3 \to x_2=5\); \(\frac{2+y_2}{2}=5 \to y_2=8\). Other endpoint: (5, 8).
- Forgetting to square root at the end: \(d^2 = 100\) means \(d = 10\), not \(d = 100\).
- Subtracting instead of averaging in the midpoint formula: The midpoint uses \(\frac{x_1+x_2}{2}\) (add, then divide) β not the difference.
- Negative coordinates causing sign errors: When computing \((x_2-x_1)^2\), the sign inside doesn't matter since it's squared. But be careful with arithmetic: \((β3β5)^2 = (β8)^2 = 64\), not β64.
- Distance Formula = Pythagorean Theorem applied to coordinate differences: \(d = \sqrt{\Delta x^2 + \Delta y^2}\).
- Midpoint Formula averages the x-coordinates and averages the y-coordinates: \(M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)\).
- Midpoints bisect segments β each half is equal in length.
- Recognize triples: 3-4-5, 5-12-13, 6-8-10 appear often in coordinate problems.
Geographic Information System (GIS) analysts calculate distances between locations constantly β determining service areas, optimizing routes, and placing facilities. Urban planners use midpoints to find equidistant community center locations. Every mapping application β from Google Maps to emergency dispatch systems β relies on the Distance Formula extended to geographic coordinates (latitude/longitude).
Calculator Connection
The Distance Formula Calculator (2D) finds the exact distance between any two coordinate points with step-by-step work. The Midpoint Formula Calculator computes the exact center point between any two coordinates.
Try it with the Calculator
Apply what you've learned with these tools.
Coordinate Plane: Distance and Midpoint β Quiz
5 questions per attempt Β· Intermediate Β· Pass at 70%
Start Quiz β