Concave Down- Second Derivative Test Explained
What the Hell Is Concave Down?
Concave down describes a curve that bends downward. Visually, it looks like an upside-down bowl or a hilltop. As you move left to right, the slope of the curve decreases. That's the core idea. Simple.
Mathematically, a function f(x) is concave down on an interval when its second derivative is negative throughout that interval:
f''(x) < 0 means concave down
That's it. No mysticism. No complicated metaphors about bent spoons or emotional curves. Just: negative second derivative = concave down.
First Derivative vs. Second Derivative — The Difference
Students mix these up constantly. Stop.
- First derivative f'(x) tells you the slope. Is it positive? Negative? Zero?
- Second derivative f''(x) tells you how the slope is changing. Is it increasing? Decreasing?
When f''(x) > 0, the slope is increasing — the curve bends upward like a cup. That's concave up.
When f''(x) < 0, the slope is decreasing — the curve bends downward like an upside-down cup. That's concave down.
Think of it this way: the second derivative is the rate of change of the slope. Negative rate of change means the slope is going downhill as you move right.
The Second Derivative Test — What It Actually Does
The second derivative test helps you find local maxima and minima. Here's how it works:
The Test
Suppose you have a critical point where f'(x) = 0 (or doesn't exist). To classify it:
- If f''(x) > 0 at that point → it's a local minimum
- If f''(x) < 0 at that point → it's a local maximum
- If f''(x) = 0 → the test fails. Use another method.
The logic here is straightforward. A local minimum means the curve is bending upward around that point — like the bottom of a bowl. That's concave up, which means f'' > 0.
A local maximum means the curve is bending downward around that point — like the top of a hill. That's concave down, which means f'' < 0.
When the Test Fails
When f''(x) = 0 at your critical point, the second derivative test tells you nothing. The function could have:
- An inflection point
- A higher-order extremum
- Something weird that requires first derivative test or graph analysis
Don't force it. Move on.
Finding Inflection Points
An inflection point is where the concavity changes. To find them:
- Find where f''(x) = 0 or where f''(x) doesn't exist
- Check if the sign of f''(x) actually changes around that point
Step two is critical. Some textbooks skip it, but you can't. A point where f'' = 0 isn't automatically an inflection point. The concavity must switch from up to down or vice versa.
Example: f(x) = x⁴ has f''(0) = 0, but the concavity doesn't change — it's concave up everywhere. So x = 0 is not an inflection point.
Concave Up vs. Concave Down — Quick Reference
| Property | Concave Up | Concave Down |
|---|---|---|
| Second derivative | f''(x) > 0 | f''(x) < 0 |
| Visual shape | U-shaped (cup) | ∩-shaped (upside-down cup) |
| Slope behavior | Increasing | Decreasing |
| At a critical point | Local minimum | Local maximum |
How To Actually Do This — Step by Step
Let's work through a real example. Find the intervals where f(x) = x³ - 3x² + 2 is concave up and down, and locate any inflection points.
Step 1: Find the second derivative
f(x) = x³ - 3x² + 2
f'(x) = 3x² - 6x
f''(x) = 6x - 6
Step 2: Set f''(x) = 0
6x - 6 = 0
x = 1
Step 3: Test intervals around x = 1
Pick test points: x = 0 and x = 2
f''(0) = 6(0) - 6 = -6 (negative → concave down)
f''(2) = 6(2) - 6 = 6 (positive → concave up)
Step 4: Check for concavity change
Concave down on (-∞, 1)
Concave up on (1, ∞)
Inflection point at x = 1
That's the entire process. Differentiate twice, solve for zero, test intervals, identify the switch.
Second Derivative Test — Worked Example
Find and classify the critical points of f(x) = 2x³ - 3x² - 36x + 5.
Step 1: Find critical points
f'(x) = 6x² - 6x - 36
Set equal to zero: 6x² - 6x - 36 = 0
Divide by 6: x² - x - 6 = 0
Factor: (x - 3)(x + 2) = 0
Critical points at x = 3 and x = -2
Step 2: Find second derivative
f''(x) = 12x - 6
Step 3: Evaluate at critical points
f''(3) = 12(3) - 6 = 30 (positive → local minimum)
f''(-2) = 12(-2) - 6 = -30 (negative → local maximum)
Step 4: Classify
At x = -2: local maximum
At x = 3: local minimum
Common Mistakes That Will Screw You
- Confusing concavity with monotonicity — A function can be increasing while concave down. These are separate properties. Don't mix them.
- Assuming f'' = 0 means inflection point — It doesn't. The concavity must actually change sign.
- Forgetting to find f'(x) first — You can't skip steps. Second derivative comes from the first. No first derivative, no second derivative test.
- Using the test when f'' = 0 — The test fails. Stop trying to force an answer and use the first derivative test instead.
When to Use First Derivative Test Instead
The first derivative test is more reliable in certain situations:
- When the second derivative test fails (f'' = 0)
- When computing f'' is messy or time-consuming
- When you need to find intervals of increase/decrease anyway
The second derivative test is faster when it works. But when it doesn't, the first derivative test never lies. Know both.
The Bottom Line
Concave down simply means f''(x) < 0. The second derivative test uses this concavity information to classify critical points. Local maximum when f'' < 0. Local minimum when f'' > 0. Inflection point when concavity changes sign.
That's the entire topic. Memorize the rules, practice the differentiation, test your intervals, and stop overcomplicating it.