Critical Points

Critical points mark where a function's derivative is zero or undefined, revealing local extrema and where the graph changes direction.

f(c)=0 or f(c) undefinedf'(c) = 0 \text{ or } f'(c) \text{ undefined}

Solve a problem with Critical Points

Type the problem. The solver will use Critical Points where Critical Points is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Critical Points takes
ff
cc
Critical Points
SymbolMeaning
ffThe function being analyzed; if you misread this as a variable or number, you'll compute derivatives of the wrong thing.
ccThe x-coordinate of a critical point where the derivative condition holds; it's not a slope or a function value, but an input value.

When to use it

Reach for critical points when you need to find local maxima and minima, or understand where a function's behavior shifts.

Level

Usually taught in: Calculus I · Appears on: AP Calculus

Worked examples

1. Find critical points of a cubic polynomial

Problem

Find the critical points of f(x)=x33x2f(x) = x^3 - 3x^2.
  1. f(x)=3x26xf'(x) = 3x^2 - 6x

    Differentiate using the power rule, reducing each exponent by 1 and multiplying by the original exponent.

  2. 3x26x=03x^2 - 6x = 0

    Set the derivative equal to zero to find where the slope is zero.

  3. 3x(x2)=03x(x - 2) = 0

    Factor out the common factor of 3x3x.

  4. x=0 or x=2x = 0 \text{ or } x = 2

    Each factor equals zero, giving us the two critical points.

Answer: x=0 or x=2x = 0 \text{ or } x = 2

We use the power rule to find the derivative, set it equal to zero, and factor to find the values of xx where the slope is zero. These are critical points because the derivative changes sign at these locations.

2. Find critical points of a rational function

Problem

Find the critical points of f(x)=xx2+1f(x) = \frac{x}{x^2 + 1}.
  1. f(x)=(x2+1)1x2x(x2+1)2f'(x) = \frac{(x^2 + 1) \cdot 1 - x \cdot 2x}{(x^2 + 1)^2}

    Apply the quotient rule: if f(x)=uvf(x) = \frac{u}{v}, then f(x)=vuuvv2f'(x) = \frac{vu' - uv'}{v^2}.

  2. f(x)=x2+12x2(x2+1)2f'(x) = \frac{x^2 + 1 - 2x^2}{(x^2 + 1)^2}

    Multiply out the numerator: (x2+1)1=x2+1(x^2 + 1) \cdot 1 = x^2 + 1 and x2x=2x2x \cdot 2x = 2x^2.

  3. f(x)=1x2(x2+1)2f'(x) = \frac{1 - x^2}{(x^2 + 1)^2}

    Combine like terms in the numerator: x2+12x2=1x2x^2 + 1 - 2x^2 = 1 - x^2.

  4. 1x2=01 - x^2 = 0

    Set the numerator equal to zero; the denominator (x2+1)2(x^2 + 1)^2 is always positive.

  5. x2=1x^2 = 1

    Add x2x^2 to both sides.

  6. x=1 or x=1x = -1 \text{ or } x = 1

    Take the square root of both sides to get both the negative and positive square root.

Answer: x=1 or x=1x = -1 \text{ or } x = 1

The quotient rule produces a more complex derivative. Critical points occur where either the numerator is zero OR the denominator is undefined. Here, the denominator is always positive, so we only set the numerator equal to zero, yielding x=1x = -1 and x=1x = 1 as critical points.

3. Optimize pricing tiers in a data plan

Problem

A phone plan charges forty dollars per month plus two dollars per gigabyte of data. A company's monthly profit (in thousands of dollars) from their pricing tier structure is P(x)=x3+12x236x+100P(x) = -x^3 + 12x^2 - 36x + 100, where xx is the number of tiers offered (between 1 and 10). Find the critical points.
  1. P(x)=3x2+24x36P'(x) = -3x^2 + 24x - 36

    Differentiate the profit function using the power rule on each term.

  2. 3x2+24x36=0-3x^2 + 24x - 36 = 0

    Set the derivative equal to zero to find where the rate of change of profit is zero.

  3. 3(x28x+12)=0-3(x^2 - 8x + 12) = 0

    Factor out the common factor 3-3.

  4. x28x+12=0x^2 - 8x + 12 = 0

    Divide both sides by 3-3.

  5. (x2)(x6)=0(x - 2)(x - 6) = 0

    Factor the quadratic: we need two numbers that multiply to 12 and add to 8-8, which are 2-2 and 6-6.

  6. x=2 or x=6x = 2 \text{ or } x = 6

    Each factor equals zero, giving the two critical points where profit reaches local extrema.

Answer: x=2 or x=6x = 2 \text{ or } x = 6

Critical points reveal where profit reaches local maxima or minima. By differentiating the profit function and setting it equal to zero, we find that offering either 2 or 6 different pricing tiers yields critical points. The company would use the first or second derivative test to determine which tier count produces a local maximum profit.

Common mistakes

Where Critical Points usually goes wrong
Answer came out wrong
Setting f(c)=0f'(c) = 0 but forgetting to check where f(c)f'(c) is undefined.
After finding where f(c)=0f'(c) = 0, check the domain and look for points where the derivative involves division by zero, absolute values, or fractional powers that become undefined.
Finding f(x)=0f'(x) = 0 correctly but computing f(x)f'(x) incorrectly using wrong derivative rules.
Double-check each derivative calculation, especially with products, quotients, and composite functions—verify using alternate methods or careful rule application.
Confusing critical points with critical values—writing down f(c)f(c) instead of cc as the answer.
Always report the x-values (the numbers cc satisfying the condition), not the y-values; if asked for a critical point as an ordered pair, write (c,f(c))(c, f(c)).
The mistakeWhy it is wrongThe fix
Setting f(c)=0f'(c) = 0 but forgetting to check where f(c)f'(c) is undefined.Functions can have critical points where the derivative doesn't exist (like at sharp corners or vertical tangents), and missing these means you've found only a partial list.After finding where f(c)=0f'(c) = 0, check the domain and look for points where the derivative involves division by zero, absolute values, or fractional powers that become undefined.
Finding f(x)=0f'(x) = 0 correctly but computing f(x)f'(x) incorrectly using wrong derivative rules.If you misapply the quotient rule, product rule, or chain rule when finding the derivative, you'll get a wrong derivative and solve the wrong equation.Double-check each derivative calculation, especially with products, quotients, and composite functions—verify using alternate methods or careful rule application.
Confusing critical points with critical values—writing down f(c)f(c) instead of cc as the answer.A critical point is the x-coordinate (the input) where f(c)=0f'(c) = 0 or is undefined, not the y-coordinate; reporting f(c)f(c) doesn't tell you where the derivative is zero.Always report the x-values (the numbers cc satisfying the condition), not the y-values; if asked for a critical point as an ordered pair, write (c,f(c))(c, f(c)).

Tips and when to use something else

  • After finding critical points, use the First Derivative Test or Second Derivative Test to determine whether each is a local maximum, local minimum, or neither.
  • Watch for points where the derivative is undefined due to a discontinuity or sharp corner in the function—these count as critical points too.
  • Not every critical point is a local extremum; some functions have horizontal tangents (where f(c)=0f'(c) = 0) at inflection points instead.
  • If the derivative is a rational function, factor the numerator and denominator separately to find all critical points; don't forget roots of the denominator.

Frequently asked questions

What's the difference between a critical point and a critical value?
A critical point is the x-coordinate cc where f(c)=0f'(c) = 0 or f(c)f'(c) is undefined. A critical value is the y-coordinate, f(c)f(c). When finding critical points, always report the x-values; critical values are the corresponding y-outputs if needed later.
Can a critical point be at an endpoint of the domain?
By the definition of critical points, no—they occur where the derivative is zero or undefined within the interior of the domain. However, endpoints are tested separately when finding absolute extrema, even though they aren't technically critical points.
What if the derivative is never zero?
Then the function has no critical points (at least from f(c)=0f'(c) = 0). Check whether the derivative is undefined anywhere. If the derivative exists and is never zero, the function is strictly increasing or decreasing everywhere.
How many critical points can a function have?
There's no upper limit—a polynomial of degree nn can have up to n1n-1 critical points because its derivative has degree n1n-1. Transcendental functions like sin(x)\sin(x) have infinitely many critical points.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18