Find the shortest distance between the lines r = (1, 5, 6) + y(-2, -1, 0) and r = (1, 7, -3) + z(2, 0, 4)
Vector joining the two lines = (1, 5, 6) - (1, 7, -3) = (0, -2, 9)Normal vector to the two lines = (-2, -1, 0) x (2, 0, 4) = (-4, 8, 2) = 2(-2, 4, 1)Hence, using the dot product, shortest distance = (0, -2, ...