Welcome, fellow JEE warrior. Today, we are going to dismantle a problem that, at first glance, looks like a tangled mess of variables.
We have two quadratic equations, x2+px+q=0 with roots α and β, and x2+rx+s=0 with roots γ and δ. We are tasked with evaluating the product E=(α−γ)(α−δ)(β−γ)(β−δ).
Many students would immediately reach for the quadratic formula, trying to find explicit expressions for α,β,γ, and δ. But stop! That is the trap. In the world of JEE Advanced, we do not fight the math; we dance with it. Let us find the rhythm of this problem.
The Polynomial Identity Trick
The secret to this problem lies in the Factor Theorem. We know that if γ and δ are the roots of the second quadratic equation, then the expression x2+rx+s can be factored perfectly as (x−γ)(x−δ).
This is not just a coincidence; it is an identity that holds true for any value of x. Now, look at our target expression E. It contains the term (α−γ)(α−δ).
If we set x=α in our identity, we get:
Suddenly, the product of two differences has transformed into a simple quadratic expression. This is the 'Aha!' moment. We have reduced the complexity of the problem by shifting our perspective.
The Art of Reduction
We are not done yet. We still have an α2 term, which feels a bit heavy. But remember, α is a root of the first equation, x2+px+q=0.
This means α2+pα+q=0, or more usefully, α2=−pα−q. By substituting this into our expression, we replace the quadratic term with a linear one:
(α−γ)(α−δ)=(−pα−q)+rα+s=(r−p)α+(s−q)
Look at that! We have taken a product of two terms and turned it into a clean, linear expression.
The Power of Symmetry
Now, we apply the principle of symmetry. Since β is also a root of the first equation, the exact same logic applies. We do not need to repeat the derivation.
We can confidently state that:
Our total product E is now simply the product of these two linear expressions:
E=[(r−p)α+(s−q)]×[(r−p)β+(s−q)]
We have successfully reduced a product of four terms into a product of two.
The Final Synthesis
Let us expand this product. Multiplying these terms out, we get:
E=(r−p)2(αβ)+(r−p)(s−q)(α+β)+(s−q)2
This is where the beauty of Vieta's formulas shines. We know that for the first equation, the sum of roots α+β=−p and the product of roots αβ=q.
Substituting these values, we get:
E=q(r−p)2−p(r−p)(s−q)+(s−q)2
With a little algebraic housekeeping—factoring out (r−p) and simplifying—we arrive at the elegant result:
Finally, consider the condition for a common root. If the equations share a root, then one of the differences must be zero, forcing E=0.
Thus, the condition is (q−s)2−(p−r)(ps−qr)=0. You see? We didn't need to calculate the roots. We used the structure of the polynomials themselves to reveal the answer. Keep this mindset, and no problem will ever be too daunting.