AP Calculus AB

Analytical Applications of Differentiation

AP Calculus AB — Unit 5

1
Module 1

Foundations & Definitions

Overview, Objectives & Key DefinitionsTopic 1

Unit Overview

This unit uses the first and second derivatives to describe the shape of a graph: where it rises and falls, where it peaks and dips, and how it bends. These tools let you locate extrema, identify concavity and inflection points, and solve optimization problems ("find the maximum/minimum"). It also formalizes the key existence theorems — the Mean Value Theorem (MVT) and Extreme Value Theorem (EVT).

This is the largest analytic unit (14 topics) and a major exam contributor, especially on free-response, where justification using derivative signs is essential.

Big picture: f' controls increasing/decreasing and extrema; f'' controls concavity and inflection.


Learning Objectives

  • State and apply the Mean Value Theorem and Extreme Value Theorem.
  • Use f' to find intervals of increase/decrease and local extrema (First Derivative Test).
  • Use f'' to determine concavity and inflection points, and apply the Second Derivative Test.
  • Find absolute extrema on a closed interval (candidates test).
  • Interpret relationships among the graphs of f, f', f''.
  • Solve optimization problems.
  • Analyze implicitly defined curves (tangents, extrema).

Prerequisite Concepts

  • Fluent differentiation (Units 2–3) and critical-point solving.
  • Sign analysis (number lines / sign charts).
  • The theorems of Unit 1 (IVT) and continuity/differentiability.

Key Definitions

  • Critical number: a value c where f'(c) = 0 or f'(c) is undefined (and f is defined at c).
  • Local (relative) maximum/minimum: highest/lowest value in a neighborhood.
  • Absolute (global) extremum: highest/lowest value over the entire domain/interval.
  • Concave up: f'' > 0 (slopes increasing, graph opens upward); concave down: f'' < 0.
  • Inflection point: a point where concavity changes (f'' changes sign).

✎ Self-Check — 5 questions0 / 5
Q1.The Mean Value Theorem requires that a function f be:
Explanation: The MVT hypotheses are: f is continuous on the closed interval [a, b] and differentiable on the open interval (a, b).
Q2.The Extreme Value Theorem guarantees that a function attains an absolute maximum and minimum if it is:
Explanation: The EVT states that a function continuous on a closed, bounded interval [a, b] attains both an absolute maximum and an absolute minimum on that interval.
Q3.A function f is increasing on an interval when:
Explanation: A positive first derivative means the function is increasing on that interval.
Q4.A critical number of f is a value where:
Explanation: Critical numbers occur where the first derivative equals zero or does not exist (and f is defined).
Q5.By the Second Derivative Test, if f'(c) = 0 and f''(c) > 0, then f has a:
Explanation: A positive second derivative at a critical point indicates the function is concave up there, giving a local minimum.
2
Module 2

Theorems & Formulas

Important Theorems & FormulasTopic 1

Important Theorems

Extreme Value Theorem (EVT): A function continuous on a closed interval [a, b] attains an absolute max and an absolute min on [a, b].

Mean Value Theorem (MVT): If f is continuous on [a, b] and differentiable on (a, b), there exists c in (a, b) with f'(c) = (f(b) − f(a)) / (b − a) (a tangent parallel to the secant). Rolle's Theorem is the case f(a) = f(b), giving f'(c) = 0.

First Derivative Test: At a critical number c, if f' changes + to −, local max; − to +, local min; no sign change, neither.

Second Derivative Test: At a critical number c with f'(c) = 0: if f''(c) > 0, local min; if f''(c) < 0, local max; if f''(c) = 0, inconclusive (use the First Derivative Test).


✎ Self-Check — 5 questions0 / 5
Q1.For f(x) = x^2 on [1, 3], find the value c guaranteed by the Mean Value Theorem.
Explanation: The average rate of change is (f(3) - f(1))/(3 - 1) = (9 - 1)/2 = 4. Set f'(c) = 2c = 4, so c = 2.
Q2.The Mean Value Theorem guarantees a point where the tangent line is parallel to:
Explanation: The MVT guarantees a c where the instantaneous rate f'(c) equals the average rate, so the tangent line at c is parallel to the secant line joining the endpoints.
Q3.Rolle's Theorem is a special case of the MVT that applies when:
Explanation: When f(a) = f(b), the average rate of change is 0, so Rolle's Theorem guarantees a c with f'(c) = 0.
Q4.For f(x) = x^2 - 2x on [0, 4], the value c from the MVT is:
Explanation: Average rate = (f(4) - f(0))/4 = (8 - 0)/4 = 2. f'(c) = 2c - 2 = 2, so 2c = 4 and c = 2.
Q5.Which situation could prevent the Extreme Value Theorem from guaranteeing an absolute maximum?
Explanation: The EVT requires a closed interval. On an open interval, a continuous function may fail to attain an absolute maximum or minimum.
3
Module 3

Concepts & Worked Examples

Concept Explanations & Solved ExamplesTopic 1

Concept Explanations

Increasing/decreasing and extrema (5.3–5.4). Build a sign chart of f' using critical numbers. f rises where f' > 0, falls where f' < 0; sign changes locate local extrema.

Concavity and inflection (5.8, 5.10). A sign chart of f'' shows concavity. An inflection point requires f'' to change sign — a zero of f'' alone is not enough (e.g., x⁴ at 0).

Reading f, f', f'' together (5.9). These are the highest-value skills:

  • f increasing ⇔ f' > 0; f has local max where f' changes + → −.
  • f concave up ⇔ f'' > 0 ⇔ f' increasing.
  • A local min of f' corresponds to an inflection point of f.

Absolute extrema (5.5). On a closed interval, the max/min is always among the critical values and the endpoints — just compare the candidate values.

Optimization (5.12). The art is translating words into an objective function of one variable. Classic results: for fixed perimeter the max-area rectangle is a square; for a fixed-volume closed cylinder, minimum surface area occurs when height = diameter.

MVT applications (5.6). MVT connects average and instantaneous rates: if a car averages 60 mph, at some instant its speedometer read exactly 60. It also proves that f' = 0 everywhere ⇒ f is constant, and bounds like f'(x) ≤ 2f(b) − f(a) ≤ 2(b − a).


Worked Examples

Example 1 (First Derivative Test). For f(x) = x³ − 3x, f'(x) = 3(x−1)(x+1). f' changes + → − at x = −1 (local max) and − → + at x = 1 (local min).

Example 2 (Second Derivative Test). Same f: f''(x) = 6x. f''(1) = 6 > 0 ⇒ local min at x = 1; f''(−1) = −6 < 0 ⇒ local max at x = −1.

Example 3 (Absolute extrema). f(x) = x³ − 3x on [0, 2]: critical x = 1. f(0) = 0, f(1) = −2, f(2) = 2. Absolute max 2 (x = 2), absolute min −2 (x = 1).

Example 4 (Inflection). f(x) = x³ − 6x²: f''(x) = 6x − 12 = 0 at x = 2, and f'' changes sign there — inflection point at x = 2.

Example 5 (Optimization). Two nonnegative numbers sum to 12; maximize the product. P = x(12 − x), P'(x) = 12 − 2x = 0 at x = 6, product = 36.

Example 6 (MVT). For f(x) = x² on [1, 3]: average rate = (9 − 1)/2 = 4; set 2c = 4 ⇒ c = 2.


✎ Self-Check — 5 questions0 / 5
Q1.According to the EVT, the absolute extrema of a continuous function on [a, b] must occur at:
Explanation: Absolute extrema on a closed interval occur either at interior critical points (where f' = 0 or is undefined) or at the endpoints.
Q2.On what interval is f(x) = x^2 - 4x increasing?
Explanation: f'(x) = 2x - 4 > 0 when x > 2, so f is increasing for x > 2.
Q3.For f(x) = x^3 - 3x, on what interval is f decreasing?
Explanation: f'(x) = 3x^2 - 3 = 3(x - 1)(x + 1) < 0 for -1 < x < 1, so f is decreasing there.
Q4.If f'(x) = (x - 2)(x + 3), on what interval is f decreasing?
Explanation: f'(x) < 0 between the roots -3 and 2, so f is decreasing on -3 < x < 2.
Q5.For f(x) = e^x - x, on what interval is f increasing?
Explanation: f'(x) = e^x - 1 > 0 when e^x > 1, i.e., when x > 0.
4
Module 4

Graphs, Pitfalls & AP Exam Tips

Graphical Interpretation, Common Mistakes & TipsTopic 1

Graphical Interpretation

  • f' graph: above the axis ⇒ f increasing; zeros with sign change ⇒ f's local extrema; f' increasing ⇒ f concave up.
  • f'' graph: sign gives concavity; sign changes give inflection points of f.
  • A smooth "peak" of f sits above a downward zero-crossing of f'; a "valley" above an upward crossing.

Common Mistakes

  • Calling every zero of f'' an inflection point — the sign must change.
  • Reporting a critical number as the answer instead of the max/min value (or point).
  • Skipping endpoints in a closed-interval absolute-extrema problem.
  • Trusting the Second Derivative Test when f''(c) = 0 — it's inconclusive; use the First Derivative Test.
  • Weak justification on free-response — you must cite the sign behavior of f' or f''.
  • Ignoring MVT/EVT hypotheses (continuity/differentiability) when the theorem is invoked.

AP Exam Tips

  • On free-response, justify with a sign chart or explicit sign statement ("f' changes from positive to negative, so f has a local max").
  • Absolute extrema on [a, b]: always run the candidates test (criticals + endpoints).
  • For "f is increasing/concave up on…", answer with intervals and the derivative reasoning.
  • Know the classic optimization results to sanity-check answers.
  • State the hypotheses when citing MVT or EVT — it earns the justification point.

Unit Summary

  • f' : increasing/decreasing and local extrema (First Derivative Test).
  • f'' : concavity and inflection points (Second Derivative Test, when f''(c) ≠ 0).
  • Absolute extrema on [a, b] come from the candidates test (criticals + endpoints).
  • MVT: f'(c) = (f(b) − f(a))/(b − a); EVT: continuous on closed interval ⇒ attains max and min.
  • Optimization: reduce to one variable, then use critical-point analysis.

Next unit: the reverse process — integration and accumulation of change.

✎ Self-Check — 5 questions0 / 5
Q1.For f(x) = x^3 on [0, 2], find the value c from the Mean Value Theorem.
Explanation: Average rate = (8 - 0)/2 = 4. f'(c) = 3c^2 = 4, so c^2 = 4/3 and c = 2/sqrt(3) (taking the value in (0, 2)).
Q2.Why does f(x) = 1/x fail to have an absolute maximum on (0, 1]?
Explanation: As x approaches 0 from the right, 1/x approaches infinity. The interval is not closed at 0, so the EVT does not apply and no absolute maximum exists.
Q3.For f(x) = x^3 - 3x, on what interval(s) is f increasing?
Explanation: f'(x) = 3(x - 1)(x + 1) > 0 when x < -1 or x > 1.
Q4.For f(x) = x + 1/x (x > 0), at what x is there a local minimum?
Explanation: f'(x) = 1 - 1/x^2 = 0 gives x^2 = 1, so x = 1 (for x > 0). f' changes from negative to positive there, a local minimum.
Q5.Find the absolute maximum of f(x) = x^3 - 3x on [0, 2].
Explanation: f'(x) = 3x^2 - 3 = 0 at x = 1 (in [0,2]). f(0) = 0, f(1) = -2, f(2) = 8 - 6 = 2. Absolute maximum is 2 at x = 2.

Ready to test yourself?

Attempt the full timed practice tests for this chapter.

Start Mock Test 1 →