Distance Formula

Geometry
process

Also known as: coordinate distance, distance between two points

Grade 9-12

View on concept map

A formula for finding the distance between two points in the coordinate plane, derived directly from the Pythagorean theorem. Fundamental for coordinate geometry, navigation (GPS), computer graphics, and any application that measures distance between locations.

Definition

A formula for finding the distance between two points in the coordinate plane, derived directly from the Pythagorean theorem.

πŸ’‘ Intuition

Imagine two points on a grid. Draw a horizontal line from one and a vertical line from the other to form a right triangle. The horizontal leg is the difference in x-coordinates, the vertical leg is the difference in y-coordinates, and the hypotenuseβ€”the direct distanceβ€”comes from the Pythagorean theorem. The distance formula is just a^2 + b^2 = c^2 in coordinate clothing.

🎯 Core Idea

The distance formula works because any two points on a coordinate plane form the hypotenuse of a right triangle whose legs are the horizontal and vertical distances. Applying the Pythagorean theorem (a^2 + b^2 = c^2) to those legs gives the direct distance.

Example

Distance from (1, 2) to (4, 6): d = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Formula

d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}

Notation

d for distance; (x_1, y_1) and (x_2, y_2) are the two points

🌟 Why It Matters

Fundamental for coordinate geometry, navigation (GPS), computer graphics, and any application that measures distance between locations.

Formal View

d(P_1, P_2) = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} in \mathbb{R}^2; generalization: d(P, Q) = \sqrt{\sum_{i=1}^n (q_i - p_i)^2} in \mathbb{R}^n; derived from the Pythagorean theorem

🚧 Common Stuck Point

The order of subtraction doesn't matter ((x_2 - x_1)^2 = (x_1 - x_2)^2) because squaring eliminates the sign.

⚠️ Common Mistakes

  • Forgetting the square root at the end
  • Subtracting x from y instead of x from x and y from y
  • Not squaring the differences before adding them

Frequently Asked Questions

What is Distance Formula in Math?

A formula for finding the distance between two points in the coordinate plane, derived directly from the Pythagorean theorem.

Why is Distance Formula important?

Fundamental for coordinate geometry, navigation (GPS), computer graphics, and any application that measures distance between locations.

What do students usually get wrong about Distance Formula?

The order of subtraction doesn't matter ((x_2 - x_1)^2 = (x_1 - x_2)^2) because squaring eliminates the sign.

What should I learn before Distance Formula?

Before studying Distance Formula, you should understand: pythagorean theorem, coordinate plane, square roots.

How Distance Formula Connects to Other Ideas

To understand distance formula, you should first be comfortable with pythagorean theorem, coordinate plane and square roots. Once you have a solid grasp of distance formula, you can move on to midpoint formula, coordinate proofs and equation of circle.