To find the square of the distance of the point P(5,6,7) from the given line, we can determine the foot of the perpendicular from P onto the line.
The equation of the line is:
2x−2=3y−5=4z−2=λ
Any general point Q on this line can be written in terms of the parameter λ as:
Q=(2λ+2,3λ+5,4λ+2)
The direction ratios of the vector PQ joining the point P(5,6,7) to Q are:
PQ=(2λ+2−5)i^+(3λ+5−6)j^+(4λ+2−7)k^
PQ=(2λ−3)i^+(3λ−1)j^+(4λ−5)k^
The direction vector of the line is d=2i^+3j^+4k^.
If Q is the foot of the perpendicular from P to the line, then PQ must be perpendicular to d, which means their dot product is zero:
PQ⋅d=0
2(2λ−3)+3(3λ−1)+4(4λ−5)=0
Expanding and simplifying:
4λ−6+9λ−3+16λ−20=0
29λ−29=0
λ=1
Substituting λ=1 into the expression for PQ:
PQ=(2(1)−3)i^+(3(1)−1)j^+(4(1)−5)k^=−i^+2j^−k^
The square of the distance between point P and the line is given by PQ2:
PQ2=∣PQ∣2=(−1)2+22+(−1)2=1+4+1=6
Thus, the square of the distance is equal to 6.