Distance and Midpoint
In Geometry and Trigonometry, one of the most useful skills is finding how far apart two points are and locating the point halfway between them. These ideas show up in maps, computer graphics, navigation, architecture, and physics 📍. In this lesson, students, you will learn how to calculate distance and midpoint in the coordinate plane and understand why these formulas work.
What you will learn
By the end of this lesson, students, you should be able to:
- explain what distance and midpoint mean in geometry,
- use coordinate methods to find the distance between two points,
- find the midpoint of a line segment,
- connect these ideas to vectors and three-dimensional reasoning,
- apply the formulas to real-world situations and exam-style problems.
Distance and midpoint are basic tools, but they are also powerful. If you know two points, you can measure a path, split a segment into equal parts, or check whether a point lies halfway between two others. These ideas are used in IB Mathematics: Applications and Interpretation SL across coordinate geometry, vectors, and modelling.
Distance between two points
Suppose two points are given in the coordinate plane: $A(x_1,y_1)$ and $B(x_2,y_2)$. The distance between them is the length of the line segment joining them. The formula comes from the Pythagorean theorem.
If you move horizontally from one point to the other, the change in $x$ is $x_2-x_1$. If you move vertically, the change in $y$ is $y_2-y_1$. These changes form the two legs of a right triangle. So the distance is
$$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$$
This is one of the most important formulas in coordinate geometry. Notice that the differences are squared, so the distance is always non-negative. Also, the order of the points does not matter, because squaring removes the sign.
Example 1: Finding distance in the plane
Find the distance between $A(2,3)$ and $B(8,7)$.
Using the formula,
$$d=\sqrt{(8-2)^2+(7-3)^2}$$
$$d=\sqrt{6^2+4^2}$$
$$d=\sqrt{36+16}$$
$$d=\sqrt{52}=2\sqrt{13}$$
So the distance is $2\sqrt{13}$ units. If you were measuring the distance between two landmarks on a grid map, this would give the straight-line distance, not the route along roads.
Why the formula matters
The distance formula connects algebra and geometry. Instead of measuring with a ruler, you can calculate exactly using coordinates. This is useful when points are part of a graph, a diagram, or a model built from data. In IB problems, you may need distance to check side lengths of shapes, compare diagonal lengths, or test whether a triangle is isosceles or equilateral.
For example, if two sides of a triangle have equal distances, then the triangle has equal side lengths. This can help you identify shapes from coordinates alone. In real life, engineers and designers use this kind of calculation when working with plans and layouts 📐.
Midpoint of a line segment
The midpoint of a line segment is the point exactly halfway between the endpoints. If the endpoints are $A(x_1,y_1)$ and $B(x_2,y_2)$, then the midpoint is
$$M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)$$
This formula makes sense because the midpoint is found by averaging the $x$-coordinates and averaging the $y$-coordinates separately.
Example 2: Finding a midpoint
Find the midpoint of the segment joining $A(-4,6)$ and $B(10,2)$.
Use the midpoint formula:
$$M=\left(\frac{-4+10}{2},\frac{6+2}{2}\right)$$
$$M=(3,4)$$
So the midpoint is $(3,4)$.
A quick check helps: the horizontal change from $-4$ to $10$ is $14$, and the midpoint is $7$ units from either side. Also, the vertical change from $6$ to $2$ is $-4$, and halfway is $2$ units up or down from the middle value. This confirms that the point lies exactly in the center.
Understanding midpoint in context
Midpoints are useful whenever something needs to be split equally. For example, if a park path joins two entrances and a bench is placed at the midpoint, the bench is equally accessible from both ends. In surveying, the midpoint of two points may represent a central location. In data and modelling, midpoint ideas can also help when finding average position or central tendency in a geometric setting.
In IB Mathematics, the midpoint formula is often used together with distance. If you know the endpoints of a segment, you can find its center. If you know the center and one endpoint, you may be able to find the other endpoint by reversing the formula. This is especially helpful in coordinate geometry questions.
Relationship between distance and midpoint
Distance and midpoint are closely connected. Distance measures how far apart two points are, while midpoint finds the central point between them. Both use coordinates and both help describe line segments precisely.
You can think of them as two parts of the same geometric story:
- distance tells the size of the segment,
- midpoint tells the balance point of the segment.
These ideas are also linked to vectors. If $\vec{a}$ and $\vec{b}$ are position vectors of two points, then the midpoint has position vector
$$\frac{\vec{a}+\vec{b}}{2}$$
This is the vector version of averaging coordinates. The distance between points can also be described using vector difference and magnitude. If the vector from one point to another is $\vec{b}-\vec{a}$, then the distance is the magnitude $|\vec{b}-\vec{a}|$.
This shows that distance and midpoint are not just isolated formulas. They support the broader study of vectors, geometry, and three-dimensional reasoning in the course.
Real-world and applied examples
Example 3: A map problem
A drone flies from point $P(1,1)$ to point $Q(9,5)$ on a grid representing a field. How far does it travel in a straight line, and where is the midpoint of its path?
First, distance:
$$d=\sqrt{(9-1)^2+(5-1)^2}$$
$$d=\sqrt{8^2+4^2}$$
$$d=\sqrt{64+16}$$
$$d=\sqrt{80}=4\sqrt{5}$$
Now midpoint:
$$M=\left(\frac{1+9}{2},\frac{1+5}{2}\right)=(5,3)$$
So the drone travels $4\sqrt{5}$ units, and the midpoint is $(5,3)$. This could represent the point where the drone is exactly halfway through its route.
Example 4: Checking a triangle side
Suppose $A(0,0)$, $B(6,0)$, and $C(3,4)$. To see whether the point $C$ lies above the midpoint of $AB$, first find the midpoint of $AB$:
$$M=\left(\frac{0+6}{2},\frac{0+0}{2}\right)=(3,0)$$
The midpoint is $(3,0)$, and point $C$ is $(3,4)$. Since they have the same $x$-coordinate, $C$ is directly above the midpoint. This kind of reasoning is useful when analysing symmetry and shapes.
Common mistakes to avoid
There are several mistakes students often make with distance and midpoint:
- mixing up the distance formula and midpoint formula,
- forgetting to square both coordinate differences in the distance formula,
- not using brackets correctly with negatives,
- writing the midpoint as a subtraction instead of an average,
- assuming a point is a midpoint without checking both coordinates.
A careful method helps. For distance, always calculate the differences first, then square, add, and square root. For midpoint, always add the coordinates first, then divide each by $2$.
It is also useful to pay attention to units. If the coordinates are in metres, then the distance is in metres. If the graph uses kilometres or centimetres, the answer should use the same unit. This is important in applied mathematics because the interpretation must match the context.
Conclusion
Distance and midpoint are core coordinate geometry skills in IB Mathematics: Applications and Interpretation SL. Distance helps you measure straight-line separation between two points, while midpoint helps you locate the center of a line segment. Both are based on simple coordinate reasoning, but they have many practical uses in maps, design, vector geometry, and three-dimensional work. Mastering these formulas gives you a strong foundation for more advanced geometry and trigonometry topics. With practice, students, you can move confidently between diagrams, coordinates, and algebraic expressions ✨.
Study Notes
- The distance between $A(x_1,y_1)$ and $B(x_2,y_2)$ is
$$d=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}$$
- The midpoint of $A(x_1,y_1)$ and $B(x_2,y_2)$ is
$$M\left(\frac{x_1+x_2}{2},\frac{y_1+y_2}{2}\right)$$
- Distance comes from the Pythagorean theorem.
- Midpoint is found by averaging the coordinates.
- Distance measures how far apart two points are; midpoint shows the exact center.
- The order of points does not affect distance.
- Midpoint and distance are often used together in coordinate geometry problems.
- These ideas connect to vectors, symmetry, shapes, and real-world applications.
- Always include correct units when interpreting answers in context.
- Check your work by reasoning geometrically, not only algebraically.
