Solveeit Logo

Question

Mathematics Question on 3D Geometry

Let the point, on the line passing through the points P(1,2,3)P(1, -2, 3) and Q(5,4,7)Q(5, -4, 7), farther from the origin and at a distance of 9 units from the point PP, be (α,β,γ)(\alpha, \beta, \gamma). Then α2+β2+γ2\alpha^2 + \beta^2 + \gamma^2 is equal to:

A

155

B

150

C

160

D

165

Answer

155

Explanation

Solution

Find the Direction Ratios of Line PQPQ:
The direction ratios of the line passing through P(1,2,3)P(1, -2, 3) and Q(5,4,7)Q(5, -4, 7) are:
PQ=(51,4(2),73)=(4,2,4)PQ = (5 - 1, -4 - (-2), 7 - 3) = (4, -2, 4) So, the direction ratios are 4,2,44, -2, 4.

Parametric Form of the Line:
The parametric form of the line PQPQ, with point PP as the reference, is:
(x,y,z)=(1,2,3)+t(4,2,4)(x, y, z) = (1, -2, 3) + t(4, -2, 4) Expanding each component, we get: x=1+4t,y=22t,z=3+4tx = 1 + 4t, \quad y = -2 - 2t, \quad z = 3 + 4t
Calculate the Distance from PP to a Point on the Line:
The distance from P(1,2,3)P(1, -2, 3) to a point on the line parameterized by tt is:
Distance=(4t)2+(2t)2+(4t)2=16t2+4t2+16t2=36t2=6t\text{Distance} = \sqrt{(4t)^2 + (-2t)^2 + (4t)^2} = \sqrt{16t^2 + 4t^2 + 16t^2} = \sqrt{36t^2} = 6|t|
Given that this distance is 9 units, we set 6t=96|t| = 9: t=96=32|t| = \frac{9}{6} = \frac{3}{2}
Since we are looking for the point farther from the origin, we take t=32t = \frac{3}{2}.

Coordinates of the Point (α,β,γ)(\alpha, \beta, \gamma):
Substitute t=32t = \frac{3}{2} into the parametric equations:
α=1+4×32=1+6=7\alpha = 1 + 4 \times \frac{3}{2} = 1 + 6 = 7
β=22×32=23=5\beta = -2 - 2 \times \frac{3}{2} = -2 - 3 = -5
γ=3+4×32=3+6=9\gamma = 3 + 4 \times \frac{3}{2} = 3 + 6 = 9

Thus, the coordinates of the point are (7,5,9)(7, -5, 9).

Calculate α2+β2+γ2\alpha^2 + \beta^2 + \gamma^2:
α2+β2+γ2=72+(5)2+92=49+25+81=155\alpha^2 + \beta^2 + \gamma^2 = 7^2 + (-5)^2 + 9^2 = 49 + 25 + 81 = 155