Next: Example of Constrained Optimization
Up: Introduction to Constrained Optimization
Previous: What does it mean
To summarize finding constrained extrema for f(x,y) subject
to :
- 1.
- Find all local extrema inside the region .
- 2.
- Find all triplets such that both
- (a)
- g(x,y) = c, and
- (b)
are met. Note that this is really three equations, one from (a), and two
from each of the components of the vector equation in (b).
- 3.
- Compute the value of f(x,y) at each of the optimum points obtained
from (1) and (2). Compare these values to choose the maximum and the
minimum.
The parameter is called the Lagrange multiplier and the process
of optimizing f subject to a constraint is often called the Lagrange
multiplier method.
Vector Calculus
12/6/1997