Question
Mathematics Question on 3D Geometry
Let the point, on the line passing through the points P(1,−2,3) and Q(5,−4,7), farther from the origin and at a distance of 9 units from the point P, be (α,β,γ). Then α2+β2+γ2 is equal to:
155
150
160
165
155
Solution
Find the Direction Ratios of Line PQ:
The direction ratios of the line passing through P(1,−2,3) and Q(5,−4,7) are:
PQ=(5−1,−4−(−2),7−3)=(4,−2,4) So, the direction ratios are 4,−2,4.
Parametric Form of the Line:
The parametric form of the line PQ, with point P as the reference, is:
(x,y,z)=(1,−2,3)+t(4,−2,4) Expanding each component, we get: x=1+4t,y=−2−2t,z=3+4t
Calculate the Distance from P to a Point on the Line:
The distance from P(1,−2,3) to a point on the line parameterized by t is:
Distance=(4t)2+(−2t)2+(4t)2=16t2+4t2+16t2=36t2=6∣t∣
Given that this distance is 9 units, we set 6∣t∣=9: ∣t∣=69=23
Since we are looking for the point farther from the origin, we take t=23.
Coordinates of the Point (α,β,γ):
Substitute t=23 into the parametric equations:
α=1+4×23=1+6=7
β=−2−2×23=−2−3=−5
γ=3+4×23=3+6=9
Thus, the coordinates of the point are (7,−5,9).
Calculate α2+β2+γ2:
α2+β2+γ2=72+(−5)2+92=49+25+81=155