Distance And Midpoints
The distance and midpoint formulas are a foundational skill assumed for Queensland Year 11 Mathematical Methods (QCAA). The distance between two points is the length of the interval joining them, and the midpoint is the point halfway along it.
You will find a length using Pythagoras' theorem on the horizontal and vertical gaps, average coordinates to locate a midpoint, and solve for an unknown coordinate — core skills in coordinate geometry.
Every question with a fully worked solution.
- Distance And Midpoints - Video - Find the distance and midpoint between two points Watch
Theory
In Year 11 Mathematical Methods (QCAA), the distance between two points and the midpoint of the interval joining them are the first tools of coordinate geometry. The distance comes from Pythagoras' theorem, \(d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\), and the midpoint is the average of the endpoints, \(M=\left(\dfrac{x_1+x_2}{2},\,\dfrac{y_1+y_2}{2}\right)\). This page shows how to compute both, work in exact surd form, and solve reverse problems.
The distance between \(A(x_1,y_1)\) and \(B(x_2,y_2)\) is the length of the interval \(AB\). Drawing the horizontal and vertical gaps forms a right-angled triangle whose hypotenuse is \(AB\), so Pythagoras' theorem gives the length. The gaps are \(x_2-x_1\) and \(y_2-y_1\); their order does not matter because each is squared.
The midpoint \(M\) of the interval \(AB\) is the point exactly halfway between the two endpoints. Each coordinate of \(M\) is the average of the matching coordinates of \(A\) and \(B\).
For points \(A(x_1,y_1)\) and \(B(x_2,y_2)\), the distance is
and the midpoint is
How to find a distance or a midpoint
- Label the points as \((x_1,y_1)\) and \((x_2,y_2)\) so every substitution is clear.
- For distance, find the gaps \(x_2-x_1\) and \(y_2-y_1\), square each, add them, then take the square root and simplify the surd.
- For a midpoint, average the \(x\)-values and average the \(y\)-values to get \(M\).
Average the \(x\)-coordinates:
| \(\dfrac{x_1+x_2}{2}\) | \(=\) | \(\dfrac{-3+5}{2}\) |
| \(=\) | \(\dfrac{2}{2}\) | |
| \(=\) | \(1\) |
Average the \(y\)-coordinates:
| \(\dfrac{y_1+y_2}{2}\) | \(=\) | \(\dfrac{2+8}{2}\) |
| \(=\) | \(\dfrac{10}{2}\) | |
| \(=\) | \(5\) |
Midpoint: \(M=(1,\,5)\).
Find the two gaps:
| \(x_2-x_1\) | \(=\) | \(7-1=6\) |
| \(y_2-y_1\) | \(=\) | \(10-2=8\) |
Substitute into the distance formula:
| \(d\) | \(=\) | \(\sqrt{6^2+8^2}\) |
| \(=\) | \(\sqrt{36+64}\) | |
| \(=\) | \(\sqrt{100}\) | |
| \(=\) | \(10\) |
Distance: \(AB=10\) units.
Find the two gaps:
| \(x_2-x_1\) | \(=\) | \(4-(-2)=6\) |
| \(y_2-y_1\) | \(=\) | \(5-1=4\) |
Substitute, then simplify the surd:
| \(d\) | \(=\) | \(\sqrt{6^2+4^2}\) |
| \(=\) | \(\sqrt{36+16}\) | |
| \(=\) | \(\sqrt{52}\) | |
| \(=\) | \(\sqrt{4\times 13}\) | |
| \(=\) | \(2\sqrt{13}\) |
Exact distance: \(AB=2\sqrt{13}\) units.
The \(x\)-average equals \(3\):
| \(\dfrac{-2+x}{2}\) | \(=\) | \(3\) |
| \(-2+x\) | \(=\) | \(6\) |
| \(x\) | \(=\) | \(8\) |
The \(y\)-average equals \(-1\):
| \(\dfrac{4+y}{2}\) | \(=\) | \(-1\) |
| \(4+y\) | \(=\) | \(-2\) |
| \(y\) | \(=\) | \(-6\) |
Endpoint: \(B=(8,\,-6)\).
Common pitfalls
Frequently asked questions
What is the distance formula?
For \(A(x_1,y_1)\) and \(B(x_2,y_2)\), \(d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\). It is Pythagoras' theorem applied to the horizontal and vertical gaps.
What is the midpoint formula?
\(M=\left(\dfrac{x_1+x_2}{2},\,\dfrac{y_1+y_2}{2}\right)\) — the average of the two \(x\)-values and the average of the two \(y\)-values.
Does it matter which point I call point one?
For distance, no — each gap is squared, so the order does not change the answer. For a midpoint the addition is symmetric, so order does not matter either.
When should I leave the distance as a surd?
Leave it as an exact simplified surd (for example \(2\sqrt{13}\)) unless the question asks for a decimal, in which case evaluate it and round as instructed.
How do I find an endpoint when I know the midpoint?
Set each midpoint coordinate equal to its average and solve. For example, \(\dfrac{x_1+x}{2}=M_x\) gives \(x=2M_x-x_1\).