Shortest distance between plane and point

Click For Summary
SUMMARY

The discussion focuses on finding the shortest distance between a point Y = [y1, y2, y3]^T and a plane defined by the equation P = 0 + a[1,1,1]^T + b[x1,x2,x3]^T. The key conclusion is that the vector Y - F, where F is the closest point on the plane to Y, is perpendicular to the plane. This relationship is established through the equation (F)^T(Y-F)=0, indicating that the shortest line from the point to the plane is indeed perpendicular to the plane.

PREREQUISITES
  • Understanding of vector algebra and linear equations
  • Familiarity with the concept of planes in three-dimensional space
  • Knowledge of orthogonality in vector spaces
  • Basic proficiency in mathematical notation and operations
NEXT STEPS
  • Study the properties of orthogonal projections in vector spaces
  • Learn about the geometric interpretation of planes and points in 3D space
  • Explore the derivation of the distance formula from a point to a plane
  • Investigate applications of vector calculus in optimization problems
USEFUL FOR

Students studying linear algebra, mathematicians working on geometric problems, and anyone interested in optimization techniques in three-dimensional space.

physics_197
Messages
27
Reaction score
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
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.
 
Thanks, got it
 
Last edited:

Similar threads

Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
Replies
17
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
8
Views
3K
Replies
11
Views
10K