Loading…

Locus Equation Generator [perpendicular Bisector]

Math Geometry • Analytical and Advanced Geometry (capstone)

View all topics

Perpendicular Bisector Locus Calculator – Equation from Points

Enter two points \(A(x_1,y_1)\) and \(B(x_2,y_2)\). This tool builds the perpendicular bisector: the locus of all points equidistant from \(A\) and \(B\). It computes the midpoint, handles vertical/horizontal segments correctly, outputs multiple equation forms, and draws the segment and its locus line.

Inputs accept 1e-3, pi, e, sqrt(2), sin(), cos(), tan(), ln(), log(), abs(). Use * for multiplication.

Input points

If \(A=B\), the perpendicular bisector is not defined (infinitely many lines pass through the midpoint).
View & output options

Drag to pan • wheel/trackpad to zoom • double-click “Reset view” to refit. Units are square.

Ready
Construction view (interactive)

Segment \(AB\) is solid, midpoint \(M\) is highlighted, and the perpendicular bisector (locus) is dashed.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

Why is the perpendicular bisector a locus?

It is the set of all points P such that PA = PB. That equidistance condition defines the entire line.

What happens if A and B are the same point?

If A = B, the segment has zero length and there is no unique perpendicular bisector; infinitely many lines pass through that point.

Why do the squared terms cancel in the equidistance equation?

Expanding (x-x1)^2+(y-y1)^2 and (x-x2)^2+(y-y2)^2 produces x^2 and y^2 on both sides, so they cancel, leaving a linear equation.

How do you handle vertical and horizontal segments?

If AB is vertical (x1 = x2), the bisector is horizontal y = yM. If AB is horizontal (y1 = y2), the bisector is vertical x = xM.