Analyzing the Setup
The function f(x)=∣x2−5x+6∣−3x+2 is a mathematical chameleon. The modulus bars act as a gatekeeper, changing the function's behavior at critical moments.
Our goal is to find the sum of the absolute maximum and minimum values on the interval [−1,3].
The Anatomy of the Modulus
The first step is to examine the heart of the expression: x2−5x+6. We factorize this to find the roots:
These roots, x=2 and x=3, are the points where the expression inside the modulus changes sign. This is the crucial realization: the function behaves differently depending on whether the quadratic is positive or negative.
The Great Divide
Because the behavior changes at x=2, we must split the interval [−1,3] into two distinct regions: [−1,2] and [2,3].
In the first region, [−1,2], the quadratic (x−2)(x−3) is non-negative. Thus, the modulus opens positively:
f(x)=(x2−5x+6)−3x+2=x2−8x+8
In the second region, [2,3], the quadratic is non-positive. Here, the modulus opens with a negative sign:
f(x)=−(x2−5x+6)−3x+2=−x2+2x−4
The Descent
Now, let us analyze the nature of these two pieces. By calculating the derivative for the first piece, f′(x)=2x−8, we see that for any x≤2, the derivative is always negative.
Similarly, for the second piece, f′(x)=−2x+2, we see that for any x≥2, the derivative is also negative. This is a beautiful result: the function is strictly decreasing across the entire interval [−1,3].
The Final Evaluation
Because the function is strictly decreasing, the absolute maximum must occur at the start of our interval, x=−1. Plugging this into our first piece:
f(−1)=(−1)2−8(−1)+8=1+8+8=17
The absolute minimum must occur at the end of our interval, x=3. Plugging this into our second piece:
f(3)=−(3)2+2(3)−4=−9+6−4=−7
The sum of these values is 17+(−7)=10. We have navigated the modulus and arrived at the final answer of 10.