Pure · Coordinate geometry
1 / 10
Parallel and perpendicular lines
Parallel lines share a gradient; perpendicular gradients multiply to −1 (the negative reciprocal). Using both — and the perpendicular bisector of a segment — to find equations of lines.
Pure · Coordinate geometry
Parallel and perpendicular lines
Parallel lines share a gradient; perpendicular gradients multiply to −1 (the negative reciprocal). Using both — and the perpendicular bisector of a segment — to find equations of lines.
Why it works
Two lines are parallel when they have the same gradient — same steepness, never meeting. So to build a line parallel to a given one, lift its gradient straight off and pair it with the new point.Two lines are perpendicular when their gradients multiply to : That second form, the negative reciprocal, is the one you use in practice: flip it and change the sign — both steps. The reason is geometric: rotate a gradient triangle by and its rise and run swap roles while one of them reverses direction, so becomes . The two slips that hide here are doing only one step. For the perpendicular gradient is ; writing (flipped but not negated) or (negated but not flipped) is wrong. Always check the product comes to : . ✓
The one exception is a horizontal or vertical line. A horizontal line () and a vertical line (gradient undefined) are perpendicular, but you can't get there through "" because you'd divide by zero — recognise the case and write or directly.
A perpendicular bisector of a segment combines both ideas: it cuts in half at right angles, so it (1) passes through the midpoint of and (2) has gradient the negative reciprocal of 's gradient. Every point on it is equidistant from and — which is exactly why it's the key to finding the centre of a circle later.