Intersections, collinear points and perpendicular bisectors
Where two lines cross
- Two non-parallel lines meet at a single point of intersection — the that satisfies both equations at once.
- Solve the two equations simultaneously: set them equal (if both are ), solve for , then substitute back for .
- The point of intersection lies on both lines, so it works in either equation — use the other one to check.
Testing whether points are collinear
- Collinear points all lie on one straight line.
- Points are collinear when the gradient between each pair is the same. Find for two of the pairs (sharing a common point) and compare.
- Equal gradients through a shared point ⇒ collinear; different gradients ⇒ they form a triangle.
The perpendicular bisector
- The perpendicular bisector of a segment is the line that cuts in half and crosses it at a right angle.
- Every point on it is the same distance from as from — useful for "equidistant" problems (e.g. the fairest place to build between two towns).
- Build it in two steps:
- Midpoint of — the point it must pass through.
- Negative reciprocal of the gradient of — its gradient.
- Then use point–gradient form with that midpoint and gradient.
Two straight paths follow the lines and . Find where they cross.
Step 1 — Set the equations equal
At the crossing point the -values match:
Step 2 — Solve for
Step 3 — Substitute back for and check
The paths cross at . Check in the other line: ✓.
A reserve is to be sited so it is equally far from two schools at and — that is, on the perpendicular bisector of . Find its equation.
Step 1 — Midpoint of (a point on the bisector)
Step 2 — Gradient of , then its negative reciprocal
Step 3 — Point–gradient form through
The perpendicular bisector is . Any point on it is equidistant from both schools.
Test yourself
Practice by grade
One question each at Achieved, Merit and Excellence. Have a go, then compare with the model answer.
Achieved
Find where the lines and intersect.
Merit
Find the equation of the perpendicular bisector of the segment joining and .
Excellence
A triangle has vertices , and . Find the equation of the line through perpendicular to (the altitude from ), and determine the point where this altitude meets .