Analyzing the Setup
We are given the quadratic equation:
(p2+q2)x2−2q(p+r)x+q2+r2=0
At first glance, the presence of variables p, q, and r appears daunting. However, in JEE Advanced mathematics, complexity is often just simplicity in disguise. Our first task is to peel back these layers through algebraic manipulation.
Deconstruction
The Art of Grouping
Let us expand the middle term by distributing
−2qx across the
(p+r) term:
(p2x2+q2x2)−2pqx−2qrx+q2+r2=0
Now, we rearrange the terms to identify hidden patterns:
(p2x2−2pqx+q2)+(q2x2−2qrx+r2)=0
The monster has been tamed. We recognize these as perfect square trinomials:
(px−q)2+(qx−r)2=0
The Power of Real Numbers
We are given that p,q,r are real numbers. In the realm of real numbers, the square of any value is non-negative.
If the sum of two non-negative numbers is zero, each individual term must be zero:
px−q=0andqx−r=0
This leads us to the relations:
x=pqandx=qr
This reveals that p,q,r form a geometric progression with x as the common ratio.
The Constraint Trap
The problem states that
x is also a root of
x2+2x−8=0. Factoring this quadratic, we obtain:
(x+4)(x−2)=0
This provides two candidates: x=2 and x=−4. We must now satisfy the constraint that p,q,r do not all have the same sign.
If x=2, then q=2p and r=4p. Regardless of the sign of p, all three variables p,q,r will share the same sign. Thus, we must reject x=2.
If x=−4, then q=−4p and r=16p. If p>0, then q<0 and r>0. The signs alternate, satisfying our condition.
The Final Victory
We now evaluate the target expression p2q2+r2 using q=−4p and r=16p:
p2(−4p)2+(16p)2=p216p2+256p2
Simplifying the expression:
We have navigated the complexity and respected the constraints to arrive at the final answer of 272.