1 Chapter 14 Making the most of things: Linear Programming.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

C) between 18 and 27. D) between 27 and 50.
Solving Systems of Linear Equations Graphically and Numerically
You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
System of linear Equation
Section 1.8 Homework questions?. Section Concepts 1.8 Linear Equations in Two Variables Slide 2 Copyright (c) The McGraw-Hill Companies, Inc. Permission.
Warm Up Problem of the Day Lesson Presentation Lesson Quizzes.
Advanced Piloting Cruise Plot.
Chapter 1 The Study of Body Function Image PowerPoint
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
Tuesday, March 5 Duality – The art of obtaining bounds – weak and strong duality Handouts: Lecture Notes.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Arithmetic and Geometric Means
My Alphabet Book abcdefghijklm nopqrstuvwxyz.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Addition Facts
Year 6 mental test 10 second questions
BALANCING 2 AIM: To solve equations with variables on both sides.
Solve Multi-step Equations
Chapter 4 Systems of Linear Equations; Matrices
ABC Technology Project
An Application of Linear Programming Lesson 12 The Transportation Model.
CHAPTER 6 Introduction to Graphing and Statistics Slide 2Copyright 2012, 2008, 2004, 2000 Pearson Education, Inc. 6.1Tables and Pictographs 6.2Bar Graphs.
§ 4.5 Linear Programming.
Outline Minimum Spanning Tree Maximal Flow Algorithm LP formulation 1.
Linear Programming, A Geometric Approach
VOORBLAD.
1 Breadth First Search s s Undiscovered Discovered Finished Queue: s Top of queue 2 1 Shortest path from s.
Factor P 16 8(8-5ab) 4(d² + 4) 3rs(2r – s) 15cd(1 + 2cd) 8(4a² + 3b²)
8.6 Linear Programming. Linear Program: a mathematical model representing restrictions on resources using linear inequalities combined with a function.
Squares and Square Root WALK. Solve each problem REVIEW:
Chapter 1: Expressions, Equations, & Inequalities
© 2012 National Heart Foundation of Australia. Slide 2.
The x- and y-Intercepts
The Slope-Intercept Form of a Line
Graphing y = nx2 Lesson
Lets play bingo!!. Calculate: MEAN Calculate: MEDIAN
Understanding Generalist Practice, 5e, Kirst-Ashman/Hull
Chapter 5 Test Review Sections 5-1 through 5-4.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Copyright 2006 John Wiley & Sons, Inc. Beni Asllani University of Tennessee at Chattanooga Operations Management - 5 th Edition Chapter 13 Supplement Roberta.
Thank you and welcome Linear Programming (LP) Modeling Application in manufacturing And marketing By M. Dadfar, PhD.
What You Should Learn • Represent and classify real numbers.
Addition 1’s to 20.
25 seconds left…...
Equal or Not. Equal or Not
Slippery Slope
Copyright © Cengage Learning. All rights reserved.
Solving Systems of Linear Equations By Elimination
H to shape fully developed personality to shape fully developed personality for successful application in life for successful.
Januar MDMDFSSMDMDFSSS
Week 1.
We will resume in: 25 Minutes.
©Brooks/Cole, 2001 Chapter 12 Derived Types-- Enumerated, Structure and Union.
PSSA Preparation.
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Copyright © 2011 Pearson Education, Inc. Logarithmic Functions Chapter 11.
Sections 5.1 & 5.2 Inequalities in Two Variables
MA 1128: Lecture 06 – 2/15/11 Graphs Functions.
1 Sections 5.1 & 5.2 Inequalities in Two Variables After today’s lesson, you will be able to graph linear inequalities in two variables. solve systems.
Linear Programming Models: Graphical Methods
Graphing Linear Inequalities in Two Variables Chapter 4 – Section 1.
© 2009 Prentice-Hall, Inc. 7 – 1 Decision Science Chapter 3 Linear Programming: Maximization and Minimization.
Presentation transcript:

1 Chapter 14 Making the most of things: Linear Programming

2 Procedure 1. Define carefully the DECISION VARIABLES. 2. Define the OBJECTIVE FUNCTION 3. Write down in mathematical notation the CONSTRAINTS of the problem. 4. Solve the problem. Where there are only 2 variables it is possible to solve the model using a graphical technique.

3 Example A small company assembles two types of cooker, the Ambassador and the Baron. Each Ambassador which is produced earns £40 contribution, while each Baron cooker earns £50. The company's management need to decide the number of cookers of each type which should be assembled next week in order to maximise contribution. An Ambassador cooker takes 4 hours to assemble and a Baron takes 6 hours. Both cookers need to be assembled by a skilled worker, but currently the company only employ two of these workers, both of whom work a 48 hour week. The Ambassador cooker has two built in clocks, while the Baron has only one clock. Because of a strike at the suppliers, only 20 of these clocks can be obtained per week. For marketing reasons, the company has decided that at least 6 Baron cookers should be produced per week. How many cookers of each type should be produced?

4 The objective function Let A = number of Ambassador cookers to make per week B = number of Baron cookers to make per week This is a maximization problem The objective function is:- Max Profit = 40A + 50B

5 The constraints Subject to 4A + 6B 96 Time constraint (2 times 48) 2A + B 20Clocks constraint B 6Marketing constraint

Number of Ambassadors A Number of Barons B

7 The marketing constraint The line B = 6 is a horizontal line and the region B 6 is above the line

Number of Ambassadors A Number of Barons B Marketing constraint: B 6

9 The clock constraint The straight line 2A + B = 20 can be plotted by noting that when A = 0, B = 20 And when B = 0, A = 10 These two points can now be plotted and a line drawn between them. To find the region that satisfies the constraint test a point on one side of the line (the origin is a good point). Since 0,0 satisfies the constraint the region is below the line

Number of Ambassadors A Number of Barons B Marketing constraint: B 6 Clocks constraint: 2A + B 20

11 The time constraint Again the points where the line crosses the axes can be found, i.e. A = 0, B = 16 B = 0, A = 24 The region is again below the line

Number of Ambassadors A Number of Barons B B 6 2A + B 20 Time constraint 4A + 6B 48

13 The feasible region The feasible region is that region that satisfies all constraints. It is shown shaded in the last graph The optimal solution cannot be outside this region. How do we find the optimal combination of the number of Ambassador and Baron cookers to make?

14 What combination of A and B will give a profit of say £500 i.e. 40A + 50B = 500 This is another straight line so A = 0, B = 10 B = 0, A = 12.5 Plot these two points on the graph.

Number of Ambassadors A Number of Barons B B 6 2A + B 20 4A + 6B 48 40A + 50B = 500

16 The line lies partly inside and partly outside the feasible region. All points on the line that are within the feasible region will give a profit of £500. For example A = 5 and B = 6 is a feasible combination and gives a profit of £500

17 Can we get better than £500? Try £750 40A + 50B = 750 A = 0, B = 15 B = 0, A = 18.75

Number of Ambassadors A Number of Barons B 40A + 50B = 750

19 Try £ A + 50B = 1000 A = 0, B= 20 B= 0, A =25

Number of Ambassadors A Number of Barons B 40A + 50B = 1000

21 The line is completely outside the feasible region so none of the points on the line would be acceptable. Notice that all the profit lines we have drawn are parallel. They are called isoprofit lines. If you move the line representing £750 outwards it leaves the feasible region at a corner point. This is the optimal solution.

Number of Ambassadors A Number of Barons B (3, 14)

23 The optimal solution The optimal solution is when A = 3 and B =14 This gives a profit of = £820

24 LP Theorems 1.The optimal solution of a linear programming problem will always lie at a corner point of the feasible region 2.The optimal solution can involve fractional values of the decision variables

25 Finding the optimal solution Either draw in the isoprofit line and move it to the furthest point of the feasible region Or evaluate each corner point and chose the largest value In the next graph the 4 corner points have been labelled p, q, r and s

Number of Ambassadors A Number of Barons B B 6 2A + B 20 Time constraint 4A + 6B 48 p q r s

27 Using corner points Again you can see that point q is the optimum

28 Minimisation problems In some situations you may want to minimise costs. The procedure is exactly the same except the you chose the corner point that is closest to the origin when you plot your isocost line Or you choose the corner point that gives you the minimum cost (2 nd method)