Good morning,
How would you find the Min distance between a line and a plane (if the line does NOT intersect the plane)?
E.g.
Q(s) = (1,2,3) + s(-2,1,-1)
Plane: 3a + 5b - c = -3
Thanks for the help!
Good morning,
How would you find the Min distance between a line and a plane (if the line does NOT intersect the plane)?
E.g.
Q(s) = (1,2,3) + s(-2,1,-1)
Plane: 3a + 5b - c = -3
Thanks for the help!
Since $$(-2,1,-1)(3,5,-1)=0,$$ we see that the line is parallel to the plane.
Just take a point in the line (the point $(1,2,3)$ for example) and find a distance between this point and the plane.
I got $$\frac{13}{\sqrt{35}}.$$