Opening subject page...
Loading your content
Understand how f, f′, and f″ jointly reveal a function's behavior, shape, and turning points.
The relationship between a function and its derivatives is one of the central pillars of calculus, and its development spans several centuries of mathematical innovation. Before the formal apparatus of calculus existed, natural philosophers grappled with questions about motion, curvature, and the behavior of changing quantities. The idea that the rate of change of a rate of change conveys meaningful geometric information—what we now call the second derivative—was not obvious, and its formalization required the combined insights of Newton, Leibniz, Euler, and many others. Understanding this historical arc helps illuminate why connecting f, f′, and f″ is so powerful: it transforms a static equation into a dynamic portrait of shape, direction, and curvature.
The central question this topic addresses is deceptively simple: given information about one of the three related objects—f, f′, or f″—what can we deduce about the other two? On the AP Calculus BC exam, this question appears in multiple guises: you may be given a graph of f′ and asked where f has a local maximum, or you may be given a table of f″ values and asked about the concavity of f. Mastering these connections allows you to move fluidly between algebraic, graphical, and numerical representations, which is precisely what the exam demands.
The relationship among f, f′, and f″ is governed by a handful of foundational principles. Each derivative peels back a layer of behavioral information: the first derivative reveals where the function increases or decreases and identifies critical points, while the second derivative exposes the curvature—whether the graph bends upward (concave up) or downward (concave down)—and locates inflection points where that curvature changes sign. Together, these layers produce a complete qualitative sketch of any sufficiently smooth function.
The most effective way to internalize the connections among f, f′, and f″ is to see all three graphs stacked vertically with shared x-axes. The following diagram shows a polynomial function f along with its first and second derivatives, annotated with the key features: local extrema on f correspond to zeros of f′, and inflection points on f correspond to zeros (with sign changes) of f″. Study how each feature on one graph is mirrored by a specific behavior on the other two.
Notice the cascading correspondence: where f has a local maximum, f′ crosses zero from above (positive to negative), and f″ is negative (confirming concave-down curvature). Where f has an inflection point, f′ has its own local extremum, and f″ crosses zero. These vertical alignments are not coincidences—they are direct consequences of differentiation, and recognizing them instantly is the skill the AP exam rewards.
The formal machinery underlying the connections among f, f′, and f″ rests on a few key theorems. Mastering the precise statements and conditions of these results is essential for justification on free-response questions, where citing the correct theorem by name and verifying its hypotheses earns full credit.
A sign chart (sometimes called a sign diagram) is the single most useful organizational tool for connecting f, f′, and f″. By partitioning the number line at the critical points of f′ and f″, and recording the sign of each derivative on every sub-interval, you can extract every qualitative feature of f—its intervals of increase and decrease, its local extrema, its intervals of concavity, and its inflection points—in a systematic, error-resistant way. The diagram below illustrates a complete sign-chart analysis for the function f(x) = 3x⁵ − 5x³.
| Feature of f | What f′ tells you | What f″ tells you |
|---|---|---|
| f is increasing | f′ > 0 | — |
| f is decreasing | f′ < 0 | — |
| f has a local max at c | f′(c) = 0 and f′ changes + to − | f″(c) < 0 (if it exists) |
| f has a local min at c | f′(c) = 0 and f′ changes − to + | f″(c) > 0 (if it exists) |
| f is concave up | f′ is increasing | f″ > 0 |
| f is concave down | f′ is decreasing | f″ < 0 |
| f has an inflection point at c | f′ has a local extremum at c | f″ changes sign at c |
Let us perform a complete analysis of f(x) = x⁴ − 4x³ + 4x², identifying all critical points, local extrema, intervals of increase/decrease, concavity intervals, and inflection points.
Students often wonder which test to use when classifying critical points. Both the First Derivative Test and the Second Derivative Test can identify local extrema, but they differ in applicability, computational cost, and reliability. The table below provides a side-by-side comparison to guide your strategic decisions on the exam.
| Criterion | First Derivative Test | Second Derivative Test |
|---|---|---|
| What you need | Sign of f′ on both sides of c | Value of f″(c) |
| Works when f′(c) DNE? | Yes—handles cusps and corners | No—requires f′(c) = 0 |
| Inconclusive case | Never—always classifies if f′ exists on both sides | When f″(c) = 0 |
| Computational cost | Requires testing multiple values | Requires computing f″ and evaluating at c |
| Also reveals intervals of increase/decrease? | Yes | No |
| Best when… | f′ is already factored; you also need monotonicity info | f″ is easy to compute; you only need the type of extremum |
The f−f′−f″ framework is not merely a topic on the AP exam; it is the gateway to several deeper ideas in calculus and beyond. In AP Calculus BC, the same pattern of reasoning—connecting a function to its successive derivatives—reappears in Taylor series, where the coefficients of the polynomial approximation are determined by f, f′, f″, f‴, and so forth evaluated at the center. It also underlies the analysis of parametric and polar curves, where the second derivative d²y/dx² governs the concavity of curves defined by x(t) and y(t). Understanding the conceptual machinery now pays dividends throughout the rest of the course.
| This Lesson's Concept | Advanced Extension |
|---|---|
| f′(c) = 0 and sign analysis for local extrema | Higher-order derivative test: if f′(c) = f″(c) = ··· = f⁽ⁿ⁻¹⁾(c) = 0 and f⁽ⁿ⁾(c) ≠ 0, then n even ⟹ extremum, n odd ⟹ inflection |
| f″ determines concavity of y = f(x) | For parametric curves, d²y/dx² = [(dx/dt)(d²y/dt²) − (dy/dt)(d²x/dt²)] / (dx/dt)³ determines concavity in parametric analysis |
| Sign chart partitions the domain at zeros of f′ and f″ | In optimization, the bordered Hessian matrix generalizes the second derivative test to multivariable functions |
| f″ provides curvature information qualitatively | The curvature formula κ = |f″| / (1 + (f′)²)^(3/2) quantifies curvature precisely |
For the AP Calculus BC exam specifically, expect the f−f′−f″ connection to appear not only in dedicated analytical questions but also embedded within broader problems involving the Fundamental Theorem of Calculus, particle motion, and accumulation functions. When a problem defines g(x) = ∫₀ˣ f(t) dt, you are immediately in this framework: g′(x) = f(x) and g″(x) = f′(x), so analyzing the graph of f is equivalent to analyzing the first derivative of g. Recognizing these structural parallels quickly is one of the most transferable skills in BC calculus.
The connections among f, f′, and f″ form a layered portrait of function behavior. The first derivative reveals intervals of increase and decrease and identifies critical points where local extrema may occur. The second derivative exposes concavity—whether the graph bends upward or downward—and pinpoints inflection points where curvature reverses.
The First Derivative Test classifies extrema by checking whether f′ changes sign—it works universally, even at cusps and corners. The Second Derivative Test offers a faster route when f″(c) ≠ 0 but is inconclusive when f″(c) = 0. Building a sign chart for f′ and f″ is the most reliable strategy for extracting every qualitative feature of f, and it is the backbone of justification on AP free-response questions. Always verify that zeros of f″ are genuine inflection points by confirming a sign change—not every zero of f″ is an inflection point.