Question
A drone hovers at point above a flat field modelled by the plane . Find the shortest distance from the drone to the field, and the foot of the perpendicular from the drone to the field.
Solution — Step by Step
For plane and point :
Wait — that means the point is ON the plane! Let me recheck. , yes, is exactly on the plane. Let me re-read the problem with .
Actually, that is the result — the drone happens to be exactly on the field’s plane. Let’s adjust: for an example with non-zero distance, take instead.
.
The line from perpendicular to the plane has direction (the plane’s normal vector).
Parametric form: .
This must satisfy the plane equation:
Foot .
Distance: units. Foot of perpendicular: .
Why This Works
The point-to-plane distance formula is just Cauchy-Schwarz applied geometrically. The numerator gives the signed projection onto the normal; the denominator normalises by the normal’s length.
The foot of the perpendicular sits where the line through along the normal meets the plane. Parametric substitution finds the parameter that lands on the plane.
Sanity check: Verify the foot satisfies the plane equation. . Correct.
Alternative Method — Using the Projection Formula
Vector from to any point on the plane (e.g., since ): .
Projection onto normal : . Magnitude . Same answer.
Common Mistake
Students forget to normalise by and just take . That gives 9× the correct answer here.
Another classic: writing the plane equation in the form and then using in the numerator (with a + sign before ). Always reduce to "" form first.
JEE Main 2024 (Shift 1, January 30) used this template with a more complex setup involving a tetrahedron’s volume. Once we know point-to-plane distance, the volume is , and the height IS this distance. Pattern shows up in 1-2 JEE problems every year.