Consider a triangle ABC whose vertices are A(0, α, α), B(α, 0, α) and C(α, α, 0), α > 0. Let D be a point moving on the line x + z − 3 = 0 = y and G be the centroid of ΔABC. If the minimum length of GD is 257, then α is equal to ____________.
Answer: 0
Solution
1. Key Concepts and Formulas
Centroid of a Triangle: For a triangle with vertices (x1,y1,z1), (x2,y2,z2), and (x3,y3,z3), the centroid G is given by G=(3x1+x2+x3,3y1+y2+y3,3z1+z2+z3).
Parametric Form of a Line: A line defined by the intersection of two planes can be represented parametrically by expressing its coordinates in terms of a single variable (e.g., t).
Distance Formula in 3D: The squared distance between two points (x1,y1,z1) and (x2,y2,z2) is d2=(x2−x1)2+(y2−y1)2+(z2−z1)2. Minimizing the squared distance is equivalent to minimizing the distance itself.
Minimization of a Quadratic Function: A quadratic function f(t)=at2+bt+c with a>0 has a minimum value at t=−b/(2a).
2. Step-by-Step Solution
Step 1: Determine the coordinates of the centroid G of ΔABC.
Why: The centroid G is one of the points whose distance needs to be minimized. Its coordinates are the starting point for the distance calculation.
Math: Given vertices A(0,α,α), B(α,0,α), and C(α,α,0).
Using the centroid formula:
G=(30+α+α,3α+0+α,3α+α+0)G=(32α,32α,32α)
Step 2: Express the coordinates of point D parametrically.
Why: Point D moves on a line. To calculate the distance GD, we need a general representation for any point D on this line.
Math: The line is given by the equations x+z−3=0 and y=0.
From y=0, we know the y-coordinate of D is 0.
From x+z−3=0, we have x+z=3.
Let's introduce a parameter t for x. So, let xD=t.
Then, t+zD=3⟹zD=3−t.
Thus, any point D on the line can be represented as D(t,0,3−t).
Step 3: Formulate the squared distance GD2 as a function of the parameter t.
Why: Calculating the squared distance simplifies the algebra by avoiding square roots, especially when finding the minimum. Minimizing GD2 is equivalent to minimizing GD.
Math: Using the distance formula for G(32α,32α,32α) and D(t,0,3−t):
GD2=(t−32α)2+(0−32α)2+((3−t)−32α)2GD2=(t−32α)2+(32α)2+((3−32α)−t)2
Let K=32α and M=3−32α. The expression becomes:
GD2=(t−K)2+K2+(M−t)2
Expanding and collecting terms:
GD2=(t2−2Kt+K2)+K2+(M2−2Mt+t2)GD2=2t2−2(K+M)t+(2K2+M2)
Substitute K+M=32α+(3−32α)=3.
GD2=2t2−2(3)t+(2(32α)2+(3−32α)2)GD2=2t2−6t+(98α2+(39−2α)2)GD2=2t2−6t+(98α2+981−36α+4α2)GD2=2t2−6t+912α2−36α+81GD2=2t2−6t+34α2−12α+27
Let f(t)=GD2.
Step 4: Find the minimum value of GD2.
Why:f(t) is a quadratic function of t in the form at2+bt+c with a=2>0. Its minimum value occurs at the vertex.
Math: The minimum occurs at tmin=−2ab=−2(2)−6=46=23.
Substitute tmin=23 back into the expression for GD2:
GDmin2=2(23)2−6(23)+34α2−12α+27GDmin2=2(49)−9+34α2−12α+27GDmin2=29−9+34α2−12α+27GDmin2=−29+34α2−12α+27
To combine, find a common denominator (6):
GDmin2=6−9⋅3+62(4α2−12α+27)GDmin2=6−27+8α2−24α+54GDmin2=68α2−24α+27
Step 5: Equate the minimum squared distance to the given value and solve for α.
Why: The problem states that the minimum length of GD is 257. We can use this to set up an equation and solve for α.
Math: Given GDmin=257, so GDmin2=257.
Equating our derived expression with the given value:
68α2−24α+27=257
Multiply both sides by 6:
8α2−24α+27=257⋅68α2−24α+27=57⋅38α2−24α+27=171
Rearrange into a standard quadratic equation:
8α2−24α−144=0
Divide by 8 to simplify:
α2−3α−18=0
Factor the quadratic equation:
(α−6)(α+3)=0
This gives two possible values for α: α=6 or α=−3.
The problem statement specifies that α>0. Therefore, α=6.
3. Common Mistakes & Tips
Algebraic Errors: Be meticulous with expansion and simplification of terms, especially when dealing with fractions and multiple variables.
Forgetting Constraints: Always check the final solutions against any given constraints (e.g., α>0).
Minimizing Squared Distance: Remember that minimizing d2 is equivalent to minimizing d, and it often simplifies calculations significantly.
Parametric Representation: When a line is given by the intersection of two planes, choose one coordinate as a parameter (e.g., x=t) and express the others in terms of it.
4. Summary
The solution involved a systematic approach to a 3D geometry problem. First, we calculated the centroid of the triangle using the given vertices. Next, we parameterized the line on which point D moves to represent any point D in terms of a single variable. We then formulated the squared distance between G and D as a quadratic function of this parameter. By finding the minimum of this quadratic, we obtained an expression for the minimum squared distance in terms of α. Finally, equating this expression to the given minimum squared distance allowed us to solve for α, yielding α=6 as the valid solution under the constraint α>0.