1 / 11

Linear Programming

Linear Programming. Vocabulary Linear Programming Objective Function Constraints.

tanaya
Télécharger la présentation

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. Linear Programming Vocabulary Linear Programming Objective Function Constraints

  2. Find the maximal and minimal value of P= 3x + 4y subject to the following constraints:The three inequalities in the curly braces are the constraints. The area of the plane that they mark off will be the feasibility region. The formula “P= 3x + 4y" is the optimization equation. I need to find the (x, y) corner points of the feasibility region that return the largest and smallest values of P.

  3. My first step is to solve each inequality for the more-easily graphed equivalent forms:

  4. It's easy to graph the system:

  5. To find the corner points -- which aren't always clear from the graph -- I'll pair the lines (thus forming a system of linear equations) and solve:

  6. So the corner points are (2, 6), (6, 4), and (–1, –3).Somebody really smart proved that, for linear systems like this, the maximum and minimum values of the optimization equation will always be on the corners of the feasibility region. So, to find the solution to this exercise, I only need to plug these three points into P= 3x + 4y

  7. (2, 6):      z = 3(2)   + 4(6)   =   6 + 24 =   30 (6, 4):      z = 3(6)   + 4(4)   = 18 + 16 =   34 (–1, –3):  z = 3(–1) + 4(–3) = –3 – 12 = –15 Then the maximum of P= 34 occurs at (6, 4), and the minimum of P= –15 occurs at (–1, –3).

  8. Given the following constraints, maximize and minimize the value of P= –0.4x + 3.2y.

  9. First I'll solve the fourth and fifth constraints for easier graphing:

  10. The feasibility region looks like this:

  11. From the graph, I can see which lines cross to form the corners, so I know which lines to pair up in order to verify the coordinates. I'll start at the "top" of the shaded area and work my way clockwise around the edges:

More Related