Exercises

  1. We seek to optimize the shape of a box-shaped structure with height h, width w, and depth d. Due to cost concerns, we have an upper limit A_{rm wall} on the total wall area 2(hw + hd), another upper limit A_{rm floor} on the floor area wd. For structural reasons, we have lower and upper bounds alpha,beta on the aspect ratio h/w, and similar bounds gamma,delta on the aspect ratio w/d. Subject to these constraints, we wish to maximize the volume of the structure, hwd.

    1. Express the problem in the standard form for an optimization problem.

    2. Express this problem as a geometric program (GP) in standard GP form. (Note: you are not asked to put it in the standard convex form for GPs.)