Analyzing the Setup
Welcome, brave explorer of the mathematical landscape. Today, we stand before a formidable-looking beast: a fifth-degree polynomial, f(x)=2x5+5x4+10x3+10x2+10x+10.
At first glance, the sheer power of x5 might make you want to reach for a calculator or despair at the thought of finding its roots. But hold your ground! In the world of JEE Advanced, we do not fear polynomials; we analyze them.
Our goal is to find an integer a such that the real root lies in (a,a+1). Let us embark on this journey together.
The Derivative
Our Compass
To understand the soul of this function, we must ask: does it oscillate wildly, or does it climb steadily? The tool for this is the derivative, f′(x).
By applying the power rule, we find:
f′(x)=10x4+20x3+30x2+20x+10
Notice the beautiful symmetry in the coefficients? They are all multiples of
10. This is not a coincidence; it is a hint from the problem setter. Let us factor out the
10:
f′(x)=10(x4+2x3+3x2+2x+1)
Now, look closely at the expression inside the parentheses. It is a symmetric polynomial. If you have been practicing your algebra, you might recognize this as a perfect square.
Let us verify:
(x2+x+1)2=(x2+x+1)(x2+x+1)=x4+2x3+3x2+2x+1
Yes! It is exactly the same. So, we have:
f′(x)=10(x2+x+1)2
This is a revelation! Since any real number squared is non-negative, f′(x) is always ≥0.
Furthermore, the quadratic x2+x+1 has a discriminant Δ=12−4(1)(1)=−3. Since the discriminant is negative and the leading coefficient is positive, the quadratic x2+x+1 is always positive for all real x.
Therefore, f′(x) is strictly positive for all real x. This means our function f(x) is strictly increasing. It never turns back; it is a monotonic function.
Because f(x) is a polynomial of odd degree, it must have at least one real root. And because it is strictly increasing, it can have at most one real root. Thus, it has exactly one real root.
The Hunt for the Root
Now, we need to find where this root lies. We use the Intermediate Value Theorem. We need to find two values, x1 and x2, such that f(x1)<0 and f(x2)>0.
Let us test some integer values. Let us try
x=−1:
f(−1)=2(−1)5+5(−1)4+10(−1)3+10(−1)2+10(−1)+10=−2+5−10+10−10+10=3
Since
3>0, the root must be to the left of
−1. Let us try
x=−2:
f(−2)=2(−2)5+5(−2)4+10(−2)3+10(−2)2+10(−2)+10
f(−2)=2(−32)+5(16)+10(−8)+10(4)+10(−2)+10=−64+80−80+40−20+10=−34
Since −34<0, the root must be to the right of −2. Therefore, the root lies in the interval (−2,−1).
Final Calculation
The problem states the root lies in (a,a+1). Comparing (−2,−1) with (a,a+1), we see that a=−2.
The question asks for ∣a∣, which is ∣−2∣=2.
We have successfully navigated the problem. Remember, in JEE Advanced, it is not about knowing the most complex formula, but about understanding the fundamental properties of functions. Keep practicing, keep exploring, and you will master these concepts.