Using Vector Projections for Shortest Distances
Finding the shortest distance from a point to a line is a classic geometry problem, but in HSC Mathematics Extension 1, vector methods offer an elegant and insightful solution. This topic connects directly to the syllabus's treatment of vectors and their geometric applications, giving you a technique that bypasses coordinate geometry or calculus. By projecting one vector onto another, you'll learn how to decompose displacement into parallel and perpendicular components—a skill that appears in many applied contexts.
Problem Statement
A line passes through the points and . A point does not lie on the line.
- Find the vector and the vector .
- Using vector projection, find the shortest distance from the point to the line .
Hints
- Recall that the shortest distance from a point to a line is the perpendicular distance.
- The scalar projection of onto gives the length of the adjacent side of the right-angled triangle formed by , , and the point on the line closest to .
- You can use Pythagoras' theorem with the length of and the scalar projection of onto to find the perpendicular distance.
- Alternatively, the vector projection can be used. The perpendicular vector is , and its magnitude is the shortest distance.
Solutions
We begin by computing the two key displacement vectors. The vector gives the direction of the line, while connects a known point on the line to the external point.
The shortest distance is the perpendicular length, so we can decompose into components along and perpendicular to . Let be the point on the line that is closest to . The line segment is perpendicular to . The length is the scalar projection of onto . Let's calculate this scalar projection.
The scalar projection formula gives the signed length of the component along :
First, find the dot product :
Next, find the magnitude of :
So, the scalar projection .
Now, we find the magnitude of (the hypotenuse of the right-angled triangle ):
With the hypotenuse and one leg known, the perpendicular distance is simply the other leg, obtained via Pythagoras' theorem in :
Taking the positive square root:
The shortest distance from to the line is exactly units.
Takeaways
- Vectors provide a powerful, geometric way to solve shortest distance problems without needing to find the equation of a line or use calculus.
- The scalar projection breaks a vector into orthogonal components, making it ideal for perpendicularity problems.
- Always draw a quick diagram mentally or on paper to visualize how , its projection along the line, and the perpendicular distance form a right-angled triangle.
Further Readings