Navigation: Wiki Home > Skills > Concavity and Inflection Points
Two functions can both be increasing, yet look completely different. One might curve upward like a rocket accelerating skyward; the other might curve downward like a ball thrown upward that's slowing down. The first derivative tells us direction; the second derivative tells us shape.
Concavity describes how a curve bends. Understanding concavity is essential for accurate graph sketching and has deep physical meaning: in motion problems, concavity relates to whether you're speeding up or slowing down.
| Property | Value |
|---|---|
| Concept | Graph Shape Analysis |
| Chapter | Chapter 4, Section 3 |
| Difficulty | Intermediate |
| Time | ~20 minutes |
Concave Upward (CU): The graph lies above all of its tangent lines on an interval.
Concave Downward (CD): The graph lies below all of its tangent lines on an interval.
Concave Upward (CU) Concave Downward (CD)
f'' > 0 f'' < 0
╱ ╲
╱ ╲
╱ curve above tangent ╲ curve below tangent
╱──────── ──────╲
╱ ╲
"holds water" "spills water"
slope increasing slope decreasing
$$\boxed{\begin{aligned} &\text{If } f''(x) > 0 \text{ on an interval } I, \text{ then } f \text{ is } \textbf{concave upward} \text{ on } I. \\ &\text{If } f''(x) < 0 \text{ on an interval } I, \text{ then } f \text{ is } \textbf{concave downward} \text{ on } I. \end{aligned}}$$
The key insight is that $f''(x)$ is the derivative of $f'(x)$.
This is exactly like the I/D Test, but applied to $f'$ instead of $f$.
Definition: A point $P$ on a curve $y = f(x)$ is an inflection point if $f$ is continuous there and the concavity changes at $P$.
At an inflection point:
Warning: $f''(c) = 0$ does NOT guarantee an inflection point. You must verify a sign change.
| Situation | Example | Inflection point? |
|---|---|---|
| $f''$ changes from $+$ to $-$ | $f(x) = -x^3$ at $x = 0$ | Yes |
| $f''$ changes from $-$ to $+$ | $f(x) = x^3$ at $x = 0$ | Yes |
| $f'' = 0$ but no sign change | $f(x) = x^4$ at $x = 0$ | No |
In motion, if $s(t)$ is position:
| $s'(t)$ | $s''(t)$ | Concavity | Motion |
|---|---|---|---|
| $+$ | $+$ | CU | Moving right, speeding up |
| $+$ | $-$ | CD | Moving right, slowing down |
| $-$ | $-$ | CU | Moving left, speeding up |
| $-$ | $+$ | CD | Moving left, slowing down |
An inflection point in position corresponds to the moment when acceleration changes direction.
A function $f$ has the following properties on $[-2, 4]$:
Find the intervals of concavity and the inflection points of $f(x) = x^3 - 6x^2 + 9x + 1$.
Find the intervals of concavity and all inflection points of $f(x) = x^4 - 4x^3 + 6$.
Let $f(x) = x^4$.
Sketch a possible graph of a function $f$ satisfying all of the following conditions:
Identify the local extrema and inflection points.
A population $P(t)$ is growing. The government announces that "the rate of growth is slowing down." In terms of derivatives, which of the following must be true?
(A) $P'(t) < 0$ (B) $P''(t) < 0$ (C) $P'(t) > 0$ and $P''(t) > 0$ (D) $P'(t) > 0$ and $P''(t) < 0$
True or False: If $f''(c) = 0$, then $c$ is an inflection point of $f$.
The Bending Pipe:
Imagine bending a flexible pipe. When you bend it into a U-shape (opening upward), that's concave up, $f'' > 0$. When you flip it to an arch (opening downward), that's concave down, $f'' < 0$.
An inflection point is where you're actively reversing the bend: the moment the pipe transitions from one curve direction to the other. At that instant, the pipe is momentarily straight (tangent line), and crosses from one side of that line to the other.
Looking back:
Looking ahead:
Physical interpretation:
| Previous | Up | Next |
|---|---|---|
| First Derivative Test | Skills Index | Second Derivative Test |
Last updated: 2026-01-22