next up previous contents
Next: Constrained Optimization Up: Unconstrained Optimization: Functions of Previous: Maximum and Minimum

Global Optima

Finding global maxima and minima is harder. There is one case that is of interest.

We say that a domain is convex if every line drawn between two points in the domain lies within the domain.

We say that a function f is convex if the line connecting any two points lies above the function. That is, for all x,y in the domain and tex2html_wrap_inline6532 , we have tex2html_wrap_inline6888 , as before (see Chapter 2).

To check that a function is convex on a domain, check that its Hessian matrix H(x) is positive semidefinite for every point x in the domain. To check that a function is concave, check that its Hessian is negative semidefinite for every point in the domain.

example1621

tex2html_wrap_inline6898

tex2html_wrap_inline6848

tex2html_wrap_inline6850

displaymath6904

The determinants of the principal minors are det tex2html_wrap_inline6906 , det tex2html_wrap_inline6908 and det tex2html_wrap_inline6910 . So tex2html_wrap_inline6912 is positive semidefinite for all tex2html_wrap_inline6914 in tex2html_wrap_inline6916 . This implies that f is convex over tex2html_wrap_inline6916 .

exercise1632

exercise1635



Michael A. Trick
Mon Aug 24 16:30:59 EDT 1998