Analyzing the Setup
Imagine you are sitting in the exam hall, and you see this equation:
x5(x3−x2−x+1)+x(3x3−4x2−2x+4)−1=0
Your first instinct might be to expand everything, but take a deep breath. In the world of JEE Advanced, brute force is rarely the intended path. This problem is a test of your ability to see the hidden architecture beneath the surface.
Unveiling the Hidden Structure
Instead of expanding, let us focus on the first bracket: x3−x2−x+1. If we group the terms, we get x2(x−1)−1(x−1), which factors beautifully into (x2−1)(x−1), or more simply, (x−1)2(x+1).
Now, look at the second part: x(3x3−4x2−2x+4)−1. Expanding the x gives us 3x4−4x3−2x2+4x−1.
Testing x=1 and x=−1 reveals they are roots of this quartic. By dividing this quartic by (x2−1), we find the remaining factor is (3x2−4x+1), which further factors into (3x−1)(x−1). Thus, the second part is (x−1)2(x+1)(3x−1).
The Elegant Cancellation
Now, let us bring the pieces together. Substituting our factored forms back into the original equation, we get:
x5(x−1)2(x+1)+(x−1)2(x+1)(3x−1)=0
Do you see it? The term (x−1)2(x+1) is common to both! Factoring it out, we are left with:
This is the 'Aha!' moment. We have reduced a complex, high-degree equation into a product of simpler factors.
The Calculus Toolkit
We have two obvious roots from the first two factors: x=1 and x=−1. But what about the quintic factor, f(x)=x5+3x−1?
To find its roots, we turn to calculus. Differentiating gives:
Since x4 is always non-negative, f′(x) is always positive. This means f(x) is a strictly increasing function. A strictly increasing function can cross the x-axis at most once.
Using the Intermediate Value Theorem, we check f(0)=−1 and f(1)=3. Since the function changes from negative to positive, there must be a root β in the interval (0,1).
The Final Tally
We have found three distinct real roots: x=1, x=−1, and x=β.
The beauty of this problem lies not in the calculation, but in the realization that structure always triumphs over complexity. You have successfully navigated the trap and emerged with the correct answer: 3.