How to Determine the Max and Min Volume of a Box Using Lagrange Multipliers?

  • Thread starter Thread starter jaredmt
  • Start date Start date
  • Tags Tags
    Calc 3 Lagrange
jaredmt
Messages
120
Reaction score
0

Homework Statement


i needed to find the max and min possible volume for a box with edges that = 200cm and surface area that = 1500cm^2 using Lagrange multipliers.

Homework Equations


edges: 4x + 4y + 4z = 200cm
Area: 2xy + 2xz + 2yz = 1500 cm^2
Volume = xyz

The Attempt at a Solution



i brought it down to this:
Vol = f
Area = G
Edges = g

^f = ^G# + ^g$
(# and & just means 'some number')
( ^ is the gradient of the function)
when i simplify everything out i get these statements:

yz = #(y + z) + $
xz = #(x + z) + $
xy = #(x + y) + $
x + y +z = 50
xy + yz + yz = 750when i try to replace values it seems to get messy. do i just throw in random values for # and $ or something? I am 99% sure that they cannot = 0. that is pretty much all i can say from these statements right now lol
 
Physics news on Phys.org
Let's call L=# and M=$. Subtract your first two equation from each other. This gives (x-y)*z=L*(x-y). Or (z-L)*(x-y)=0. This tells you either z=L or x=y. Similarly y=L or x=z, or x=L or y=z. If you think about it, in any case, two of the lengths must be equal. Put this information into your last two equations. Now you have two equations in two unknowns. Not hard to solve at all.
 
ok cool, thanks a lot, found the answer
 
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