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 ▸

Let I(n) = integral from 1 to e of (ln(x)^n)/(x^2) dx where n is a natural number. Firstly find I(0). Show that I(n) = -(1/e) + n*I(n-1). Using this formula find I(1).


Prove De Moivre's by induction for the positive integers


I don't understand how proof by mathematical induction works, can you help?


Using graphs, show how the Taylor expansion can be used to approximate a trigonometric function.