The first derivative tells us if a function is increasing or decreasing. The second derivative tells us how the slope itself is changing — whether the function is bending upward (concave up) or downward (concave down). This helps us understand the shape of a graph and provides another way to classify local extrema.

🎯 In this section you will learn

📌 Concavity

$$ \text{If } f''(x) > 0 \text{ on an interval, then } f \text{ is } \textbf{concave up} \text{ (cup-shaped)} $$ $$ \text{If } f''(x) < 0 \text{ on an interval, then } f \text{ is } \textbf{concave down} \text{ (cap-shaped)} $$
💡 Intuition
Example 1Finding Concavity

Find where $f(x) = x^3 - 3x$ is concave up and concave down.

Find $f''(x)$
$f'(x) = 3x^2 - 3$, $f''(x) = 6x$
Find where $f''(x)=0$
$6x = 0$ ⇒ $x = 0$ (possible inflection point)
Test intervals
On $(-\infty, 0)$: $f''(x) < 0$ → concave down
On $(0, \infty)$: $f''(x) > 0$ → concave up

📌 Inflection Points

An inflection point is where the concavity changes (from up to down or down to up). At an inflection point, $f''(x) = 0$ or $f''(x)$ is undefined, and the sign of $f''$ changes.

Example 2Finding Inflection Points

Find the inflection point of $f(x) = x^3 - 3x$.

📌 Second Derivative Test

📌 Second Derivative Test

Suppose $c$ is a critical point of $f$ (so $f'(c)=0$).

Example 3Second Derivative Test

Use the Second Derivative Test to classify the critical points of $f(x) = x^3 - 3x$.

Critical points (from before)
$x = -1$ and $x = 1$
Evaluate $f''(x)=6x$
$f''(-1) = -6 < 0$ → local maximum at $x = -1$
$f''(1) = 6 > 0$ → local minimum at $x = 1$
Example 4Inconclusive Case

Test $f(x) = x^4$ using the Second Derivative Test.

💡 Note
When $f''(c)=0$, you must use the First Derivative Test or examine higher-order derivatives.
Example 5Complete Curve Analysis

Analyze $f(x) = x^4 - 4x^3$: find intervals of increase/decrease, concavity, and classify extrema.

Find derivatives
$f'(x) = 4x^3 - 12x^2 = 4x^2(x-3)$
$f''(x) = 12x^2 - 24x = 12x(x-2)$
Critical points
$f'(x)=0$ ⇒ $x=0$, $x=3$
Increasing/Decreasing
Test: $f'(-1)=4(-1)^2(-4)=-16<0$ (decreasing)
$f'(1)=4(1)^2(-2)=-8<0$ (decreasing)
$f'(4)=4(16)(1)=64>0$ (increasing)
Decreasing on $(-\infty,3)$, increasing on $(3,\infty)$
Concavity
$f''(x)=0$ ⇒ $x=0$, $x=2$
$f''(-1)=12(-1)(-3)=36>0$ (concave up)
$f''(1)=12(1)(-1)=-12<0$ (concave down)
$f''(3)=12(3)(1)=36>0$ (concave up)
Concave up on $(-\infty,0)$ and $(2,\infty)$; concave down on $(0,2)$
Classify extrema
At $x=3$: $f'(x)$ changes from − to + ⇒ local minimum (also $f''(3)>0$)
At $x=0$: $f'$ does not change sign ⇒ not an extremum (inflection point)
⚠️ Important Notes
🔍 Key Takeaways
← Back to Module Page