Skip to main content
Back to 3D Geometry
JEE Main 2023
3D Geometry
3D Geometry
Hard

Question

Consider a triangle ABC whose vertices are A(0, α\alpha, α\alpha), B(α\alpha, 0, α\alpha) and C(α\alpha, α\alpha, 0), α\alpha > 0. Let D be a point moving on the line x + z - 3 = 0 = y and G be the centroid of Δ\DeltaABC. If the minimum length of GD is 572\sqrt {{{57} \over 2}} , then α\alpha is equal to ____________.

Answer: 0

Solution

1. Key Concepts and Formulas

  • Centroid of a Triangle: For a triangle with vertices (x1,y1,z1)(x_1, y_1, z_1), (x2,y2,z2)(x_2, y_2, z_2), and (x3,y3,z3)(x_3, y_3, z_3), the centroid G is given by G=(x1+x2+x33,y1+y2+y33,z1+z2+z33)G = \left( \frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}, \frac{z_1+z_2+z_3}{3} \right).
  • 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., tt).
  • Distance Formula in 3D: The squared distance between two points (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) is d2=(x2x1)2+(y2y1)2+(z2z1)2d^2 = (x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2. Minimizing the squared distance is equivalent to minimizing the distance itself.
  • Minimization of a Quadratic Function: A quadratic function f(t)=at2+bt+cf(t) = at^2 + bt + c with a>0a>0 has a minimum value at t=b/(2a)t = -b/(2a).

2. Step-by-Step Solution

Step 1: Determine the coordinates of the centroid G of ΔABC\Delta 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,α,α)A(0, \alpha, \alpha), B(α,0,α)B(\alpha, 0, \alpha), and C(α,α,0)C(\alpha, \alpha, 0). Using the centroid formula: G=(0+α+α3,α+0+α3,α+α+03)G = \left( \frac{0+\alpha+\alpha}{3}, \frac{\alpha+0+\alpha}{3}, \frac{\alpha+\alpha+0}{3} \right) G=(2α3,2α3,2α3)G = \left( \frac{2\alpha}{3}, \frac{2\alpha}{3}, \frac{2\alpha}{3} \right)

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+z3=0x+z-3=0 and y=0y=0. From y=0y=0, we know the y-coordinate of D is 00. From x+z3=0x+z-3=0, we have x+z=3x+z=3. Let's introduce a parameter tt for xx. So, let xD=tx_D = t. Then, t+zD=3    zD=3tt+z_D=3 \implies z_D = 3-t. Thus, any point D on the line can be represented as D(t,0,3t)D(t, 0, 3-t).

Step 3: Formulate the squared distance GD2GD^2 as a function of the parameter tt.

  • Why: Calculating the squared distance simplifies the algebra by avoiding square roots, especially when finding the minimum. Minimizing GD2GD^2 is equivalent to minimizing GD.
  • Math: Using the distance formula for G(2α3,2α3,2α3)G\left(\frac{2\alpha}{3}, \frac{2\alpha}{3}, \frac{2\alpha}{3}\right) and D(t,0,3t)D(t, 0, 3-t): GD2=(t2α3)2+(02α3)2+((3t)2α3)2GD^2 = \left(t - \frac{2\alpha}{3}\right)^2 + \left(0 - \frac{2\alpha}{3}\right)^2 + \left((3-t) - \frac{2\alpha}{3}\right)^2 GD2=(t2α3)2+(2α3)2+((32α3)t)2GD^2 = \left(t - \frac{2\alpha}{3}\right)^2 + \left(\frac{2\alpha}{3}\right)^2 + \left(\left(3 - \frac{2\alpha}{3}\right) - t\right)^2 Let K=2α3K = \frac{2\alpha}{3} and M=32α3M = 3 - \frac{2\alpha}{3}. The expression becomes: GD2=(tK)2+K2+(Mt)2GD^2 = (t-K)^2 + K^2 + (M-t)^2 Expanding and collecting terms: GD2=(t22Kt+K2)+K2+(M22Mt+t2)GD^2 = (t^2 - 2Kt + K^2) + K^2 + (M^2 - 2Mt + t^2) GD2=2t22(K+M)t+(2K2+M2)GD^2 = 2t^2 - 2(K+M)t + (2K^2 + M^2) Substitute K+M=2α3+(32α3)=3K+M = \frac{2\alpha}{3} + (3 - \frac{2\alpha}{3}) = 3. GD2=2t22(3)t+(2(2α3)2+(32α3)2)GD^2 = 2t^2 - 2(3)t + \left(2\left(\frac{2\alpha}{3}\right)^2 + \left(3 - \frac{2\alpha}{3}\right)^2\right) GD2=2t26t+(8α29+(92α3)2)GD^2 = 2t^2 - 6t + \left(\frac{8\alpha^2}{9} + \left(\frac{9-2\alpha}{3}\right)^2\right) GD2=2t26t+(8α29+8136α+4α29)GD^2 = 2t^2 - 6t + \left(\frac{8\alpha^2}{9} + \frac{81 - 36\alpha + 4\alpha^2}{9}\right) GD2=2t26t+12α236α+819GD^2 = 2t^2 - 6t + \frac{12\alpha^2 - 36\alpha + 81}{9} GD2=2t26t+4α212α+273GD^2 = 2t^2 - 6t + \frac{4\alpha^2 - 12\alpha + 27}{3} Let f(t)=GD2f(t) = GD^2.

Step 4: Find the minimum value of GD2GD^2.

  • Why: f(t)f(t) is a quadratic function of tt in the form at2+bt+cat^2+bt+c with a=2>0a=2 > 0. Its minimum value occurs at the vertex.
  • Math: The minimum occurs at tmin=b2a=62(2)=64=32t_{min} = -\frac{b}{2a} = -\frac{-6}{2(2)} = \frac{6}{4} = \frac{3}{2}. Substitute tmin=32t_{min} = \frac{3}{2} back into the expression for GD2GD^2: GDmin2=2(32)26(32)+4α212α+273GD_{min}^2 = 2\left(\frac{3}{2}\right)^2 - 6\left(\frac{3}{2}\right) + \frac{4\alpha^2 - 12\alpha + 27}{3} GDmin2=2(94)9+4α212α+273GD_{min}^2 = 2\left(\frac{9}{4}\right) - 9 + \frac{4\alpha^2 - 12\alpha + 27}{3} GDmin2=929+4α212α+273GD_{min}^2 = \frac{9}{2} - 9 + \frac{4\alpha^2 - 12\alpha + 27}{3} GDmin2=92+4α212α+273GD_{min}^2 = -\frac{9}{2} + \frac{4\alpha^2 - 12\alpha + 27}{3} To combine, find a common denominator (6): GDmin2=936+2(4α212α+27)6GD_{min}^2 = \frac{-9 \cdot 3}{6} + \frac{2(4\alpha^2 - 12\alpha + 27)}{6} GDmin2=27+8α224α+546GD_{min}^2 = \frac{-27 + 8\alpha^2 - 24\alpha + 54}{6} GDmin2=8α224α+276GD_{min}^2 = \frac{8\alpha^2 - 24\alpha + 27}{6}

Step 5: Equate the minimum squared distance to the given value and solve for α\alpha.

  • Why: The problem states that the minimum length of GD is 572\sqrt{\frac{57}{2}}. We can use this to set up an equation and solve for α\alpha.
  • Math: Given GDmin=572GD_{min} = \sqrt{\frac{57}{2}}, so GDmin2=572GD_{min}^2 = \frac{57}{2}. Equating our derived expression with the given value: 8α224α+276=572\frac{8\alpha^2 - 24\alpha + 27}{6} = \frac{57}{2} Multiply both sides by 6: 8α224α+27=57268\alpha^2 - 24\alpha + 27 = \frac{57}{2} \cdot 6 8α224α+27=5738\alpha^2 - 24\alpha + 27 = 57 \cdot 3 8α224α+27=1718\alpha^2 - 24\alpha + 27 = 171 Rearrange into a standard quadratic equation: 8α224α144=08\alpha^2 - 24\alpha - 144 = 0 Divide by 8 to simplify: α23α18=0\alpha^2 - 3\alpha - 18 = 0 Factor the quadratic equation: (α6)(α+3)=0(\alpha - 6)(\alpha + 3) = 0 This gives two possible values for α\alpha: α=6\alpha = 6 or α=3\alpha = -3. The problem statement specifies that α>0\alpha > 0. Therefore, α=6\alpha = 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\alpha > 0).
  • Minimizing Squared Distance: Remember that minimizing d2d^2 is equivalent to minimizing dd, 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=tx=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 α\alpha. Finally, equating this expression to the given minimum squared distance allowed us to solve for α\alpha, yielding α=6\alpha=6 as the valid solution under the constraint α>0\alpha > 0.

5. Final Answer The final answer is 6\boxed{6}.

Practice More 3D Geometry Questions

View All Questions