1

Let $L$ be the line passing through the point $P_1 = (5, 3, −4)$ with direction vector $ d = (−3, −3, −1) $ and let $L_2$ be the line passing through the point $P_2 = (2, 1, 5)$ with the same direction vector. Find the shortest distance $d$ between these two lines.

Is it possible to use normal projection formula to find this answer? I seem to be missing a step... I would kill for some good tools or strategies to solve these efficiently.

mucciolo
  • 2,950

1 Answers1

0

If you know your lines are parallels you can use the formula of the distance between a point and a line which uses ortogonal projections. See David's answer in the bottom of the page here: Find 3D distance between two parallel lines in simple way