G
Guest
Guest
Use Lagrange multipliers to find the max and min values of the function subject to the given constraint(s).
f(x,y,z)= x^2*y^2*z^2 ; x^2 + y^2 + z^2 =1
*(lm) stands for the lagrange multiplier symbol.
I did:
fx= 2xy^2z^2 = (lm)2x
fy= 2x^2yz^2 = (lm)2y
fz= 2x^2y^2z = (lm)2z
(lm) = (2xy^2z^2)/(2x) = (2x^2yz^2)/(2y) = (2x^2y^2z)/(2z)
or
x^2=y^2=z^2
and
x^2+y^2+z^2 = 1
If that is correct so far, here is where i am stuck. I'm not sure if the possible values would be (+-1, +-1, +-1) or i sub x^2 into all values to get:
x^2 + x^2 + x^2 = 1
x= sqrt(1/3)
and the expected values would be (+-sqrt(1/3), +-sqrt(1/3), +-sqrt(1/3))
If the possible values were (+-1, +-1, +-1)
then i got:
max - f(1,1,1) = 1
min - f(-1,-1,-1) = -1
Am i even close here?
f(x,y,z)= x^2*y^2*z^2 ; x^2 + y^2 + z^2 =1
*(lm) stands for the lagrange multiplier symbol.
I did:
fx= 2xy^2z^2 = (lm)2x
fy= 2x^2yz^2 = (lm)2y
fz= 2x^2y^2z = (lm)2z
(lm) = (2xy^2z^2)/(2x) = (2x^2yz^2)/(2y) = (2x^2y^2z)/(2z)
or
x^2=y^2=z^2
and
x^2+y^2+z^2 = 1
If that is correct so far, here is where i am stuck. I'm not sure if the possible values would be (+-1, +-1, +-1) or i sub x^2 into all values to get:
x^2 + x^2 + x^2 = 1
x= sqrt(1/3)
and the expected values would be (+-sqrt(1/3), +-sqrt(1/3), +-sqrt(1/3))
If the possible values were (+-1, +-1, +-1)
then i got:
max - f(1,1,1) = 1
min - f(-1,-1,-1) = -1
Am i even close here?