Given a line and a point in 3D, how to find the closest point on the line?
Hint:
find the plane orthogonal to the given line and passing thorough the point $P$. The intersection of this plane with the line is the searched point.
Hint:
find the plane orthogonal to the given line and passing thorough the point $P$. The intersection of this plane with the line is the searched point.