Analyzing the Setup
Imagine you are standing before a formidable challenge: evaluating an expression like α6+α4+β4−5α2. At first glance, it looks like a nightmare. You might be tempted to reach for the quadratic formula, find the roots α and β, and start calculating powers.
But stop! That is exactly the trap the examiner has set for you. In the world of JEE Advanced, brute force is rarely the intended path. Instead, we look for the hidden geometry of the equation.
We are given x2−x+2=0. This is our universe. Since α is a root, it must obey the laws of this universe: α2−α+2=0. This is our Golden Key. By rearranging it to α2=α−2, we have unlocked the ability to reduce any power of α into a simple linear form.
The Recursive Reduction
Now, let us embark on the journey of reduction. We need α4. Instead of calculating it directly, we square our Golden Key:
But wait, we still have an α2 term! We simply substitute our Golden Key again: (α−2)−4α+4. Simplifying this, we get:
See how the monster is shrinking? Now for the big one: α6. We know that α6=α2⋅α4. Substituting our linear forms, we get (α−2)(−3α+2).
Expanding this carefully, we arrive at −3α2+8α−4. Once more, we replace α2 with α−2. The result is:
We have successfully tamed the high powers.
The Symmetry Shortcut
Now, what about β4? Do we need to repeat the entire process? Absolutely not. This is where we exploit the beauty of symmetry.
Since β is also a root of the same equation, it follows the exact same rules. Therefore:
We have now reduced every single term in our original expression to a linear form.
The Grand Finale
Let us assemble our pieces. Our expression E=α6+α4+β4−5α2 becomes:
E=(5α+2)+(−3α+2)+(−3β+2)−5(α−2)
Expanding this, we get 5α+2−3α+2−3β+2−5α+10. Grouping the terms, we find:
Factoring out the −3, we get E=−3(α+β)+16. From our original equation x2−x+2=0, the sum of the roots α+β is simply:
Substituting this in, we get E=−3(1)+16=13. The monster is defeated.
The condition Im(α)>Im(β) was merely a shadow, a distractor meant to make you doubt the path. By trusting the algebraic structure, we found the answer with elegance and speed. Keep this recursive reduction technique in your toolkit; it is a lifesaver in the heat of the exam. The final answer is 13.