Chapter 3 Section 2 Linear Programming I. Fundamental Theorem of Linear Programming The maximum (or minimum) value of the objective function is achieved.

Slides:



Advertisements
Similar presentations
LIAL HORNSBY SCHNEIDER
Advertisements

Linear Programming Problem
Chapter 5 Linear Inequalities and Linear Programming
Linear Inequalities and Linear Programming Chapter 5 Dr.Hayk Melikyan/ Department of Mathematics and CS/ Linear Programming in two dimensions:
Chapter 5 Linear Inequalities and Linear Programming Section 3 Linear Programming in Two Dimensions: A Geometric Approach.
A Linear Programming Problem
Linear Programming?!?! Sec Linear Programming In management science, it is often required to maximize or minimize a linear function called an objective.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 8 Systems of Equations and Inequalities.
Linear Programming Unit 2, Lesson 4 10/13.
Objectives: Set up a Linear Programming Problem Solve a Linear Programming Problem.
Chapter 1 Section 3 Intersection Point of a Pair of Lines Read pages 18 – 21 Look at all the Examples.
Linear Programming Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Linear programming is a strategy for finding the.
SECTION 3.4 Systems of Linear Inequalities. Warm Up 1.Graph y < -x +12. Graph the system.
Determine if the given ordered pair is a solution of
Linear Programming Chapter 13 Supplement.
3.5 Linear Programming Objectives: Write and graph a set of constraints for a linear-programming problem. Use linear programming.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.6 Linear Programming.
P I can solve linear programing problem. Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where.
Objective Vocabulary Solve linear programming problems.
Graphing Linear Inequalities in Two Variables Chapter 4 – Section 1.
Opener. Notes: 3.4 Linear Programming Optimization  Many real-life problems involve a process called optimization.  This means finding a maximum or.
Copyright © 2013, 2009, 2005 Pearson Education, Inc. 1 5 Systems and Matrices Copyright © 2013, 2009, 2005 Pearson Education, Inc.
Warm-Up 3.4 1) Solve the system. 2) Graph the solution.
5 minutes Warm-Up 1) Solve the system. 2) Graph the solution.
Monday WARM-UP: TrueFalseStatementCorrected Statement F 1. Constraints are conditions written as a system of equations Constraints are conditions written.
3.4: Linear Programming Objectives: Students will be able to… Use linear inequalities to optimize the value of some quantity To solve linear programming.
Class Opener: Solve each equation for Y: 1.3x + y = y = 2x 3.x + 2y = 5 4. x – y = x + 3y = x – 5y = -3.
Warm-up Solve each system of equations:
Get out your Vertices Worksheet!
Linear Programming. Graph the following system of inequalities.
3-6: Linear Programming Linear programming is a process of finding a maximum or minimum of a function by using coordinates of the polygon formed by the.
Constraints Feasible region Bounded/ unbound Vertices
Holt McDougal Algebra Linear Programming Linear programming is method of finding a maximum or minimum value of a function that satisfies a given.
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)
LINEAR PROGRAMMING 3.4 Learning goals represent constraints by equations or inequalities, and by systems of equations and/or inequalities, and interpret.
1 What you will learn  Lots of vocabulary!  How to find the maximum and minimum value of a function given a set of “rules”
Slide Copyright © 2009 Pearson Education, Inc. 7.6 Linear Programming.
3-5: Linear Programming. Learning Target I can solve linear programing problem.
Linear Programming. What is linear programming? Use a system of constraints (inequalities) to find the vertices of the feasible region (overlapping shaded.
3.3 Linear Programming. Vocabulary Constraints: linear inequalities; boundary lines Objective Function: Equation in standard form used to determine the.
Sullivan Algebra and Trigonometry: Section 12.9 Objectives of this Section Set Up a Linear Programming Problem Solve a Linear Programming Problem.
GENERAL MATHS – UNIT TWO
2.7 Linear Programming Objectives: Use linear programming procedures to solve applications. Recognize situations where exactly one solution to a linear.
3.3 Linear Programming.
Digital Lesson Linear Programming.
Systems of Inequalities
Chapter 5 Linear Inequalities and Linear Programming
Digital Lesson Linear Programming.
The Simplex Method The geometric method of solving linear programming problems presented before. The graphical method is useful only for problems involving.
Math 1 Warm Up In the Practice Workbook… Practice 7-6 (p. 94)
GENERAL MATHS – UNIT TWO
Copyright © Cengage Learning. All rights reserved.
ALGEBRA II HONORS/GIFTED SECTION 3-4 : LINEAR PROGRAMMING
Linear Systems Chapter 3.
GENERAL MATHS – UNIT TWO
3-3 Optimization with Linear Programming
Math3H – Unit 2 Day 3 Linear Programming
Linear Programming Objectives: Set up a Linear Programming Problem
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Do Now! Solve the system of equations Do all work on the notecard.
Objectives Essential Understanding: Some real-world problems involve multiple linear relationships. Linear programming accounts for all of these linear.
Objective Vocabulary Solve linear programming problems.
Warm Up Solve for x:
Graphical Solution of Linear Programming Problems
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Applications of Linear Programming
Copyright © 2019 Pearson Education, Inc.
LINEARPROGRAMMING 4/26/2019 9:23 AM 4/26/2019 9:23 AM 1.
Nature does nothing uselessly.
Section Linear Programming
Presentation transcript:

Chapter 3 Section 2 Linear Programming I

Fundamental Theorem of Linear Programming The maximum (or minimum) value of the objective function is achieved at one of the vertices

Exercise 21 (page 131) Minimize the objective function 3x + 4y subject to the below constraints. Solution: 2x + y > 10y > – 2x + 10 x + 2y > 14y > – ½ x + 7 x > 0 y > 0

Graph of the Inequalities y = – 2x + 10 y = – ½ x + 7 y = 0 x = 0 I II III

Finding the Vertices (by hand) Vertex IVertex IIVertex III x = 0 y = – 2x + 10y = – ½ x + 7 y = – 2x + 10y = – ½ x + 7y = 0 y = – 2(0) + 10 – 2x + 10 = – ½ x + 7( 0 ) = – ½ x + 7 y = 103/2 x = 3 ½ x = 7 x = 2 x = 14 ( 0, 10 ) y = – 2( 2 ) + 10 ( 14, 0 ) y = 6 ( 2, 6 )

Find the Optimal Point VertexObjective Function: 3 x + 4 y ( 0, 10 )3 ( 0 ) + 4 ( 10 ) = 40 ( 2, 6 )3 ( 2 ) + 4 ( 6 ) = 30 ( 14, 0 )3 ( 14 ) + 4 ( 0 ) = 42 The minimum value of the objective function occurs at the vertex ( 2, 6 )

Exercise 33 (page 132) Define the variables being used. Look at the question being asked! Last sentence: “How many cans of Fruit Delight and Heavenly Punch should be produced…?” Let x represent the number of cans of Fruit Delight produced y represent the number of cans of Heavenly Punch produced

Last sentence: “How many cans of Fruit Delight and Heavenly Punch should be produced each week to maximize profits?” The objective function is: Profit = 0.20 · x · y The Objective Function

Table Fruit Delight Heavenly Punch Maximum Amount Pineapple Juice Orange Juice Apricot Juice Profit

Table Fruit Delight Heavenly Punch Maximum Amount Pineapple Juice 10 oz/can Orange Juice 3 oz/can Apricot Juice 1 oz/can Profit0.20 $

Table Fruit Delight Heavenly Punch Maximum Amount Pineapple Juice 10 oz/can 10 oz/can Orange Juice 3 oz/can 2 oz/can Apricot Juice 1 oz/can 2 oz/can Profit0.20 $ 0.30 $

Table Fruit Delight Heavenly Punch Maximum Amount Pineapple Juice 10 oz/can 10 oz/can 9,000 oz Orange Juice 3 oz/can 2 oz/can 2,400 oz Apricot Juice 1 oz/can 2 oz/can 1,400 oz Profit0.20 $ 0.30 $

Restrictions from the Table and Problem Restrictions that are placed on the x and y variables: 10 x + 10 y < 9,000 3 x + 2 y < 2,400 x + 2 y < 1,400 x > 0 y > 0

Change From General Form to Standard Form 10 x + 10 y < 9,000 y < – x x + 2 y < 2,400 y < – 3/2 x + 1,200 x + 2 y < 1,400 y < – ½ x x > 0 y > 0

Graph of the System of Equations Not to scale y = – 3/2 x y = – x y = – 1/2 x y = 0 x = 0

Shading for the Inequalities Not to scale y = – 3/2 x y = – x y = – 1/2 x y = 0 x = 0

A Modified Graph of the Feasible Set from the Previous Slide y = 0 y = – 1/2 x y = – x y = – 3/2 x x = 0 I II III IV V Feasible Set

Finding the Vertices (using a calculator when possible) Vertex Ix = 0 ( 0, 0 ) y = 0 Vertex IIx = 0 ( 0, 700 ) y = – ½ x Vertex IIIy = – ½ x + 700( 400, 500 ) y = – x Vertex IVy = – x + 900( 600, 300 ) y = – 3/2 x Vertex Vy = – 3/2 x ( 800, 0 ) y = 0

Find the Optimal Point VertexObjective Function 0.2 x y ( 0, 0 )0.2 ( 0 ) ( 0 ) = 0 ( 0, 700 )0.2 ( 0 ) ( 700 ) = 210 ( 400, 500 )0.2 ( 400 ) ( 500 ) = 230 ( 600, 300 )0.2 ( 600 ) ( 300 ) = 210 ( 800, 0 )0.2 ( 800 ) ( 0 ) = 160 ( 400, 500 ) maximizes the objective function

Answer Produce 400 cans of Fruit Delight and 500 cans of Heavenly Punch to maximize profits

Exercise 35 (page 133) Define the variables being used. Look at the question being asked! Key Question: “…, what planting combination will produce the greatest total profit?” Let x represent the number of acres of oats planted y represent the number of acres of corn planted This now defines Column Headings

The Objective Function First we need to recognize these relationships Profit = Revenue + Left over capital cash + Left over labor costs Where –Revenue = 55 x y –Left over capital cash = 2100 – 18 x – 36 y –Left over labor cash = 2400 – 16 x – 48 y

The Objective Function Now add revenue, left over capital cash, and left over labor costs together [i.e. ( 55 x y ) + (2100 – 18 x – 36 y ) + ( 2400 – 16 x – 48 y )] to get the profit and the objective function becomes: Profit = x + 41 y

Table OatsCornAvailable Capital Needed ($) Labor Needed ($) Revenue ($)

Table OatsCornAvailable Capital Needed ($) 18 $/acre 36 $/acre 2,100 $ Labor Needed ($) 16 $/acre 48 $/acre 2,400 $ Revenue ($)55 $/acre 125 $/acre

Restrictions from Table and Problem The inequalities that restrict the values of the variables: 18 x + 36 y < 2, x + 48 y < 2,400 x + y < 100 x > 0 y > 0 Why do we need this restriction?

Why x + y < 100? The farmer has only 100 acres available for the two crops. The amount of oats plus the amount of corn that the farmer plants has to be 100 acres or less.

Convert from General Form to Standard Form Restrictions: 18 x + 36 y < 2,100 y < – ½ x + 175/3 16 x + 48 y < 2,400 y < – 1/3 x + 50 x + y < 100 y < – x x > 0 y > 0

Graph of the System of Equations Not to scale y = – x y = – ½ x + 175/3 y = – 1/3 x + 50 y = 0 x = 0

Graph of the System of Inequalities Not to scale y = – x y = – ½ x + 175/3 y = – 1/3 x + 50 y = 0 x = 0

Modified Graph of the Feasible Set form the Previous Slide y = 0 y = – 1/3 x + 50 y = – ½ x + 175/3 y = – x x = 0 I II III IV V Feasible Set

Finding the Vertices (using a calculator when possible) Vertex Ix = 0 ( 0, 0 ) y = 0 Vertex IIx = 0 ( 0, 50 ) y = – 1/3 x + 50 Vertex IIIy = – 1/3 x + 50( 50, 100/3 ) y = – ½ x + 175/3 Vertex IVy = – ½ x + 175/3( 250/3, 50/3) y = – x Vertex Vy = – x + 100( 100, 0 ) y = 0

Finding the Optimal Point VertexObjective Function x + 41y ( 0, 0 ) ( 0 ) + 41 ( 0 ) = 4, ( 0, 50 ) ( 0 ) + 41 ( 50 ) = 6, ( 50, 100/3 ) ( 50 ) + 41 ( 100/3 ) ~ 6, ( 250/3, 50/3 ) ( 250/3 ) + 41 ( 50/3 ) ~ 6, ( 100, 0 ) ( 100 ) + 41 ( 0 ) = 6, ( 250/3, 50/3 ) = ( 83 1/3, 16 2/3 ) maximizes the objective function

The Answer Plant 83-and-a-third acres of oats and 16- and-two-thirds acres of corn to maximize the profit