Question

Shortest Distance from Point to Plane Formula
Original question: The shortest distance of a point, A, from a plane is the distance AP, where P is the point where the line through A perpendicular to the plane intersects the plane (see Figure 7.6). This is usually just called the distance of the point from the plane. The process of finding this distance is shown in the next example. A P
Expert Verified Solution
Observation
The provided image displays a geometric diagram (Figure 7.6) illustrating a point positioned in 3D space above a shaded plane. A line, representing the normal vector's path, passes through point and intersects the plane perpendicularly at point . Point is the foot of the perpendicular, and the segment represents the shortest distance from the point to the plane.
Answer
The shortest distance from a point to a plane defined by is found by calculating the length of the perpendicular segment . This is analytically determined using the formula .
Explanation
-
Identify the Normal Vector and Point To find the distance , we first identify the normal vector of the plane from its Cartesian equation. For a plane , the normal vector is: The normal vector is a vector perpendicular to every line lying on the plane surface.
-
Formulate the Vector Line Equation The line passing through and is parallel to the normal vector because the shortest distance is along a perpendicular path. We express the line equation in vector form using point and direction : This equation describes the position of any point on the line through that is perpendicular to the plane.
-
Find the Intersection Point P We substitute the components of the line equation into the plane equation . Solving for the scalar parameter gives us the specific value at which the line intersects the plane at point . ⚠️ This step is required on exams to find the coordinates of the "foot of the perpendicular."
-
Calculate the Magnitude of AP Once is found, the distance is the magnitude of the vector . Alternatively, by applying the projection of a vector onto the normal, we derive the general distance formula: This formula calculates the perpendicular distance by scaling the "error" of the point in the plane equation by the magnitude of the normal vector.
Final Answer
The shortest distance from a point to a plane is:
Common Mistakes
- Forgetting the Absolute Value: Students often forget the modulus in the numerator. Since distance must be a non-negative scalar, the absolute value ensures a positive result even if the point lies "below" the plane relative to the normal direction.
- Incorrect Plane Constant: Ensure the plane equation is in the form . If the equation is given as , you must rewrite it as before identifying .
FAQ
What is the formula for the distance from a point to a plane?
The distance D from point A(x1, y1, z1) to plane ax + by + cz + d = 0 is D = |ax1 + by1 + cz1 + d| / √(a² + b² + c²).
Why is the absolute value used in the distance formula?
The absolute value ensures the distance is non-negative, even if the point is on either side of the plane relative to the normal vector.
How do you find the foot of the perpendicular from a point to a plane?
Parametrize the line through the point in the direction of the normal vector and solve for its intersection with the plane equation.