Analyzing the Setup
Imagine you are standing before a complex puzzle, staring at two quadratic equations that seem disconnected: x2−2x+A=0 and x2−18x+B=0.
There is a hidden thread connecting them: their roots p,q,r, and s are locked in a perfect, strictly increasing arithmetic progression. This is not just a math problem; it is a geometric reality waiting to be unveiled.
The Power of Representation
When you see four variables in an arithmetic progression, your first instinct should be to simplify. Why juggle p,q,r, and s when you can define them with just two parameters?
Let the first root
p=a. Because they are in an arithmetic progression with a common difference
d, we can define the rest:
q=a+d,r=a+2d,s=a+3d
By doing this, we have reduced a four-variable nightmare into a two-variable dream. We know d>0 because the roots are strictly increasing.
The Bridge of Vieta
Now, we need a bridge to connect these roots to the coefficients of our quadratic equations. That bridge is Vieta's formulas.
For any quadratic x2−Sx+P=0, the sum of the roots is S and the product is P. For our first equation, x2−2x+A=0, the sum of the roots p+q must be 2.
Substituting our definitions, we get:
a+(a+d)=2⟹2a+d=2
This is our first linear equation. Now, look at the second equation: x2−18x+B=0. The sum of its roots r+s must be 18.
Substituting our definitions, we get:
(a+2d)+(a+3d)=18⟹2a+5d=18
The Elegant Cancellation
We now have a system of two linear equations:
2a+d=2
2a+5d=18
This is where the beauty of algebra shines. If we subtract the first equation from the second, the 2a terms vanish entirely!
We are left with 4d=16, which immediately gives us d=4. With d=4 in our pocket, finding a is trivial.
Substitute d=4 into 2a+d=2, and you get 2a+4=2, leading to 2a=−2, or a=−1. We have cracked the code; the roots are −1,3,7, and 11.
The Final Reveal
Now, we return to the constant terms A and B. Using Vieta's again, the product of the roots of the first equation is p⋅q=A.
So, A=(−1)(3)=−3. For the second equation, the product of the roots is r⋅s=B.
So, B=(7)(11)=77. And just like that, the mystery is solved: A=−3 and B=77.
Remember, the secret to JEE problems isn't just brute force; it is finding the most elegant representation of the variables. Keep practicing, and you will start to see these patterns everywhere!