Calculus Optimization

Mitch Excel

New member
Joined
May 22, 2019
Messages
4
I'm very new to calculus so please excuse me if this doesn't quite make sense but I would appreciate if you could help me with this problem.

Inputs
Variable quantity of rectangles (Range 1-50)
Variable width on each rectangle (Range 1-8)
Variable height on each rectangle (Range 1-30)

Desired Output
One larger rectangle that can hold all the input rectangles and meets the following criteria:
1. Output rectangle must have Width of 8, height can be infinite.
2. Width and height of input rectangles must coincide with width and height of output rectangle. They cannot be rotated.
Formula should find the smallest possible output rectangle that meets the two criteria above. (Basically solve for smallest possible height, since width is set at 8.)

Thanks so much for your help!
 
Last edited:
This sounds more like a computer programming problem than calculus. It definitely will not be solved by a mere formula.

What is the context? (That is, why are you asking?)
 
Its ultimately going to be used to determine staffing levels for a factory. I was trying to keep it simple with the rectangle illustration but here's the real world translation:
Quantity of rectangles = Number of lines that are running
Width of rectangle = Hours that individual line is running
Height of rectangle = Staff needed to run the line

Heres some more background on it:

Its frustrating because I can solve each instance manually but cant figure out how to automate that thought process into a formula.
 
Here's a picture to illustrate, Line 1-4 hours and staffing are the inputs. Goal is to minimize total staffing numbers.

12246
 
Top