Here is a wild thought: every time you have ever driven a car and glanced at your speedometer, you were reading a derivative. That single number — your speed — tells you not just where you are, but how fast your position is changing. Calculus encodes that exact idea in a precise, powerful way. And yet, for so many students, the derivative stays stuck in the land of algebra: a rule to memorize, a procedure to execute, a number to report on a test.
That is a shame, because what a derivative tells you is far more interesting than how you compute it. In fact, there are three levels of a function you need to understand: the original function f(x) , its first derivative f'(x) , and its second derivative f''(x) . Each layer reveals something different — and together, they give you a complete picture of how a function behaves.
This guide breaks all three down. By the end, you will know exactly what to look for when you see f , f' , and f'' — on a graph, in a table, or in a word problem.
What Is a Derivative, Really?
Before diving into what a derivative tells you, it helps to be clear about what it is.
The derivative of a function f at a point x is defined as the limit:
f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x) }{h}
This expression is the slope of the secant line between two points on the curve as those points get infinitely close together. In the limit, the secant line becomes the tangent line — and the slope of that tangent line at any point x is exactly f'(x) .
Think of it this way. If f(x) represents the height of a hill at position x , then f'(x) tells you how steep the hill is at that exact spot. Flat? The derivative is zero. Climbing? The derivative is positive. Descending? The derivative is negative.
That intuition carries you a long way.
What f(x) Tells You
The original function f(x) tells you the output value at any input. It answers the question: Where is the function?
f(3) = 7 means the function has a value of 7 when the input is 3 — whether that represents height, position, temperature, or any other quantity the context defines.
The graph of f is the curve itself: the shape you see plotted on a coordinate plane. On its own, f tells you nothing about direction or curvature. It is just a snapshot of values. To understand behavior, you need the derivatives.
What f'(x) Tells You — The First Derivative
The first derivative f'(x) answers the question: How is the function changing? It measures the instantaneous rate of change — the slope of the tangent line at every point.
Increasing and Decreasing Intervals
The single most important thing f’(x) tells you is whether the function is going up or down.
- If f'(x) > 0 on an interval, then f is increasing on that interval.
- If f'(x) < 0 on an interval, then f is decreasing on that interval.
- If f'(x) = 0 at a point, the tangent line is horizontal — you are at a critical point.
This is not just an abstract rule. If you know where f' > 0 and where f' < 0 , you instantly know the shape of the original curve without plotting a single point.
Critical Points
A critical point occurs wherever f'(x) = 0 or f'(x) does not exist. Critical points are candidates for local maxima, local minima, or neither (a saddle point). To classify them, you need more information — which is exactly where the second derivative comes in.
The Sign Chart for f'
A sign chart for f' is one of the most useful tools in calculus. You divide the number line at the critical points and test the sign of f' in each interval. Where f' changes from positive to negative, f has a local maximum. Where f' changes from negative to positive, f has a local minimum. Where there is no sign change, the critical point is a saddle point.
What f''(x) Tells You — The Second Derivative
If f'(x) is the rate of change of f , then f''(x) is the rate of change of f' . The second derivative tells you how quickly the slope itself is changing — and that controls the concavity of the graph.
Concave Up vs. Concave Down
- If f''(x) > 0 on an interval, the function is concave up — the curve bends upward like a bowl. The slope is increasing.
- If f''(x) < 0 on an interval, the function is concave down — the curve bends downward like an arch. The slope is decreasing.
A helpful memory trick: concave up looks like a smile (∪), and concave down looks like a frown (∩).
Inflection Points
An inflection point is where the concavity changes — from concave up to concave down, or vice versa. At an inflection point, f''(x) = 0 or f''(x) does not exist and the sign of f'' changes on either side.
Important: f''(c) = 0 alone is not sufficient to declare an inflection point. You must verify that f'' actually changes sign at c .
The Second Derivative Test
The second derivative gives you a shortcut for classifying critical points:
- If f'(c) = 0 and f''(c) > 0 , then f has a local minimum at x = c .
- If f'(c) = 0 and f''(c) < 0 , then f has a local maximum at x = c .
- If f'(c) = 0 and f''(c) = 0 , the test is inconclusive — use the first derivative test instead.
Reading Graphs of f, f', and f''
One of the most common exam question types asks you to match a function to its derivatives — or to read properties of f from a graph of f' . Here is how to translate between them.
From the Graph of f′, Determine Properties of f
| What you see in f' | What it means for f |
|---|---|
| f'(x) > 0 (above x-axis) | f is increasing |
| f'(x) < 0 (below x-axis) | f is decreasing |
| f'(x) = 0 (x-intercept) | f has a critical point |
| f' changes + to − | f has a local maximum |
| f' changes − to + | f has a local minimum |
| f' is increasing | f is concave up |
| f' is decreasing | f is concave down |
From the Graph of f′′, Determine Properties of f
| What you see in f'' | What it means for f |
|---|---|
| f''(x) > 0 | f is concave up |
| f''(x) < 0 | f is concave down |
| f''(x) = 0 with sign change | f has an inflection point |
A Worked Example: Putting It All Together
Let us analyze f(x) = x^3 - 3x from start to finish.
Step 1: Find the first derivative.
f'(x) = 3x^2 - 3 = 3(x^2 - 1) = 3(x-1)(x+1)
Critical points: f'(x) = 0 when x = -1 and x = 1 .
Step 2: Analyze the sign of f′.
- For x < -1 : f'(x) > 0 → f is increasing.
- For -1 < x < 1 : f'(x) < 0 → f is decreasing.
- For x > 1 : f'(x) > 0 → f is increasing.
So f has a local maximum at x = -1 and a local minimum at x = 1 .
Step 3: Find the second derivative.
f''(x) = 6x
Step 4: Analyze concavity.
- For x < 0 : f''(x) < 0 → concave down.
- For x > 0 : f''(x) > 0 → concave up.
Inflection point at x = 0 (sign of f'' changes here).
Step 5: Verify with the Second Derivative Test.
At x = -1 : f''(-1) = -6 < 0 → local maximum ✓
At x = 1 : f''(1) = 6 > 0 → local minimum ✓
With just f , f' , and f'' , we have completely described the shape of this cubic — without plotting a single point by hand.
Common Mistakes to Avoid
Students consistently make the same errors when working with derivatives. Knowing them in advance puts you ahead.
- Confusing f' = 0 with a maximum or minimum. A zero derivative means a critical point — not necessarily an extremum. Always check sign changes or the second derivative test.
- Forgetting to check sign change at inflection points. f''(c) = 0 is necessary but not sufficient. You must confirm that f'' changes sign.
- Mixing up f' and f'' information. The first derivative describes slope and direction; the second describes concavity. Keep them straight.
- Ignoring where f' does not exist. Points where the derivative is undefined (cusps, corners, vertical tangents) are also critical points and must be included in your analysis.
Conclusion
So what does a derivative tell you? Everything that matters about the shape of a function. The original function f(x) tells you where the function is. The first derivative f'(x) tells you how fast it is moving and in which direction. The second derivative f''(x) tells you whether that movement is speeding up or slowing down — the curvature of the curve itself.
Together, f , f' , and f'' give you a three-dimensional view of a function’s behavior. Master reading all three, and graphing, optimization, and related-rates problems become dramatically more approachable.
Practice this framework on a few functions — try f(x) = x^4 - 8x^2 on your own — and you will quickly see how fast the pieces click into place.