Question
Question: The shortest distance of the point P(0,1,2) from the line L is equal to -...
The shortest distance of the point P(0,1,2) from the line L is equal to -

3119
2
3219
313
3219
Solution
The equation of the line L is given by r×b=a×b. This can be rewritten as (r−a)×b=0, implying that (r−a) is parallel to b. Thus, the equation of the line L is r=a+tb.
Given a=i^+2j^−3k^ and b=2i^−j^+k^, the line L passes through the point A(1, 2, -3) and is parallel to b=(2,−1,1).
The shortest distance d of a point P with position vector p from a line passing through point A with position vector a and parallel to vector b is given by:
d=∣b∣∣(p−a)×b∣
-
Calculate p−a=(0−1)i^+(1−2)j^+(2−(−3))k^=−i^−j^+5k^.
-
Calculate (p−a)×b=(−i^−j^+5k^)×(2i^−j^+k^)=4i^+11j^+3k^.
-
Calculate ∣(p−a)×b∣=42+112+32=146.
-
Calculate ∣b∣=22+(−1)2+12=6.
-
Compute the distance d=6146=6146=373=3219.
Therefore, the shortest distance is 3219.