~2 min read • Updated Mar 9, 2026
Introduction to Critical Points
Critical points are locations where a function exhibits important changes in behavior.
These points often correspond to maxima, minima, or significant shifts in the shape of a curve.
1. Definition of Critical Points
If a function is differentiable, a critical point is a point where:
f'(x) = 0(the derivative is zero)f'(x)is undefined
These points often indicate major changes in the function’s behavior.
2. Types of Critical Points
1. Maximum Points
At these points, the function reaches a local maximum.
2. Minimum Points
At these points, the function reaches a local minimum.
3. Points Where the Derivative Is Undefined
These points often correspond to corners, cusps, or sharp turns in the graph.
3. How to Find Critical Points
Steps:
- Compute the derivative of the function.
- Solve the equation
f'(x) = 0. - Identify points where the derivative is undefined.
- Analyze the function’s behavior around these points.
4. Practical Examples
Example 1: Polynomial Function
Function:
f(x) = x³ - 3x
Derivative:
f'(x) = 3x² - 3
Solving:
3x² - 3 = 0 → x = ±1
Thus, the critical points are x = -1 and x = 1.
Example 2: Function with Undefined Derivative
Function:
f(x) = |x|
Derivative:
f'(x) = 1 for x > 0
f'(x) = -1 for x < 0
At x = 0 the derivative is undefined
Thus, x = 0 is a critical point.
5. Applications of Critical Points
- Finding maxima and minima of functions
- Analyzing graphs and local behavior
- Optimization in economics and engineering
- Identifying trend changes in scientific models
- Studying system stability
6. Role of Critical Points in Graph Analysis
By studying critical points, one can:
- Determine increasing and decreasing intervals
- Locate peaks and valleys
- Understand the curve’s overall behavior
Conclusion
Critical points are essential tools for analyzing the behavior of functions.
They mark locations where significant changes occur and can be easily identified using derivatives.
Understanding this concept is crucial for success in calculus, engineering, economics, and data science.
Written & researched by Dr. Shahin Siami