The Elegance of Symmetry
A JEE Masterclass
Welcome, future engineers. Today, we are going to dissect a problem that, at first glance, looks like a nightmare of algebra.
You see a quadratic equation, you see roots, and you see a long, intimidating expression. Your instinct might be to reach for the quadratic formula, but I want you to pause.
In the world of JEE Advanced, the most powerful tool in your arsenal is not calculation; it is observation.
Phase 1
The Vieta Toolkit
Let us look at our two equations: x2+20x−2020=0 with roots a,b, and x2−20x+2020=0 with roots c,d.
Before we touch the target expression, we must extract the DNA of these equations using Vieta's formulas.
For the first equation, the sum of roots is a+b=−20 and the product is ab=−2020.
For the second, c+d=20 and cd=2020.
Notice the beautiful symmetry? The coefficients are just flipped. This is not a coincidence; it is a roadmap.
Phase 2
The Expansion
Now, let us face the target expression:
E=ac(a−c)+ad(a−d)+bc(b−c)+bd(b−d)
It looks like a mess, doesn't it? But let us expand it systematically.
We distribute the terms:
E=a2c−ac2+a2d−ad2+b2c−bc2+b2d−bd2
Now we have eight terms. It looks worse, but we have successfully broken the wall.
Now, we regroup. We collect terms with a2 and b2 together, and terms with c2 and d2 together.
This gives us:
E=(a2c+a2d+b2c+b2d)−(ac2+ad2+bc2+bd2)
Phase 3
The Strategic Regrouping
This is where the magic happens. Look at the first group: (a2c+a2d+b2c+b2d).
We can factor out (c+d) from this group to get (a2+b2)(c+d).
Similarly, for the second group, we factor out (a+b) to get (c2+d2)(a+b).
Our expression is now:
E=(a2+b2)(c+d)−(c2+d2)(a+b)
We have reduced a complex polynomial into a simple product of sums and squares. This is the power of algebraic manipulation.
Phase 4
The Final Calculation
We are almost there. We know (a+b) and (c+d), but we need (a2+b2) and (c2+d2).
We use the identity x2+y2=(x+y)2−2xy.
For the first pair:
a2+b2=(−20)2−2(−2020)=400+4040=4440
For the second pair:
c2+d2=(20)2−2(2020)=400−4040=−3640
Substituting these back into our expression:
E=(4440)(20)−(−3640)(−20)
Calculating this, we get 88800−72800=16000.
Conclusion
Look at that! We started with a terrifying expression and ended with a clean, elegant integer.
The lesson here is simple: never rush to calculate. Always look for the structure, use Vieta's formulas to simplify, and trust the algebra.
You have the skills to solve any problem, provided you keep your cool and look for the symmetry. The final answer is 16000.