Analyzing the Setup
Welcome, fellow traveler of the JEE landscape! Today, we are embarking on a journey of optimization. We have a cubic function, f(x)=3x3−18x2+27x−40, confined to a specific playground, a set S defined by the inequality x2+30≤11x.
Unpacking the Constraint
Before we touch the function, we must understand our boundaries. The constraint
x2+30≤11x can be rewritten by bringing all terms to one side:
x2−11x+30≤0
This is a classic quadratic inequality. We look for two numbers that multiply to
30 and add to
−11, which are
−5 and
−6. Thus, we factor the expression as:
(x−5)(x−6)≤0
Using the wavy curve method, we see that the product is negative or zero precisely between the roots 5 and 6. Our search space is the closed interval x∈[5,6].
The Function's DNA
Now that we have our boundaries, we examine the function f(x)=3x3−18x2+27x−40. To find the maximum, we determine if this function is climbing or falling as we move from 5 to 6.
We find the derivative
f′(x) to understand the slope:
f′(x)=dxd(3x3−18x2+27x−40)
Applying the power rule, we obtain:
f′(x)=9x2−36x+27
Factoring out the common
9, we get:
f′(x)=9(x2−4x+3)
f′(x)=9(x−1)(x−3)
The Monotonicity
Here is where the intuition kicks in. We are only interested in the interval x∈[5,6].
For any x between 5 and 6, both (x−1) and (x−3) are clearly positive. Since both factors are positive, their product is positive, and thus f′(x)>0 for all x∈[5,6].
This tells us something profound: the function f(x) is strictly increasing on our interval. It is a constant climb!
The Final Act
If a function is strictly increasing, it reaches its highest point at the very end of the interval. Therefore, the maximum value must occur at x=6.
We evaluate
f(6) as follows:
f(6)=3(6)3−18(6)2+27(6)−40
f(6)=3(216)−18(36)+27(6)−40
This simplifies to:
f(6)=648−648+162−40
The 648 terms cancel out perfectly. We are left with 162−40, which equals 122.
The maximum value of our function on the set S is 122.