What is the optimal package volume for UPS?

bowniski
Messages
3
Reaction score
0

Homework Statement



UPS will only accept packages with a length of no more than 108 inches and length plus girth of no more than 165 inches. Assumign that the front face of the package is square, what is the largest volume package that UPS will accept?

Assuming the package looks like this,
http://imgur.com/4FeLW

Homework Equations



Girth = perimeter of the face (4x)

The Attempt at a Solution



Okay, so I got these two equations:

Volume: V = (x2)(y)
y \leq 108
y + 4x \leq 165

How do I solve this from here? I tried to solve for X by moving 4x to the other side, then setting them equal but it didnt seem to work!

Thanks!
 
Physics news on Phys.org
Next step is to change the second line to y + 4x = 165 (together with the obvious constraint 0 =< 4x =< 165).
 
Outlined said:
Next step is to change the second line to y + 4x = 165 (together with the obvious constraint 0 =< 4x =< 165).

Thanks for the reply!

Okay, why do you assume that y+4x = 165? Is it because that's the highest value possible?

In any case, if I do that:

y+4x = 165
y = 165-4x

v = (x^2)(165-4x)
v = 165x^2 - 4x^3
v' = -12x^2 + 165x

Did I do this right? If so, should I just find the maximum of v' and that would be my answer for x?

With that, the maximum is 55/8 = x
 
there is an error in v', you missed 2 * 165

Think yourself about why it is smart to put y + 4x = 165. Would a solution which does NOT hit the 165 be an optimal solution (as there is room for x and y to be bigger, as you did not hit the 165)??
 
Outlined said:
there is an error in v', you missed 2 * 165

Think yourself about why it is smart to put y + 4x = 165. Would a solution which does NOT hit the 165 be an optimal solution (as there is room for x and y to be bigger, as you did not hit the 165)??

Oh true, that was silly of me to ask! Haha! Thanks for the correction, I didn't see that.
 
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