CALCULUS 1 • APPLICATIONS OF DERIVATIVES: ANALYTICAL

EVT, Extrema & Critical Points — Extreme Value Theorem, Global Versus Local Extrema, and Critical Points

Learn how calculus pinpoints the highest and lowest values a function can reach on any interval.

Historical Context & Motivation

Long before calculus existed, people needed to solve optimization problems. Ancient engineers wanted to enclose the maximum area with a fixed length of fencing, and merchants wanted to minimize the cost of shipping goods along trade routes. These are all questions about extreme values — the largest or smallest outputs a quantity can achieve. The development of calculus in the 17th and 18th centuries finally gave mathematicians the tools to answer these questions rigorously, rather than relying on guesswork or geometric tricks.

1637
Fermat's Method of Adequality
Pierre de Fermat developed a technique for finding maxima and minima of polynomial expressions, essentially setting a proto-derivative equal to zero. This idea foreshadowed the modern concept of critical points.
1684
Leibniz Publishes Calculus
Gottfried Wilhelm Leibniz published his differential calculus, providing the notation and framework (dy/dx) that made finding extrema systematic. Newton had developed similar ideas independently around the same period.
1823
Cauchy Formalizes Continuity
Augustin-Louis Cauchy gave precise definitions of continuity and limits, laying the groundwork for the Extreme Value Theorem. His rigorous approach replaced the intuitive arguments used by earlier mathematicians.
1861
Weierstrass Proves the EVT
Karl Weierstrass provided the first fully rigorous proof that every continuous function on a closed interval must attain both an absolute maximum and an absolute minimum. This became the Extreme Value Theorem.

The central question that these mathematicians tackled is one you encounter constantly in real life: Where does a function reach its highest or lowest value, and how can we find those points efficiently? The Extreme Value Theorem guarantees that answers exist under certain conditions, while the concept of critical points gives you a concrete method to find them.

Core Principles & Definitions

Before diving into calculations, you need a clear vocabulary. Three ideas form the foundation of this topic: the Extreme Value Theorem, the distinction between global and local extrema, and the definition of a critical point. Understanding each one precisely will let you solve optimization problems with confidence.

1

Extreme Value Theorem (EVT)

If a function f is continuous on a closed interval [a, b], then f is guaranteed to reach both an absolute maximum value and an absolute minimum value somewhere on that interval. Both conditions — continuity and a closed interval — are required.
2

Global (Absolute) Extrema

A global maximum is the single largest output value of f on the entire domain (or interval) being considered. A global minimum is the single smallest. Think of them as the champion high and low points.
3

Local (Relative) Extrema

A local maximum is a point where f(c) is greater than or equal to all nearby values. A local minimum is where f(c) is less than or equal to all nearby values. These are 'neighborhood champions' — the best in their immediate area, but not necessarily the best overall.
4

Critical Points

A number c in the domain of f is a critical point if either f ′(c) = 0 or f ′(c) does not exist. Every local extremum of f must occur at a critical point — but not every critical point produces an extremum.
KEY TAKEAWAY
Think of a road trip along a hilly highway between two towns (your closed interval). The EVT says that as long as the road has no gaps or jumps (continuity), there must be a highest point and a lowest point somewhere along the drive. The hilltops and valley bottoms are your local extrema, the overall highest hill is your global maximum, and every hilltop or valley bottom is located at a spot where the road is momentarily flat (derivative equals zero) — those flat spots are your critical points.

Visual Explanation

The diagram below shows a continuous function on the closed interval [a, b]. Notice how the function has several peaks and valleys. The highest point anywhere on the curve is labeled the global maximum, while the lowest point is the global minimum. Other peaks and valleys that aren't the overall winner are local extrema. Pay special attention to how global extrema can also occur at the endpoints of the interval.

A continuous function on a closed interval [a, b] with its global maximum (cyan), global minimum (pink), and several local extrema (amber/violet) labeled. Notice that the global minimum occurs at an endpoint.

There are a few important observations to make from this diagram. First, the global minimum occurs at the right endpoint x = b — extrema don't have to happen at interior hilltops or valleys. Second, the function has multiple local maxima, but only one of them earns the title of global maximum. Third, at each interior peak or valley the tangent line would be horizontal, meaning the derivative equals zero at those points. These are your critical points, and they are the first places you should check when hunting for extrema.

Mathematical Framework

Now let's translate these ideas into precise mathematical language. The three key statements below give you the formal definitions and the theorem that ties everything together.

EXTREME VALUE THEOREM
If f is continuous on [a, b], then there exist numbers c and d in [a, b] such that f(c) ≤ f(x) ≤ f(d) for all x in [a, b].
Here f(c) is the absolute minimum value and f(d) is the absolute maximum value. The theorem guarantees existence but does not tell you where c and d are — you need critical points for that.
CRITICAL POINT DEFINITION
c is a critical point of f ⟺ f ′(c) = 0 or f ′(c) does not exist (and c is in the domain of f).
A critical point where f ′(c) = 0 often corresponds to a horizontal tangent line. A critical point where f ′(c) does not exist can occur at a sharp corner (cusp) or a vertical tangent.
FERMAT'S THEOREM (INTERIOR EXTREMA)
If f has a local maximum or minimum at an interior point c, and if f ′(c) exists, then f ′(c) = 0.
This is the logical bridge: local extrema can only happen at critical points (or endpoints). The contrapositive is useful too — if f ′(c) ≠ 0, then c is not a local extremum.

The Closed Interval Method

Combining the EVT with the critical point definition gives you a clean procedure for finding global extrema on a closed interval. This is called the Closed Interval Method:

  1. Step 1: Verify that f is continuous on [a, b].
  2. Step 2: Find f ′(x) and solve f ′(x) = 0; also locate any x-values where f ′(x) does not exist. These are your critical points.
  3. Step 3: Evaluate f at each critical point that lies in [a, b] and at both endpoints a and b.
  4. Step 4: The largest value from Step 3 is the global maximum; the smallest is the global minimum.

Classifying Critical Points & Endpoints

Not every critical point produces an extremum. The diagram below shows three different scenarios that can occur at a critical point where f ′(c) = 0. Understanding these cases helps you anticipate what the function is doing before you plug in numbers.

Three outcomes at a critical point where f ′(c) = 0. Left (green): derivative changes from positive to negative → local maximum. Center (pink): derivative changes from negative to positive → local minimum. Right (amber): derivative does not change sign → inflection point, not an extremum.
Summary of what can happen at critical points and endpoints
ScenarioWhat Happens at cf ′ Sign ChangeConclusion
f ′(c) = 0Horizontal tangent+ → −Local maximum
f ′(c) = 0Horizontal tangent− → +Local minimum
f ′(c) = 0Horizontal tangentNo changeNeither (inflection point)
f ′(c) DNECorner, cusp, or vertical tangentCheck case by casePossible extremum
EndpointBoundary of intervalN/APossible global extremum
Common Mistake
Students often assume that every critical point is automatically a local extremum. The function f(x) = x³ has f ′(0) = 0, making x = 0 a critical point. But f(x) = x³ is always increasing — x = 0 is an inflection point, not an extremum. Always check whether the derivative actually changes sign.

Worked Example

Let's apply the Closed Interval Method to find the absolute maximum and absolute minimum of the function f(x) = 2x³ − 3x² − 12x + 5 on the interval [−2, 3].

Find the Global Extrema of f(x) = 2x³ − 3x² − 12x + 5 on [−2, 3]
1
Step 1 — Verify ContinuityThe function f(x) = 2x³ − 3x² − 12x + 5 is a polynomial, so it is continuous everywhere. In particular, it is continuous on the closed interval [−2, 3]. The EVT guarantees that a global max and global min exist.
2
Step 2 — Find f ′(x) and Critical PointsDifferentiate: f ′(x) = 6x² − 6x − 12. Set f ′(x) = 0 and solve: 6x² − 6x − 12 = 0. Divide both sides by 6: x² − x − 2 = 0. Factor: (x − 2)(x + 1) = 0. So x = 2 and x = −1.
Critical points: x = −1 and x = 2
3
Step 3 — Check That Critical Points Are in [−2, 3]Both x = −1 and x = 2 lie inside the interval [−2, 3], so both must be evaluated. Since f ′(x) is defined everywhere (it's also a polynomial), there are no additional critical points where the derivative fails to exist.
4
Step 4 — Evaluate f at Critical Points and EndpointsCompute f at each candidate: f(−2) = 2(−8) − 3(4) − 12(−2) + 5 = −16 − 12 + 24 + 5 = 1. f(−1) = 2(−1) − 3(1) − 12(−1) + 5 = −2 − 3 + 12 + 5 = 12. f(2) = 2(8) − 3(4) − 12(2) + 5 = 16 − 12 − 24 + 5 = −15. f(3) = 2(27) − 3(9) − 12(3) + 5 = 54 − 27 − 36 + 5 = −4.
f(−2) = 1, f(−1) = 12, f(2) = −15, f(3) = −4
5
Step 5 — Identify the Global ExtremaCompare all four values. The largest is 12 and the smallest is −15.
Global maximum: f(−1) = 12. Global minimum: f(2) = −15.
💡 Why Endpoints Matter
If the interval had been [−2, 1] instead, x = 2 would fall outside the interval and wouldn't be a candidate. The global minimum would then be at the endpoint x = −2 or x = 1. Always double-check that your critical points are inside the given interval.

When the EVT Does (and Doesn't) Apply

The Extreme Value Theorem has two strict requirements: the function must be continuous and the interval must be closed. If either condition fails, the guarantee vanishes. The table below shows what can go wrong.

EVT requirement checklist
ConditionSatisfied?Guaranteed Extrema?Example
Continuous on [a, b]YesYes — both max and min existf(x) = x² on [0, 3]
Discontinuous on [a, b]NoNot guaranteedf(x) = 1/x on [−1, 1] (discontinuous at x = 0)
Continuous on open interval (a, b)No (open interval)Not guaranteedf(x) = x on (0, 1) — approaches 0 and 1 but never reaches them
Continuous on (−∞, ∞)No (unbounded)Not guaranteedf(x) = x³ on (−∞, ∞) — goes to ±∞
KEY TAKEAWAY
Think of the EVT conditions like a sealed container. A closed interval is the lid — it keeps the function from escaping to infinity. Continuity is the container having no holes — it prevents the function from jumping past a potential extreme value. Remove either one, and the function can slip away without ever reaching a maximum or minimum.

Connection to Advanced Topics

Finding critical points and applying the EVT is just the beginning. In the next units of calculus, you will encounter more powerful tools for classifying extrema and solving real-world optimization problems. The table below previews how today's concepts connect to what comes next.

How today's topics connect to future material
This LessonWhere It Leads
Checking if f ′ changes sign around a critical pointFirst Derivative Test — a formal method for classifying local extrema using sign charts
Recognizing that f ′(c) = 0 at a local extremumSecond Derivative Test — uses f ″(c) to determine concavity and classify the extremum without a sign chart
Finding global extrema on a closed intervalOptimization Problems — translating word problems (maximize area, minimize cost) into functions and applying the Closed Interval Method
Critical points where f ′ does not existAbsolute Value & Piecewise Functions — analyzing functions with corners and cusps, such as f(x) = |x|

In multivariable calculus (Calc 3), you will extend these ideas to functions of two or more variables, where critical points are found by setting all partial derivatives equal to zero. The classification becomes more complex (using the Hessian matrix), but the core logic — find candidates, evaluate, compare — remains exactly the same. Mastering the single-variable version now builds a foundation that will serve you throughout higher mathematics.

Practice Problems

PROBLEM 1CONCEPTUAL
A student says: 'The function f(x) = 1/x has no absolute maximum or minimum on the interval [−1, 1], so the Extreme Value Theorem must be wrong.' Explain the flaw in the student's reasoning.
PROBLEM 2BASIC CALCULATION
Find all critical points of f(x) = x³ − 6x² + 9x + 2.
PROBLEM 3INTERMEDIATE
Find the absolute maximum and absolute minimum of g(x) = x⁴ − 8x² + 3 on the interval [−3, 1].
PROBLEM 4APPLIED
A ball is thrown upward from a 48-foot-tall building. Its height in feet after t seconds is h(t) = −16t² + 32t + 48 for 0 ≤ t ≤ 3. At what time does the ball reach its maximum height, and what is that height? At what time does it reach its minimum height?
PROBLEM 5CRITICAL THINKING
Consider the function f(x) = |x² − 4| on the interval [−3, 3]. This function has critical points where f ′(x) = 0 and where f ′(x) does not exist. Find all critical points, then determine the global maximum and global minimum on [−3, 3]. Explain why some critical points arise from a non-existent derivative.

Lesson Summary

The Extreme Value Theorem guarantees that every continuous function on a closed interval [a, b] attains both a global maximum and a global minimum. A global (absolute) extremum is the single highest or lowest value on the entire interval, while a local (relative) extremum is the highest or lowest value in an immediate neighborhood.

A critical point occurs where f ′(c) = 0 or f ′(c) does not exist. By Fermat's Theorem, every local extremum at an interior point must occur at a critical point — but not every critical point is an extremum (it could be an inflection point). The Closed Interval Method — find critical points, evaluate f at those points and at both endpoints, then compare — gives you a reliable algorithm for locating global extrema whenever the EVT applies.

Varsity Tutors • Calculus 1 • EVT, Extrema & Critical Points