Max values for function of 3 variables with two constraints

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
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: 614
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
[tex]y+z-4yz = \lambda[/tex]
[tex]x+z-4xz = \lambda[/tex]
[tex]y+x-4yx = \lambda[/tex]
[tex]x + y + z = 1[/tex]
with
[tex]x, y, z > 0[/tex]

equating each one in terms of lamba and factoring gives, for the first one
[tex]y+z-4yz = x+z -4xz[/tex]
gives
[tex]y(1-4z) = x(1-4z)[/tex]
[tex]x(1-4y) = z(1-4y)[/tex]
[tex]z(1-4x) = y(1-4x)[/tex]
with the constraints
[tex]x + y + z = 1[/tex]
and
[tex]x, y, z > 0[/tex]
hopefully thsi helps, though you should also check the boundary points too