Calculate the shortest distance between a point and a plane in 3D space.
Last updated: June 2026 | By Patchworkr Team
The shortest distance from a point to a plane is measured along the line perpendicular to the plane.
The numerator is 15 and the denominator is 3, so the result is 5.
What if the point lies on the plane?
Then the numerator is zero and the distance is zero.
Can the plane coefficients all be zero?
No. At least one of A, B, or C must be nonzero to define a plane.
Does this accept decimals?
Yes. The calculator accepts decimals and scientific notation as long as the values are finite.
Why is there an absolute value in the formula?
Distance is a magnitude, so it must be nonnegative even if the signed expression is negative.
Related Tools