Analyzing the Setup
Imagine you are standing before a locked door. You have the key—the sum of two numbers, p+q=2, and a high-power relationship, p4+q4=272.
You do not need to know the exact values of p and q to unlock the door; you only need to understand the structure that binds them. This is the beauty of symmetric polynomials.
In the world of JEE Advanced, we rarely brute-force our way to the roots. Instead, we build the equation that defines them.
The Blueprint
Every quadratic equation with roots p and q follows a rigid, elegant structure:
We are already halfway there! We know p+q=2. The only missing piece of our puzzle is the product pq. If we find pq, the equation reveals itself.
The Ladder of Identities
We cannot jump from p+q to p4+q4 in one leap. We must climb the ladder of algebraic identities.
First, we look at the squares. We know that (p+q)2=p2+q2+2pq. Rearranging this, we find:
Substituting our known sum, p+q=2, we get p2+q2=4−2pq.
Now, we ascend to the fourth power. We treat p2 and q2 as our new variables. The identity (p2+q2)2=p4+q4+2(p2q2) allows us to bridge the gap.
We know p4+q4=272. Substituting our expression for p2+q2, we get:
The Algebraic Trap
Let us simplify our life by setting k=pq. Our equation becomes:
Expanding the binomial (4−2k)2 gives us 16−16k+4k2. Now, our equation is:
Combining like terms, we arrive at 2k2−16k+16−272=0, which simplifies to 2k2−16k−256=0. Dividing by 2, we get:
Factoring this quadratic, we find (k−16)(k+8)=0. This gives us two candidates: k=16 or k=−8.
But wait! The problem states p,q>0. Therefore, their product k must be positive. We reject −8 and embrace k=16.
The Final Victory
We have our sum, p+q=2, and our product, pq=16. Plugging these into our blueprint x2−(p+q)x+pq=0, we arrive at the final, beautiful result:
You have successfully navigated the complexity of higher-order polynomials by respecting the symmetry of the roots. This is the essence of mathematical mastery.