The closed-interval method is a reliable way to find the absolute maximum and absolute minimum of a continuous function on a closed interval [a,b]. It matters because many real problems ask for the largest or smallest possible value, such as maximum height, minimum cost, or greatest profit within allowed limits. The key idea is that on a closed interval, the highest and lowest values must occur either at an endpoint or at a critical point inside the interval.
This method turns an optimization problem into a short checklist of values to compare.
To use the method, first confirm that the function is continuous on the entire interval. Then find critical numbers in the open interval (a,b), where f'(x) = 0 or f'(x) does not exist. Evaluate the original function f(x), not the derivative, at every critical number and at both endpoints a and b.
The largest output is the absolute maximum value, and the smallest output is the absolute minimum value.
Understanding Calculus: The Closed-Interval Method
The reason endpoints need special attention comes from the meaning of a derivative. At an interior point, a smooth curve can move a little to the left or right. If that point is a high or low point, the tangent is often horizontal, so the derivative is zero.
An endpoint has no allowed values on one side. A function can be rising all the way to the right endpoint and still reach its greatest permitted value there.
Its derivative does not need to be zero. This is why a derivative test by itself can miss the answer when limits are placed on the input.
Critical points are candidates, not automatic winners. A derivative of zero can mark a small hill, a small valley, or a flat place where the graph continues in the same direction. For example, a function may flatten briefly while increasing before and after that point.
A derivative that does not exist can matter too. Sharp corners, cusps, and vertical tangents may create extreme values. The original function must exist at any point being considered.
Students should keep the input values separate from the output values. The location tells where an extreme occurs. The function value tells how large or small it is.
The method works because continuity prevents the graph from breaking apart or skipping values inside the allowed range. A jump, hole, or vertical asymptote can destroy the guarantee that a largest or smallest output exists. Consider a cost rule that becomes undefined at a production level, or a speed model with a sudden gap in its data.
In such cases, comparing a short list may not settle the problem. The stated interval matters just as much as the formula.
A point that is best over one interval may be unavailable over a narrower interval. This happens in real planning when time, distance, materials, or budget has fixed limits.
Careful organization prevents most errors. Write down every allowed candidate input before evaluating anything. Reject critical numbers outside the interval, since they belong to a different problem.
Then substitute each remaining input into the original formula with parentheses, especially for negative numbers or powers. A small table with input values in one column and function values in another makes the final comparison clear. Include units in an applied problem.
If the function gives height, the maximum is a height and its input may be a time. The final statement should name both the extreme output and the input where it occurs. If more than one candidate gives the same largest or smallest output, report every location.
Key Facts
- Closed-interval method applies when f is continuous on [a,b].
- Extreme Value Theorem: a continuous function on [a,b] has both an absolute maximum and an absolute minimum.
- Critical numbers occur where f'(x) = 0 or f'(x) is undefined, as long as x is in (a,b).
- Candidate points are x = a, x = b, and all critical numbers in (a,b).
- Evaluate f(x) at every candidate point, then compare the output values.
- Example: if f(x) = x^3 - 3x on [-2,2], then f'(x) = 3x^2 - 3, critical numbers are x = -1 and x = 1.
Vocabulary
- Closed interval
- A set of x-values from a to b that includes both endpoints, written [a,b].
- Absolute maximum
- The greatest value of a function over a specified domain or interval.
- Absolute minimum
- The smallest value of a function over a specified domain or interval.
- Critical number
- A number c in the domain of f where f'(c) = 0 or f'(c) does not exist.
- Continuous function
- A function whose graph has no breaks, holes, or jumps on the interval being considered.
Common Mistakes to Avoid
- Forgetting to check the endpoints is wrong because absolute extrema on a closed interval often occur at x = a or x = b.
- Using f'(x) values instead of f(x) values is wrong because the maximum and minimum are determined by the function outputs, not the derivative outputs.
- Including critical numbers outside the interval is wrong because only points in the given closed interval can be candidates for absolute extrema.
- Assuming f'(x) = 0 finds every candidate is wrong because critical numbers can also occur where the derivative does not exist.
Practice Questions
- 1 Use the closed-interval method to find the absolute maximum and minimum of f(x) = x^2 - 4x + 1 on [0,5].
- 2 Use the closed-interval method to find the absolute maximum and minimum of f(x) = x^3 - 6x^2 + 9x + 2 on [0,5].
- 3 Explain why the endpoints must be checked when finding absolute extrema on a closed interval, even if the derivative has critical numbers inside the interval.