Distance Formula: The distance between two points (x₁, y₁) and (x₂, y₂) on the coordinate plane is d = √[(x₂ - x₁)² + (y₂ - y₁)²]. This formula is derived from the Pythagorean theorem.
- Identify the coordinates: (x₁, y₁) and (x₂, y₂)
- Subtract the x-coordinates: (x₂ - x₁)
- Subtract the y-coordinates: (y₂ - y₁)
- Square both differences
- Add the squared differences
- Take the square root of the sum
Point A: (x₁, y₁) = (2, 3)
Point B: (x₂, y₂) = (6, 7)
x₂ - x₁ = 6 - 2 = 4
y₂ - y₁ = 7 - 3 = 4
(x₂ - x₁)² = 4² = 16
(y₂ - y₁)² = 4² = 16
16 + 16 = 32
d = √32 ≈ 5.66 units
The distance between points A(2, 3) and B(6, 7) is approximately 5.66 units.
• Distance Formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
• Order Matters: Subtract consistently (always 2nd - 1st)
• Pythagorean Connection: Distance formula is based on the Pythagorean theorem
Handling Negative Coordinates: When using the distance formula with negative coordinates, remember that subtracting a negative number is equivalent to adding its positive value. The squaring operation eliminates negative signs.
Point C: (x₁, y₁) = (-3, 4)
Point D: (x₂, y₂) = (2, -1)
x₂ - x₁ = 2 - (-3) = 2 + 3 = 5
y₂ - y₁ = -1 - 4 = -5
(x₂ - x₁)² = 5² = 25
(y₂ - y₁)² = (-5)² = 25
25 + 25 = 50
d = √50 ≈ 7.07 units
The distance between points C(-3, 4) and D(2, -1) is approximately 7.07 units.
• Subtracting Negatives: a - (-b) = a + b
• Squaring Eliminates Signs: (-x)² = x²
• Distance is Always Positive: The square root of a positive number is positive
Horizontal Line Distance: When two points have the same y-coordinate, they lie on a horizontal line. The distance is simply the absolute difference of their x-coordinates: |x₂ - x₁|.
Point E: (x₁, y₁) = (4, 5)
Point F: (x₂, y₂) = (-2, 5)
y₁ = y₂ = 5, so points are on a horizontal line
x₂ - x₁ = -2 - 4 = -6
y₂ - y₁ = 5 - 5 = 0
d = √[(-6)² + (0)²] = √[36 + 0] = √36 = 6 units
For horizontal lines: d = |x₂ - x₁| = |-2 - 4| = |-6| = 6 units
The distance between points E(4, 5) and F(-2, 5) is 6 units.
• Horizontal Line: When y₁ = y₂, distance = |x₂ - x₁|
• Vertical Line: When x₁ = x₂, distance = |y₂ - y₁|
• Shortcut Verification: The general formula confirms the shortcut
Distance: The length of the shortest path between two points, measured in linear units.
Coordinate Plane: A two-dimensional surface formed by the intersection of two perpendicular number lines.
Pythagorean Theorem: In a right triangle, a² + b² = c², where a and b are the legs and c is the hypotenuse.
Horizontal Line: A line parallel to the x-axis where all points have the same y-coordinate.
Vertical Line: A line parallel to the y-axis where all points have the same x-coordinate.
- Identify coordinates: Determine (x₁, y₁) and (x₂, y₂)
- Calculate differences: Find (x₂ - x₁) and (y₂ - y₁)
- Square differences: Calculate (x₂ - x₁)² and (y₂ - y₁)²
- Sum squares: Add the squared differences
- Take square root: Find √[sum of squares]
- Round if needed: Round to the required precision
Real-World Application: The distance formula can be used to calculate actual distances between locations when coordinates represent physical positions.
d = √[(7-1)² + (8-2)²] = √[6² + 6²] = √[36 + 36] = √72 ≈ 8.49 units
Distance = 8.49 units × 100 meters/unit = 849 meters
Distance = 849 meters ÷ 1000 = 0.849 km ≈ 0.85 km
Sarah and Tom are approximately 0.85 kilometers apart.
• Distance Formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
• Unit Conversion: 1 km = 1000 m
• Scale Factor: Multiply coordinate distance by real-world scale
Pythagorean Theorem Verification: For a right triangle with sides a, b, and hypotenuse c, the relationship a² + b² = c² must hold true.
PQ = √[(3-0)² + (4-0)²] = √[9 + 16] = √25 = 5
QR = √[(0-3)² + (8-4)²] = √[9 + 16] = √25 = 5
PR = √[(0-0)² + (8-0)²] = √[0 + 64] = √64 = 8
Check if (PQ)² + (QR)² = (PR)²
5² + 5² = 25 + 25 = 50
8² = 64
Since 50 ≠ 64, these points do not form a right triangle.
Actually, let's check if the longest side is the hypotenuse:
Let's verify: (PQ)² + (QR)² = 25 + 25 = 50 and (PR)² = 64
Since 50 ≠ 64, it's not a right triangle with PR as hypotenuse.
But 5² + 5² = 50 and 8² = 64, so 5² + 5² + 14 = 8², showing it's close to a right triangle but not exact.
Points P(0, 0), Q(3, 4), and R(0, 8) do not form a right triangle since 5² + 5² ≠ 8².
• Distance Formula: Calculate all three side lengths
• Pythagorean Theorem: a² + b² = c² for right triangles
• Verification: Check if the equation holds true
Distance Formula: A mathematical formula derived from the Pythagorean theorem that calculates the distance between any two points in a coordinate plane. It represents the length of the straight line connecting two points.
Pythagorean Theorem: The foundation of the distance formula, stating that in a right triangle, the square of the hypotenuse equals the sum of the squares of the other two sides.
Euclidean Distance: The "as-the-crow-flies" distance between two points in Euclidean space.
- Identify coordinates: Determine the exact coordinates of both points
- Organize values: Assign coordinates to x₁, y₁, x₂, y₂ consistently
- Calculate differences: Find horizontal and vertical distances
- Apply formula: Square differences, sum them, then take square root
- Simplify: Calculate the final distance value
- Verify: Check that the result makes sense in context
• Symmetry: d(A,B) = d(B,A) - distance is the same in both directions
• Non-negativity: d ≥ 0 - distance is always positive or zero
• Zero Distance: d(A,B) = 0 if and only if A and B are the same point
• Triangle Inequality: d(A,C) ≤ d(A,B) + d(B,C) for any three points
• Horizontal Distance: When y₁ = y₂, d = |x₂ - x₁|
• Vertical Distance: When x₁ = x₂, d = |y₂ - y₁|
• Pythagorean Foundation: Based on a² + b² = c² where a and b are coordinate differences
Δx = 0: (0,0) to (0,3), (0,0) to (0,6), (0,0) to (0,9)
Δy = 0: (0,0) to (3,0), (0,0) to (6,0), (0,0) to (9,0)
Equal differences: (0,0) to (3,3), (0,0) to (4,4), (0,0) to (5,5)
Analysis: The chart shows how distance varies with coordinate differences.
- Vertical/horizontal distances grow linearly with coordinate differences
- Diagonal distances grow with the square root of the sum of squares
- This demonstrates the relationship in the distance formula