1 / 9

Thinking Mathematically

Thinking Mathematically. Linear Programming. Example Writing an Objective Function.

halona
Télécharger la présentation

Thinking Mathematically

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. Thinking Mathematically Linear Programming

  2. Example Writing an Objective Function Bottled water and medical supplies are to be shipped to victims of an earthquake by plane. Each container of bottled water will serve 10 people and each medical kit will aid 6 people. If x represents the number of bottles of water to be shipped and y represents the number of medical kits, write the objective function that describes the number of people that can be helped.

  3. Solution Because each bottle of water serves 10 people and each medical kit aids 6 people, we have The number of people helped = 10x + 6y. Using z to represent the objective function, we have z = 10x + 6y. Unlike the functions that we have seen so far, the objective function is an equation in three variables. For a value of x and a value of y, there is one and only one value of z. Thus, z is a function of x and y.

  4. Example Writing a Constraint Each plane can carry no more than 80,000 pounds. The bottled water weighs 20 pounds per container and each medical kit weighs 10 pounds. If x represents the number of bottles of water to be shipped and y represents the number of medical kits, write an inequality that describes this constraint.

  5. Solution Because each plane can carry no more than 80,000 pounds, we have 20x + 10y < 80,000. This inequality describes the plane’s weight constraint.

  6. Example Writing a Constraint Planes can carry a total volume for supplies that does not exceed 6000 cubic feet. Each water bottle is 1 cubic foot and each medical kit also has a volume of 1 cubic foot. With x still representing the number of water bottles and y the number of medical kits, write an inequality that describes this second constraint.

  7. Solution Because each plane can carry a volume of supplies that does not exceed 6000 cubic feet, we have 1x + 1y < 6000 to describe the plane’s volume constraint.

  8. Solving a Linear Programming Problem Let z = ax + by be an objective function that depends on x and y. Furthermore, z is subject to a number of constraints on x and y. If a maximum or minimum value of z exists, it can be determined as follows: • Graph the system of inequalities representing the constraints. • Find the value of the objective function at each corner, or vertex, of the graphed region. The maximum and minimum of the objective function occur at one or more of the corner points.

  9. Thinking Mathematically Linear Programming

More Related