Critical Points โ Where the Slope Is Zero
โAt peaks and valleys, the slope is zero.โ
The formula
f'(x) = 0How to read it: the x where the derivative (slope) is 0 โ a candidate for a local max or min
- f'(x)
- โ the derivative = the slope at that point
- = 0
- โ slope is 0, the tangent is horizontal
- x
- โ a candidate spot for a max or min
The hook
Finding a function's peaks and valleys is startlingly simple โ 'look for where the slope is 0'.
In plain words
Set the derivative equal to 0 and solve; the x's you get are where the tangent goes flat โ candidates for a max or min.
The intuition
Climb a hill and at the summit you're momentarily level. Same at the bottom of a valley. At the turning point between going up (slope +) and coming down (slope โ), the slope passes exactly through 0.
How it's built
Solve f'(x)=0 to collect candidate x's. Then decide whether each is a peak or a valley using the sign of the slope on either side, or the second derivative.
Example
For f(x)=xยฒโ4x+3, f'(x)=2xโ4. Set it to 0 โ x=2. There f(2)=4โ8+3=โ1 โ the lowest point of this parabola.
Common mistake
Slope 0 doesn't always mean an extremum. f(x)=xยณ has f'=0 at x=0, but it's neither a peak nor a valley โ it just glides through (an inflection).
Where it's used
Max profit, min cost, shortest path โ every optimization problem that hunts for the 'best value' starts by solving slope = 0.
Where it came from
Before differentiation was even formalized, Fermat planted the seed with the idea that 'change stalls near a maximum'.
Prerequisites
Quick check
At which x does f(x)=xยฒโ6x have its extremum?
- 0
- 2
- 3โ
- 6
Practice
At which x does f(x)=xยฒโ2x have its extremum?
Answer: 1
- f'(x)=2xโ2
- Set to 0: 2xโ2=0 โ x=1
Takeaway: Differentiate, set to 0, solve for x.
At which x is f(x)=xยฒ+6x+5 smallest?
Answer: -3
- f'(x)=2x+6
- Set to 0: 2x+6=0 โ x=โ3
Takeaway: For an upward parabola, slope 0 is the lowest point.
Find all critical points (where the slope is 0) of f(x)=xยณโ3x.
Answer: undefined
- f'(x)=3xยฒโ3
- Set to 0: 3xยฒโ3=0 โ xยฒ=1 โ x=1, x=โ1
Takeaway: There can be more than one critical point โ collect every solution.