Find the distance of the point (4,6,−4) from the line r(t)=⟨−1+3t,1+3t,5−3t⟩.
SOLUTION
Lets call P the given point and let us get any point Q on the line .
If we let t = 1 then x = 2, y = 4 and z = 2 That is Q ( 2, 4 , 2 )
Then the vector PQ = < -2, -2, 6 >
Then the length of PQ is || PQ|| = √(4 +4+36 = 2√11
Now let us find the projection of vector PQ on the directing vector of the given line being u=< 3, 3 -3 >
Next we need to calculate the projection of PQ on the vector u.
|| proju PQ || = | PQ • u | / || u || = 30 /(3√3)
Then using the Pythagorean Theorem ( || PQ|| ) 2 = ( || proju PQ || )2 + d 2 where d the distance in question
( || PQ|| ) 2 = ( || proju PQ || )2 + d 2
( 2√11 )2 = ( 30 /(3√3) )2 + d2
44 = 100 /3 + d2
d= √(32/3)
Adam B.
08/09/21