Cambridge IGCSE Mathematics — 0580 Extended
Topic 3.4: Coordinate geometry — Length & Midpoint
Length of a line segment
The distance between \(A(x_1, y_1)\) and \(B(x_2, y_2)\) is the hypotenuse of a right-angled triangle with sides \(\lvert x_2 - x_1\rvert\) and \(\lvert y_2 - y_1\rvert\):
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Method
- Find \(\Delta x = x_2 - x_1\) and \(\Delta y = y_2 - y_1\).
- Square both, add, then take the square root.
- If the result is not a perfect square, leave the answer in surd form (especially on Paper 2).
Find the length of \(AB\) where \(A(2, 1)\) and \(B(5, 3)\).
Paper 2 (non-calculator)
If the number under the root is not a perfect square, leave the answer as a surd (e.g. \(\sqrt{13}\)). Do not invent a decimal approximation unless the question asks for one.
Midpoint of a line segment
The midpoint \(M\) is halfway between \(A\) and \(B\) — average the coordinates:
\[ M = \left( \frac{x_1 + x_2}{2},\; \frac{y_1 + y_2}{2} \right) \]
Method
- Add the \(x\)-coordinates and divide by \(2\).
- Add the \(y\)-coordinates and divide by \(2\).
- Write the answer as an ordered pair \((x, y)\).
Find the midpoint of \(A(1, 2)\) and \(B(5, 8)\).
Try this
\(C(-3, 4)\) and \(D(5, -2)\). Find the length of \(CD\) and the midpoint of \(CD\).
Show answer
-
Differences
\[ \Delta x = 5 - (-3) = 8,\quad \Delta y = -2 - 4 = -6 \] -
Length
\[ d = \sqrt{8^2 + (-6)^2} = \sqrt{64 + 36} = \sqrt{100} = 10 \] -
Midpoint
\[ M = \left(\frac{-3+5}{2},\; \frac{4+(-2)}{2}\right) = (1, 1) \]
0/10