CALCULUS 1 • APPLICATIONS OF DERIVATIVES: ANALYTICAL

Connecting f, f', and f'' — Connecting a Function Its First Derivative, and Its Second Derivative

Learn how a function's shape, slope, and curvature tell a unified story through derivatives.

Historical Context & Motivation

The idea that a curve's steepness and its bending behavior are connected goes back centuries. Long before anyone had a formal definition of a derivative, mathematicians noticed that knowing the slope of a curve at every point told you a lot about where that curve was heading—whether it was climbing, falling, or changing direction. The quest to make these intuitions rigorous led to the birth of calculus and, eventually, to the powerful three-layer analysis of f, f′, and f″ that we use today.

1665
Newton's Fluxions
Isaac Newton developed his method of fluxions, describing how quantities change over time. He recognized that the rate of change of a rate of change—what we now call the second derivative—governs acceleration.
1684
Leibniz Publishes His Calculus
Gottfried Wilhelm Leibniz introduced the notation dy/dx for the first derivative and d²y/dx² for the second derivative, giving mathematicians a clean symbolic language for connecting a function to its rates of change.
1748
Euler's Systematic Analysis
Leonhard Euler formalized the relationship between a function's increasing/decreasing behavior and the sign of its first derivative, and connected concavity to the second derivative in his influential textbooks.
1823
Cauchy Rigorizes Limits
Augustin-Louis Cauchy gave the first rigorous definition of a limit, placing the derivative—and its higher-order counterparts—on a firm logical foundation that resolved centuries of debate.

The central question these mathematicians were chasing is the one we tackle in this lesson: How do the graphs and signs of f, f′, and f″ inform each other? Understanding this connection lets you sketch curves, locate peaks and valleys, and predict a function's behavior—all from derivative information alone.

Core Principles & Definitions

Before diving into problems, you need to lock in four foundational ideas. Each one connects information from one layer—f, f′, or f″—to the behavior you can read on another layer. Master these, and the rest of the lesson clicks into place.

1

Sign of f′ → Direction of f

When f′(x) > 0, the original function f is increasing. When f′(x) < 0, f is decreasing.
2

f′ = 0 → Critical Points

Locations where f′(x) = 0 (or f′ is undefined) are called critical points. They are candidates for local maxima, local minima, or neither.
3

Sign of f″ → Concavity of f

When f″(x) > 0, the graph of f is concave up (shaped like a cup). When f″(x) < 0, the graph is concave down (shaped like a cap).
4

f″ = 0 → Possible Inflection Point

An inflection point is where f changes concavity. This occurs where f″(x) = 0 (or is undefined) and the sign of f″ actually changes.
KEY TAKEAWAY
Think of driving a car. The function f is your position on the road. The first derivative f′ is your speedometer—it tells you how fast you're moving and in which direction. The second derivative f″ is your acceleration—it tells you whether you're speeding up or slowing down. A positive f″ means the gas pedal is pressed (speed increasing), while a negative f″ means the brakes are on (speed decreasing).

Visual Explanation — Three Graphs, One Story

The diagram below shows the graphs of a function f(x), its first derivative f′(x), and its second derivative f″(x) stacked vertically so you can trace how features on one graph correspond to features on the others. Take a moment to study how a peak in f lines up with a zero-crossing in f′, and how a zero-crossing in f′ corresponds to an extremum in f″.

Three-layer graph showing f (violet), f′ (cyan), and f″ (pink). Dashed vertical lines show how critical points in f correspond to zeros of f′, and how the inflection point in f corresponds to a zero of f″.

Notice the pattern: where f has a local maximum, f′ crosses zero from positive to negative—the slope goes from climbing to falling. Where f has a local minimum, f′ crosses zero from negative to positive. The inflection point in f appears where f″ crosses zero, signaling a switch in concavity. This three-level alignment is the key visual insight of the lesson.

Mathematical Framework

Now let's formalize the visual patterns into precise rules you can use on any problem. The two main derivative tests give you a systematic way to classify critical points and determine concavity.

FIRST DERIVATIVE TEST
If f′ changes from + to − at x = c, then f has a local maximum at c. If f′ changes from − to + at x = c, then f has a local minimum at c.
This test relies on the sign change of f′ around the critical point. If f′ does not change sign, then c is neither a max nor a min.
SECOND DERIVATIVE TEST
If f′(c) = 0 and f″(c) > 0, then f has a local minimum at c. If f′(c) = 0 and f″(c) < 0, then f has a local maximum at c.
When f″(c) = 0, the test is inconclusive and you must fall back on the First Derivative Test.
CONCAVITY RULE
f″(x) > 0 on (a, b) ⟹ f is concave up on (a, b) f″(x) < 0 on (a, b) ⟹ f is concave down on (a, b)
Concave up means the graph bends upward (cup shape); concave down means it bends downward (cap shape). An inflection point occurs where f″ changes sign.
⚠️ Watch Out!
Not every point where f″(x) = 0 is an inflection point. For example, f(x) = x⁴ has f″(0) = 0, but f″ does not change sign at x = 0, so there is no inflection point there.

Sign Charts — Putting It All Together

A sign chart (sometimes called a sign analysis) is the go-to tool for organizing the information from f′ and f″. You find the zeros of each derivative, test the sign in every interval between those zeros, and then read off the behavior of f. The diagram below shows a complete sign chart for a sample polynomial.

Complete sign chart for f(x) = x³ − 3x. The first derivative zeros at x = −1 and x = 1 mark a local max and local min, respectively. The second derivative zero at x = 0 marks an inflection point where the concavity switches.

Reading the chart row by row, you can construct a full behavioral profile of the function without ever plotting it. On the interval to the left of x = −1, f′ > 0 (increasing) and f″ < 0 (concave down), so f is rising but bending downward—like a car going up a hill that is flattening out. Between x = −1 and x = 0, f′ < 0 and f″ < 0—the function is falling and still concave down. This kind of interval-by-interval analysis is exactly what AP-style questions expect.

Worked Example

Let's walk through a complete analysis of f(x) = x⁴ − 4x³. We'll find the critical points, determine where the function increases and decreases, identify concavity, and locate any inflection points.

Analyze f(x) = x⁴ − 4x³
1
Step 1 — Find f′(x)Apply the power rule to each term: f′(x) = 4x³ − 12x². Factor out the common factor: f′(x) = 4x²(x − 3).
f′(x) = 4x²(x − 3)
2
Step 2 — Find Critical PointsSet f′(x) = 0: 4x²(x − 3) = 0. This gives x = 0 (with multiplicity 2) and x = 3.
Critical points: x = 0 and x = 3
3
Step 3 — First Derivative Sign ChartTest the sign of f′ in each interval. For x < 0, try x = −1: f′(−1) = 4(1)(−4) = −16 < 0. For 0 < x < 3, try x = 1: f′(1) = 4(1)(−2) = −8 < 0. For x > 3, try x = 4: f′(4) = 4(16)(1) = 64 > 0.
f is decreasing on (−∞, 3) and increasing on (3, ∞)
4
Step 4 — Classify Critical PointsAt x = 0, f′ does not change sign (negative on both sides), so x = 0 is neither a max nor a min. At x = 3, f′ changes from negative to positive, so x = 3 is a local minimum with f(3) = 81 − 108 = −27.
Local minimum at (3, −27); no extremum at x = 0
5
Step 5 — Find f″(x) and ConcavityDifferentiate again: f″(x) = 12x² − 24x = 12x(x − 2). Set f″(x) = 0: x = 0 and x = 2. Testing signs: f″(−1) = 36 > 0, f″(1) = −12 < 0, f″(3) = 36 > 0. Since f″ changes sign at both x = 0 and x = 2, both are inflection points.
Inflection points at (0, 0) and (2, −16). Concave up on (−∞, 0) ∪ (2, ∞); concave down on (0, 2).

First Derivative Test vs. Second Derivative Test

Both the First Derivative Test and the Second Derivative Test can classify critical points, but each has advantages and drawbacks. Knowing when to use which will save you time on exams and help you choose the most efficient approach for any given problem.

Comparison of the two main tests for classifying critical points
FeatureFirst Derivative TestSecond Derivative Test
What it checksSign change of f′ around the critical pointSign of f″ at the critical point
Always works?Yes—never inconclusive if f′ changes (or doesn't change) signNo—inconclusive when f″(c) = 0
Tells concavity?No—only tells increasing/decreasing behaviorYes—directly reveals concavity at the point
Best used whenf″ is hard to compute or equals zero at the critical pointf″ is easy to compute and clearly nonzero
RequiresTesting values in intervals on both sides of cOne evaluation: f″(c)
KEY TAKEAWAY
Think of the First Derivative Test as checking traffic flow on both sides of an intersection: you need to look left and right. The Second Derivative Test is more like checking a single sensor at the intersection that tells you the road's curvature. The sensor is faster but sometimes malfunctions (when f″ = 0), and when it does, you have to go back to the traffic-flow method.

Connection to Advanced Topics

The framework of connecting f, f′, and f″ is a launching pad for several important ideas you'll encounter in later math and science courses. Understanding these connections now will give you a head start when the material deepens.

How this lesson's concepts extend into future coursework
This LessonWhere It Leads
Sign of f′ determines increasing/decreasingIn optimization (Calculus 1), you use critical points to find absolute max/min on closed intervals.
f″ determines concavityIn Calculus 2, concavity helps you estimate errors in linear approximations (Taylor series remainders).
Inflection points where concavity switchesIn statistics, the inflection points of a normal distribution curve are exactly one standard deviation from the mean.
Position → velocity → accelerationIn physics, the f / f′ / f″ relationship becomes s(t) / v(t) / a(t), the foundation of kinematics.

In higher-level courses you might encounter third and fourth derivatives, or even higher-order Taylor polynomial approximations. The idea is the same: each successive derivative adds another layer of detail about how a function curves and bends, much like zooming in on a photograph reveals finer textures.

Practice Problems

PROBLEM 1CONCEPTUAL
If f′(x) > 0 and f″(x) < 0 on an interval, describe the behavior of f on that interval. What does the graph look like?
PROBLEM 2BASIC CALCULATION
Let f(x) = x³ − 6x² + 9x + 1. Find f′(x) and determine the intervals where f is increasing.
PROBLEM 3INTERMEDIATE
For g(x) = x⁴ − 8x², find all critical points, classify each as a local max, local min, or neither, and find the inflection points.
PROBLEM 4APPLIED
A ball is thrown upward and its height in meters is given by h(t) = −5t² + 20t + 1 for t ≥ 0. Use derivatives to find when the ball reaches its maximum height, what that height is, and explain what h″(t) tells you physically.
PROBLEM 5CRITICAL THINKING
Suppose you are given the graph of f′(x) (not f), and it is a parabola opening downward with x-intercepts at x = 1 and x = 5. Without ever seeing f(x), determine where f has a local max, a local min, and an inflection point. Justify your reasoning.

Lesson Summary

The three layers of analysis—f (the function), f′ (the first derivative), and f″ (the second derivative)—form a unified picture of a function's behavior. The sign of f′ tells you where f is increasing or decreasing, and points where f′ = 0 are critical points—candidates for local maxima and minima. The First Derivative Test classifies these by checking whether f′ changes sign, while the Second Derivative Test classifies them by evaluating f″ at the critical point.

The sign of f″ determines concavity: positive means concave up (cup), negative means concave down (cap). Where f″ changes sign, the function has an inflection point. Using sign charts for both derivatives lets you reconstruct the full shape of a function's graph without plotting individual points. This trio of f, f′, and f″ is the analytical backbone of curve sketching and optimization in calculus.

Varsity Tutors • Calculus 1 • Connecting f, f', and f''