Critical Points Calculator
Finds the x-coordinate of the critical point (vertex) of a quadratic function ax² + bx + c by setting its derivative equal to zero. Use it to locate the maximum or minimum of any parabola instantly.
About this calculator
A critical point of a function occurs where its derivative equals zero or is undefined, signaling a potential local maximum, minimum, or saddle point. For the quadratic f(x) = ax² + bx + c, the derivative is f′(x) = 2ax + b. Setting f′(x) = 0 and solving gives the critical point formula: x = −b / (2a). This is also the x-coordinate of the vertex of the parabola. If a > 0 the parabola opens upward and the critical point is a minimum; if a < 0 it opens downward and the critical point is a maximum. The c coefficient shifts the parabola vertically but does not affect the location of the critical point. This formula appears throughout optimization problems in economics, physics, and engineering.
How to use
Suppose you have the quadratic f(x) = 2x² − 8x + 3 and want to find its critical point. Identify a = 2, b = −8, c = 3. Enter aCoeff = 2, bCoeff = −8, cCoeff = 3. The calculator computes: x = −(−8) / (2 × 2) = 8 / 4 = 2. So the critical point is at x = 2. To find the y-value, substitute back: f(2) = 2(4) − 8(2) + 3 = 8 − 16 + 3 = −5. The vertex — and minimum — of this parabola is (2, −5).
Frequently asked questions
How do you determine whether a critical point is a maximum or minimum?
For a quadratic ax² + bx + c, the sign of the leading coefficient a tells you immediately: if a > 0 the parabola opens upward so the critical point is a global minimum, and if a < 0 it opens downward so the critical point is a global maximum. For general functions you can use the second derivative test: compute f″(x) at the critical point — if f″ > 0 it is a local minimum, if f″ < 0 it is a local maximum, and if f″ = 0 the test is inconclusive. The first derivative sign chart is another reliable method for any function.
What happens when the coefficient a equals zero in a quadratic critical point formula?
When a = 0 the function reduces to a linear expression bx + c, which has no critical point because its derivative f′(x) = b is a non-zero constant (assuming b ≠ 0) that never equals zero. The formula x = −b/(2a) becomes undefined due to division by zero, correctly signaling that no vertex or extremum exists. A linear function is strictly increasing or decreasing everywhere and therefore has no local maximum or minimum. Always verify a ≠ 0 before applying the quadratic critical point formula.
Why is finding critical points important in real-world optimization problems?
Critical points identify where a quantity stops increasing and starts decreasing — or vice versa — making them the candidates for maximum profit, minimum cost, shortest distance, or optimal design parameters. In economics, the profit function's critical point gives the output level that maximizes revenue minus cost. In physics, the trajectory of a projectile reaches its maximum height at the critical point of the height function. Engineers use critical points to minimize material usage while maintaining structural strength. Without locating critical points, optimization problems cannot be solved analytically.