Multivariable optimization, n variables
Summary
- f is a real-valued continuous function of two variables on domain A⊆R2 .
Extreme value theorem:
- If A is closed and bounded then there exists a global maximum point (xmax,ymax) in A and a global minimum point (xmin,ymin) in A .
- If zmax=f(xmax,ymax) and zmin=f(xmin,ymin) then zmin≤f(x,y)≤zmax for all (x,y)∈A .
- The optimization points need not be unique. If f(x,y)=2x on 0≤x≤1 , 0≤y≤1 then (0,y) are all minimum points and (1,y) are all maximum points for any 0≤y≤1 .
- f need not be differentiable for the extreme value theorem to hold.
Concave and convex functions.
- If f is convex function defined on a convex domain and (x0,y0) is a stationary point, then (x0,y0) is a global minimum point.
- If f is concave function defined on a convex domain and (x0,y0) is a stationary point, then (x0,y0) is a global maximum point.
- If f is strictly convex / concave then (x0,y0) is a strict global minimum / maximum point.