Analyzing the Setup
Imagine you are standing before this intimidating quadratic equation:
((t+2)71−1)x2+((t+2)61−1)x+((t+2)211−1)=0
At first glance, it looks like a nightmare. The coefficients are not just numbers; they are complex functions of t.
If you were to dive in and try to solve for x using the quadratic formula, you would be walking straight into a trap. The algebra would explode, and you would be lost in a sea of fractional powers.
In JEE Advanced, when you see a problem that looks like it requires brute force, there is almost always an elegant, hidden path.
The Elegant Shortcut
Vieta's Wisdom
The key to this problem lies in the relationship between the roots and the coefficients of a quadratic equation. For any quadratic Ax2+Bx+C=0, we know that the sum of the roots is α+β=−AB.
We do not need to know what αt and βt are individually; we only need their sum! By focusing on the sum, we bypass the need to solve for the roots entirely.
Our target is a+b=limt→−1+(αt+βt). Using Vieta's formulas, this becomes:
t→−1+lim−(t+2)71−1(t+2)61−1
The Calculus Transformation
Now, the problem has shifted from algebra to calculus. We have a limit to evaluate. Let us simplify the expression by introducing a new variable.
Let y=t+2. As t→−1+, y approaches 1+. Our expression now becomes:
This is a classic indeterminate form of the type 0/0. To resolve this, we use the standard limit formula: limx→1x−1xn−1=n.
By dividing both the numerator and the denominator by y−1, we get:
−limy→1+y−1y71−1limy→1+y−1y61−1
Applying the formula, the numerator becomes 61 and the denominator becomes 71. Thus, a+b=−1/71/6=−67.
The Final Victory
We have arrived at the value of a+b. The question asks for 72(a+b)2.
Substituting our value, we get:
Notice how the numbers align perfectly? 72 divided by 36 is 2.
So, we are left with 2×49=98. The final answer is 98.