What Are The Critical Points Of A Function

7 min read

What Are the Critical Points of a Function? (And Why You Should Actually Care)

Let’s be real: when you’re first learning calculus, critical points can feel like just another thing to memorize before the test. But here’s the thing — they’re way more useful than that. Even so, these points are where functions make their big decisions, where they switch from going up to going down or vice versa. Miss them, and you miss the whole story.

So what are critical points? Think of them as the crossroads in a function’s journey. They’re the x-values where something interesting happens to the slope. Consider this: either the slope becomes zero (flat as a pancake) or it doesn’t exist at all (like a sharp corner or vertical tangent). That’s where the action is.

What Are Critical Points of a Function?

Critical points aren’t magic — they’re math. So naturally, more specifically, they’re the x-values where the derivative of a function either equals zero or fails to exist. In practice, this means we’re looking for spots where the instantaneous rate of change takes a break or throws in the towel.

Where the Slope Hits Zero

Most critical points come from setting the derivative equal to zero. Because of that, if you’ve got a function f(x), you take its derivative f’(x), set that equal to zero, and solve for x. On top of that, those solutions are your potential critical points. Practically speaking, for example, take f(x) = x³ – 3x² + 2. Its derivative is f’(x) = 3x² – 6x. Here's the thing — set that to zero: 3x² – 6x = 0. Factor out 3x: 3x(x – 2) = 0. So x = 0 and x = 2 are critical points The details matter here..

But wait — there’s more. You also have to check where the derivative doesn’t exist. That’s where things get tricky. Functions like f(x) = |x| or f(x) = ∛x have corners or cusps where the derivative isn’t defined, but those points can still be critical Practical, not theoretical..

When Derivatives Don’t Exist

Not all functions play nice. Some have sharp turns, vertical tangents, or discontinuities that make their derivatives undefined. Its derivative is f’(x) = (1/3)x^(-2/3), which is undefined at x = 0. In practice, these spots are fair game for critical points too. Take f(x) = x^(1/3). Even though the original function is defined there, x = 0 is still a critical point because the derivative isn’t.

Counterintuitive, but true.

Why does this matter? And because critical points are where functions might reach peaks or valleys. If you ignore a point just because the derivative is undefined, you might miss the highest point on a hill or the lowest point in a valley And it works..

Why It Matters / Why People Care

Critical points aren’t just academic busywork. Think about it: they’re the backbone of optimization — finding maximums and minimums. Whether you’re trying to maximize profit, minimize material waste, or figure out the fastest route home, critical points are your roadmap.

In business, for instance, if you model revenue as a function of price, the critical points tell you where increasing the price stops helping and starts hurting. So in engineering, they help determine stress points in materials or optimal shapes for structures. In physics, they show where objects change direction or reach equilibrium Nothing fancy..

But here’s what most people miss: critical points aren’t guarantees of maxima or minima. Here's the thing — they’re just candidates. You’ve got to do more work to figure out what they actually are. That’s where the second derivative test or first derivative test comes in Most people skip this — try not to..

Some disagree here. Fair enough Small thing, real impact..

How It Works (Or How to Find Critical Points)

Finding critical points is a process, not a trick. Here’s how to do it step by step.

Step 1: Take the Derivative

Start by finding f’(x). So this gives you the slope of the function at any point. For polynomials, it’s straightforward. If the function is complicated, this might take some work. For more complex functions, you might need product rules, chain rules, or quotient rules It's one of those things that adds up..

Step 2: Set the Derivative Equal to Zero

Once you have f’(x), set it equal to zero and solve for x. This gives you the x-values where the slope is flat. These are your primary critical points. But don’t stop here.

Step 3: Check Where the Derivative Is Undefined

Look for values of x where f’(x) doesn’t exist. Now, this could be due to square roots of negative numbers, division by zero, or sharp corners. Include these in your list of critical points.

Step 4: Test Each Critical Point

Now comes the fun part. That's why for each critical point, determine whether it’s a maximum, minimum, or neither. Plus, the second derivative test is a common method: plug each critical x-value into f''(x). If f''(x) > 0, it’s a local minimum. If f''(x) < 0, it’s a local maximum. If f''(x) = 0, the test is inconclusive Not complicated — just consistent..

Most guides skip this. Don't.

If the second derivative test fails, fall back to the first derivative test. Check the sign of f’(x) just before and after the critical point. That said, if it changes from positive to negative, you’ve got a maximum. On the flip side, if it changes from negative to positive, it’s a minimum. If the sign doesn’t change, it’s a saddle point Simple, but easy to overlook..

Example: Putting It All Together

Let’s walk through f(x) = x⁴ – 4x³ + 6x² – 4x + 1. That's why first, find f’(x) = 4x³ – 12x² + 12x – 4. Now, set that to zero: 4x³ – 12x² + 12x – 4 = 0. Divide by 4: x³ – 3x² + 3x – 1 = 0 Most people skip this — try not to..

Solving the Equation

The cubic collapses to a single root of multiplicity three:

[ (x-1)^{3}=0 ;\Longrightarrow; x=1. ]

Because the factor appears three times, the derivative touches the x‑axis but does not cross it. That hint already suggests the behavior of the original function around this point will be subtle Easy to understand, harder to ignore. Nothing fancy..

Evaluating the Original Function

Plugging the critical abscissa back into (f(x)) yields

[ f(1)=1^{4}-4\cdot1^{3}+6\cdot1^{2}-4\cdot1+1=0. ]

Thus the sole critical point sits at ((1,0)) That's the whole idea..

Applying the Second‑Derivative Test

Compute the second derivative:

[ f''(x)=12x^{2}-24x+12=12(x-1)^{2}. ]

Evaluating at the critical value gives

[ f''(1)=12(1-1)^{2}=0. ]

Since the second derivative also vanishes, the test is inconclusive. This is precisely the situation where the multiplicity of the root matters: a triple root in the first derivative often produces a horizontal inflection rather than a peak or trough.

Using the First‑Derivative Sign Chart

To resolve the ambiguity, examine the sign of (f'(x)=4(x-1)^{3}) on intervals to the left and right of (x=1).

  • For (x<1), the factor ((x-1)^{3}) is negative, so (f'(x)<0).
  • For (x>1), the factor becomes positive, so (f'(x)>0).

The derivative shifts from negative to positive as we move through (x=1). That transition signals a local minimum—the function is decreasing before the point, reaches its lowest value there, and then begins to increase.

Classifying the Critical Point

Putting the pieces together:

  • The only candidate is (x=1).
  • The sign change of the first derivative confirms a local minimum.
  • The function value at that point is (f(1)=0), so the minimum height is zero.

Because the polynomial is of even degree with a positive leading coefficient, the graph rises to (+\infty) on both ends, making this local minimum also the absolute minimum of the entire function.

General Takeaway

When a critical point yields a zero second derivative, do not abandon the analysis. Instead, turn to the first‑derivative sign chart or higher‑order derivative tests. The pattern of sign changes reveals whether the stationary point is a maximum, a minimum, or a saddle (inflection) point. In practice, this extra step distinguishes a genuine extremum from a flat spot that merely pauses the slope Simple, but easy to overlook..

Closing Thoughts

Critical points serve as signposts on the landscape of a function, indicating where the slope flattens enough to consider extreme behavior. Recognizing that a zero second derivative does not automatically imply indeterminacy, and instead probing the derivative’s sign, ensures you never mistake a plateau for a peak or a valley. Mastery of this process equips you to locate maxima, minima, and inflection points across disciplines—from optimizing profit margins to predicting the peak load a beam can bear. By systematically differentiating, solving for zeros and undefined points, and then probing the surrounding behavior, you can reliably classify each candidate. In every application, the careful interrogation of these points transforms raw algebraic results into actionable insight No workaround needed..

Just Hit the Blog

Current Topics

Dig Deeper Here

Good Company for This Post

Thank you for reading about What Are The Critical Points Of A Function. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home