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 ▸

Find y in terms of x for the equation 2x(dy/dx) + 4y = 8x^2


How do I find the inverse of a 3x3 matrix?


Find the general solution to the differential equation d^2x/dt^2 + 5 dx/dt + 6x = 4 e^-t


Using the substitution u = ln(x), find the general solution of the differential equation y = x^2*(d^2(y)/dx^2) + x(dy/dx) + y = 0