Excersices Lagrange Multipliers
Lagrange multiplier is a method to find maximum or minimum value of a
function subject to some constrains ( side conditions ) on the domain of the
function.
1.
2.
Examples:
Maximize or minimize f(x,y) subject to condition g(x,y) = c.
Maximize or minimize f(x,y,z) subject to condition g(x,y,z) = c.
3.
Maximize or minimize f(x,y,z) subject to conditions g(x,y,z) = c1,and
h(x,y,z) = c2.
Lagrange Theorem:
Let f and g have continuous first partial derivatives such that f has a local
( x0 , y 0 )
maximum or local minimum at
on the smooth constraint curve
g ( x 0 , y 0 )
g( x, y) = c. If
= 0, then there is a real number such that
f ( x 0 , y 0 ) g ( x 0 , y 0 )
.
Note:
is Lagrange multiplier.
Lagrange Method:
To find extrema of f( x ,y ) subject to constraint g( x, y ) = 0:
I.
Solve the equations
f ( x , y ) g ( x , y )
and g( x, y ) = 0, by solving
f x ( x, y ) g x ( x , y )
f y ( x, y ) g y ( x , y )
g ( x, y ) 0.
Find all solutions
( x1 , y1 , 1 ), ( x 2 , y 2 , 2 ), ( x3 , y 3 , 3 ), . . .
Discard the Lagrange multipliers
1 , 2 , 3 ,. . .
II.
Evaluate f( x, y ) at each solution point obtained above.
The largest value yields the maximum and
the smallest value yields the minimum subject to constraint g( x, y ) = 0.