Inflection Points and the Second Derivative Test
Inflection points mark the exact spots where a function changes its concavity. At these critical locations, the second derivative changes from positive to negative or vice versa. You can visually spot them as places where the curve changes from bending upward to downward (or the opposite).
Finding inflection points follows a simple process: calculate f''(x), find where it equals zero or is undefined, then verify that the concavity actually changes at those points. For example, with f(x) = x⁴ - 2x³, we find possible inflection points at x = 0 and x = 1, and confirm both are actual inflection points by checking that f'' changes sign.
The Second Derivative Test (SDT) offers a quicker way to identify relative maximums and minimums. When f'(c) = 0:
- If f''(c) > 0, there's a relative minimum at x = c
- If f''(c) < 0, there's a relative maximum at x = c
- If f''(c) = 0, the test fails and we need the First Derivative Test
🔍 Why it matters: The Second Derivative Test saves time! Instead of testing intervals with the First Derivative Test, you can simply evaluate one point to determine if you've found a maximum or minimum.
For instance, in g(x) = -3x⁵ + 5x³, we find critical numbers at x = 0, 1, and -1. Using the SDT, we confirm a relative minimum at x = -1 and a maximum at x = 1 atx=0,theSDTfailsbecauseg′′(0)=0.