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:

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

  1. Take the derivative of your function
  2. Set the derivative equal to zero and solve for x
  3. Find where the derivative doesn't exist (check for holes, corners, vertical asymptotes within the domain)
  4. 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:

Every real-world problem asking "what's the best option" starts by finding critical points.

Common Mistakes to Avoid

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:

  1. Calculate f'(x) correctly
  2. Solve f'(x) = 0 using algebra or factoring
  3. Identify x-values where f'(x) DNE
  4. Verify each x is in the function's domain
  5. Plug back into f(x) to get the (x, y) coordinates
  6. 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.