The Art of Algebraic Symmetry
Welcome, future engineers. Today, we are going to dismantle a problem that, at first glance, looks like a terrifying quartic equation. You see x4−3x3−2x2+3x+1=0 and your instinct might be to panic.
But I want you to take a deep breath. In the world of JEE Advanced, we don't fight equations with brute force; we fight them with elegance. We look for the hidden soul of the expression.
Phase 1
The Detective Work
Look at the coefficients: 1,−3,−2,3,1. Do you see it? The coefficients are symmetric, but with a twist—the signs are flipped for the odd powers.
This is a classic reciprocal equation. When you see this, you shouldn't see a wall; you should see a doorway. The symmetry is a gift. It tells us that the variable x and its reciprocal x1 are intimately connected.
If we can group them, we can simplify the entire structure.
Phase 2
The Algebraic Surgery
To unlock this, we perform a bit of algebraic surgery. We divide the entire equation by x2. Why x2? Because it is the middle term, the pivot point of our symmetry.
Dividing by x2 gives us:
Now, let us group the terms that belong together. We pair x2 with x21, and we pair −3x with x3. This leaves us with:
This is where the magic happens. We introduce a substitution. Let t=x−x1.
If we square this, we get t2=x2+x21−2. This means x2+x21=t2+2.
Suddenly, our terrifying quartic has collapsed into a simple quadratic in t:
Phase 3
The Two Worlds
Solving t(t−3)=0 gives us two distinct cases: t=0 and t=3. We have effectively split our four roots into two pairs.
In Case 1, where t=0, we have x−x1=0, which leads to x2=1. The roots are 1 and −1. The sum of their cubes is 13+(−1)3=0.
In Case 2, where t=3, we have x−x1=3, which rearranges to x2−3x−1=0. Let the roots be γ and δ.
Now, listen closely: do not solve for γ and δ! If you do, you will be trapped in a maze of square roots. Instead, use the power of Vieta's formulas.
Phase 4
The Masterstroke
We know that for x2−3x−1=0, the sum of the roots γ+δ=3 and the product γδ=−1. We need the sum of the cubes, γ3+δ3.
We use the identity:
Substitute our values:
Finally, we combine our results. The total sum of the cubes of all four roots is the sum from Case 1 (0) plus the sum from Case 2 (36).
The result is 36.
See how we navigated that? We didn't fight the quartic; we transformed it, split it, and conquered it using the beauty of identities. Keep this mindset, and no equation will ever be too daunting for you.