Equidistant in Geometry — Meaning, Formula, Examples

#Geometry
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.
BT
Bhanzu TeamLast updated on June 24, 20269 min read

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 $P$ is the same distance from point $A$ as it is from point $B$, then $P$ is equidistant from $A$ and $B$ — 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(x_1, y_1)$ and $B(x_2, y_2)$:

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

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

To prove $P$ is equidistant from $A$ and $B$, 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. The farmhouse-and-well problem from the opening has not one fair spot but a whole line of them, and that line is the perpendicular bisector of the segment joining the houses.

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.

  • Circles. A circle is, by definition, the set of all points equidistant from a fixed center. That equal distance is the radius. Equidistance is the definition of a circle.

  • The incenter of a triangle. The point equidistant from the three sides — found where the angle bisectors meet. (See the angle bisector theorem.)

  • The circumcenter of a triangle. The point equidistant from the three vertices — found where the perpendicular bisectors meet.

  • Parallel lines. Two parallel lines stay a constant perpendicular distance apart, so every point on one is equidistant from the other.

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

The examples move from checking equidistance, to finding an equidistant point, to a real layout problem.

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, $P$ is equidistant from $A$ and $B$. (In fact $P$ 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.

A tempting shortcut is to subtract the coordinates to find the middle — treating "halfway" like a difference. Try it: $\frac{6 - (-2)}{2} = 4$ for $x$. But check it against $A$: a point at $x = 4$ is much closer to $B$ than to $A$, so that can't be the midpoint. Subtracting gives a gap, not a center.

The midpoint averages the coordinates:

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

  2. $M_y = \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}$. The midpoint averages, never subtracts.

Example 3

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

Use the midpoint formula on the $y$-coordinate, since $h$ sits there.

  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.

A point on the y-axis has the form $P(0, y)$. Set $PA = PB$, and since both are square roots, square both sides to drop the radicals.

  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 $A$ and $B$.

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. $\text{center}_x = \dfrac{2 + (-6)}{2} = \dfrac{-4}{2} = -2$

  2. $\text{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?

Equidistant from two points means on their perpendicular bisector. For $A$ and $B$ on the x-axis, the perpendicular bisector is the vertical line through their midpoint.

  1. Midpoint of $AB$: $\left(\dfrac{0+8}{2}, 0\right) = (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. The perpendicular bisector turned "fair to both schools" into one exact buildable point.

Why Equidistance Matters

"Fairness, in geometry, is just equal distance made precise."

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

  • It's how we site things fairly. A facility meant to serve two or more locations equally — a fire station, a relay tower, a shared well — sits at an equidistant point. The perpendicular bisector is the tool that finds it.

  • It defines the circle and the triangle centers. A circle is defined as the equidistant set around a center. The incenter, circumcenter, and the inscribed and circumscribed circles all exist because of equidistance. Remove the idea and a surprising amount of geometry has nothing to stand on.

  • It powers GPS. A GPS receiver finds your position by intersecting spheres of equal distance from each satellite. Equidistant surfaces, meeting at a point — that's your location. Without the geometry of equidistance, there are no maps that know where you are.

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 $\frac{x_2 - x_1}{2}$ to locate the middle.

The correct way: The midpoint averages: $\frac{x_1 + x_2}{2}$. Subtraction gives half the gap, not the central point. The rusher reaches for subtraction because "distance" primes them to subtract — but a center is an average, not a difference.

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 (or from the sides of a shape).

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 — the shortest path, meeting the line at a right angle. This is exactly why the incenter (equidistant from the three sides) is built from angle bisectors and perpendicular distances, not straight lines to the corners. Confusing point-distance with line-distance is what makes students mix up the incenter and circumcenter.

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 — there are infinitely many, forming a whole line. The midpoint is just the one that also lies on the segment. The silent understander often finds the midpoint and stops, not realising the question may want the full set.

Conclusion

  • Equidistant means at an equal distance from two or more points, lines, or objects.

  • Test it with the distance formula $d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}$; the midpoint averages coordinates.

  • The perpendicular bisector of a segment is the complete set of points equidistant from its endpoints.

  • Distance to a point is straight; distance to a line is the perpendicular drop.

  • Equidistance defines the circle and underlies the incenter, circumcenter, and GPS.

A Practical Next Step

Practice these problems to solidify your understanding. Take any two points on graph paper, find their midpoint, then plot two more points above and below it that are also equidistant from the originals — you'll see the perpendicular bisector appear under your pencil.

Want a live Bhanzu trainer to walk through more equidistant problems? Book a free demo class.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is equidistant in geometry?
A point is equidistant from two or more objects when it is the same distance from each. For two points $A$ and $B$, a point $P$ is equidistant when $PA = PB$.
How do you find a point equidistant from two points?
Any point on the perpendicular bisector of the segment joining them works. The simplest is the midpoint, found by averaging the coordinates: $\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right)$.
Is the midpoint always equidistant from the two endpoints?
Yes. By definition it sits exactly halfway, so its distance to each endpoint is equal. But it is not the only equidistant point — the whole perpendicular bisector qualifies.
What is the difference between equidistant from points and from lines?
Distance to a point is measured straight to it. Distance to a line is measured along the perpendicular — the shortest path that meets the line at a right angle.
What shape is the set of points equidistant from a single point?
A circle. A circle is defined as all points at an equal distance (the radius) from a fixed center, so equidistance is the very definition of a circle.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →