6. Linear Programming (Graphical Method) Objectives: 1.More than one solution 2.Unbounded feasible region 3.Examples Refs: B&Z 5.2.

Slides:



Advertisements
Similar presentations
3.4 Linear Programming 10/31/2008. Optimization: finding the solution that is either a minimum or maximum.
Advertisements

Introduction to Sensitivity Analysis Graphical Sensitivity Analysis
Chapter 5 Linear Inequalities and Linear Programming
5.2 Linear Programming in two dimensions: a geometric approach In this section, we will explore applications which utilize the graph of a system of linear.
Linear Inequalities and Linear Programming Chapter 5 Dr.Hayk Melikyan/ Department of Mathematics and CS/ Linear Programming in two dimensions:
Learning Objectives for Section 5.3
Chapter 5 Linear Inequalities and Linear Programming Section 3 Linear Programming in Two Dimensions: A Geometric Approach.
Linear Programming?!?! Sec Linear Programming In management science, it is often required to maximize or minimize a linear function called an objective.
Thursday, April 25 Nonlinear Programming Theory Separable programming Handouts: Lecture Notes.
Linear Programming Unit 2, Lesson 4 10/13.
MIT and James Orlin © Nonlinear Programming Theory.
1 Lecture 11 Resource Allocation Part1 (involving Continuous Variables- Linear Programming) 1.040/1.401/ESD.018 Project Management Samuel Labi and Fred.
LINEAR PROGRAMMING: THE GRAPHICAL METHOD
Linear Programming Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Linear programming is a strategy for finding the.
Chapter 3 An Introduction to Linear Programming
Graphical Solutions Plot all constraints including nonnegativity ones
1 1 Slide LINEAR PROGRAMMING: THE GRAPHICAL METHOD n Linear Programming Problem n Properties of LPs n LP Solutions n Graphical Solution n Introduction.
Linear Programming Operations Research – Engineering and Math Management Sciences – Business Goals for this section  Modeling situations in a linear environment.
Algebra 2 Chapter 3 Notes Systems of Linear Equalities and Inequalities Algebra 2 Chapter 3 Notes Systems of Linear Equalities and Inequalities.
Algebra 2 Chapter 3 Notes Systems of Linear Equalities and Inequalities Algebra 2 Chapter 3 Notes Systems of Linear Equalities and Inequalities.
Chapter 12 Section 12.1 The Geometry of Linear Programming.
Linear Systems Two or more unknown quantities that are related to each other can be described by a “system of equations”. If the equations are linear,
1 1 Slide © 2005 Thomson/South-Western Slides Prepared by JOHN S. LOUCKS ST. EDWARD’S UNIVERSITY.
Systems of Linear Equations and Inequalities (Chapter 3)
8. Linear Programming (Simplex Method) Objectives: 1.Simplex Method- Standard Maximum problem 2. (i) Greedy Rule (ii) Ratio Test (iii) Pivot Operation.
1 1 Slide Linear Programming (LP) Problem n A mathematical programming problem is one that seeks to maximize an objective function subject to constraints.
Linear Programming. Consider the following problem: A tailor has the following materials available in stock: 16 m 2 of cotton, 11 m 2 of silk and 15 m.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.6 Linear Programming.
3.4 Linear Programming p Optimization - Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where.
P I can solve linear programing problem. Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where.
Graphing Linear Inequalities in Two Variables Chapter 4 – Section 1.
1 1 Slide © 2005 Thomson/South-Western Chapter 2 Introduction to Linear Programming n Linear Programming Problem n Problem Formulation n A Maximization.
Solve problems by using linear programming.
Systems of Inequalities in Two Variables Sec. 7.5a.
Linear Programming: A Geometric Approach3 Graphing Systems of Linear Inequalities in Two Variables Linear Programming Problems Graphical Solution of Linear.
5. Linear Programming Objectives: 1.Problem formulation 2.Solving an LP problem graphically 3.Bounded regions and corner points Refs: B&Z 5.2.
Linear Programming Problem. Definition A linear programming problem is the problem of optimizing (maximizing or minimizing) a linear function (a function.
Chapter 2 Introduction to Linear Programming n Linear Programming Problem n Problem Formulation n A Maximization Problem n Graphical Solution Procedure.
Warm-Up 3.4 1) Solve the system. 2) Graph the solution.
Class Schedule: Class Announcements Homework Questions 3.4 Notes Begin Homework.
Monday WARM-UP: TrueFalseStatementCorrected Statement F 1. Constraints are conditions written as a system of equations Constraints are conditions written.
3 Components for a Spreadsheet Optimization Problem  There is one cell which can be identified as the Target or Set Cell, the single objective of the.
Constraints Feasible region Bounded/ unbound Vertices
Warm-upWarm-up Sketch the region bounded by the system of inequalities: 1) 2) Sketch the region bounded by the system of inequalities: 1) 2)
3.4: Linear Programming  Intro: Oftentimes we want to optimize a situation - this means to:  find a maximum value (such as maximizing profits)  find.
3-5: Linear Programming. Learning Target I can solve linear programing problem.
3.4 Linear Programming Objective:
3.3 Linear Programming. Vocabulary Constraints: linear inequalities; boundary lines Objective Function: Equation in standard form used to determine the.
Linear Programming: A Geometric Approach3 Graphing Systems of Linear Inequalities in Two Variables Linear Programming Problems Graphical Solution of Linear.
1. What does a need to be if there were infinitely many solutions to the system of equations. y + 2x = 12 2y + 4x = 2a.
3.4 Linear Programming p Optimization - Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where.
1 1 Slide Graphical solution A Graphical Solution Procedure (LPs with 2 decision variables can be solved/viewed this way.) 1. Plot each constraint as an.
7. Linear Programming (Simplex Method)
An Introduction to Linear Programming
4. Linear Programming (Graphics)
Digital Lesson Linear Programming.
Chapter 5 Linear Inequalities and Linear Programming
Systems of Equations and Inequalities
Linear Programming: The Graphical Method
Digital Lesson Linear Programming.
3.2 Linear Programming 3 Credits AS
Linear Programming.
8.4 Linear Programming p
Graphical Solution of Linear Programming Problems
LINEARPROGRAMMING 4/26/2019 9:23 AM 4/26/2019 9:23 AM 1.
Graphical solution A Graphical Solution Procedure (LPs with 2 decision variables can be solved/viewed this way.) 1. Plot each constraint as an equation.
1.6 Linear Programming Pg. 30.
Do Now Exercise Solve each linear system
Presentation transcript:

6. Linear Programming (Graphical Method) Objectives: 1.More than one solution 2.Unbounded feasible region 3.Examples Refs: B&Z 5.2.

For a general linear programming problem, the optimal solution (if it exists) will occur at at least one corner point. So to calculate the maximum value of P we can simply evaluate P = 50,00x + 20,000y at all corner points of the feasible region. The corner points are:(0,90),(0,30),(30,0). Evaluating the objective function at these points: P(0,90) = 50,000(0) + 20,000(90) = 1,800,000 P(0,30) = 50,000(0) + 20,000(30) = 600,000 P(30,0) = 50,000(30) + 20,000(0) = 1,500,000 So this confirms our earlier result.

Sometimes the maximum value will occur at two points. This means that the objective function is parallel to a boundary of the feasible region. max P = 12x + 4y subj to x + y ≤ 600 6x + 2y ≤ 1,800 x ≥ 0y ≥ 0 6x+2y= x+y=600 feasible region x+4y= x+4y=2400 increasing P all points here are optimal 12x+4y=3600 The maximum value of P is 3,600. This occurs at all points on the boundary of the feasible region which intersect the line 12x + 4y = 3,600 Example 2. 12x+4y=3600

In the previous examples we were concerned with finding a maximum value for the objective function. We can just as easily determine a minimum value for the objective function. In Example 1, the minimum value is 600,000 and it occurs at the point (0,30). The techniques we use to find the minimum value of a function are exactly the same as those we use to find the maximum value of a function What happens when the feasible region is not bounded?

Unbounded feasible regions Example 3:Sketch the region defined by the inequalities 2x + 3y ≥ 12 3x + 2y ≥ 12 x ≥ 0 y ≥ 0. 2x+3y=12 3x+2y= In this example the feasible region is unbounded. The corner points are(0,6)(6,0)and we will calculate the remaining corner point using Gaussian elimination. (see ohp slide for details)

We are now going to minimize the function on this region. P = 2x + 2y P (0,6) = 12,P (6,0) = 12,P (12/5, 12/5) = 24/5 + 24/5 = 48/5. It appears that the minimum value of P is48/5. Since we are trying to minimize the function we follow our lines of constant slope in the direction of decreasing P. As we suspected, the optimal solution is (12/5, 12/5) and P* = 48/5. Let’s check the corner points first. 2x+3y=123x+2y= x+2y=16 2x+2y=8 decreasing P increasing P

What happens now if we try to maximize P = 2x + 2y? If we return to our earlier calculation, we see that P = 12 at the points (0,6) and (6,0) (and hence at all points on the line segment joining them). But is this the maximum value of P? Following the lines of constant slope in the direction of increasing P, we see that we can increase the value of P as much as we like. In this case there is no maximum value. So this problem has no optimal solution. 2x+3y=123x+2y= x+2y=16 2x+2y=8 decreasing P increasing P

Example 4: 1. Max P = 1/10 x + y Subj to4x + 3y ≥ 24 3x + 5y ≥ 30 x ≥ 0y ≥ 0 By drawing a diagram of the feasible region and sketching the objective function for various values of P, we can see that the feasible region is unbounded and we can increase P as much as we like. So there is no optimal solution x+ 3y =24 3x+ 5y =30 1/10x+y=1 1/10x+y=2 inc P 1/10x+y=8

The feasible region is bounded below, so the problem will have a solution. To find it, we evaluate the objective function at the corner points. Example 4: 2. Min P = 1/10 x + y Subj to4x + 3y ≥ 24 3x + 5y ≥ 30 x ≥ 0y ≥ x+ 3y =24 3x+ 5y =30 1/10x+y=1 1/10x+y=2 dec P (see slide for details)

Example 4: 3. Max P = 1/10 x + y Subj to4x + 3y ≤ 24 3x + 5y ≤ 30 x ≥ 0y ≥ x+ 3y =24 3x+ 5y =30 The feasible region is now bounded so we will be able to find an optimal solution. We evaluate the function at the new corner points feasible region

The corner points are (0,6), (0,0), (6,0), (30/11,48/11). P(0,6) = 1/10 (0) + 6 = 6 P(30/11,48/11) = 1/10 (30/11) + 48/11 = 51/11 P(6,0) = 1/10 (6) + 0 = 6/10 P(0,0) = 1/10 (0) + 0 = 0 So the optimal solution is (0,6), P* = 6

We don’t need to do any further calculations x+ 3y =24 3x+ 5y =30 feasible region Example 4: 4. Min P = 1/10 x + y Subj to4x + 3y ≤ 24 3x + 5y ≤ 30 x ≥ 0y ≥ 0 The optimal solution is (0,0) and P*=0.

You should now be able to complete Example Sheet 2 from the Orange Book.