next up previous
Next: Introduction to Constrained Optimization Up: Applications of Derivatives Previous: Putting it All Together

Summary of Local Extrema

We begin the summary with a few rigorous definitions.

A local maximum of f(x,y) is a point (x0,y0) such that $f(x,y)
\le f(x_0,y_0)$ at all points near (x0,y0).

A local minimum of f(x,y) is a point (x0,y0) such that $f(x,y)
\ge f(x_0,y_0)$ at all points near (x0,y0).

A saddle point is a point (x0,y0) on the function such that within any distance, no matter how small, there exist points (x1,y1) and (x2,y2) such that $f(x_1,y_1) \ge f(x_0,y_0)$ and $f(x_2,y_2) \le
f(x_0,y_0)$. Thus, in some directions, the function is increasing, while in others it is decreasing.

A critical point of the function f(x,y) is any point (x0,y0) such that $\mbox{grad}f(x_0,y_0) = \vec{0}$.

To find all local extrema of f(x,y) follow these steps.

1.
Calculate $\mbox{grad}f$.
2.
Find all critical points. In other words, locate all ordered pairs (x,y) such that $\mbox{grad}f = \vec{0}$.
3.
Compute the discriminant, D = fxxfyy - fxy2.
4.
Evaluate D at each critical point, and apply the second derivative test outlined above to classify each critical point.


Vector Calculus
12/6/1997