Loading subject…
Given $f(x) = x^4 - 2x^2$, find $f''(x)$ and state whether the curve is concave up or concave down at $x = 1$.
Solution
| Sign of f''(x) | Shape of the curve | What the gradient is doing |
|---|---|---|
| Positive | Concave up (valley) | Increasing |
| Negative | Concave down (hill) | Decreasing |
| Zero, with a sign change | Point of inflexion | Turning from one to the other |
For $f(x) = x^3$, $f''(x) = 6x$, which is zero at $x = 0$ and changes from negative to positive there, so $(0,0)$ is a point of inflexion.
Find the coordinates of the point of inflexion of $f(x) = x^3 - 6x^2 + 9x$.
Solution
For $f(x) = x^3 - 3x$:
Both tests classify a stationary point; pick whichever is less work for the function in front of you.
| Feature | First-derivative (sign) test | Second-derivative test |
|---|---|---|
| What you check | Sign of f' each side | Sign of f'' at the point |
| Extra differentiation | None | One more derivative |
| When f''=0 | Still works | Inconclusive |
| Best for | Awkward or piecewise f | Quick polynomial checks |
For $f(x) = 2x^3 - 3x^2 - 12x + 5$, find the stationary points and use the second-derivative test to classify each.
Solution