Analyzing the Setup
Welcome, fellow traveler on the JEE journey. Today, we are going to dismantle a problem that, at first glance, looks like a chaotic mess of polynomials and trigonometry.
You see a function like
f(x)=64x3−3x2−2sinx+(2x−1)cosx
and your instinct might be to panic. But I want you to take a deep breath; in mathematics, complexity is often just a mask for elegance. Let us peel back that mask together.
The Art of Differentiation
To understand how a function behaves—whether it is climbing the mountain of increase or sliding down the valley of decrease—we must look at its rate of change. We need the derivative, f′(x).
First, the polynomial part:
dxd(64x3−3x2)=612x2−6x=2x2−x
Now, the trigonometric dance. We have −2sinx and the product (2x−1)cosx. Applying the product rule to the latter, we get 2cosx−(2x−1)sinx.
When we combine everything, we get:
f′(x)=(2x2−x)−2cosx+2cosx−(2x−1)sinx
Do you see it? The −2cosx and +2cosx vanish into thin air! This is the moment where the problem rewards your courage. We are left with:
Factoring the Soul of the Function
Now that the clutter is gone, look at the expression 2x2−x. We can factor out an x to get x(2x−1).
Suddenly, the entire derivative looks like this:
If we factor out the common term (2x−1), we arrive at the heart of the problem:
This is the 'Aha!' moment. We have reduced a terrifying expression into the product of two simple factors. The behavior of the entire function now depends entirely on the signs of these two factors.
The Final Analysis
We are interested in the interval [21,∞). Let us analyze our factors in this region:
1. The factor (2x−1): For any x≥21, this term is clearly ≥0.
2. The factor (x−sinx): We know that for all x>0, the line y=x is strictly greater than the curve y=sinx. Since our interval is [21,∞), we are strictly in the positive domain. Thus, (x−sinx)>0.
When you multiply two positive numbers, the result is positive. Therefore, f′(x)≥0 for all x in the interval [21,∞).
Conclusion
The Climb
Because the derivative is non-negative throughout this interval, the function f(x) is strictly increasing.
You have successfully navigated the complexity, identified the hidden cancellations, and used the power of factoring to reveal the truth. This is the essence of JEE Advanced mathematics—not just calculation, but the ability to see the underlying structure. Keep this clarity, keep this focus, and you will conquer any problem that comes your way.