Navigation
Calculators Pricing Blog About Contact
Get Started
Get Started Login
📉

Critical Points Calculator

Find critical points of a function where the derivative equals zero or is undefined.

What Are Critical Points?

A critical point of a function f(x) is a point where the derivative f'(x) equals zero or is undefined. Critical points are essential in calculus for finding local maxima, local minima, and inflection points of functions.

Critical Point Definition:
A point x = c is critical if f'(c) = 0 or f'(c) is undefined.

For polynomials: Set f'(x) = 0 and solve for x.

Finding Critical Points

  1. Take the derivative f'(x)
  2. Set f'(x) = 0
  3. Solve for x
  4. Use the second derivative test to classify each point

Classifying Critical Points

Second Derivative Test: If f''(c) > 0, the point is a local minimum. If f''(c) < 0, it is a local maximum. If f''(c) = 0, the test is inconclusive.

Polynomial Critical Points

For a polynomial f(x) = ax³ + bx² + cx + d, the derivative is f'(x) = 3ax² + 2bx + c. Setting this equal to zero and using the quadratic formula gives the critical points.

How to Use

Enter the coefficients of your polynomial function. The calculator finds the derivative, solves for critical points, and classifies them as maxima or minima.

Applications

Critical points are used in optimization problems (maximizing profit, minimizing cost), curve sketching, physics (equilibrium points), and engineering (stress analysis).

Frequently Asked Questions

A point where f'(x) = 0 or f'(x) is undefined. These are candidates for local maxima, minima, or inflection points.
Take the derivative, set it equal to zero, and solve for x.
If f''(c) > 0, the critical point is a local minimum. If f''(c) < 0, it is a local maximum.
Yes, if the second derivative is zero, the point may be an inflection point where the curve changes concavity.
No, functions like f(x) = x have no critical points because their derivative is never zero.
Local extrema are the highest/lowest in a neighborhood. Global extrema are the absolute highest/lowest over the entire domain.

Embed this Calculator

Copy the code below and paste it into your website's HTML. Your visitors can use this calculator for free.

px × px
<iframe src="https://calculatorteam.com/embed/critical-points-calculator" width="100%" height="600" style="border:none;border-radius:12px;" loading="lazy" title="Critical Points Calculator"></iframe>

Report an Issue

Let us know what's wrong with this calculator. We'll review and fix it as soon as possible.