IB Maths AI HLGeometry ToolkitPaper 1 & 25-step procedure~9 min read
Perpendicular Bisectors
The perpendicular bisector of a line segment cuts it in half at a right angle — and it has a powerful geometric meaning: every point on it is equidistant from the two endpoints. Finding its equation combines all three coordinate-geometry formulas into a clean 5-step procedure.
📘 What you need to know
Definition: the perpendicular bisector of [AB] is the line that passes through the midpoint of [AB] at a right angle to [AB].
Equidistance property: every point on the perpendicular bisector of [AB] is the same distance from A as it is from B.
Perpendicular gradient rule: if a line has gradient m, then a perpendicular line has gradient m⊥ = −1/m.
5-step procedure: midpoint → gradient of AB → perpendicular gradient → equation through midpoint → rearrange.
Special cases: if AB is horizontal, the perp bisector is vertical (x = midpoint’s x); if AB is vertical, the perp bisector is horizontal.
Forms of the answer: y = mx + c or ax + by + d = 0. Both are in the formula booklet; the exam may specify which.
The 5-step procedure
To find the equation of the perpendicular bisector of [AB]: first compute the midpoint — the perp bisector must pass through it. Next compute the gradient of AB. Flip it and change sign to get the perpendicular gradient. Use the point-slope form y − y1 = m(x − x1) with the midpoint coordinates and the perpendicular gradient. Finally rearrange to whatever form the question asks for. The whole procedure is mechanical — the only place errors creep in is arithmetic with negatives, especially when flipping the gradient.
The perpendicular bisector of [AB] passes through the midpoint at a right angle. Every point on it (like P) is equidistant from A and B.
Perpendicular gradient rulem⊥ = −1/m · point-slope form: y − y1 = m(x − x1)
use the midpoint as (x1, y1) and the perpendicular gradient as m
The equidistance property
The geometric heart of the perpendicular bisector is that it’s exactly the locus (set of points) equidistant from two given points. This is what makes perpendicular bisectors show up in applied problems: drawing a boundary between two cell towers where signal strengths are equal, finding the location for a fire station equidistant from two towns, or locating the circumcentre of a triangle (the point equidistant from all three vertices, where any two perpendicular bisectors intersect). To check whether a point lies on the bisector, you can either substitute into the bisector’s equation or just compute the two distances and compare.
Equidistance test: to find the perpendicular bisector without using gradients, set up the equation |PA|2 = |PB|2 for a general point P(x, y), then expand and simplify. The squared distances ensure you keep the equation polynomial and the squares of x and y cancel, leaving a linear equation — exactly the perpendicular bisector.
🧭 Recipe — perpendicular bisector of [AB]
Midpoint: M = ((x1+x2)/2, (y1+y2)/2).
Gradient of AB: m = (y2−y1)/(x2−x1).
Perpendicular gradient: m⊥ = −1/m (flip and change sign).
Equation through midpoint: y − My = m⊥(x − Mx).
Rearrange to y = mx + c or ax + by + d = 0 as requested.
Worked examples
WE 1
Standard perpendicular bisector in y = mx + c form
Points P(2, 1) and Q(8, 5). Find the equation of the perpendicular bisector of [PQ] in the form y = mx + c.
Given A(1, 4) and B(7, 2): (a) Find the perpendicular bisector of [AB]. (b) Verify that P(5, 6) lies on this bisector. (c) Show that P is equidistant from A and B.
A triangle has vertices A(0, 0), B(6, 0), and C(0, 8). The circumcentre is the point equidistant from all three vertices. Find it by intersecting the perpendicular bisectors of two sides.
perp bisector of [AB]midpoint (3, 0); AB horizontal → perp is verticalx = 3perp bisector of [AC]midpoint (0, 4); AC vertical → perp is horizontaly = 4intersectcircumcentre = (3, 4)verify equidistanceto A: √(9+16) = √25 = 5to B: √(9+16) = 5to C: √(9+16) = 5all distances = 5 ✓(3, 4, 5) Pythagorean triple shows up nicely.
WE 5
Applied: cell-tower equidistance boundary
Two cell towers stand at A(−2, 3) and B(8, 1) (coordinates in km). Engineers want the boundary between cells — the locus of points equidistant from both towers. Find its equation in the form ax + by + d = 0.
the boundary IS the perpendicular bisector of [AB]Step 1: midpointM = ((−2+8)/2, (3+1)/2) = (3, 2)Step 2: gradient ABm = (1−3)/(8−(−2)) = −2/10 = −1/5Step 3: perp gradientm⊥ = 5Step 4: equation through My − 2 = 5(x − 3)y = 5x − 135x − y − 13 = 0
WE 6
Reverse: find an unknown coordinate
Given A(2, 4) and B(6, 10). A point P(k, 9) lies on the perpendicular bisector of [AB]. Find k.