How to Find Critical Points- Calculus Guide
What Are Critical Points in Calculus?
Critical points are where a function's behavior changes direction. They're the spots where the derivative equals zero or doesn't exist. That's it. That's the whole definition.
You find them because they're the only places where local maxima and minima can occur. If you're hunting for where a function reaches its highest or lowest points, you start here. Skip this step and you're just guessing.
The Formal Definition You Actually Need
A point c is critical for a function f(x) if:
- f'(c) = 0, OR
- f'(c) does not exist
That's the mathematical definition. The first condition catches points where the slope is perfectly flat. The second catches corners, cusps, and vertical tangents—places where the function exists but the derivative can't be defined.
Note: A critical point doesn't automatically mean a max or min. It just means "check here first."
How to Find Critical Points (Step-by-Step)
The Process
- Take the derivative of your function
- Set the derivative equal to zero and solve for x
- Find where the derivative doesn't exist (check for holes, corners, vertical asymptotes within the domain)
- List all solutions from steps 2 and 3 as your critical points
Getting Started with Examples
Let's work with f(x) = x³ - 3x² - 9x + 27
Step 1: Find the derivative
f'(x) = 3x² - 6x - 9
Step 2: Set equal to zero
3x² - 6x - 9 = 0
Divide by 3: x² - 2x - 3 = 0
Factor: (x - 3)(x + 1) = 0
Solutions: x = 3 and x = -1
Step 3: Check for non-existent derivatives
This polynomial's derivative exists everywhere, so no additional critical points here.
Critical points: (3, f(3)) and (-1, f(-1))
Another Example with a Cusp
Try f(x) = x^(2/3)
f'(x) = (2/3)x^(-1/3) = 2/(3∛x)
The derivative is undefined at x = 0. The function exists there (f(0) = 0), but the derivative doesn't.
Critical point: (0, 0)
Why Critical Points Matter
Critical points are your roadmap to understanding a function's shape. Here's where they show up:
- Optimization problems — maximize profit, minimize cost, find the best dimensions. All require critical points.
- Curve sketching — critical points tell you where peaks and valleys are.
- Physics applications — equilibrium points, maximum velocities, turning points in motion.
- Economics — marginal cost equals marginal revenue gives you profit-maximizing output.
Every real-world problem asking "what's the best option" starts by finding critical points.
Common Mistakes to Avoid
- Forgetting to check where derivatives don't exist. The equation f'(x) = 0 only finds half your critical points.
- Confusing critical points with extreme values. A critical point is just a candidate. You still need the First or Second Derivative Test to classify it.
- Solving the wrong equation. Always set f'(x) = 0, not f(x) = 0.
- Ignoring domain restrictions. A critical point outside your domain is irrelevant.
Critical Points vs. Extreme Values
People mix these up constantly. Here's the difference:
| Concept | Definition | What It Tells You |
|---|---|---|
| Critical Point | f'(c) = 0 or f'(c) DNE | Possible location of max/min |
| Local Maximum | f(c) ≥ f(x) for nearby x | An actual peak |
| Local Minimum | f(c) ≤ f(x) for nearby x | An actual valley |
| Absolute Maximum | f(c) ≥ f(x) for all x in domain | The highest point overall |
A critical point is necessary but not sufficient for a local extremum. Every local max/min is a critical point, but not every critical point is a max or min.
Quick Reference Table
| Function Type | Where to Look for Critical Points |
|---|---|
| Polynomial | Set derivative = 0 (always exists) |
| Rational function | Set numerator derivative = 0 AND where denominator = 0 |
| Square root | Inside the root (if derivative exists) AND where expression = 0 |
| Absolute value | Where the "V" point occurs (usually non-differentiable) |
| Trigonometric | Set derivative = 0, watch for undefined points |
Getting Started: Your Checklist
Next time you need to find critical points:
- Calculate f'(x) correctly
- Solve f'(x) = 0 using algebra or factoring
- Identify x-values where f'(x) DNE
- Verify each x is in the function's domain
- Plug back into f(x) to get the (x, y) coordinates
- Classify using First Derivative Test or Second Derivative Test
That's the entire process. No shortcuts, no tricks. Practice with ten problems and it'll click.