~3 min read • Updated Mar 9, 2026
Introduction to Concavity and Global Extrema
In analyzing the behavior of functions, two important concepts play a major role: concavity and global extrema.
Concavity describes how a curve bends, while global extrema are points where a function reaches its highest or lowest value over its entire domain.
1. Concavity of a Curve
Concavity shows the direction in which a curve bends.
Defined using the second derivative:
- If
f''(x) > 0→ the curve is concave up (cup-shaped) - If
f''(x) < 0→ the curve is concave down (cap-shaped)
Inflection Point:
A point where concavity changes.
f''(x) = 0 or f''(x) is undefinedExample:
Function:
f(x) = x³
Second derivative:
f''(x) = 6x
At x = 0, concavity changes → inflection point.
2. Global Extrema (Absolute Maximum and Minimum)
Global extrema are points where a function reaches its highest or lowest value over its entire domain.
Steps to find global extrema:
- Find critical points (where
f'(x) = 0or the derivative is undefined). - Evaluate the function at these points.
- If the domain is closed, also evaluate the function at the endpoints.
- The largest value → global maximum
- The smallest value → global minimum
Example:
Function:
f(x) = x² - 4x + 3
Derivative:
f'(x) = 2x - 4 = 0 → x = 2
Function value at the critical point:
f(2) = -1
If the domain is all real numbers, this is the global minimum.
3. Relationship Between Concavity and Extrema
- If
f''(a) > 0→ a is a local minimum. - If
f''(a) < 0→ a is a local maximum. - Concavity helps determine the type of extremum.
- Global extrema may occur at critical points or at interval endpoints.
4. Applications of Concavity and Global Extrema
- Graph analysis and understanding function behavior
- Optimization in economics and engineering
- Identifying global peaks and valleys
- Modeling physical motion and changes
- Trend analysis in data science
5. Combined Example
Function:
f(x) = x⁴ - 2x²
First derivative:
f'(x) = 4x³ - 4x = 4x(x² - 1)
Critical points:
x = 0, 1, -1
Second derivative:
f''(x) = 12x² - 4
Analysis:
- At x = 0 → f''(0) = -4 → local maximum
- At x = ±1 → f''(±1) = 8 → local minimum
Inflection points:
f''(x) = 0 → x = ±(1/√3)Conclusion
Concavity describes how a curve bends, and global extrema identify where a function reaches its highest or lowest value over its entire domain.
Using the first and second derivatives, these points can be precisely identified, allowing for deeper analysis of function behavior.
Written & researched by Dr. Shahin Siami