Length of a line segment and midpoint
- This whole topic is really just Pythagoras.
- Take two points and join them with a line. From that one line you can find how steep it is, where its middle is, and how long it is. They all come from one right-angled triangle.
Distance is the long side of the triangle (the hypotenuse): . Every “find the length” or “find the distance” part uses this one square root.
Midpoint is just the average of the two points: . There is no square root. For each coordinate, add the two values and halve.
Where the two formulas come from
- Take two points and . The gap across is . The gap up is .
- Those two gaps are the short sides of a right-angled triangle. is the long side. So the length comes from Pythagoras:
The midpoint sits halfway along that long side, so each coordinate is the average of the two ends, with no square root.
Move and below and watch the gradient, midpoint and length change together: the three numbers every question here asks for.
gradient m = 0.7·midpoint (0, 1)·length AB = 7.21
Worked examples
Worked example
is the midpoint of and . Find and
Cambridge Pure Mathematics 1, Worked example 3.1. Read “midpoint = average” as two small equations, one for each coordinate.
- Set the -average equal to : .
- Set the -average equal to : .
- Solve each: , .
Worked example
The distance between and is . Find
Cambridge Pure Mathematics 1, Worked example 3.3. A length with an unknown in it almost always gives a quadratic, and a quadratic usually has two answers.
- Put both points into the distance formula and square both sides at once: .
- Expand and collect — most of the marks are in this step: .
- Divide by 2, then factorise: .
Worked example
Real question: , are ends of a diameter. Find the circle
9709/11 May/June 2020 Q10(a). This uses both formulas at once, which is a common way the diameter idea is tested.
- Centre = midpoint of : .
- Radius = distance from centre to an end; keep it as : .
- Write it straight in centre–radius form (next topic): .
Notice we never took a square root. The circle equation needs , so stopping at 25 is faster and safer.
Equidistant, isosceles, right-angled: same method
How the distance formula answers shape questions
Many marks come from questions that never say the word “distance.” They hide it inside another word:
- Equidistant from two points means two distances are equal. Set and solve. You can square both, so you need no roots.
- Isosceles means two sides have the same length. Work out all three sides and compare them.
- Right-angled means the three squared lengths fit Pythagoras, . A faster way: two gradients multiply to (next topic).
In every case, do the same thing. Work with the squared distance for as long as you can. Only take the square root at the end, and only if the question asks for a length.
Where the marks go
Common mistake
Common mistake
Common mistake
Now you try
The circle has a chord . It meets the positive -axis at and is parallel to the -axis. Find the coordinates of and . (9709/12 Mar 2022 Q8(a))
Your turn— tap to reveal the worked answer (9709/12 Mar 2022 Q8)
is on the -axis, so put : . Take the positive one: .
is horizontal, so also has : , so or .