The Geometry of Change
Unlocking the Monotonicity of f(x)
Welcome, fellow traveler on the JEE journey! Today, we are going to dissect a function that, at first glance, seems simple, but hides a beautiful, subtle trap.
We are looking at the function:
f(x)=3x+x3+3
Our mission is to find where this function climbs and where it falls.
Phase 1
The Anatomy of the Function
Before we dive into the calculus, let us pause and look at the function's structure. The term x3 is our red flag.
In the world of real numbers, we cannot divide by zero. Therefore, the domain of our function is x∈R∖{0}.
This means there is a vertical asymptote at x=0. Imagine the graph: it is split into two distinct branches. This is the first piece of our puzzle.
Phase 2
The Power of the Derivative
To understand the monotonicity—the increasing and decreasing behavior—we need to know the slope of the tangent line at any point. We turn to the derivative, f′(x).
Using the power rule, we differentiate term by term:
f′(x)=dxd(3x)+dxd(x3)+dxd(3)
The derivative of 3x is 31. The derivative of x3 (which is 3x−1) is −3x−2, or −x23. The constant 3 vanishes.
Thus, we have:
f′(x)=31−x23
Phase 3
Simplifying the Expression
Let us make this expression easier to handle by finding a common denominator:
f′(x)=3x2x2−9
Now, look at this expression. The denominator 3x2 is always positive for any $x
eq 0$. This is a powerful realization!
It means the sign of the derivative depends entirely on the numerator, x2−9. If x2−9>0, the function is increasing; if x2−9<0, the function is decreasing.
Phase 4
The Critical Points and the Trap
We find the critical points by setting f′(x)=0, which means x2−9=0. This gives us x=3 and x=−3. These are the points where the function turns.
For f′(x)>0, we need x2>9, which happens when x<−3 or x>3. So, the function is strictly increasing in (−∞,−3)∪(3,∞).
This matches the form (−∞,α1)∪(α2,∞), so α1=−3 and α2=3.
Now, for the decreasing part, we need x2<9, which means −3<x<3. But wait! We must respect the domain. We cannot include x=0.
So, the interval is (−3,0)∪(0,3). This matches the form (α3,α4)∪(α4,α5), giving us α3=−3, α4=0, and α5=3.
Phase 5
The Final Calculation
We have our values:
α1=−3,
α2=3,
α3=−3,
α4=0, and
α5=3. The problem asks for the sum of their squares:
i=1∑5αi2=(−3)2+32+(−3)2+02+32
Calculating this, we get:
9+9+9+0+9=36
And there it is! The elegance of the result lies in how the discontinuity at x=0 was not just a hurdle, but a fundamental part of the function's definition. The final answer is 36.