How to Calculate the Optimal Dimensions for a Rectangular Box from Cardboard?

  • Thread starter Thread starter computerex
  • Start date Start date
  • Tags Tags
    Box Optimization
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 4K views
computerex
Messages
68
Reaction score
0

Homework Statement



Question:

You are planning to make an open rectangular box from a 10 by 18 cm piece of cardboard by cutting congruent squares from the corners and folding up the sides.

1) What are the dimensions of the box of largest volume you can make this way?
2) What is its volume?

v - volume
l - length
h - height
w - width

Homework Equations



v = lwh

The Attempt at a Solution



Since v = lwh w = 10 - 2h and l = 18 - 2h.
Therefore:

v(h) = (18-2h)(10-2h)(h)
v(h) = (4h^3) - (56h^2) + 4h^2

Differentiation:

dv/dh = (12h^2) - 112h + 180

Finding critical numbers:

(12h^2) - 112h + 180 = 0
(12h^2) - 112h = -180
h(12h - 112) = -180

12h - 112 = -180
12h = -68
h = -68/12

critical numbers: k{-180, -68/12}

My question is, how can I have a negative height? Is this correct so far or have I made some error?
 
Physics news on Phys.org
for the purpose of this problem you cannot have negative heights, you made a simple error. You can fix it easily. the problem is your step near the end when you have
(12h^2) - 112h + 180 = 0 don't subtract the 180. when you get to this part factor our a value of 4 you should get 4((3h^2)-28h+45) from here just use the quadratic formula to find your zero's. you don't need to factor out the 4 you can just go straight to the quadratic formula, but it makes it less tedious if you do. =) Study Hard.