The Anatomy of a Cubic
Unveiling the Hidden Truth
Welcome, future engineer. Today, we are going to dissect a polynomial that might look like a standard textbook problem, but beneath its surface lies a beautiful lesson in calculus and logical deduction.
We are looking at f(x)=4x3+3x2+2x+1. It is a cubic, and at first glance, you might feel the urge to hunt for its roots using complex algebraic identities. Resist that urge. In the world of JEE Advanced, we don't just solve; we observe.
Phase 1
The Monotonicity Mystery
Before we find the root s, we must understand the 'personality' of this function. Is it dancing up and down, or is it a steady climber? To find out, we look at the slope, the derivative f′(x).
Calculating the derivative is straightforward:
Now, look at this quadratic. Does it ever cross the x-axis? Let's check the discriminant, D=b2−4ac.
Substituting our values, we get D=62−4(12)(2)=36−96=−60. Since the discriminant is negative, the derivative f′(x) never touches zero.
Because the leading coefficient is positive, f′(x) is always positive. This is a profound realization: our function f(x) is strictly increasing everywhere. It climbs from negative infinity to positive infinity, crossing the x-axis exactly once. That unique crossing point is our root, s.
Phase 2
Trapping the Root
Now that we know s exists, how do we find it? We use the Intermediate Value Theorem (IVT). We need to find two points where the function changes sign.
Let's test x=−21 and x=−43. Evaluating at x=−21:
f(−21)=4(−81)+3(41)+2(−21)+1=−21+43−1+1=41
This is positive! Now, let's test x=−43:
f(−43)=4(−6427)+3(169)+2(−43)+1=−1627+1627−23+1=−21
This is negative! The function crossed from negative to positive between −43 and −21. Therefore, s∈(−43,−21).
Phase 3
The Area Under the Curve
We are given t=∣s∣. Since s is negative, t must be positive, specifically t∈(21,43).
We need the area bounded by y=f(x), x=0, y=0, and x=t. This is the integral:
Integrating term by term, we get:
A=[x4+x3+x2+x]0t=t4+t3+t2+t
Since t is positive, this area function is also strictly increasing. To find the interval for the area, we simply evaluate this expression at the boundaries of t.
At t=21, the area is 1615. At t=43, the area is 256525. Thus, our area lies strictly within this range.
Phase 4
The Behavior of the Slope
Finally, let's examine f′(x)=12x2+6x+2. Is it increasing or decreasing? We need the second derivative, f′′(x)=24x+6.
Setting this to zero gives us the critical point x=−41. For x<−41, f′′(x)<0, meaning the slope f′(x) is decreasing.
For x>−41, f′′(x)>0, meaning the slope is increasing. Since our interval of interest is (−t,t), and −t<−41<t, we see the slope decrease and then increase.
This problem was not just about finding a number; it was about understanding the flow of a function. You have successfully navigated the derivative, the integral, and the second derivative. Keep this analytical mindset, and no problem will ever be too complex for you.