Shortest distance between a point and plane (vector calculus)

Win_odd Dhamnekar

Junior Member
Joined
Aug 14, 2018
Messages
212
Let Q=(x0,y0,z0)\displaystyle Q = (x_0 , y_0 , z_0) be a point in R3\displaystyle R^3 , and let P be a plane with normal form ax+ b y+ cz + d = 0 that does not contain Q. Then the distance D from Q to P is:

D=ax0+by0+cz0+da2+b2+c2\displaystyle D=\frac{|ax_0 +by_0 +cz_0 +d|}{\sqrt{a^2+b^2+c^2}}

Now there is another equivalent formula which is as follows:

D=(da)n^\displaystyle D= |(d-a)\cdot \hat{n}| or D=(da)(b×c)(b×c)\displaystyle D=\frac{|(d-a)\cdot (b \times c)|}{|(b \times c)|} where d is any point not lying in the plane. n^\displaystyle \hat{n} is unit normal

to b,c\displaystyle \vec{b},\vec{c}

If i assume b and c are free vectors in the plane, what is a in second formula using cross product of b,c\displaystyle \vec {b}, \vec {c} ? Is it a position vector?
 
Last edited:
Let Q=(x0,y0,z0)\displaystyle Q = (x_0 , y_0 , z_0) be a point in R3\displaystyle R^3 , and let P be a plane with normal form ax+ b y+ cz + d = 0 that does not contain Q. Then the distance D from Q to P is:

D=ax0+by0+cz0+da2+b2+c2\displaystyle D=\frac{|ax_0 +by_0 +cz_0 +d|}{\sqrt{a^2+b^2+c^2}}

Now there is another equivalent formula which is as follows:

D=(da)n^\displaystyle D= |(d-a)\cdot \hat{n}| or D=(da)(b×c)(b×c)\displaystyle D=\frac{|(d-a)\cdot (b \times c)|}{|(b \times c)|} where d is any point not lying in the plane. n^\displaystyle \hat{n} is unit normal

to b,c\displaystyle \vec{b},\vec{c}

If i assume b and c are free vectors in the plane, what is a in second formula using cross product of b,c\displaystyle \vec {b}, \vec {c} ? Is it a position vector?
I got the answer to this question by doing some homework.
 
Top