Step 6:Compare all four values: f(−2)=0, f(−1)=4, f(1)=0, f(3)=20. The smallest value is 0.
Answer:The absolute minimum value is 0, occurring at both x=−2 and x=1.
Frequently Asked Questions
Can a function have more than one absolute minimum?
A function can have only one absolute minimum value, but that value can occur at more than one input. For example, f(x)=x2 on [−3,3] has an absolute minimum value of 0 at x=0 only, but f(x)=cos(x) on [0,4π] reaches its absolute minimum value of −1 at both x=π and x=3π.
Does every function have an absolute minimum?
Not always. A continuous function on a closed interval [a,b] is guaranteed to have an absolute minimum by the Extreme Value Theorem. However, functions on open intervals or unbounded domains may not. For instance, f(x)=1/x on (0,1) has no absolute minimum because the function grows without bound as x approaches 0 from the right—and it never actually reaches that bound.
Absolute Minimum vs. Relative (Local) Minimum
An absolute minimum is the lowest value of f over the entire domain—no other output is smaller anywhere. A relative minimum is the lowest value in some small neighborhood around a point; the function may take even smaller values elsewhere. Every absolute minimum is also a relative minimum (unless it occurs at an endpoint), but a relative minimum is not necessarily the absolute minimum. For example, a function might dip to f=2 at one local minimum and dip to f=−1 at another; only f=−1 is the absolute minimum.
Why It Matters
Finding the absolute minimum is essential in optimization problems across science, engineering, and economics. When you want to minimize cost, energy, distance, or error, you need the absolute minimum—not just a local dip. The Extreme Value Theorem guarantees its existence on closed intervals, giving you a reliable strategy: check critical points and endpoints.
Common Mistakes
Mistake: Checking only the critical points and forgetting to evaluate the function at the endpoints of a closed interval.
Correction:On a closed interval [a,b], the absolute minimum can occur at an endpoint. Always evaluate f(a) and f(b) alongside all critical points, then compare.
Mistake:Confusing the absolute minimum value with the x-value where it occurs.
Correction:The absolute minimum value is the output f(c), not the input c. When asked 'what is the absolute minimum?', give the y-value. When asked 'where does it occur?', give the x-value.