Finding the Closest Point on a Plane to a Given Point

  • Thread starter Thread starter Char. Limit
  • Start date Start date
  • Tags Tags
    Minimum Plane
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
Char. Limit
Gold Member
Messages
1,222
Reaction score
23

Homework Statement


Find the point on the plane [itex]x-y+z=4[/itex] closest to the point (1,2,3).

[tex]d=\frac{2}{\sqrt{3}}[/tex]

Homework Equations



Hmm...

The Attempt at a Solution



As you can see, I've already solved for the shortest distance. But, knowing the plane I'm on and the distance, how do I find the point that lies on that plane, at that distance from (1,2,3)? Help...
 
Physics news on Phys.org
Embed the point into a plane with the same normal vector as the given plane.

The shortest distance from the origin to any plane [tex]ax +by +cz = d[/tex] is
[tex]\frac{|\mathbf{n}|}{d}[/tex] where [tex]\mathbf{n}[/tex] is the normal vector to the plane.

Do this for both the given plane and your new plane from and calculate the difference.