Equidistant in Geometry — Meaning, Formula, Examples

Equidistant in Geometry — Meaning, Formula, Examples

TL;DR

Equidistant means being at an equal distance from two or more points, lines, or objects. This article gives the plain meaning, the distance and midpoint formulas that test for it, the role of the perpendicular bisector (every point on it is equidistant from a segment's endpoints), and worked examples — plus where equidistance hides inside circles and triangle centers.

What Does Equidistant Mean?

In geometry, a point is equidistant from two or more objects when the distance from that point to each of them is equal. The objects can be points, lines, or whole shapes. If point PPP is the same distance from point AAA as it is from point BBB, then PPP is equidistant from AAA and BBB — written PA=PB.

The word comes from Latin: aequus ("equal") plus distantia ("distance"). That's the whole idea — equal distance. The distance is always measured the shortest way: point-to-point is a straight segment; point-to-line is the perpendicular drop to that line.

A small but crucial detail: equidistance from points and equidistance from lines are measured differently. From a point, you measure straight to it. From a line, you measure the perpendicular distance — the shortest path, hitting the line at a right angle. Mixing these two up is the single most common source of error, so it's worth fixing now before any formula appears.

How To Test For Equidistance — The Formulas

To check whether a point is equidistant from two other points, you need a way to measure distance. That's the distance formula, built straight from the Pythagorean theorem.

The distance formula. For points A(x1,y1) and B(x2,y2):

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

The variable glossary: x1,y1 are the coordinates of the first point, x2,y2 the second; d is the straight-line distance between them. Where it comes from: the horizontal gap (x2−x1) and vertical gap (y2−y1) are the two legs of a right triangle, and d is the hypotenuse — so d^2 = (x2−x1)^2 + (y2−y1)^2 is just Pythagoras rearranged.

To prove PPP is equidistant from AAA and BBB, compute PA and PB with this formula and check they're equal.

The midpoint formula. The midpoint of segment AB is the most familiar equidistant point — it's exactly halfway:

M = \left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

The midpoint is equidistant from the two endpoints by construction. But — and this matters — it is not the only equidistant point. Every point on the perpendicular bisector shares that property.

Equidistance and the perpendicular bisector

Here is the key theorem of this whole topic: a point is equidistant from the two endpoints of a segment if and only if it lies on the perpendicular bisector of that segment.

This is why the perpendicular bisector matters so much. It isn't just "the line that cuts a segment in half at a right angle" — it's the entire collection of equidistant points.

Two related ideas lean on the same property. A segment bisector cuts a segment into two equal halves (the midpoint is where it crosses); the perpendicular bisector adds the right-angle condition that makes every point on it equidistant. And the angle bisector plays the same role for angles — every point on it is equidistant from the two sides of the angle.

Where equidistance shows up

The same idea wears different costumes across geometry.

Equidistance only makes sense once points share a flat reference — they have to be coplanar (in the same plane) for these 2D distance formulas to apply. In three dimensions the perpendicular bisector becomes a whole plane of equidistant points.

Examples of Equidistant

Example 1

Is the point P(2,3) equidistant from A(0,0) and B(4,6)?

Compute both distances with the distance formula.

  1. PA = \sqrt{(2-0)^2 + (3-0)^2} = \sqrt{4 + 9} = \sqrt{13}

  2. PB = \sqrt{(4-2)^2 + (6-3)^2} = \sqrt{4 + 9} = \sqrt{13}

  3. PA = PB = \sqrt{13}.

Final answer: yes, PPP is equidistant from AAA and BBB. (In fact PPP is the midpoint of AB.)

Example 2

Find the midpoint of A(−2,5) and B(6,1), and confirm it's equidistant from both.

The midpoint averages the coordinates:

  1. Mx = \dfrac{-2 + 6}{2} = \dfrac{4}{2} = 2

  2. My = \dfrac{5 + 1}{2} = \dfrac{6}{2} = 3

  3. M = (2,3).

Confirm equidistance:

  1. MA = \sqrt{(2-(-2))^2 + (3-5)^2} = \sqrt{16 + 4} = \sqrt{20}.

  2. MB = \sqrt{(6-2)^2 + (1-3)^2} = \sqrt{16 + 4} = \sqrt{20}.

Final answer: M = (2,3), with MA = MB = \sqrt{20}.

Example 3

Find the value of h so that A(1,h) has midpoint (3,−2) with B(5,7).

  1. \dfrac{h + 7}{2} = -2.

  2. h + 7 = -4.

  3. h = -11.

Final answer: h = -11.

Example 4

A point on the y-axis is equidistant from A(3,2) and B(−1,4). Find it.

  1. PA^2 = (0-3)^2 + (y-2)^2 = 9 + y^2 - 4y + 4.

  2. PB^2 = (0-(-1))^2 + (y-4)^2 = 1 + y^2 - 8y + 16.

  3. Set equal: 13+y^2−4y=17+y^2−8y.

  4. 13−4y=17−8y.

  5. 4y=4, so y=1.

Final answer: P(0,1) is equidistant from AA and BB.

Example 5

Find the center of a circle whose diameter has endpoints (2,−3) and (−6,5).

The center is equidistant from every point on the circle, including the two diameter endpoints — so it's their midpoint.

  1. center_x = \dfrac{2 + (-6)}{2} = \dfrac{-4}{2} = -2.

  2. center_y = \dfrac{-3 + 5}{2} = \dfrac{2}{2} = 1.

Final answer: center = (-2,1).

Example 6

A town wants an emergency siren equally far from two schools at A(0,0) and B(8,0), and it must sit on the road y=5. Where?

  1. Midpoint of AB = (0+8)/2,0) = (4,0).

  2. The perpendicular bisector is the vertical line x=4.

  3. It meets the road y=5 at the point (4,5).

Final answer: place the siren at (4,5). Check: \sqrt{(4-0)^2 + 5^2} = \sqrt{41} to A, and \sqrt{(4-8)^2 + 5^2} = \sqrt{41} to B — equal.

Why Equidistance Matters

Equidistance is one of those ideas that looks trivial and turns out to be everywhere.

The destination this builds toward: equidistance generalises from points to lines to curves, and the "set of all points equidistant from two things" turns out to trace conic sections — a parabola is the set of points equidistant from a point and a line. The simple idea of equal distance is the seed of a whole branch of geometry.

Where equidistance gets confused

Mistake 1: Subtracting instead of averaging for the midpoint

Where it slips in: Finding the point halfway between two coordinates.

Don't do this: Computing \dfrac{x_2 - x_1}{2} to locate the middle.

The correct way: The midpoint averages: \dfrac{x_1 + x_2}{2}.

Mistake 2: Mixing distance-to-a-point with distance-to-a-line

Where it slips in: Problems asking for a point equidistant from a line.

Don't do this: Measuring to some random point on the line instead of the perpendicular distance.

The correct way: Distance from a point to a line is always the perpendicular drop.

Mistake 3: Thinking only the midpoint is equidistant

Where it slips in: When asked for "a point" equidistant from two given points.

Don't do this: Assuming the midpoint is the only answer.

The correct way: Every point on the perpendicular bisector is equidistant from the two endpoints.

Conclusion