110 likes | 274 Views
Linear Programming. Vocabulary Linear Programming Objective Function Constraints.
E N D
Linear Programming Vocabulary Linear Programming Objective Function Constraints
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.
My first step is to solve each inequality for the more-easily graphed equivalent forms:
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:
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
(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).
Given the following constraints, maximize and minimize the value of P= –0.4x + 3.2y.
First I'll solve the fourth and fifth constraints for easier graphing:
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: