Maxima and Minima- Calculus Concepts Explained
What Maxima and Minima Actually Mean
Maxima and minima are the peaks and valleys of a function. A maximum is the highest point. A minimum is the lowest point. That's it. Nothing fancy.
In calculus, you're not just looking at graphs—you're using math to find these points exactly. You need to know where a function stops climbing and starts falling, or vice versa.
Local vs Absolute: Know the Difference
Students mix these up constantly. Don't be one of them.
Absolute Maximum
The highest point across the entire domain of the function. There's only one of these, unless the function is constant.
Absolute Minimum
The lowest point across the entire domain. Same logic.
Local Maximum
A peak compared to nearby points. The function rises, then falls. Other peaks might exist elsewhere.
Local Minimum
A valley compared to nearby points. The function falls, then rises.
The Critical Points Rule
Here's the first thing you need to memorize: maxima and minima only occur at critical points.
Critical points happen when:
- The derivative equals zero: f'(x) = 0
- The derivative doesn't exist: f'(x) is undefined
That's it. These are your candidates. Not every critical point is a max or min—some are just flat spots called inflection points or saddle points. You have to test them.
First Derivative Test: The Reliable Method
Here's how to actually find maxima and minima:
- Take the derivative f'(x)
- Set f'(x) = 0 and solve for x
- Find where f'(x) is undefined
- Mark these x-values on a number line
- Pick test points in each interval
- Check the sign of f'(x) in each interval
The pattern tells you everything:
- f' changes from positive to negative → local maximum
- f' changes from negative to positive → local minimum
- f' doesn't change sign → neither max nor min
Second Derivative Test: The Quick Alternative
This one's faster when it works. After finding critical points (where f'(x) = 0):
- Take the second derivative f''(x)
- Plug in each critical point
- Check the sign of f''(x) at that point
Results:
- f''(x) < 0 → local maximum (concave down)
- f''(x) > 0 → local minimum (concave up)
- f''(x) = 0 → test is inconclusive, go back to the first derivative test
The second derivative test fails when f''(x) = 0. Don't waste time on it. Just use the first derivative test.
First Derivative vs Second Derivative: When to Use What
| Method | Best When | Drawback |
|---|---|---|
| First Derivative Test | Always works. Good for complex functions. | Slower. Requires sign analysis. |
| Second Derivative Test | f''(x) is easy to compute. f''(x) ≠ 0. | Fails at inflection points. Limited scope. |
Use the first derivative test as your default. Switch to the second derivative test only when it's clearly faster.
How to Find Maxima and Minima: Step-by-Step
Example Problem
Find the local maxima and minima of f(x) = x³ - 3x² - 9x + 5
Step 1: Find the derivative
f'(x) = 3x² - 6x - 9
Step 2: Set derivative to zero
3x² - 6x - 9 = 0
Divide by 3: x² - 2x - 3 = 0
Factor: (x - 3)(x + 1) = 0
Critical points: x = 3, x = -1
Step 3: Use the first derivative test
Test intervals: (-∞, -1), (-1, 3), (3, ∞)
- Pick x = -2: f'(-2) = 3(4) - 6(-2) - 9 = 12 + 12 - 9 = 15 positive
- Pick x = 0: f'(0) = -9 negative
- Pick x = 4: f'(4) = 3(16) - 6(4) - 9 = 48 - 24 - 9 = 15 positive
Step 4: Interpret the signs
At x = -1: f' goes from positive to negative → local maximum
At x = 3: f' goes from negative to positive → local minimum
Step 5: Find the actual values (optional)
f(-1) = (-1)³ - 3(-1)² - 9(-1) + 5 = -1 - 3 + 9 + 5 = 10
f(3) = 27 - 27 - 27 + 5 = -22
Local maximum at (-1, 10). Local minimum at (3, -22).
Common Mistakes That Cost You Points
- Forgetting endpoints — On closed intervals, maxima and minima can occur at endpoints. Check them.
- Assuming every critical point is a max or min — Test them. Some are just flat slopes.
- Using the second derivative test when f''(x) = 0 — It tells you nothing. Switch methods.
- Not simplifying derivatives before solving — Factor everything first. It makes the algebra way easier.
Endpoint Extrema: The Case Students Forget
When you're working with a closed interval [a, b], you can't just find critical points and stop. The absolute max and min must be among the critical points OR the endpoints.
Check:
- Critical points inside the interval
- Both endpoints: f(a) and f(b)
Whichever gives the largest value is your absolute maximum. Whichever gives the smallest is your absolute minimum.
Why This Matters Beyond Homework
Maxima and minima show up everywhere in real applications:
- Optimization — Maximize profit, minimize cost, find the best resource allocation
- Physics — Find equilibrium points, analyze potential energy
- Engineering — Determine stress points, identify failure modes
The calculus is the same. Find where the derivative equals zero, test it, and you've found your answer.
The Bottom Line
Finding maxima and minima comes down to three steps: take the derivative, find critical points, test them. The first derivative test works every time. The second derivative test is faster when it applies.
Memorize the sign-change rules. Practice with polynomials until the process is automatic. That's all you need.