How do you find the maximum and minimum of a function on an interval?
To find the absolute maximum and minimum of a function on a closed interval, you need to check the function's value at its critical points and at the endpoints of the interval. The highest value you calculate is the absolute maximum, and the lowest is the absolute minimum.
Think of it like hiking a specific section of a mountain trail. The highest and lowest elevations of your hike can only occur at the peaks and valleys along the way (the critical points) or at the exact spots where you started and finished the hike (the endpoints).
The Extreme Value Theorem
Before we calculate anything, we rely on a mathematical guarantee called the Extreme Value Theorem. This theorem states that if a function is continuous on a closed interval , it must have both an absolute maximum and an absolute minimum on that interval. A closed interval means the endpoints are included. As long as there are no breaks or holes in the graph, we are guaranteed to find a highest and lowest point.
Finding Critical Points
Critical points are the "peaks and valleys" of our function. To find them, we take the first derivative of the function, , and find where it is either equal to zero or undefined. When the derivative is zero, the tangent line to the graph is perfectly flat, which usually indicates a local peak or valley. We only care about the critical points that actually fall inside our specific interval .
The Closed Interval Method
The step-by-step process for finding these extremes is called the Closed Interval Method. First, find the derivative of the function. Second, set the derivative to zero or find where it is undefined to get your critical points. Third, plug those critical points into the original function to get their -values. Finally, plug the endpoints and into the original function. Compare all the resulting -values: the largest is your maximum, and the smallest is your minimum.
Where Students Slip Up
A common mistake is plugging the critical points back into the derivative instead of the original function. Remember, the derivative just tells us the slope, but we are looking for the actual height (-value) of the function. Another frequent error is forgetting to check the endpoints. Often, the highest or lowest point of a specific interval isn't a peak or valley at all, but rather the very edge of the graph.
Worked through
Find the absolute maximum and absolute minimum values of the function on the interval .
First, we find the derivative of the function: . Next, we find the critical points by setting the derivative equal to zero: . Factoring out , we get . This gives us critical points at and . Both of these points fall within our interval , so we will test both of them. Now, we evaluate the original function at the critical points and the endpoints. At the left endpoint : . At the critical point : . At the critical point : . At the right endpoint : . Finally, we compare the results: . The largest value is , so the absolute maximum is at . The smallest value is , so the absolute minimum is at and .
Questions students ask
Ask about this topic
Where this comes from: OpenStax Calculus Volume 1 · Stewart Calculus: Early Transcendentals · Khan Academy: Absolute maxima and minima
See also