Proving Distance Between Plane and Point P

  • Thread starter Thread starter batballbat
  • Start date Start date
  • Tags Tags
    Plane Point
batballbat
Messages
127
Reaction score
0
Let P and Q be two points and N a vector space in 3-space. Let P' be the point of intersection of the line through P, in the direction of N, and the plane through Q perpendicular to N. Prove that the distance between the plane and the point P is
\frac{|(Q-P) \cdot N|}{\|N\|}
 
Last edited:
Physics news on Phys.org
I think you mean that N is a vector, not a vector space.

Here's an obvious, not very subtle method: Write P as (p_1, p_2, p_3) and Q as (q_1, q_2, q_3). Write the vector N as <A, B, C>. The "the line through P in the direction of N" is given by parametric equations:
x= At+ p_1, y= Bt+ p_2, z= Ct+ p_3
and the plane containing Q and perpendicular to N by
A(x- q_1)+ B(y- q_2)+ C(z- q_3)= 0

So replace x, y, and z in the equation of the plane by their expressions in the parametric equations and solve for t, thus finding the point at which that line intersects the plane, then find the distance between the points, in terms of p_1, p_2, p_3, q_1, q_2, q_3 and A, B, C. Then, using those same values, work out the formula given showing that you get the same result.
 
Back
Top