Find the shortest distance between the line L: x=1+t, y=1+2t, z=1-t and the point A: (2,3,4)

First, write the line in vector form r=(1 1 1) + t(1 2 -1). Consider a point P on the line such that the line connecting P and A is perpendicular to L. The vector P->A is (2 3 4) - (1 1 1) - t(1 2 -1) = (1 2 3) - t(1 2 -1).

To make P->A perpendicular to L, the dot product of P->A and the direction vector of L must be zero. This means (1 2 -1) . (1-t 2-2t 3+t)=0 so 1-t+4-4t-3-t=0 or 2-6t=0 so t=1/3. This means that P is (4/3 7/3 -2/3) and P->A is (2/3 4/3 10/3). Therefore the shortest distance between A and L is sqrt(4/9+16/9+100/9)=2sqrt(10/3).

ZT

Related Maths A Level answers

All answers ▸

d/dx ( sin x) ^3


How do you find the stationary points of the curve with equation y=4x^3-12x+1


Find the area bounded by the curve x^2-2x+3 between the limits x=0 and x=1 and the horizontal axis.


Find the exact value of sin(75°). Give your answer in its simplest form.