Sometimes, the absolute extrema (maximum/minimum) of a function may be restricted with certain constraints, especially in linear programs.
Existence of Absolute Extrema
The extreme value theorem guarantees the existence of absolute extrema, provided the domain of the function is both closed and bounded.
- For example, the theorem does not hold if the domain is , because that is unbounded. Mind you, we may still be able to find absolute extrema, they just cannot be guaranteed by the theorem.
Finding Absolute Extrema
Let , where is closed and bounded in
- Find the values of on critical points in
- Find the values of on boundary points in
- Compare them to find extrema.
Examples
E1: Triangle Constraint
Find the absolute extrema of the function on the triangle with vertices :
is a polynomial, and hence is infinitely differentiable. So, it only has stationary points, given by :
A stationary point is . We can also use the second partial derivative test to see if is worth checking (if it is a saddle point, it isn’t!). The Hessian returns:
So is a saddle point. We can ignore it. Let’s check the boundary points next:
Thus the absolute maximum is 3 (at the point (0,0)) and the absolute minimum is -1 (at the point (0,4))