Analyzing the Setup
Imagine you are standing before a mathematical puzzle, a polynomial of degree 5, shrouded in mystery. We know it exists, but we don't know its coefficients.
Our only clues are a limit and two critical points. This is the essence of JEE Advanced problems—they don't give you the function; they give you the DNA of the function, and it is your job to reconstruct it.
Decoding the Limit
We start with the condition:
If we subtract 2 from both sides, we get:
Think about what this implies. If f(x) had a constant term, an x term, or an x2 term, the division by x3 would leave us with terms like x31, x21, or x1.
As x approaches zero, these terms explode to infinity. But our limit is a finite 2!
This forces the coefficients of x0,x1, and x2 to be zero. Thus, our polynomial must take the form:
When we divide this by x3, we get ax2+bx+c. As x→0, this simplifies to just c. Therefore, c=2. We have successfully stripped away the mystery of the lower-order terms!
The Critical Point Hunt
Now, we turn to the critical points at x=1 and x=−1. In the language of calculus, a critical point is where the slope of the tangent is zero.
This means f′(1)=0 and f′(−1)=0. Let's differentiate our polynomial:
Now, we plug in our critical points. For x=1, we get:
For x=−1, we get:
This is a beautiful system of linear equations. By adding them, we eliminate b and find 10a+12=0, which gives a=−56.
By subtracting them, we eliminate a and find 8b=0, which gives b=0. Our polynomial is fully revealed:
The Symmetry and the Verdict
Look at the powers of x in our final function. They are 5 and 3—both odd. This confirms that f(x) is an odd function, meaning f(−x)=−f(x).
Now, let's check the nature of the critical points using the first derivative test. We have:
The sign of f′(x) depends on (1−x2). For x<−1, the derivative is negative (decreasing). For −1<x<1, it is positive (increasing). For x>1, it is negative (decreasing).
This tells us that x=−1 is a local minimum and x=1 is a local maximum. You have successfully navigated the logic, solved the system, and unmasked the polynomial. Well done!