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, 9) "dot" (-2, 4, 1) / sqrt(22 + 42 + 12) = -8 + 9 / sqrt(4 + 16 + 1) = 1/sqrt(21)

AH

Related Further Mathematics A Level answers

All answers ▸

In simple harmonic motion, where would the object have the largest speed. If the angular velocity is 2 rad s^-1, and the amplitude is 1m, what is the largest speed obtained by the object?


Take quadratic equation x^2-6x+14=0 and its solutions a and b. What is a/b+b/a?


Given that p≥ -1 , prove by induction that, for all integers n≥1 , (1+p)^k ≥ 1+k*p.


Find the eigenvalues and eigenvectors of A = ([2, 0 , 0], [0, 1, 1], [0, 3, 3])