Geometric Optimization Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

hard
A rectangular box with a square base and no lid must have volume V=32V = 32 cm3^3. Find the dimensions that minimise the total surface area (base + 4 sides).

Solution

  1. 1
    Step 1: Let base side =x= x and height =h= h. Volume: x2h=32โ‡’h=32/x2x^2 h = 32 \Rightarrow h = 32/x^2.
  2. 2
    Step 2: Surface area: S=x2+4xh=x2+4xโ‹…32x2=x2+128xS = x^2 + 4xh = x^2 + 4x \cdot \dfrac{32}{x^2} = x^2 + \dfrac{128}{x}.
  3. 3
    Step 3: Minimise: dSdx=2xโˆ’128x2=0โ‡’x3=64โ‡’x=4\dfrac{dS}{dx} = 2x - \dfrac{128}{x^2} = 0 \Rightarrow x^3 = 64 \Rightarrow x = 4 cm.
  4. 4
    Step 4: h=32/16=2h = 32/16 = 2 cm. S=16+32=48S = 16 + 32 = 48 cm2^2.

Answer

Base 4โ€‰cmร—4โ€‰cm4\,\text{cm}\times4\,\text{cm}, height 22 cm; minimum surface area =48= 48 cm2^2.
For a box with no lid, the optimal height is half the base side (unlike the lidded case where height equals base side). Setting the derivative of surface area to zero finds the critical point; the second derivative confirms it is a minimum.

About Geometric Optimization

Finding the best geometric configuration โ€” the shape that maximizes area, minimizes perimeter, uses the least material, or achieves some other optimal outcome โ€” subject to given constraints.

Learn more about Geometric Optimization โ†’

More Geometric Optimization Examples