The Geometry of the Path
Imagine you are standing in a vast, three-dimensional room. You see a straight line stretching infinitely in both directions, defined by the equation:
Floating nearby is a point R(1,2,3). We are tasked with finding two specific points, P and Q, that lie on this line, both exactly 6 units away from R.
The Parametric Bridge
To capture a point on the line, we use a parameter, λ. By setting the line equation equal to λ, we unlock the ability to describe any point on the line as a function of this single variable.
This gives us the coordinates of a general point P as:
This is our bridge between the abstract line and concrete algebra.
The Distance Dance
We know the distance PR is 6. To simplify our calculations, we use the squared distance formula PR2=36.
Substituting our parametric coordinates for P and the fixed coordinates for R(1,2,3), we get the equation:
(8λ−3−1)2+(2λ+4−2)2+(2λ−1−3)2=36
Simplifying the terms inside the brackets, we arrive at:
(8λ−4)2+(2λ+2)2+(2λ−4)2=36
The Algebraic Unfolding
Expanding these squares gives us:
(64λ2−64λ+16)+(4λ2+8λ+4)+(4λ2−16λ+16)=36
When we group the like terms, the equation collapses into:
The constant 36 cancels out perfectly from both sides, leaving us with 72λ2−72λ=0. Factoring this, we get 72λ(λ−1)=0, which yields two elegant solutions: λ=0 and λ=1.
The Final Centroid
With λ=0, we find P=(−3,4,−1). With λ=1, we find Q=(5,6,1).
The centroid G(α,β,γ) of triangle PQR is the average of the coordinates of its vertices:
α=3−3+5+1=1,β=34+6+2=4,γ=3−1+1+3=1
Finally, we calculate the requested value:
α2+β2+γ2=12+42+12=1+16+1=18