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 ▸

Give the general solution to the Ordinary Differential Equation: (dy/dx) + 2y/x = 3x+2


The plane Π contains the points (1, 2, 3), (0, 1, 2) and (2, 3, 0). What is the vector equation of the plane? and what is the cartesian equation of the plane?


Find the square roots of 2 + isqrt(5)


The quadratic equation x^2-6x+14=0 has roots alpha and beta. a) Write down the value of alpha+beta and the value of alpha*beta. b) Find a quadratic equation, with integer coefficients which has roots alpha/beta and beta/alpha.