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: 584
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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top