Linear Programming. Many mathematical models designed to solve problems in business, biology, and economics involve finding the optimum value (maximum.

Slides:



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

Linear Programming Project. Warm-Up Write an Inequality for the following.
A 4-H Club member raises only geese (x) and pigs (y).
456/556 Introduction to Operations Research Chapter 3: Introduction to Linear Programming.
Ch 2. 6 – Solving Systems of Linear Inequalities & Ch 2
Linear Programming?!?! Sec Linear Programming In management science, it is often required to maximize or minimize a linear function called an objective.
Objective 3-4 Linear Programming Solve linear programming problems.
(1/24 and 1/27) Bellwork: 1)List 2 things we’ve discussed this semester 2)What is one positive thing you’d be willing to share?
Chapter 7 LINEAR PROGRAMMING.
Linear Programming Unit 2, Lesson 4 10/13.
3-5: Linear Programming.
Objectives: Set up a Linear Programming Problem Solve a Linear Programming Problem.
Linear Programming Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Linear programming is a strategy for finding the.
Unit 1 Linear programming. Define: LINEAR PROGRAMMING – is a method for finding a minimum or maximum value of some quantity, given a set of constraints.
Solve linear programming problems. Objective linear programming constraint feasible region objective function Vocabulary.
Determine if the given ordered pair is a solution of
3.3 Systems of Linear Inequalities -graphing -linear programming
Linear Programming. Many problems involve quantities that must be maximized or minimized. Businesses are interested in maximizing profit. An operation.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 7.6 Linear Programming.
Objective Vocabulary Solve linear programming problems.
Graphing Linear Inequalities in Two Variables Chapter 4 – Section 1.
Solve problems by using linear programming.
Opener. Notes: 3.4 Linear Programming Optimization  Many real-life problems involve a process called optimization.  This means finding a maximum or.
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.
Copyright © 2012 Pearson Education, Inc. All rights reserved Chapter 3 Linear Programming: The Graphical Method.
Linear Programming Problem. Definition A linear programming problem is the problem of optimizing (maximizing or minimizing) a linear function (a function.
Warm-Up 3.4 1) Solve the system. 2) Graph the solution.
11C. Linear Programming. What is a linear programming problem? 1.A set of variables (in Further Maths there will only ever be two variables) called decision.
5 minutes Warm-Up 1) Solve the system. 2) Graph the solution.
Linear Programming Advanced Math Topics Mrs. Mongold.
Get out your Vertices Worksheet!
Thinking Mathematically Algebra: Graphs, Functions and Linear Systems 7.5 Linear Programming.
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”
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.
1. What does a need to be if there were infinitely many solutions to the system of equations. y + 2x = 12 2y + 4x = 2a.
Linear Programming Question 1 A local farmer raises pigs and geese. Two constraints: 1.The farmer wants to raise no more than 16 animals. 2.The farmer.
2.7 Linear Programming Objectives: Use linear programming procedures to solve applications. Recognize situations where exactly one solution to a linear.
LINEAR PROGRAMMING.
3.3 Linear Programming.
Digital Lesson Linear Programming.
Do Now The cost of renting a pool at an aquatic center is either $30 an hr. or $20 an hr. with a $40 non refundable deposit. Use algebra to find for how.
A seminar talk on “SOLVING LINEAR PROGRAMMING PROBLEM BY GRAPHICAL METHOD” By S K Indrajitsingha M.Sc.
Linear Programming: The Graphical Method
Digital Lesson Linear Programming.
Lesson 4-3 System of Inequalities
Determining the optimal solution to a real-world engineering problem
Copyright © Cengage Learning. All rights reserved.
ALGEBRA II HONORS/GIFTED SECTION 3-4 : LINEAR PROGRAMMING
3-3 Optimization with Linear Programming
Linear Programming Objectives: Set up a Linear Programming Problem
Algebra: Graphs, Functions, and Linear Systems
Objective Vocabulary Solve linear programming problems.
Warm Up Solve for x:
Linear Programming Example: Maximize x + y x and y are called
Graphical Solution of Linear Programming Problems
Chapter 7: Systems of Equations and Inequalities; Matrices
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
LINEARPROGRAMMING 4/26/2019 9:23 AM 4/26/2019 9:23 AM 1.
1.6 Linear Programming Pg. 30.
Do Now Exercise Solve each linear system
Presentation transcript:

Linear Programming

Many mathematical models designed to solve problems in business, biology, and economics involve finding the optimum value (maximum or minimum) of a function (the objective function) subject to certain conditions (constraints) expressed as linear inequalities. The inequalities define what we call the feasible region. When only two variables are involved the solution can often be found graphically.

Find the maximum value of z = 3x + 2y subject to the constraints: x ≥ 0 y ≥ 0 x + 2y ≤ 4 x – y ≤ 1

Corner Point Theorem If an optimum value (either a maximum or a minimum) of the objective function exists, it will occur at one or more of the vertices of the feasible region.

The corner points are A = (0,0) B = (1,0) C = (2,1) D =(0,2)

z = 0 at A z = 3 at B z = 8 at C z = 4 at D The maximum value of z is 8, and it occurs when x = 2 and y = 1.

So, now let’s try a REAL problem. An office manager needs to purchase new filing cabinets. Ace cabinets cost $40 each, require 6 square feet of floor space, and hold 24 cubic feet of files. Excello cabinets cost $80, require 8 square feet of floor space, and hold 36 cubic feet of files. She has only $560 in her budget and has only 72 square feet of floor space available. The manager wants to maximize storage capacity given these limitations. How many of each cabinet should she buy? Make a chart to represent the information.

We want to maximize storage capacity, so If x is the number of Aces and y is Excellos z = 24x + 36y Constraints 40x + 80y ≤ 560 6x + 8y ≤ 72 x ≥ 0 y ≥ 0 Now graph and find the vertices of the feasible region.

Which of the points maximizes the function? (0,0)z= 0 (0,7)z = 252 (12,0)z = 288 (8,3)z = 300 How many of each should the manager buy? What will the maximum storage space be?

Comments Problems can also have minimal optimal values. Sometimes no minimum or maximum exists. (A feasible region may be unbounded.) Oftentimes only integer solutions make sense. These problems can be more challenging. If this is the case, our problems will be “contrived” to have integer solutions.

Now you try this… A 4-H member raises only geese and pigs. She does not want to raise any more than 16 animals, and she wants no more than 10 of those to be geese. She spends $5 to raise a goose and $15 to raise a pig. She only has $180 available for the project.The 4-H member wishes to maximize her profits. Each goose produces $6 in profit and each pig $20. How many of each should she raise?

Let x = geese and y = pigs, then z = 6x + 20y x + y ≤ 16 x ≤ 10 5x + 15y ≤ 180 x ≥ 0 y ≥ 0

The vertices of the feasible region are (0,0), (0,12), (6,10), (10,6), and (10,0) Which one produces the maximum profit? (0,12) produces 240 So she should raise 12 pigs to produce $240 profit. Did you “see” this answer right away? How can she maximize her profit by only raising 12 animals?