Calculating Distance Between a Line and a Plane

  • Thread starter Thread starter Melawrghk
  • Start date Start date
  • Tags Tags
    Line Plane
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 12K views
Melawrghk
Messages
140
Reaction score
0

Homework Statement


Find the shortest distance between the plane 2x−6y+4z=10 and the line passing through the points (0,-15,8) and (-6,-13,14).

The Attempt at a Solution


So orthogonal vector to the plane is (2, -6, 4)T
The parametric equation of the line is:
L=(0,-15,8)+t(-3,1,3)

And I don't know after that. I can find distance from a point to a plane, but not from a line. Any help will be appreciated.
 
Physics news on Phys.org
If N is the normal vector to the plane which you've found to be (2,-6,4) and you found the direction of L to be u=(-3,1,3).

Consider what N.u works out to be and what it means.


EDIT: Forgot to put in that when it comes to a line and a plane, the line is will either intersect it at one point, is parallel to the plane or lies within the plane. Can easily test for all. Best to test for the second and third one when starting the question.
 
Last edited:
Well, the dot product is 0 meaning L is perpendicular to N, so it's parallel to the plane. So any point on L is equidistant from the plane. So I can just use (0, -15,8) to find the distance?

Neat, thanks!