Maximize the volume without using Lagrange multipliers

s3a
Messages
814
Reaction score
8

Homework Statement


When a rectangular box is sent through the mail, the post office demands that the length of the box plus twice the sum of its height and width be no more than 250 centimeters. Find the dimensions of the box satisfying this requirement that encloses the largest possible volume. (Solve this problem without using Lagrange multipliers.)


Homework Equations


Partial differentiation and equations of constraint for each variable.


The Attempt at a Solution


My attempt at a solution is attached however, given that I got length = l = 0 (even though I get a nonzero width and height) which gives a volume of 0, I'd say I did something wrong and I don't have the solutions or answer for this particular problem so I can't check what's wrong.
 

Attachments

  • MyWork.jpg
    MyWork.jpg
    80.3 KB · Views: 609
Physics news on Phys.org
did you just equate the volume with zero? shouldn't you differentiate to maximise the volume and find where the derivative is zero?
 
Last edited:
s3a said:

Homework Statement


When a rectangular box is sent through the mail, the post office demands that the length of the box plus twice the sum of its height and width be no more than 250 centimeters. Find the dimensions of the box satisfying this requirement that encloses the largest possible volume. (Solve this problem without using Lagrange multipliers.)

Homework Equations


Partial differentiation and equations of constraint for each variable.

The Attempt at a Solution


My attempt at a solution is attached however, given that I got length = l = 0 (even though I get a nonzero width and height) which gives a volume of 0, I'd say I did something wrong and I don't have the solutions or answer for this particular problem so I can't check what's wrong.
attachment.php?attachmentid=44490&d=1330441256.jpg


(Your solution is correct for the minimum volume.)

Once you have w = h, put that back into the volume formula so V is only a function of w or h .

Maximize that.
 
lanedance, no that's not what I did. I did differentiate (partially) hence the subscripts. ;)

SammyS, it makes sense that I got the minimum :) (thanks for mentioning it though because I initially thought I was doing something redundant rather than getting a minimum). What you said sounds like what I did though. Could you please be a bit more descriptive algorithmically?
 
s3a said:
SammyS, it makes sense that I got the minimum :) (thanks for mentioning it though because I initially thought I was doing something redundant rather than getting a minimum). What you said sounds like what I did though. Could you please be a bit more descriptive algorithmically?

\displaystyle V=\ell hw

If h = w , then ℓ = 250 - 4h ,

and \displaystyle V=(250 - 4h)h^2\,.

Maximize that.
 
In the attachment above, I already have

V = 250w^2 - 4w^3

which is basically what you said with w instead of h which is okay since w = h.

As for maximizing that, do you mean taking dV/dw = 0 and solving for w?
 
s3a said:
In the attachment above, I already have

V = 250w^2 - 4w^3

which is basically what you said with w instead of h which is okay since w = h.

As for maximizing that, do you mean taking dV/dw = 0 and solving for w?
That's the usual way.

Try it.
 
Is this what you meant?

(By the way, I choose to reject w = 0 since it yields a minimum.)
 

Attachments

  • MyWork.jpg
    MyWork.jpg
    48.4 KB · Views: 533
Back
Top