We are asked for the extreme values of f subject to the constraint g(x,y,z)=x+y+z=1.
Using Lagrange multipliers, we solve the equations ∇f(x,y)=λ∇g(x,y) and g(x,y)=1,
which can be written as
fx=λgx,fy=λgy,fz=λgz,x+y+z=1
yz=λ,xz=λ,xy=λ,x+y+z=1
yz=xz=xy
yz=xz=>z=0 or x=y If z=0
xy=0,x+y=1
We have x=0,y=1,z=0 or x=1,y=0,z=0.
If z=0, then x=y.
If x=y=0, then z=1.
If x=y=0, then z=x=y=1/3.
f(0,1,0)=f(1,0,0)=f(0,0,1)=0
f(31,31,31)=31(31)(31)=271
Therefore the maximum value of f on the plane x+y+z=1 is
f(31,31,31)=271, and the minimum value is
f(0,1,0)=f(1,0,0)=f(0,0,1)=0
Comments