1 / 7

3.4 Linear Programming

3.4 Linear Programming. p. 163. Optimization -. Finding the minimum or maximum value of some quantity. Linear programming is a form of optimization where you optimize an objective function with a system of linear inequalities called constraints .

Télécharger la présentation

3.4 Linear Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 3.4 Linear Programming p. 163

  2. Optimization - • Finding the minimum or maximum value of some quantity. • Linear programming is a form of optimization where you optimize an objective function with a system of linear inequalities called constraints. • The overlapped shaded region is called the feasible region.

  3. Solving a linear programming problem • Graph the constraints. • Locate the ordered pairs of the vertices of the feasible region. • If the feasible region is bounded (or closed), it will have a minimum & a maximum. If the region is unbounded (or open), it will have only one (a minimum OR a maximum). 4. Plug the vertices into the linear equation (C=) to find the min. and/or max.

  4. If the region is unbounded, but has a top on it, there will be a maximum only. If the region is unbounded, but has a bottom, there will be a minimum only. A note about: Unbounded Feasible Regions

  5. x  2 x  5 y  0 y  -2x+12 Vertices of feasible region: (2,8) C= -2+3(8)= 22 (2,0) C= -2+3(0)= -2 (5,0) C= -5+3(0)= -5 (5,2) C= -5+3(2)= 1 Find the min. & max. values of C=-x+3y subject to the following constraints. Max. of 22 at (2,8) Min. of -5 at (5,0)

  6. x0 y2x+2 5x+y Vertices? (0,2) C=0+5(2)=10 (1,4) C=1+5(4)=21 Maximum only! Max of 21 at (1,4) Ex: C=x+5y Find the max. & min. subject to the following constraints

  7. Assignment

More Related