Analyzing the Setup
Imagine standing before a complex algebraic puzzle involving two quadratic equations: x2−px+r=0 and x2−qx+r=0. At first glance, they appear as standard textbook problems, but they are connected by a shared constant r and a specific transformation of roots.
Many students panic when they see roots like α/2 and 2β and immediately reach for the quadratic formula. However, in JEE Advanced, the most powerful tool is often the one that avoids messy calculations: Vieta's Formulas.
The First Foundation
Let us start with the first equation: x2−px+r=0. We are told its roots are α and β.
Vieta's formulas act as the bridge between the roots and the coefficients. They state that the sum of the roots is the negative of the coefficient of x, and the product is the constant term.
We immediately write:
α+β=p
αβ=r
These are our building blocks. Do not underestimate them, as they contain the entire DNA of the equation.
The Transformation
Now, consider the second equation: x2−qx+r=0. The roots are given as 2α and 2β.
Applying Vieta's formulas again, the sum of these new roots is:
2α+2β=q
The product of these roots is:
(2α)(2β)=αβ=r
Notice the beauty here: the product of the roots remains αβ, which is equal to r. This consistency confirms that our two equations are locked together by the same constant r.
The Algebraic Dance
We now have a system of two linear equations:
1) α+β=p
2) 2α+2β=q
Our goal is to find r, which is αβ. To get there, we must isolate α and β.
If we multiply the first equation by
2, we get:
2α+2β=2p
Now, subtract the second equation from this result:
(2α−2α)+(2β−2β)=2p−q
The
β terms vanish, leaving us with:
23α=2p−q⟹α=32(2p−q)
The Final Convergence
With
α in hand, finding
β is a simple matter of substitution. Using
β=p−α, we substitute our expression for
α:
β=p−32(2p−q)=33p−4p+2q=32q−p
Now, we have both roots expressed in terms of
p and
q. The final step is to calculate
r=αβ:
r=[32(2p−q)]⋅[32q−p]
The denominators multiply to
9, and the numerators yield the final result:
r=92(2p−q)(2q−p)
Conclusion
We achieved this result without solving for x or using the quadratic formula. We utilized the symmetry of the roots and the power of linear systems.
This is the essence of JEE Advanced mathematics: finding the path of least resistance through the forest of variables. Whenever you see roots of polynomials, think of Vieta, think of symmetry, and trust the process.