Digital Lesson Linear Programming.

Slides:



Advertisements
Similar presentations
Linear Inequalities and Linear Programming Chapter 5 Dr.Hayk Melikyan/ Department of Mathematics and CS/ Linear Programming in two dimensions:
Advertisements

Learning Objectives for Section 5.3
Linear Programming 1.6 (M3) p. 30 Test Friday !!.
Lesson 7.6, page 767 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.
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.
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.
Graphing Linear Inequalities in Two Variables Digital Lesson.
Graphing Linear Inequalities in Two Variables Digital Lesson.
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.
Graphs of Functions Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 The graph of a function y = f (x) is a set of.
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.
Linear Programming. Many mathematical models designed to solve problems in business, biology, and economics involve finding the optimum value (maximum.
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.
5 minutes Warm-Up 1) Solve the system. 2) Graph the solution.
Linear Programming Advanced Math Topics Mrs. Mongold.
3.4: Linear Programming Objectives: Students will be able to… Use linear inequalities to optimize the value of some quantity To solve linear programming.
Warm-up Solve each system of equations:
Get out your Vertices Worksheet!
December 4, 2015 Hanging with Harvard 4 L INEAR P ROGRAMMING.
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)
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.
Sullivan Algebra and Trigonometry: Section 12.9 Objectives of this Section Set Up a Linear Programming Problem Solve a Linear Programming Problem.
Linear Programming: A Geometric Approach3 Graphing Systems of Linear Inequalities in Two Variables Linear Programming Problems Graphical Solution of Linear.
Linear Programming Chapter 3 Lesson 4 Vocabulary Constraints- Conditions given to variables, often expressed as linear inequalities. Feasible Region-
Warmup 1. Find the equation of a circle with center (-4,1) and radius 3 2. Find an equation of a circle with center at the origin passing through P(4,
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.
LINEARPROGRAMMING 5/23/ :13 AM 5/23/ :13 AM 1.
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.
Chapter 5 Linear Inequalities and Linear Programming
Linear Programming: The Graphical Method
Copyright © Cengage Learning. All rights reserved.
Solving Systems of Linear Equations
Linear Equations in Two Variables
Graphing Linear Inequalities in Two Variables
3-3 Optimization with Linear Programming
Linear Programming Objectives: Set up a Linear Programming Problem
Do Now! Solve the system of equations Do all work on the notecard.
Objective Vocabulary Solve linear programming problems.
3-4 Linear Programming Warm Up Lesson Presentation Lesson Quiz
Warm Up Solve for x:
Graphical Solution of Linear Programming Problems
Systems of Inequalities and Linear Programming
Chapter 7: Systems of Equations and Inequalities; Matrices
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Review Graphing Linear Equations
LINEARPROGRAMMING 4/26/2019 9:23 AM 4/26/2019 9:23 AM 1.
Linear Equations in Two Variables
Linear Equations in Two Variables
Section Linear Programming
1.6 Linear Programming Pg. 30.
Do Now Exercise Solve each linear system
Digital Lesson Graphs of Functions.
Presentation transcript:

Digital Lesson Linear Programming

Definition: Linear Programming Linear programming is a strategy for finding the optimum value – either maximum or minimum - of a linear function that is subject to certain constraints. These constraints, or restrictions, are stated as a system of linear inequalities. Example: Find the maximum value of z, given: constraints z = 3x + 2y and objective function Example continued Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Definition: Linear Programming

The system of linear inequalities determines a set of feasible solutions. The graph of this set is the feasible region. Example continued: Graph the feasible region determined by the system of constraints. x y feasible region y = 0 x = 0 Example continued Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Feasible Region

Example: Feasible Region If a linear programming problem has a solution, then the solution is at a vertex of the feasible region. Example continued: Maximize the value of z = 2x +3y over the feasible region. x y (0, 5) z = 2(0) + 3(5) = 15 Maximum value of z (5, 3) z = 2(5) + 3(3) = 19 feasible region (7, 0) z = 2(7) + 3(0) = 14 (0, 0) z = 2(0) + 3(0) = 0 Test the value of z at each of the vertices. The maximum value of z is 19. This occurs at the point (5, 3) or when x =5 and y = 3. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example: Feasible Region

Definition: Solving Linear Programming Problems Graphically 1. Graph the feasible region. 2. Find the vertices of the region. 3. Evaluate the objective function at each vertex. 4. Select the vertices that optimize the objective function. a) If the feasible region is bounded the objective function will have both a maximum and a minimum. b) If the feasible region is unbounded and the objective function has an optimal value, the optimal value will occur at a vertex of the feasible region. Note: If the optimum value occurs at two vertices, its value is the same at both vertices and along the line segment joining them. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Definition: Solving Linear Programming Problems Graphically

Example: Graphic Solution Example: Find the maximum and minimum value of z = x + 3y subject to the constraints –x + 3y  6, x –3y  6, and x + y  6. 1. Graph the feasible region. Maximum value of z x y z = 3 + 3(3) = 12 (0, 2) (3, 3) (6, 0) z = 0 + 3(2) = 6 z = 6 + 3(0) = 6 2. Find the vertices. 3. Evaluate the objective function at each vertex. 4. The maximum value of z is 12 and occurs at (3, 3). The minimum value of z is 6 and occurs at both (0, 2) and (6, 0) and at every point along the line joining them. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example: Graphic Solution

Example: Using Parallel Lines Rewriting the objective function z = x + 3y in slope-intercept form gives . This equation represents a family of parallel lines, one for each value of z. y x (0, 2) (3, 3) (6, 0) As z increases through values 0, 3, 6, 9, 12, and 15, the corresponding line passes through the feasible region. The point at which the family of lines first meets the feasible region gives the minimum value of z, and the point at which the family of lines leaves the feasible region gives the maximum. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example: Using Parallel Lines

Example: Minimum Value Example: Minimize z = 3x – y subject to x – y  1, x + y  5, x  0, and y  0. y x vertex value of z at vertex (0, 0) z = 3(0) – (0) = 0 (1, 0) z = 3(1) – (0) = 3 (3, 2) z = 3(3) – (2) = 7 (0, 5) z = 3(0) – (5) = –5 (0, 5) (3, 2) (0, 0) x = 0 y = 0 (1, 0) The minimum value of z is –5 and this occurs at (0, 5). Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example: Minimum Value

Example: Maximum Value Example: Maximize z = 2x + y subject to 3x + y  6, x + y  4, x  0, and y  0. x y (0, 6) Since the feasible region is unbounded there may be no maximum value of z. (1, 3) For x  4, (x, 0) is a feasible solution. At (x, 0), z = 2x. (4, 0) Therefore as x increases without bound, z increases without bound and there is no maximum value of z. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example: Maximum Value

Example: Linear Programming problem Example: Sarah makes bracelets and necklaces to sell at a craft store. Each bracelet makes a profit of $7, takes 1 hour to assemble, and costs $2 for materials. Each necklace makes a profit of $12, takes 2 hour to assemble, and costs $3 for materials. Sarah has 48 hours available to assemble bracelets and necklaces. If she has $78 available to pay for materials, how many bracelets and necklaces should she make to maximize her profit? To formulate this as a linear programming problem: 1. Identify the variables. 2. Write the objective function. 3. Write the constraints. Example continued Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example: Linear Programming problem

1. Let x = the number of bracelets Sarah makes Example continued: 1. Let x = the number of bracelets Sarah makes Let y = the number of necklaces Sarah makes 2. Express the profit as a function of x and y. p = 7x + 12y Function to be maximized 3. Express the constraints as inequalities. Cost of materials: 2x + 3y  78. Time limitation: x + 2y  48. Since Sarah cannot make a negative number of bracelets or necklaces, x  0 and y  0 must also hold. Example continued Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example continued

Maximize p = 7x + 12y subject to the constraints Example continued: Maximize p = 7x + 12y subject to the constraints 2x + 3y  78, x + 2y  48, x  0, and y  0. y x (0, 24) (12, 18) z = 300 z = 288 (0, 0) (39, 0) z = 0 z = 273 Sarah should make 12 bracelets and 18 necklaces for a maximum profit of $300. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. Example continued