The shortest distance between skew lines (lines that are not parallel and do not intersect) is the perpendicular distance between them. To find it, we first find two points, one on each line, say P1 on line 1 and P2 on line 2 . Next, we compute the vector between these two points, P1P2.The shortest distance is given by the formula:
D = |(P1 P2) · (d1 × d2)| / |d1 × d2|
where d1 and d2 are the direction vectors of the two lines, and d1 × d2 gives a vector perpendicular to both lines. This distance represents the shortest path between the two skew lines.
Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile