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.
An infinite plane (a 2D object itself) in 3D ( R 3 ) is a normalized normal from the origin to the closest point and that signed distance normalized is the constant term. Therefore, normalize the coefficients' vector and the constant term by the same factor. The length of the coefficients' vector as stated is 85. Therefore, the closest distance is 8 5 4 2 5 = 5 . the same logic works in any dimension of the equivalent . R n − 1 object.
The normalized equation is 8 5 4 x + 8 5 − 3 y + 8 5 1 2 z + 8 5 − 8 4 w + ( − 5 ) = 0 .
Problem Loading...
Note Loading...
Set Loading...
Let the shortest distance of the given hyperplane from the origin be d .
For a hyperplane a x + b y + c z + d w + e = 0 in R 4 , the shortest distance from a point ( x 0 , y 0 , z 0 , w 0 ) has the formula
Shortest Distance = a 2 + b 2 + c 2 + d 2 ∣ a x 0 + b y 0 + c z 0 + d w 0 + e ∣
The coordinates of the origin are ( 0 , 0 , 0 , 0 ) . Our hyperplane is 4 x − 3 y + 1 2 z − 8 4 w − 4 2 5 = 0 . We can plug these values in the formula to get the distance.
d = 4 2 + ( − 3 ) 2 + 1 2 2 + ( − 8 4 ) 2 ∣ 4 × 0 − 3 × 0 + 1 2 × 0 − 8 4 × 0 − 4 2 5 ∣ = 7 2 2 5 ∣ 0 + 0 + 0 + 0 − 4 2 5 ∣ = 8 5 4 2 5 = 5 □
The general form of this formula is proved in this note .