The Dance of the Derivative
Understanding Monotonicity
Welcome, fellow traveler on the path to JEE mastery! Today, we are going to peel back the layers of a seemingly simple quadratic function: f(x)=x2+ax+1.
At first glance, it looks like a standard parabola, but when we restrict its domain to the interval [1,2], it becomes a stage for a beautiful mathematical performance. We are tasked with finding the parameters R and S that dictate whether this function climbs (increases) or falls (decreases) across this specific window of x.
The First Step
Unlocking the Slope
To understand how a function behaves, we must look at its rate of change. The derivative is our compass here.
By applying the power rule to f(x)=x2+ax+1, we find the slope function:
This linear expression, 2x+a, tells us everything we need to know. If f′(x)>0, the function is climbing; if f′(x)<0, it is sliding down.
But here is the catch: we need this to happen for every point in the interval [1,2].
The Increasing Case
Finding the Floor
Imagine you are standing on the interval [1,2]. For the function to be increasing, we need f′(x)≥0 for all x in that range.
Substituting our derivative, we get 2x+a≥0, or simply a≥−2x.
Now, think about this logically. If a must be greater than or equal to −2x for every single x between 1 and 2, a must be at least as large as the 'toughest' requirement.
The function g(x)=−2x is a downward-sloping line. Its maximum value on the interval [1,2] occurs at the smallest value of x, which is x=1.
Thus, the maximum value is −2(1)=−2. To satisfy the condition for all x, a must be at least −2. Therefore, our least value is R=−2.
The Decreasing Case
Finding the Ceiling
Now, let us flip the script. For the function to be decreasing, we need f′(x)≤0, which implies 2x+a≤0, or a≤−2x.
This time, a must be smaller than or equal to every value that −2x takes on the interval. To ensure a is always below the curve, a must be less than or equal to the minimum value of −2x.
Looking at our line g(x)=−2x, the minimum occurs at the largest x, which is x=2. Thus, the minimum value is −2(2)=−4.
Consequently, the greatest value a can take while still being 'less than or equal to' the function is S=−4.
The Grand Finale
The Absolute Difference
We have navigated the slopes and found our boundaries. We have R=−2 and S=−4. The problem asks for the absolute difference ∣R−S∣.
∣R−S∣=∣−2−(−4)∣=∣−2+4∣=∣2∣=2
And there it is! The elegance of the result lies in how the constraints on the derivative forced us to look at the extreme values of the interval.
You have successfully mastered the relationship between a function's monotonicity and its derivative's bounds. Keep this intuition close—it is the key to solving much more complex problems in calculus. You are doing fantastic work!