Pertemuan 11-12
Pertemuan 11-12
Section 2
Systems of Linear Inequalities in Two Variables
Solving Systems of
Linear Inequalities Graphically
2
Graphing a System of
Linear Inequalities: Example
3
Graph of Example
4
Corner Points
5
Bounded and Unbounded
Solution Regions
6
Graph of More Than Two
Linear Inequalities
7
Graph of More Than Two
Linear Inequalities
8
Application
9
Application
Solution
10
Application
Graph of Solution
The origin satisfies all the inequalities, so for each of the lines
we use the side that includes the origin.
11
12
13
14
Chapter 5
16
A Familiar Example
Suppose a manufacturer makes two types of Vehicles: a
bicycle and a motorcycle. Each bicycle requires 8 hours
of design work and 4 hours of finishing. Each
motorcycle requires 8 hours of design and 12 hours of
finishing. Furthermore, the total number of hours
allocated for design work is 160 and the total available
hours for finishing work is 180. Finally, the number of
bicycle produced must be less than or equal to 15. How
many bicylce and how many motorcycle can be made
under these conditions?
Now, here is the twist: Suppose the profit on each
bicycle is $5 and the profit for each motorcycle is $10.
How many each of each type should the manufacturer
produce to earn the greatest profit? 17
Linear Programming Problem
18
Constraints
x and y have to
be positive
The number of trick skis
must be less than or
equal to 15 Design constraint: 8
hours to design
each trick ski and 8
hours to design
Finishing constraint: 4 hours each slalom ski.
for each trick ski and 12 hours
for each slalom ski.
19
Linear Programming Problem
(continued)
3. The feasible set is the set of all points that are possible
solutions. In this case, we want to determine the value(s) of x, the
number of trick skis and y, the number of slalom skis that will
yield the maximum profit. Only certain points are eligible. Those
are the points within the common region of intersection of the
graphs of the constraining inequalities. Let’s return to the graph
of the system of linear inequalities. Notice that the feasible set is
the yellow shaded region.
Our task is to maximize the profit function P = 5x + 10y by
producing x trick skis and y slalom skis, but use only values of x
and y that are within the yellow region graphed in the next slide.
20
The Feasible Set
21
Maximizing the Profit
22
Constant-profit Lines
23
Maximizing the Profit
(continued)
24
General Result
25
Constructing a Model for a Linear
Programming Problems
26
Geometric Method for Solving
Linear Programming Problems
27
Example 1
28
Example 1
(no solution)
29
Example 1
(continued)
30
Example 2
31
Example 2
32
Example 2
(unique solution)
2. Constraints
Since each 2-person boat requires 0.9 labor hours from the
cutting department and each 4-person boat requires 1.8 hour
of cutting, and the maximum hours available in the cutting
department is 864, we have 0.9x + 1.8y < 864
Since each 2-person boat requires 0.8 labor-hours from
assembly and each 4-person requires 1.2 hour from assembly,
and the maximum hours available in assembly is 672, we
have 0.8x + 1.2y < 672.
Also, x > 0 and y > 0.
34
Example 2
(continued)
.8x + 1.2y = 672
500
3. Feasible region
The yellow shaded area
is the feasible region. .9x + 1.8y = 864
35
Example 2
(continued)
4. Maximum Profit
(0,0) 0
Maximize z = 4x + 2y subject to
2x + y < 20
10x + y > 36
2x + 5y > 36
x, y > 0
37
Example 3
(multiple solution)
Maximize z = 4x + 2y subject to
The feasible
36
2x + y < 20 10x+y=36 solution is shaded
10x + y > 36 green. The corner
2x+y=20 points are (2,16),
2x + 5y > 36 (8,4) and (3,6).
x, y > 0 2x+5y=36
10
Test corner points:
(2,16) z = 4(2) + 2(16) = 40 These are both
(8,4) z = 4(8) + 2(4) = 40 } optimal.
(3,6) z = 4(3) + 2(6) = 2
38
Example 3
(continued)
39
Exercise-1