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:

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:

  1. Take the derivative f'(x)
  2. Set f'(x) = 0 and solve for x
  3. Find where f'(x) is undefined
  4. Mark these x-values on a number line
  5. Pick test points in each interval
  6. Check the sign of f'(x) in each interval

The pattern tells you everything:

Second Derivative Test: The Quick Alternative

This one's faster when it works. After finding critical points (where f'(x) = 0):

  1. Take the second derivative f''(x)
  2. Plug in each critical point
  3. Check the sign of f''(x) at that point

Results:

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, ∞)

Step 4: Interpret the signs

At x = -1: f' goes from positive to negativelocal maximum
At x = 3: f' goes from negative to positivelocal 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

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:

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:

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.