Question

How to minimize the cost of an open-top box with a square base

Original question: 2. A company is designing a box with a square base and an open top. The box needs to have a volume of 500 cubic centimetres. The cost of the material for the base is .10persquarecentimetre,andthecostofthematerialforthesidesis.10 per square centimetre, and the cost of the material for the sides is .05 per square centimetre. Determine the dimensions of the box that will minimize the cost of the materials. In finding the minimum cost, identify any critical points of the function you obtain.

[5 marks]

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: This is a classic constrained optimization problem: the volume is fixed, but the material costs are not the same for the base and the sides. That means the cheapest box is not the one with the most symmetric dimensions, but the one that balances surface area against the different unit prices.

Detailed walkthrough

Let the square base have side length xx cm and height hh cm.

1) Use the volume constraint

The volume is fixed at 500 cm3^3, so

x2h=500x^2h=500

which gives

h=500x2.h=\frac{500}{x^2}.

2) Write the cost function

  • Base area: x2x^2, at 0.100.10 dollars/cm2^2 gives cost 0.10x20.10x^2
  • Four sides: each side has area xhxh, so total side area is 4xh4xh. At 0.050.05 dollars/cm2^2, side cost is

0.05(4xh)=0.20xh.0.05(4xh)=0.20xh.

So the total cost is

C(x)=0.10x2+0.20x(500x2)=0.10x2+100x.C(x)=0.10x^2+0.20x\left(\frac{500}{x^2}\right)=0.10x^2+\frac{100}{x}.

3) Differentiate and find critical points

C(x)=0.20x100x2.C'(x)=0.20x-\frac{100}{x^2}.

Set C(x)=0C'(x)=0:

0.20x100x2=00.20x-\frac{100}{x^2}=0

0.20x3=1000.20x^3=100

x3=500x^3=500

x=5003.x=\sqrt[3]{500}.

This is the only critical point for x>0x>0.

4) Confirm it is a minimum

Differentiate again:

C(x)=0.20+200x3.C''(x)=0.20+\frac{200}{x^3}.

For x>0x>0, C(x)>0C''(x)>0, so the critical point gives a minimum cost.

5) Find the height

h=500x2=500(5003)2=5003.h=\frac{500}{x^2}=\frac{500}{(\sqrt[3]{500})^2}=\sqrt[3]{500}.

So the minimum-cost box is actually a cube.

Answer

  • Base side length: x=50037.94x=\sqrt[3]{500}\approx 7.94 cm
  • Height: h=50037.94h=\sqrt[3]{500}\approx 7.94 cm

The critical point occurs at x=5003x=\sqrt[3]{500}, and it gives the minimum cost.

💡 Pitfall guide

A common mistake is forgetting that the four side faces together have area 4xh4xh, not xhxh. Another easy slip is mixing up the material cost rates: the base is more expensive per square centimetre than the sides, so the base term must be 0.10x20.10x^2, not 0.05x20.05x^2. Also, when checking critical points, remember the domain is x>0x>0 because the box must have a positive base length.

🔄 Real-world variant

If the cost rates changed, the minimizing box would usually no longer be a cube. In general, with base cost cbc_b and side cost csc_s, the cost function becomes

C(x)=cbx2+200csxC(x)=c_bx^2+\frac{200c_s}{x}

after using h=500/x2h=500/x^2. Different prices shift the balance between a wide base and a tall box. If the volume were larger, the optimal dimensions would scale up, but the same optimization method still works.

🔍 Related terms

constrained optimization, cost function, critical point

FAQ

How do you minimize the cost of an open-top box with fixed volume?

Let the square base be x and height be h. Use the volume constraint x^2h=500 to write h=500/x^2, then build the cost function from the base and side material prices. Differentiate, set C'(x)=0, and check that the critical point gives a minimum.

What dimensions minimize the cost in this problem?

The minimum cost occurs when x=∛500 and h=∛500, so the optimal box is a cube with side length about 7.94 cm.

chat