Analyzing the Setup
Welcome, future IITians! Today, we are embarking on a journey through the elegant world of quadratic equations. We are presented with a puzzle: two initial equations with roots α,β and α4,β4, and a third, mysterious target equation.
Our mission is to determine the nature of the roots of this third equation. To do this, we must act like detectives, extracting only the clues that matter.
The Power of Vieta's Relations
Let us look at our first equation, x2+px+q=0. Its roots are α and β. By Vieta's relations, we know the sum of the roots is α+β=−p and the product is αβ=q.
Now, consider the second equation, x2−rx+s=0, with roots α4 and β4. Again, by Vieta's, the sum is α4+β4=r and the product is α4β4=s.
Notice something? Our target equation, x2−4qx+2q2−r=0, contains q and r, but not p or s. This is our first major breakthrough: we can ignore p and s entirely!
The Discriminant as the Ultimate Judge
To determine the nature of the roots of any quadratic equation Ax2+Bx+C=0, we must consult the discriminant, D=B2−4AC. For our target equation, the coefficients are A=1, B=−4q, and C=2q2−r.
Let us substitute these into our formula:
D=(−4q)2−4(1)(2q2−r)
Expanding this, we get
D=16q2−8q2+4r, which simplifies beautifully to:
D=8q2+4r
The Algebraic Alchemy
Now, we perform the final, magical substitution. We know
q=αβ and
r=α4+β4. Plugging these into our expression for
D, we get:
D=8(αβ)2+4(α4+β4)
Let us rearrange this:
D=4α4+8α2β2+4β4
If we factor out a 4, we are left with:
D=4(α4+2α2β2+β4)
Look closely at the expression inside the parentheses. It is a perfect square! Specifically, it is (α2+β2)2.
Thus, our discriminant is:
D=4(α2+β2)2
Since the square of any real number is non-negative, D must be greater than or equal to zero. This guarantees that the roots are always real. We have successfully navigated the complexity and arrived at a definitive, elegant conclusion. Keep this analytical mindset, and you will conquer any problem the JEE throws your way!