Shortest Distances with Planes ✨
In this lesson, students, you will learn how to find the shortest distance from a point to a plane in three-dimensional geometry. This is an important idea in IB Mathematics: Analysis and Approaches HL because it combines vectors, equations of planes, and geometric reasoning. The shortest path is always the one that goes straight at right angles to the plane, which is why the normal vector is so useful. 📐
Objectives
By the end of this lesson, students, you should be able to:
- explain what a plane, a normal vector, and a perpendicular distance are;
- find the distance from a point to a plane using a formula;
- use vector methods to solve shortest-distance problems;
- connect this topic to coordinate geometry and 3D reasoning;
- recognize how shortest distances appear in real situations such as design, navigation, and physics.
1. What is a plane in 3D geometry?
A plane is a flat surface that extends forever in all directions. In three-dimensional coordinate geometry, a plane can be described using an equation such as
$$ax + by + cz = d$$
where $x$, $y$, and $z$ are coordinates of points on the plane, and $a$, $b$, and $c$ are constants. The vector
$$\mathbf{n} = \begin{pmatrix}a\b\c\end{pmatrix}$$
is called a normal vector to the plane because it is perpendicular to every line in the plane that lies in the direction of the surface. This is one of the key ideas in shortest-distance problems.
If you imagine a smooth wall, the normal vector points straight out from the wall. If you want the shortest route from a point to the wall, you do not travel diagonally along the wall. You go straight toward it at $90^\circ$. That shortest route is the perpendicular line. 🚀
For example, if a plane has equation
$$2x - y + 2z = 7,$$
then a normal vector is
$$\mathbf{n} = \begin{pmatrix}2\\-1\\2\end{pmatrix}.$$
This normal vector helps us measure the shortest distance from any point to the plane.
2. The idea of shortest distance from a point to a plane
The shortest distance from a point to a plane is the length of the perpendicular segment joining the point to the plane. If a point lies directly above a flat floor, the shortest distance to the floor is the vertical drop, not a slanted path. The same idea works in 3D geometry.
Suppose the point is $P(x_1, y_1, z_1)$ and the plane is
$$ax + by + cz = d.$$
The distance formula is
$$\text{distance} = \frac{|ax_1 + by_1 + cz_1 - d|}{\sqrt{a^2 + b^2 + c^2}}.$$
This formula is extremely useful because it gives the perpendicular distance directly. The numerator tells us how far the point is from satisfying the plane equation, and the denominator adjusts for the size of the normal vector.
Why does this formula work?
The vector from a point on the plane to $P$ can be split into two parts:
- one part parallel to the plane,
- one part perpendicular to the plane.
Only the perpendicular part contributes to the shortest distance. Since the normal vector is perpendicular to the plane, projecting the point onto the normal direction gives the required distance.
A simple way to remember it is: use the plane equation, substitute the point, take the absolute value, and divide by the length of the normal vector. ✅
3. Worked example: distance from a point to a plane
Find the shortest distance from the point $P(3, 1, 2)$ to the plane
$$2x - y + 2z = 7.$$
Here, $a = 2$, $b = -1$, $c = 2$, and $d = 7$. Substitute the point into the formula:
$$\text{distance} = \frac{|2(3) + (-1)(1) + 2(2) - 7|}{\sqrt{2^2 + (-1)^2 + 2^2}}.$$
Simplify the numerator:
$$|6 - 1 + 4 - 7| = |2| = 2.$$
Simplify the denominator:
$$\sqrt{4 + 1 + 4} = \sqrt{9} = 3.$$
So the shortest distance is
$$\frac{2}{3}.$$
This answer is a length, so it has units if the coordinates are measured in units such as metres or centimetres.
4. Using vectors to justify perpendicular distance
Vector methods are central in IB Mathematics: Analysis and Approaches HL. If $\mathbf{r}$ is a position vector of a general point on the plane, then a plane may be written as
$$\mathbf{n} \cdot (\mathbf{r} - \mathbf{a}) = 0,$$
where $\mathbf{a}$ is the position vector of a known point on the plane and $\mathbf{n}$ is a normal vector.
If $\mathbf{p}$ is the position vector of a point $P$ outside the plane, the vector from the plane to the point is $\mathbf{p} - \mathbf{a}$. The perpendicular distance is the magnitude of the projection of this vector onto $\mathbf{n}$:
$$\text{distance} = \frac{|\mathbf{n} \cdot (\mathbf{p} - \mathbf{a})|}{|\mathbf{n}|}.$$
This is the vector form of the distance formula. It shows why the dot product is useful: it measures how much one vector goes in the direction of another. If the dot product is zero, the vectors are perpendicular.
For example, if
$$\mathbf{n} = \begin{pmatrix}2\\-1\\2\end{pmatrix}, \quad \mathbf{a} = \begin{pmatrix}0\\0\\frac{7}{2}\end{pmatrix}, \quad \mathbf{p} = \begin{pmatrix}3\\1\\2\end{pmatrix},$$
then
$$\mathbf{p} - \mathbf{a} = \begin{pmatrix}3\\1\\-\frac{3}{2}\end{pmatrix}.$$
The dot product gives the signed distance information, and the absolute value gives the actual shortest distance.
5. Common exam-style reasoning
IB questions often ask you to do more than apply a formula. They may ask you to show a line is perpendicular to a plane, find the foot of the perpendicular, or compare distances between objects.
Example: showing a line is perpendicular to a plane
A line with direction vector
$$\mathbf{d} = \begin{pmatrix}2\\-1\\2\end{pmatrix}$$
is perpendicular to the plane
$$2x - y + 2z = 7$$
because its direction vector is parallel to the plane’s normal vector. When a line is perpendicular to a plane, the line’s direction vector must be a scalar multiple of the plane’s normal vector.
Example: finding the foot of the perpendicular
To find the exact point on the plane closest to $P$, you can write a line through $P$ in the direction of the normal vector and find where it meets the plane. If the plane has normal vector $\mathbf{n}$ and the point is $P$, then the perpendicular line is
$$\mathbf{r} = \mathbf{p} + t\mathbf{n}.$$
Substitute this into the plane equation to solve for $t$. Then the intersection point is the foot of the perpendicular. This point gives the shortest route from $P$ to the plane.
This method is useful when a question asks for coordinates, not just the distance.
6. Real-world connections
Shortest distance to a plane appears in many settings. In architecture, a plane may represent a wall or a sloped roof. In engineering, the closest distance from a sensor or moving object to a surface can matter for design and safety. In physics, planes can represent wavefronts or boundaries, and the perpendicular distance helps describe interactions. 📊
For example, a drone flying above a flat rooftop may need to know the shortest distance to avoid collision. The roof can be modeled as a plane, and the drone’s position as a point. The perpendicular distance gives the true separation, not just the slanted distance across space.
This topic also fits into the broader geometry and trigonometry syllabus because it uses:
- equations of lines and planes,
- vectors and the dot product,
- coordinate geometry,
- geometric interpretation of perpendicularity and projection.
Conclusion
The shortest distance from a point to a plane is one of the clearest examples of geometric reasoning in 3D. The key idea is simple: the shortest path is always perpendicular to the plane. In IB Mathematics: Analysis and Approaches HL, you should be comfortable using both the coordinate formula
$$\text{distance} = \frac{|ax_1 + by_1 + cz_1 - d|}{\sqrt{a^2 + b^2 + c^2}}$$
and the vector form
$$\text{distance} = \frac{|\mathbf{n} \cdot (\mathbf{p} - \mathbf{a})|}{|\mathbf{n}|}.$$
students, mastering this topic helps you solve practical and exam-style problems involving points, planes, and perpendicularity. It also strengthens your understanding of how algebra and geometry work together in three dimensions. 🌟
Study Notes
- A plane in 3D can be written as $ax + by + cz = d$.
- The vector $\begin{pmatrix}a\b\c\end{pmatrix}$ is a normal vector to the plane.
- The shortest distance from a point to a plane is measured along a perpendicular line.
- Use the formula $\frac{|ax_1 + by_1 + cz_1 - d|}{\sqrt{a^2 + b^2 + c^2}}$ for a point $P(x_1, y_1, z_1)$ and plane $ax + by + cz = d$.
- The vector form is $\frac{|\mathbf{n} \cdot (\mathbf{p} - \mathbf{a})|}{|\mathbf{n}|}$.
- A line is perpendicular to a plane if its direction vector is parallel to the plane’s normal vector.
- To find the foot of the perpendicular, draw a line through the point in the direction of the normal vector and find where it meets the plane.
- This topic connects vectors, dot products, coordinate geometry, and 3D reasoning.
- In real life, shortest distances to planes model surfaces such as walls, roofs, and boundaries.
