Max values for function of 3 variables with two constraints

jimbo71
Messages
80
Reaction score
0

Homework Statement


Find the maximum values of f(x,y,z)=xy+xz+yz-4xyz subject to the constraints x+y+z=1 and x,y,z>or equal 0.


Homework Equations





The Attempt at a Solution


see attachment
I found fgrad and ggrad and set fgrad equal to lambda*ggrad and used x+y+z=1 for my system of equations. I am have difficulty solving for x,y,z,lambda. I've spent over half hour attempting to algebraically solve for the variables. Please direct as to how to solve this system of equations. I need help with this problem ASAP! Thanks Dan
 

Attachments

  • problem 6.jpg
    problem 6.jpg
    17.2 KB · Views: 580
Physics news on Phys.org
Help Me It is very important I complete this problem. How do i solve the 4 equations?
 
hi dan, been a while since I've done these, but see if this helps, (and if you agree with it...)
your equations
y+z-4yz = \lambda
x+z-4xz = \lambda
y+x-4yx = \lambda
x + y + z = 1
with
x, y, z > 0

equating each one in terms of lamba and factoring gives, for the first one
y+z-4yz = x+z -4xz
gives
y(1-4z) = x(1-4z)
x(1-4y) = z(1-4y)
z(1-4x) = y(1-4x)
with the constraints
x + y + z = 1
and
x, y, z > 0
hopefully thsi helps, though you should also check the boundary points too
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top