What is the shortest distance of the plane from the origin in ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the shortest distance of the given plane from the origin be d .
For a plane a x + b y + c z + d = 0 , the shortest distance from a point ( x 0 , y 0 , z 0 ) has the formula
Shortest Distance = a 2 + b 2 + c 2 ∣ a x 0 + b y 0 + c z 0 + d ∣
The coordinates of the origin are ( 0 , 0 , 0 ) . Our plane is 4 x − 3 y + 1 2 z − 7 8 = 0 . We can plug these values in the formula to get the distance.
d = 4 2 + ( − 3 ) 2 + 1 2 2 ∣ 4 × 0 − 3 × 0 + 1 2 × 0 − 7 8 ∣ = 1 6 9 ∣ 0 + 0 + 0 − 7 8 ∣ = 1 3 7 8 = 6 □
The general form of this formula is proved in this note .