AP

4 endpoint tests for global extrema on the AP Calculus exam

Master AP Calculus global extrema testing: closed-interval method, First Derivative Test, and endpoint checks explained with worked FRQ-style examples.

5 June 202619 min
Author: Selin YıldızReviewed by: Gökhan İnce

Global extrema — the absolute maximum and minimum values of a function on a specified domain — are tested repeatedly on the AP Calculus AB and BC exams, both in the multiple-choice section and as free-response questions. The phrase test candidates for global extrema refers to a specific workflow: identify every place the function could reach its highest or lowest value, evaluate the function at each, and compare the results. On a closed interval, the workflow is mechanical. On an open interval or the entire real line, it requires a slightly different argument. Mastering this workflow is one of the highest-leverage skills in Unit 5 of the AP Calculus curriculum, and it reappears as a building block in optimisation, related rates, and accumulation FRQs in later units.

The closed-interval test for absolute extrema: the standard AP workflow

When a continuous function f is defined on a closed interval [a, b], the Extreme Value Theorem guarantees that f attains both an absolute maximum and an absolute minimum somewhere on that interval. The College Board expects candidates to apply a single, repeatable procedure whenever they see a closed interval in the problem statement. The procedure has three moves, and missing any one of them is the most common source of point loss on absolute-value FRQs.

Move one is to take the derivative and solve f′(x) = 0 inside the open interval (a, b). These are the interior critical points. On a typical AP problem, a polynomial of degree three or four will yield one or two such points, and a trigonometric or exponential expression will yield points that you can express in radians or as natural logs. Move two is to find points where f′ is undefined — vertical tangents, cusps, or corners — that still sit inside the closed interval. Move three is to evaluate f at the endpoints a and b, and at every number collected in the first two moves. The largest value is the absolute maximum; the smallest is the absolute minimum.

A worked example: polynomial on a closed interval

Consider f(x) = x³ − 3x² − 9x + 5 on [−2, 6]. The derivative f′(x) = 3x² − 6x − 9 = 3(x² − 2x − 3) = 3(x − 3)(x + 1). Setting f′(x) = 0 gives x = 3 and x = −1. Both sit inside [−2, 6], so both are critical points. The derivative exists everywhere, so there are no points where f′ is undefined. The four evaluation points are x = −2, −1, 3, and 6. Compute f(−2) = 7, f(−1) = 10, f(3) = −22, and f(6) = 59. The absolute maximum is 59 at x = 6; the absolute minimum is −22 at x = 3. Notice that the absolute maximum occurred at an endpoint, not a critical point. A candidate who records only x = −1 and x = 3 in the calculator and never types f(−2) and f(6) will mistakenly declare the maximum to be 10.

A worked example: trigonometric function on a closed interval

Now consider g(x) = 2 sin(x) + x on [0, 2π]. Here g′(x) = 2 cos(x) + 1. Setting g′(x) = 0 gives cos(x) = −½, so x = 2π/3 and x = 4π/3 inside the interval. Both derivatives exist, so the only evaluation points are the two critical points plus the two endpoints. The values g(0) = 0, g(2π/3) ≈ 3.83, g(4π/3) ≈ −0.48, g(2π) ≈ 6.28. The absolute maximum is 2π at x = 2π; the absolute minimum is 2 sin(4π/3) + 4π/3 ≈ −0.48 at x = 4π/3. A graphing calculator in radian mode confirms both answers. The lesson: with trig expressions, always confirm the calculator is in radians, and always state the critical points to the nearest 0.001 rather than rounding prematurely.

Critical points: how to find them and how to avoid the textbook traps

A critical point of f is a value x = c in the domain of f where f′(c) = 0 or f′(c) does not exist. Candidates often misread this definition in two ways. First, x = c must belong to the domain. A point where the original function is undefined is never a critical point of f, even if the simplified derivative accidentally equals zero there. Second, “f′(c) does not exist” must be visible in the original derivative expression — a vertical tangent, a corner, or a cusp. Simply failing to factor a polynomial does not make the derivative undefined; it makes it unwritten. In an AP setting, the College Board distinguishes these cases in the FRQ rubric, and an unsupported claim that “f′ is undefined at x = 0” usually loses a point.

Where critical points hide in AP problems

  • Inside absolute values and piecewise definitions. For f(x) = |x² − 4|, the derivative fails to exist at x = ±2 because of the corner. These are critical points even though f is continuous and differentiable almost everywhere.
  • At endpoints of piecewise functions. A piecewise function defined on [0, 5] with a different formula on [0, 3] and [3, 5] may have a corner at x = 3 worth checking, even when the formula change is signposted in the problem.
  • At endpoints of the closed interval itself. Endpoints are not critical points in the strict sense, but they are evaluation points. Conflating the two is a scoring error in rubric language.
  • Where natural log arguments vanish. For f(x) = ln(x² − 1), the domain excludes x = ±1. These domain holes are not critical points of f, and including them as evaluation candidates will cost a point.

The difference between critical points and inflection points

Candidates preparing for the AP exam sometimes confuse critical points (where f′ = 0 or undefined) with inflection points (where f″ = 0 and concavity changes). The two are unrelated in general. A critical point tests for local or global extrema. An inflection point tests for concavity. Several FRQs in the released problem sets put both on the same page, and the rubric allocates the points separately. A clean, table-style answer that lists the x-values, the function value, the derivative value, and the second derivative value side by side will make the reader's job easier and the candidate's score higher.

Open intervals and the entire real line: when the closed-interval test does not apply

The Extreme Value Theorem has two hypotheses: f must be continuous, and the domain must be a closed and bounded interval. Drop either hypothesis, and the theorem is no longer a guarantee. The function f(x) = x³ has no absolute maximum or minimum on (−∞, ∞) because the values grow without bound in both directions. The function f(x) = 1/x on (0, 1] is continuous but never attains a maximum because the supremum is reached only in the limit as x approaches 0, and 0 is not in the domain. These are the situations where AP candidates must argue from the shape of the function rather than plug in numbers.

Argument patterns for unbounded domains

When the domain is open or unbounded, the exam expects an argument — not just a calculator read-out. Three argument patterns cover most AP scenarios. The first is end behaviour: if lim x→∞ f(x) = ∞ and lim x→−∞ f(x) = ∞, the function has no absolute maximum; if the limits differ, the function has no global extremum in the unbounded direction. The second is monotonicity: if f′(x) > 0 on the entire domain, f is strictly increasing and has no absolute maximum or minimum, only a supremum or infimum at the boundary of the domain. The third is limit comparison: as x approaches a vertical asymptote from one side, f(x) can grow without bound, ruling out a global maximum on that side.

Worked example: function on an open interval

Consider h(x) = x · e^(−x) on (0, ∞). The derivative h′(x) = e^(−x) − x · e^(−x) = e^(−x)(1 − x). Setting h′ = 0 gives x = 1. The function is positive, increasing on (0, 1), decreasing on (1, ∞), and tends to 0 as x → ∞. So h has an absolute maximum of 1/e at x = 1, but it has no absolute minimum — the infimum is 0, attained only in the limit. The AP-style answer would state both findings explicitly: maximum 1/e at x = 1; no absolute minimum because h(x) > 0 for all x in the domain. A candidate who reports only the maximum and ignores the minimum is half-right and loses a point.

First and Second Derivative Tests as global tools

The First Derivative Test classifies a critical point as a local maximum, local minimum, or neither by tracking the sign of f′ on either side. The Second Derivative Test classifies a critical point as a local maximum or local minimum by inspecting the sign of f″ at the critical point, provided f″ exists and is nonzero. Both tests are local, but on a closed interval with only a few critical points, they often pinpoint the global extremum without exhaustive comparison. The trade-off is between algebraic effort and tabulating effort. For most AP problems, the safest global workflow is still to evaluate f at every candidate point and compare. The derivative tests are best used to confirm the answer, or as a fallback when the evaluation table is long.

Need help reaching your target score?

Book a free 15-minute call with an advisor to map out a personalised study plan.

Free consultation

When the Second Derivative Test fails

The Second Derivative Test returns no information when f″(c) = 0 or when f″(c) does not exist. The classic AP trap is f(x) = x⁴, where c = 0 gives f′(0) = 0 and f″(0) = 0. The Second Derivative Test is inconclusive, but the function clearly has an absolute minimum at x = 0. The fallback in this case is the First Derivative Test, sign analysis of f′, or a direct argument using the form of the function. Candidates who reach for the calculator alone here often misread the graph near the origin, because x⁴ is almost flat at x = 0 over a wide window. A small change of viewing window — say [−0.5, 0.5] by [−0.1, 0.1] — restores the visible shape.

Common pitfalls and how to avoid them

  • Forgetting the endpoints. On a closed interval, the absolute extremum is more often at an endpoint than candidates expect. Always type f(a) and f(b) into the calculator, even when the critical points look promising.
  • Including domain holes. If f is undefined at a point, that point is not a critical point. For f(x) = ln(x − 2), x = 2 is not a candidate; x = 3 is, if 3 is inside the closed interval.
  • Using degree mode for trigonometry. A calculator in degree mode will give nonsense critical points for sin and cos on a problem stated in radians. Switch the mode and re-evaluate before submitting.
  • Rounding critical points. Store the exact value when possible, and round only at the comparison step. Rounding twice — once for the critical point and once for the function value — compounds the error.
  • Confusing local and global. A local maximum at a critical point may not be the absolute maximum if the function is larger at an endpoint or at another critical point. State the comparison explicitly in the conclusion.

FRQ-style presentation: how to score full marks on a global extrema question

The free-response questions on the AP Calculus exam allocate points for three things: finding the critical points, evaluating the function, and stating the conclusion. Each of those steps has a presentation convention. Critical points should be listed as x = c with the value, not embedded inside a sentence. The evaluation step should appear in a table or a clearly numbered list. The conclusion should name the absolute maximum, the absolute minimum, and the x-values where they occur — in that order. A typical FRQ part worth three or four points will deduct one point for a missing endpoint, one for a critical point outside the domain, and one for a conclusion that says “maximum is 59” without specifying where it occurs.

An FRQ template candidates can reuse

The most efficient template I have seen students adopt looks like this. First, write the derivative and solve f′(x) = 0, with the algebraic steps visible. Second, list every candidate point on a single line: interior critical points, points where f′ is undefined, and the endpoints. Third, build a small two-column table with x in the left column and f(x) on the right. Fourth, circle the largest and smallest function values, then write one concluding sentence: “The absolute maximum value is M, attained at x = a; the absolute minimum value is m, attained at x = b.” Reproducing this template on every absolute-extremum problem turns a free-response into a near-routine exercise and protects against the one-point deductions listed above.

Calculator versus non-calculator sections: a different scoring reality

The AP Calculus exam splits the multiple-choice section into a non-calculator part and a calculator part, and the free-response section allows a calculator on roughly half of the questions. The closed-interval test for absolute extrema appears in both halves, but the scoring pressure differs. On a non-calculator question, the College Board usually designs the function so that critical points and function values are exact integers, simple fractions, or recognisable radicals. Candidates are expected to show the algebra. On a calculator question, the function may be uglier — a sum of trig and exponential terms, for example — and the rubric awards points for setting up the right equation, not for the final decimal answer. Knowing which half of the exam you are working on tells you how much decimal precision to invest in.

Strategic reading of the problem statement

Read the problem statement for the domain, the function, and any constraints. The domain is the first number you write down, and it dictates the workflow. A closed interval triggers the three-move procedure. An open interval or the whole real line triggers an argument. The function tells you which differentiation rule to apply. Constraints — “x is positive”, “f is differentiable”, “the answer must be an integer” — narrow the field. In my experience, candidates who read the problem twice before touching the pencil save themselves roughly five minutes per FRQ, and the time saved shows up in the conclusion sentences, which are usually the part that gets cut first when candidates run long.

Worked example set: three problems of escalating difficulty

For a candidate who has worked through the basics, three practice problems in escalating difficulty will reveal which sub-skill needs drilling. The first is the polynomial on a closed interval already discussed: f(x) = x³ − 3x² − 9x + 5 on [−2, 6]. The expected answer time is under three minutes. The second is a piecewise function such as f(x) = x² for x in [−1, 0] and f(x) = 2x for x in (0, 3]. Here the critical point at x = 0 must be considered even though f is continuous, because the two pieces meet at a corner. The function is increasing on the linear piece, so the absolute minimum is f(0) = 0 and the absolute maximum is f(3) = 6. The third is a transcendental function on a closed interval, such as f(x) = x · ln(x) on [1, e]. The derivative f′(x) = 1 + ln(x) vanishes at x = 1/e, which is outside [1, e]. The function is increasing on the whole interval, so the absolute minimum is f(1) = 0 and the absolute maximum is f(e) = e. This third problem is a trap: the candidate who solves f′ = 0 and reports x = 1/e as a critical point is correct about the algebra but wrong about the workflow, because 1/e is not in the domain of the original problem.

Drilling sequence for the next three weeks

Week one should be dedicated to closed-interval polynomials. Five to seven problems a day, with a strict endpoint check on every one, will burn the workflow into muscle memory. Week two should mix in trigonometric and exponential functions, with explicit attention to calculator mode and to expressions involving e and ln. Week three should add piecewise and transcendental functions on closed intervals, and then close with two or three open-interval argument problems. By the end of the third week, candidates should be able to recognise from the problem statement which of the three workflows applies and execute the right one in under four minutes per part. TestPrep Europe's diagnostic assessment is a natural starting point for candidates building a sharper preparation plan around this exact skill.

Scoring alignment: where global extrema sit in the AP exam structure

Global extrema questions fall under Unit 5 of the AP Calculus AB and BC curriculum, “Analytical Applications of Differentiation”, which carries significant weight in the multiple-choice section and recurs as a setup step in Unit 6 (integration) and Unit 8 (applications of integration) FRQs. A candidate who cannot reliably find and evaluate absolute extrema on a closed interval will struggle with optimisation FRQs, with accumulation problems that ask for the maximum area or volume, and with the “verify that a function has a unique absolute maximum” reasoning steps that appear in BC-only questions on series convergence. The skill is foundational, not ornamental. Treat it as a gate to roughly a quarter of the FRQ pool.

How preparation time maps to score gains

Candidates who have not practised the closed-interval workflow typically lose two to four points per FRQ on absolute-extremum sub-parts. Candidates who have practised but skipped endpoint checks lose one to two points. Candidates who have practised the workflow with trigonometric and exponential functions reliably score full marks on the relevant parts. The score band from “occasionally slips on endpoints” to “always checks endpoints” is roughly the difference between a 4 and a 5 on the AP 1-to-5 scale, because the points accumulate across multiple FRQ parts. For most candidates I work with, the highest-leverage preparation activity is twenty timed absolute-extremum problems over a two-week span, with the answers graded against the official scoring guidelines.

Bringing it together: a one-page mental checklist for the exam

On exam day, the candidate who scores consistently on global extrema runs the same mental checklist on every relevant problem. The checklist has six lines: (1) read the domain and write it down, (2) take the derivative and solve f′ = 0 inside the open interval, (3) check for points where f′ is undefined inside the closed interval, (4) include the endpoints, (5) build a small table and compare, (6) state the absolute maximum and minimum with their x-values. If the domain is open or unbounded, the checklist swaps step 5 for an argument: end behaviour, monotonicity, or limit comparison. Six lines, executed in order, is enough to handle every global extrema problem the College Board has released to date. TestPrep Europe's targeted drills on the closed-interval test and the First Derivative Test are designed around this exact checklist.

Final tactical note for exam week

In the final week before the exam, revisit the official scoring guidelines for two or three released FRQs that include an absolute-extremum sub-part. Read the sample student work at each score point. The contrast between a 5-point response and a 3-point response almost always comes down to one of the items in the checklist above: a missing endpoint, an unevaluated critical point, or a conclusion that does not name the x-value. Train the eye to spot these omissions in the sample work, and the same eye will spot them in your own practice. That habit, more than any single technique, is what carries a candidate from a solid 4 to a confident 5 on absolute extrema and the questions built on top of them.

Frequently asked questions

What does it mean to test candidates for global extrema on the AP Calculus exam?
It means applying a structured workflow: identify every point where the function could attain an absolute maximum or minimum on its given domain, evaluate the function at each point, and compare. On a closed interval this means checking interior critical points, points where the derivative is undefined, and the endpoints. On an open or unbounded domain it means an argument using end behaviour, monotonicity, or limits.
Are endpoints always evaluation points for absolute extrema?
Yes, when the domain is a closed interval. The Extreme Value Theorem requires a closed and bounded domain for a continuous function to guarantee the existence of both an absolute maximum and an absolute minimum, and the endpoints are always candidates. Skipping them is the most common source of point loss on free-response absolute-extremum questions.
How do I handle a global extrema problem on an open interval?
Use an argument rather than a checklist. Compute limits at the boundaries of the domain and at infinity, analyse the sign of the derivative to determine monotonicity, and check for vertical asymptotes. State explicitly whether an absolute maximum, an absolute minimum, both, or neither exists, and justify the answer with the supporting behaviour.
What is the difference between a critical point and an endpoint?
A critical point of f is a value in the domain where f′ equals zero or f′ is undefined. The endpoints of a closed interval are not critical points in the technical sense, but they are evaluation points for absolute extrema. Conflating the two is a common error in AP free-response work.
Should I use the First Derivative Test or just compare function values?
Both are accepted. The First Derivative Test classifies each critical point as a local maximum, local minimum, or neither. The comparison method evaluates f at every candidate and reads off the largest and smallest values. For global extrema on a closed interval, the comparison method is usually faster and less error-prone; the First Derivative Test is best reserved for confirming the answer or for open-interval arguments.

Start your exam preparation

Explore our 1-to-1 tutoring and small-group course options with expert instructors. First-lesson money-back guarantee.

Free consultation