Question
Mathematics Question on 3D Geometry
Let P and Q be the points on the line 8x+3=2y−4=2z+1which are at a distance of 6 units from the point R(1,2,3). If the centroid of the triangle PQR is (α,β,γ), then α2+β2+γ2 is:
26
36
18
18
Solution
We are given the line equation in symmetric form:
8x+3=2y−4=2z+1
Let the parameter be t. Then, we can parametrize the coordinates of any point on the line as:
x=8t−3, y=2t+4, z=2t−1
Thus, the points P and Q on the line can be written as:
P(8t1−3,2t1+4,2t1−1), Q(8t2−3,2t2+4,2t2−1)
Step 1: Distance from P and Q to R(1, 2, 3)
We are also told that both P and Q are at a distance of 6 units from the point R(1, 2, 3). The distance between two points (x1,y1,z1) and (x2,y2,z2) is given by:
Distance=(x2−x1)2+(y2−y1)2+(z2−z1)2
For the point P, the distance to R is:
(8t1−3−1)2+(2t1+4−2)2+(2t1−1−3)2=6
This simplifies to:
(8t1−4)2+(2t1+2)2+(2t1−4)2=6
Squaring both sides:
(8t1−4)2+(2t1+2)2+(2t1−4)2=36
Expanding each term:
(64t12−64t1+16)+(4t12+8t1+4)+(4t12−16t1+16)=36
Simplifying:
72t12−72t1+36=36
72t12−72t1=0
72t1(t1−1)=0
Thus, t1=0 or t1=1.
Similarly, for Q, we get the same equation, leading to the same values for t2: t2=0 or t2=1.
Step 2: Coordinates of Points P and Q
For t1=0, the coordinates of P are: P(-3, 4, -1)
For t1=1, the coordinates of P are: P(5, 6, 1)
Similarly, for t2=0, the coordinates of Q are: Q(-3, 4, -1)
For t2=1, the coordinates of Q are: Q(5, 6, 1)
Step 3: Centroid of Triangle PQR
The centroid of a triangle with vertices at (x1,y1,z1), (x2,y2,z2), and (x3,y3,z3) is given by:
(3x1+x2+x3,3y1+y2+y3,3z1+z2+z3)
For the case t1=0 and t2=1, the coordinates of the centroid are:
(3−3+5+1,34+6+2,3−1+1+3)=(1,4,1)
Step 4: Calculate α2+β2+γ2
The centroid is (1, 4, 1), so:
α2+β2+γ2=12+42+12=18
Thus, the value of α2+β2+γ2 is 18