Multivariable Optimization Problem

Black Orpheus
Messages
23
Reaction score
0
I need to "write the number 120 as a sum of three numbers so that the sum of the products taken two at a time is a maximum." I think this means that x+y+z=120 and xy+xz+yz=maximum. Can someone help me begin this problem?
 
Physics news on Phys.org
Would you be more confortable using the method of Lagrange Multipliers or using the substitution/partial derivatives=0 and the D=FxxFyy-Fxy^2 second derivative test thinggy?
 
definitely using second derivative test thingy
 
Got the idea. You set z=120-x-y and plug it into xy+xz+yz, which is then f(x,y). So you take the derivative of that, set the partials equal to 0, solve for x, solve for y, plug those back into z=120-x-y... and you get x, y and z equal 40.
 
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