17
Linear Programming Linear Programming Project Project

Linear Programming Project. Warm-Up Write an Inequality for the following

Embed Size (px)

Citation preview

Page 1: Linear Programming Project. Warm-Up Write an Inequality for the following

Linear Programming Linear Programming ProjectProject

Page 2: Linear Programming Project. Warm-Up Write an Inequality for the following

Warm-UpWarm-UpWrite an Inequality for the

following

Page 3: Linear Programming Project. Warm-Up Write an Inequality for the following

What is it?What is it?Linear Programming is a method

of finding the maximum or minimum value of a function that satisfies a given set of conditions called constraints.◦Objective Function◦Constraints◦Feasible Region

Page 4: Linear Programming Project. Warm-Up Write an Inequality for the following

Example ProblemExample ProblemYou need to buy some filing cabinets.

You know that 3-drawer filing cabinets cost $10 per unit, requires six square feet of floor space, and holds eight cubic feet of files. Also, you know 4-drawer filing cabinets cost $20 per unit, requires eight square feet of floor space, and holds twelve cubic feet of files. You have been given $140 for this purchase, though you don't have to spend that much. The office has room for no more than 72 square feet of cabinets. How many of which model should you buy, in order to maximize storage volume?

Page 5: Linear Programming Project. Warm-Up Write an Inequality for the following

Present the ProblemPresent the ProblemWe are trying to find the number

of each type of cabinet to buy that would give us the maximum storage volume, yet stay within our price range and the amount of room that we have in the office.

Page 6: Linear Programming Project. Warm-Up Write an Inequality for the following

Define Your VariablesDefine Your VariablesAnswers what you are looking for

◦X- will be the number of 3-drawer filing cabinets that you will purchase

◦Y- will be the number of 4-drawer filing cabinets that you will purchase

Page 7: Linear Programming Project. Warm-Up Write an Inequality for the following

Write Objective FunctionWrite Objective FunctionWhat are you trying to maximize

or minimize?◦We are trying to maximize the

storage volume 3-drawer filing cabinets hold 8 Cubic Feet 4-drawer filing cabinets holds 12 Cubic

Feet

Page 8: Linear Programming Project. Warm-Up Write an Inequality for the following

State the ConstraintsState the ConstraintsOnly $140 to make the purchaseOnly 72 feet of Floor SpaceThere is nothing to give back. (so

can’t purchase negative numbers of either type)

Page 9: Linear Programming Project. Warm-Up Write an Inequality for the following

Create Inequalities for the Create Inequalities for the ConstraintsConstraintsOnly $140 to make the purchase

◦3-drawer filing cabinets cost $10 per unit

◦4-drawer filing cabinet costs $20 per unit

Page 10: Linear Programming Project. Warm-Up Write an Inequality for the following

Create Inequalities for the Create Inequalities for the Constraints (Cont.)Constraints (Cont.)Only 72 feet of Floor Space

◦3-drawer filing cabinets take up 6 square feet on the floor

◦4-drawer filing cabinets take up 8 square feet on the floor

Page 11: Linear Programming Project. Warm-Up Write an Inequality for the following

Create Inequalities for the Create Inequalities for the Constraints (Cont.)Constraints (Cont.)There is nothing to give back. (so

can’t purchase negative numbers of either type)

Page 12: Linear Programming Project. Warm-Up Write an Inequality for the following

List of all Constraints/ List of all Constraints/ Convert to Slope-Intercept Convert to Slope-Intercept formform

Or y < –( 1/2 )x + 7

Or y < –( 3/4 )x + 9

Page 13: Linear Programming Project. Warm-Up Write an Inequality for the following

Graph All ConstraintsGraph All ConstraintsFeasible region (grey) is where

they all overlap

Page 14: Linear Programming Project. Warm-Up Write an Inequality for the following

Find all Vertices Around Find all Vertices Around Feasible RegionFeasible Region

(0,7)

(12,0)(0,0)

(8,3)

Page 15: Linear Programming Project. Warm-Up Write an Inequality for the following

Test all Vertices in the Test all Vertices in the Objective FunctionObjective FunctionVertex Function

(8x +12y = V)Volume

(0,7) 8(0) +12(7) 84(0,0) 8(0) + 12

(0) 0

(12, 0) 8(12) + 12(0) 96

(8,3) 8(8)+12(3) 100

Page 16: Linear Programming Project. Warm-Up Write an Inequality for the following

Find Maximum/MinimumFind Maximum/MinimumVertex Function

(8x +12y = V)Volume

(0,7) 8(0) +12(7) 84(0,0) 8(0) + 12

(0) 0

(12, 0) 8(12) + 12(0) 96

(8,3) 8(8)+12(3) 100

Maximum

Page 17: Linear Programming Project. Warm-Up Write an Inequality for the following

State a Conclusion to your State a Conclusion to your ProblemProblem(8,3)

In order to maximize the storage space we have, it would be most beneficial for you to buy 8 3-drawer filing cabinets and 3 4-drawer filing cabinets.