The Monster Function
A Lesson in Perspective
Imagine you are standing before a massive, intimidating mountain. The function f(x)=(x2−2x+7)e(4x3−12x2−180x+31) is that mountain.
At first glance, with its quadratic front and that terrifying cubic exponent, it looks like a nightmare. But in the world of JEE Advanced, we do not climb the mountain by brute force; we find the path of least resistance.
Our goal is to find the absolute maximum of this function on the interval [−3,0]. Let us embark on this journey together.
Phase 1
The Power of Differentiation
When we seek the maximum or minimum of a function, our most reliable compass is the derivative. The derivative, f′(x), tells us the slope.
If the slope is positive, the function climbs; if it is negative, it descends. If we can prove the function is strictly decreasing, the maximum is simply the starting point.
We define g(x)=4x3−12x2−180x+31, turning our function into f(x)=(x2−2x+7)eg(x). Applying the product rule, we get:
f′(x)=eg(x)[(x2−2x+7)g′(x)+(2x−2)]
Phase 2
The Elegance of Substitution
We calculate g′(x)=12x2−24x−180, which factors beautifully into 12(x2−2x−15). Now, look at the structure of our derivative.
We see x2−2x appearing repeatedly. This is a classic JEE trap—if you try to expand everything, you will drown in terms.
Instead, let us use a substitution: t=x2−2x. Suddenly, the derivative transforms into:
f′(x)=eg(x)[12(t+7)(t−15)+2(x−1)]
The mountain just became a hill.
Phase 3
The Sign Analysis
Now, we must determine the sign of f′(x) for x∈[−3,0]. First, let us find the range of t.
Since t=x2−2x, its derivative is 2x−2, which is negative for x≤0. This means t is strictly decreasing.
At x=−3, t=15. At x=0, t=0. So, t∈[0,15].
Now, look at our derivative expression again. The term 12(t+7)(t−15) involves t∈[0,15].
Since t+7 is always positive and t−15 is non-positive, this entire term is ≤0. The second term, 2(x−1), is strictly negative for x∈[−3,0].
When you add a non-positive number to a strictly negative number, the result is always strictly negative.
The Conclusion
A Victory of Logic
We have proven that f′(x)<0 for the entire interval [−3,0]. This means our function is strictly decreasing.
Like a ball rolling down a hill, the highest point must be where it started. Therefore, the absolute maximum occurs at the leftmost endpoint, x=−3.
We have conquered the mountain not by brute force, but by understanding its shape. Keep this mindset—look for the structure, simplify with substitution, and let the logic guide you to the answer.