Extreme Value Theorem, Global Versus Local Extrema, and Critical Points
students, imagine you are tracking the height of a roller coaster as it moves along a track ๐ข. At some point, it reaches its highest point, and at another point, it reaches its lowest point. Calculus gives us the tools to find and explain those turning points. In this lesson, you will learn how to identify global extrema, local extrema, and critical points, and how the Extreme Value Theorem guarantees that certain extremes must exist under the right conditions.
Objectives
By the end of this lesson, students, you should be able to:
- explain the meaning of global maximum, global minimum, local maximum, local minimum, and critical point
- state when the Extreme Value Theorem applies
- use derivatives to find candidates for extrema
- connect these ideas to graph analysis and optimization
- understand how these ideas fit into Analytical Applications of Differentiation
These ideas matter because AP Calculus AB often asks you to analyze a functionโs behavior from its derivative, interpret a graph, or solve a real-world optimization problem like finding the best dimensions for a container or the greatest profit for a business ๐.
Global and Local Extrema
An extremum is a turning point where a function reaches a high or low value.
A global maximum of a function $f$ on a domain occurs at a point where $f(x)$ is greater than or equal to every other function value in that domain. In symbols, $f(c)$ is a global maximum if $f(c) \ge f(x)$ for all $x$ in the domain.
A global minimum of a function $f$ on a domain occurs at a point where $f(c)$ is less than or equal to every other function value in that domain. In symbols, $f(c) \le f(x)$ for all $x$ in the domain.
A local maximum occurs when $f(c)$ is greater than nearby function values. That means there is some small interval around $c$ where $f(c) \ge f(x)$ for nearby $x$ values.
A local minimum occurs when $f(c)$ is less than nearby function values. That means there is some small interval around $c$ where $f(c) \le f(x)$ for nearby $x$ values.
Here is the key difference:
- Global means highest or lowest on the entire domain.
- Local means highest or lowest in a small neighborhood.
A point can be both local and global, but not always. For example, if a function has one very high peak and several smaller hills, the tallest peak is the global maximum, while the smaller hills may be only local maxima.
Think of a mountain trail ๐. A small hill might be the highest point for a short stretch of trail, so it is a local maximum. But the tallest mountain in the whole region is the global maximum.
The Extreme Value Theorem
The Extreme Value Theorem says that if a function is continuous on a closed interval $[a,b]$, then the function must have both a global maximum and a global minimum on that interval.
This theorem is powerful because it guarantees that extremes exist when the function is continuous and the interval includes both endpoints.
Why the conditions matter
The function must be continuous on $[a,b]$. If there is a hole, jump, or vertical asymptote, the theorem does not apply.
The interval must be closed, meaning it includes the endpoints $a$ and $b$. If the interval is open, like $(a,b)$, the function might not actually reach its highest or lowest value.
For example, suppose a temperature function is continuous over a full school day from $t=0$ to $t=8$. Since the function is continuous on the closed interval $[0,8]$, it must have a highest temperature and a lowest temperature during that time.
But if the same temperature function were only considered on $(0,8)$, the extreme values might occur at the endpoints, and those endpoints would not be included. Then the theorem would not guarantee that the extremes are actually attained.
Critical Points and Why They Matter
A critical point of a function $f$ is a value $c$ in the domain where either $f'(c)=0$ or $f'(c)$ does not exist.
Critical points matter because local maxima and local minima can only occur at critical points or at endpoints of a closed interval.
This is a major AP Calculus idea: if you want to find global extrema on $[a,b]$, you check
- the endpoints $x=a$ and $x=b$
- every critical point in $(a,b)$
Why derivatives help
The derivative $f'(x)$ tells you the slope of the graph of $f$. If $f'(x)>0$, the function is increasing. If $f'(x)<0$, the function is decreasing. When the slope changes from positive to negative, the graph often goes from rising to falling, which suggests a local maximum. When the slope changes from negative to positive, the graph often goes from falling to rising, which suggests a local minimum.
But be careful: $f'(c)=0$ does not automatically mean a maximum or minimum. It only means $c$ is a critical point.
For example, the function $f(x)=x^3$ has derivative $f'(x)=3x^2$. At $x=0$, we have $f'(0)=0$, so $0$ is a critical point. But $f(x)=x^3$ has no local maximum or minimum at $x=0$; instead, the graph flattens there and keeps increasing. This is why critical points are candidates, not guarantees.
Finding Extrema on a Closed Interval
A very common AP problem asks for the global maximum and minimum of a function on an interval. The procedure is reliable and should become automatic for students.
Step 1: Find the derivative
Compute $f'(x)$.
Step 2: Find critical points
Solve $f'(x)=0$ and find where $f'(x)$ does not exist, as long as those points are in the interval.
Step 3: Evaluate the function
Find $f(x)$ at each critical point and at the endpoints.
Step 4: Compare values
The largest value is the global maximum. The smallest value is the global minimum.
Example
Suppose $f(x)=x^2-4x+1$ on $[0,5]$.
First, find the derivative:
$$f'(x)=2x-4$$
Set it equal to zero:
$$2x-4=0$$
So $x=2$ is a critical point.
Now evaluate $f$ at the endpoints and critical point:
$$f(0)=1$$
$$f(2)=4-8+1=-3$$
$$f(5)=25-20+1=6$$
So the global minimum is $-3$ at $x=2$, and the global maximum is $6$ at $x=5$.
This example shows the complete AP method: derivative, critical points, endpoint check, and comparison.
Local Extrema and the First Derivative Idea
Critical points help locate possible local extrema, but the sign of the derivative tells us what kind of extremum may occur.
If $f'(x)$ changes from positive to negative at $x=c$, then $f$ changes from increasing to decreasing, so $f(c)$ is a local maximum.
If $f'(x)$ changes from negative to positive at $x=c$, then $f$ changes from decreasing to increasing, so $f(c)$ is a local minimum.
If $f'(x)$ does not change sign, then $c$ is not a local extremum.
This idea is connected to graph analysis because the derivative acts like a guide to the shape of the graph. A student can inspect a sign chart for $f'(x)$ and predict where the graph rises, falls, and turns.
A Real-World Interpretation
Imagine a company modeling profit with a function $P(x)$, where $x$ is the number of items sold. The company wants the highest possible profit ๐ฐ. That highest profit is a global maximum of $P$ on the feasible domain.
If the company can only make between $100$ and $500$ items, then the domain is a closed interval like $[100,500]$. If $P$ is continuous, the Extreme Value Theorem says the highest and lowest profit values exist somewhere in that interval.
The company would check the endpoints and any critical points inside the interval. This is why calculus is useful in business, science, and engineering: it turns a vague question like โWhat is best?โ into a precise mathematical process.
How These Ideas Fit Into Analytical Applications of Differentiation
This lesson is part of Analytical Applications of Differentiation because derivatives are being used to analyze a function, not just compute slopes.
Here is how the ideas connect:
- Critical points identify where the behavior of a function may change.
- Local extrema describe nearby peaks and valleys.
- Global extrema describe the overall highest and lowest values.
- The Extreme Value Theorem guarantees that those global extrema exist under the right conditions.
These ideas often appear with increasing and decreasing behavior, concavity, and graph sketching. In later problems, you may use critical points together with the second derivative to understand whether the graph is concave up or concave down near those points.
Conclusion
students, the big takeaway is this: the Extreme Value Theorem guarantees global extrema for a continuous function on a closed interval, but it does not tell you where those extrema are. To find them, you use derivatives to identify critical points and check the endpoints. Then you compare the function values to determine global maxima and minima. Local extrema are nearby highs and lows, while global extrema are the absolute highest and lowest values on the entire domain. Mastering these ideas gives you a strong foundation for graph analysis, optimization, and the rest of Analytical Applications of Differentiation.
Study Notes
- The Extreme Value Theorem says a function continuous on $[a,b]$ has a global maximum and a global minimum.
- A global maximum is the highest value on the entire domain.
- A global minimum is the lowest value on the entire domain.
- A local maximum is the highest value near a point, not necessarily everywhere.
- A local minimum is the lowest value near a point, not necessarily everywhere.
- A critical point occurs where $f'(x)=0$ or $f'(x)$ does not exist, as long as the point is in the domain.
- Local extrema can occur at critical points or endpoints.
- To find global extrema on $[a,b]$, check critical points and endpoints, then compare values.
- If $f'(x)$ changes from positive to negative, there is usually a local maximum.
- If $f'(x)$ changes from negative to positive, there is usually a local minimum.
- A point where $f'(x)=0$ is not always an extremum, as shown by $f(x)=x^3$.
- These ideas are essential for graph analysis and optimization in AP Calculus AB.
