Maximize f(x,y,z) with Lagrange Multipliers

Oglethorpe
Messages
5
Reaction score
0
Find the maximum value of f(x,y,z) = 5xyz subject to the constraint of [PLAIN]http://www3.wolframalpha.com/Calculate/MSP/MSP9619f6019f3fia87i60000567g3gb3dhi833if?MSPStoreType=image/gif&s=6&w=126&h=20.

I know to find the partial derivatives of the function and the constraint. Then, set up f(x)=λg(x) and so forth for each partial. Everything else is beyond me...
 
Last edited by a moderator:
Physics news on Phys.org
Greetings! Correct, then use your constraint, g(x), to give you the fourth equation. In other words, your equations will be:
fx = λ gx,
fy = λ gy,
fz = λ gz, and
g(x).
With four equations and four unknowns, you should be able to solve.
 
By the way, since the value of \lambda itself is not part of the answer needed, you may find it simplest to start by eliminating \lambda by dividing one equation by another.

(I would not say that you set f(x)= \lambda g(x). Rather you set \nabla f(x)= \lambda \nabla g(x).)
 
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