Shortest distance between plane and point

In summary, the equation of the plane is given by P = 0 + a[1,1,1]^T + b[x1,x2,x3]^T and the point Y = [y1, y2, y3]^T. The closest point F on the plane to Y can be found by finding the vector Y-F, which is perpendicular to the plane and any vector in the plane. The fact that the origin is in the plane means that the vector F is also in the plane. Multiplying both sides of the equation Y-F = FY by F^T yields F^T(Y-F)=0, which can be used to solve for F.
  • #1
physics_197
27
0

Homework Statement



Given the equation of the plane to be: P = 0 + a[1,1,1]^T + b[x1,x2,x3]^T

and the point Y = [y1, y2, y3]^T

Show: (F)^T(Y-F)=0, where F is the point on the plane closest to Y

Homework Equations





The Attempt at a Solution




Y = F + FY
Y - F = FY

Now if somehow by multiplying both sides by F^T
F^T(Y - F) = F^T(FY)
and if F^T(FY) = 0, then I would be set, but I don't think it does(or atleast I don't have any properties that say it does)
 
Physics news on Phys.org
  • #2
The shortest line from the point to the plane is perpendicular to the plane. That is, if F is the point on the plane closest to Y then the vector Y- F is perpendicular the plane and so is perpendicular to any vector in the plane.

You don't seem to be using the fact that plane is given by P = 0 + a[1,1,1]^T + b[x1,x2,x3]^T which is surely important! One thing that tells us is that the origin is in the plane so the vector F, the vector from the origin to the point F, is itself in the plane.
 
  • #3
Thanks, got it
 
Last edited:

FAQ: Shortest distance between plane and point

What is the formula for calculating the shortest distance between a plane and a point?

The formula for calculating the shortest distance between a plane and a point is d = |axp + byp + czp + d| / √(a2 + b2 + c2), where (xp, yp, zp) is the coordinates of the point and ax + by + cz + d = 0 is the equation of the plane.

What does the shortest distance between a plane and a point represent?

The shortest distance between a plane and a point represents the perpendicular distance from the point to the plane. It is the distance between the point and the plane along a straight line that is perpendicular to the plane.

Can the shortest distance between a plane and a point be negative?

No, the shortest distance between a plane and a point cannot be negative. It is always a positive value, representing the length of the shortest line segment connecting the point to the plane.

How does the position of the point affect the shortest distance to the plane?

The position of the point does not affect the formula for calculating the shortest distance to the plane. However, the value of the shortest distance will vary depending on the location of the point in relation to the plane. If the point is on the plane, the shortest distance will be 0.

Can the shortest distance between a plane and a point be greater than the distance between the point and the origin?

Yes, it is possible for the shortest distance between a plane and a point to be greater than the distance between the point and the origin. This can occur if the point is located on the opposite side of the plane from the origin.

Similar threads

Back
Top