Analyzing the Setup
Imagine you are standing before a quadratic equation: x2−(a−2)x−(a+1)=0. At first glance, it looks like a standard problem, but the presence of the parameter a makes it dynamic.
Many students immediately reach for the quadratic formula, hoping to find x. But stop! In the world of JEE Advanced, the most elegant path is rarely the most brute-force one.
We are looking for the sum of the squares of the roots, S=α2+β2. Instead of finding α and β individually, we use the bridge built by Vieta.
Vieta's formulas tell us that for any quadratic Ax2+Bx+C=0, the sum of the roots is α+β=−AB and the product is αβ=AC.
For our equation, A=1, B=−(a−2), and C=−(a+1). Thus, we have:
This is the secret key that unlocks the problem.
The Algebraic Transformation
Now, we need to express S=α2+β2 in terms of a. We invoke the algebraic identity:
This is where the magic happens. By substituting our Vieta expressions, we get:
Let's expand this carefully. The term (a−2)2 becomes a2−4a+4. The term −2[−(a+1)] simplifies to +2(a+1), which is 2a+2.
Combining these, we get S(a)=a2−4a+4+2a+2, which simplifies beautifully to:
We have successfully transformed a problem about roots into a simple quadratic function of a.
The Parabolic Insight
Now, we have S(a)=a2−2a+6. To find the minimum value, we visualize this as a parabola opening upwards. The minimum occurs at the vertex.
We can find this by completing the square:
Since (a−1)2 is always non-negative, the smallest value it can take is 0, which happens when a=1.
Thus, the minimum value of S is 5, and it occurs when a=1.
This is the power of algebraic insight—by manipulating the structure of the equation rather than solving it, we find the answer with clarity and confidence. Keep this mindset, and you will conquer any quadratic problem the JEE throws at you.