Finding the distance(shortest) from a point to a plane

  • Thread starter Thread starter Arnoldjavs3
  • Start date Start date
  • Tags Tags
    Plane Point
Click For Summary
SUMMARY

The discussion focuses on calculating the shortest distance from a point P(3,2,3) to the plane defined by the equation 2x + y + 2z = 2. The normal vector to the plane is identified as n = (2,1,2). The relationship between the projection of the vector P0P onto the normal vector n and the distance to the plane is clarified, emphasizing that the projection yields a vector QP that is perpendicular to the plane. The correct interpretation of the projection formulas, including compn(P0P) and projn(P0P), is essential for determining the distance accurately.

PREREQUISITES
  • Understanding of vector projections in three-dimensional space.
  • Familiarity with the equation of a plane in the form Ax + By + Cz + D = 0.
  • Knowledge of normal vectors and their significance in geometry.
  • Basic skills in vector algebra and geometry.
NEXT STEPS
  • Study vector projection techniques, specifically in three-dimensional geometry.
  • Learn how to derive the distance from a point to a plane using vector calculus.
  • Explore the concept of normal vectors and their applications in geometry.
  • Practice solving problems involving distances from points to various geometric shapes.
USEFUL FOR

Students studying geometry, particularly those focusing on vector calculus, mathematicians, and educators seeking to understand the relationship between points and planes in three-dimensional space.

Arnoldjavs3
Messages
191
Reaction score
3

Homework Statement


assuming the point given is P(3,2,3) and the equation of the plane is 2x + y + 2z = 2, find the distance and the point Q which represents that point

Homework Equations

The Attempt at a Solution


Okay so I think that OQ-OP = QP, which connects the two points and is the line. This vector could be used to find the distance of the vector.

However, my book says that proj(n)(PoP) = QP as well. Why is this? n being the normal vector to the plane and Po being an arbritary point. What is the relation between the projection and this vector I'm describing? Since PoP is a vector on the plane, it should be orthogonal to the normal vector(in our case the normal vector can be (2,1,2)). I'm having a hard time visualizing the relation between the two
 
Physics news on Phys.org
Arnoldjavs3 said:

Homework Statement


assuming the point given is P(3,2,3) and the equation of the plane is 2x + y + 2z = 2, find the distance and the point Q which represents that point

Homework Equations

The Attempt at a Solution


Okay so I think that OQ-OP = QP, which connects the two points and is the line. This vector could be used to find the distance of the vector.

However, my book says that proj(n)(PoP) = QP as well. Why is this? n being the normal vector to the plane and Po being an arbritary point. What is the relation between the projection and this vector I'm describing? Since PoP is a vector on the plane
No, it isn't. Presumably P0 is a point in the plane, but P, as described above, is NOT a point in the plane. You can confirm this by substituting the coordinates of P into the plane's equation. The projection of P0P in the direction of n (ProjnP0P gives you the length of the line segment from the plane to the point P(3, 2, 3), with this line segment being perpendicular to the plane.
Arnoldjavs3 said:
, it should be orthogonal to the normal vector(in our case the normal vector can be (2,1,2)). I'm having a hard time visualizing the relation between the two
 
Mark44 said:
No, it isn't. Presumably P0 is a point in the plane, but P, as described above, is NOT a point in the plane. You can confirm this by substituting the coordinates of P into the plane's equation. The projection of P0P in the direction of n (ProjnP0P gives you the length of the line segment from the plane to the point P(3, 2, 3), with this line segment being perpendicular to the plane.

So projecting PoP on to N gives a vector that is parallel to n essentially correct? And this vector represents QP?
 
Arnoldjavs3 said:
So projecting PoP on to N gives a vector that is parallel to n essentially correct? And this vector represents QP?
Yes. Two things to keep in mind.
1. The component or projection of P0P onto N is denoted in some books (such as Steward) as ##comp_\vec{N} \vec{P_0P}##. That's a scalar and is the length you're looking for.
2. The vector projection of P0P onto N is denoted as ##proj_\vec{N} \vec{P_0P}## and is a vector. It points in the same direction as N and has a magnitude equal to the distance between P0 and P.
 
Last edited:
  • Like
Likes   Reactions: Arnoldjavs3
Arnoldjavs3 said:

Homework Statement


assuming the point given is P(3,2,3) and the equation of the plane is 2x + y + 2z = 2, find the distance and the point Q which represents that point

Homework Equations

The Attempt at a Solution


Okay so I think that OQ-OP = QP, which connects the two points and is the line. This vector could be used to find the distance of the vector.

However, my book says that proj(n)(PoP) = QP as well. Why is this? n being the normal vector to the plane and Po being an arbritary point. What is the relation between the projection and this vector I'm describing? Since PoP is a vector on the plane, it should be orthogonal to the normal vector(in our case the normal vector can be (2,1,2)). I'm having a hard time visualizing the relation between the two

Let's clarify the geometry of the situation with a 2-dimensional example (which you can easily draw). What is the shortest distance between the point ##P=(1,3)## and the line ##y = 1 + x?##

The unit normal vector to the line is ##\vec{n} = (-1,1).## Any vector ##\vec{r} = (x,y)## can be decomposed as
$$\vec{r} = \vec{r}_{\|} +\vec{r}_{\perp} , $$
where
$$\vec{r}_{\|} = \vec{r} - \vec{n} \;\; \vec{r} \cdot \vec{n}, \; \vec{r}_{\perp} = \vec{n} \; \vec{r} \cdot \vec{n}.$$
Here, ##\vec{r}_{\|}## is the component of ##\vec{r}## parallel to the line and ##\vec{r}_{\perp}## is the component perpendicular to the line. Note, however, that the vector ##\vec{r}_{\|}## does not lie in the line; it is parallel to the line but 1 unit away from it in the ##y##-direction. For that reason, the vector ##\vec{r}_{\perp}## is too long to join the point P to the line; it joins P to a point on the opposite side of the line. However, it is in the right direction, so we can get the point ##P_0## in the line that is closest to ##P## from ##\vec{P} = \vec{P_0} -t \vec{n},## and set the scalar ##t## so that ##P## lies on the line.
 

Similar threads

Replies
4
Views
5K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
3K
Replies
5
Views
2K
Replies
8
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K