Processing math: 100%

Multivariable optimization, n variables

Summary

  • f is a real-valued continuous function of two variables on domain AR2 .

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 zminf(x,y)zmax for all (x,y)A .
  • The optimization points need not be unique. If f(x,y)=2x on 0x1 , 0y1 then (0,y) are all minimum points and (1,y) are all maximum points for any 0y1 .
  • 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.