4 LP Graphical Method Maximization 1
4 LP Graphical Method Maximization 1
#4
LEARNING
OUTC MES
Linear Programming
Solve linear program
problems in
Graphical Method
maximization using
graphical method.
Linear Programming
Graphical Method
(Maximization)
Definition of Terms:
Feasible Region
is a set of values for the decision variables that satisfies all of the constraints in an
optimization problem.
Optimal Solution
is a feasible solution where the objective function reaches its maximum or minimum
value of the objective function over the feasible region.
Vertices of the feasible region are corners or points where lines of feasible region meet.
Example:
Vertices
Solving linear programming Problems using Graphical Method.
Steps:
1. Formulate the Linear Program model.
2. Graph the constraints ( inequalities or equations) and shade the
area of the feasible solution.
3. Solve and determine the coordinates of the vertices of the feasible
region.
4. Substitute the coordinates of the vertices of the feasible region to
the objective function.
5. Formulate the decision. If it is maximization choose the vertex that
will give the highest value (profit), whereas if it is minimization choose
the vertex that will give the lowest value ( cost).
Example: Let us make use of the Ideal Home problem that we had last
time.
Illustrative Example:
Ideal home Furniture Company manufactures two products: tables and chairs, which
must be processed through assembly and finishing departments. Assembly
department is
available for 60 hours in every production period while the finishing department is
available for 48 hours of work. Manufacturing one table requires 4 hours in the
assembly
and 2 hours in the finishing. Each chair requires 2 hours in the assembly and 4 hours
in the
finishing. The profit per table is P1,800 and P1,000 for each chair.
a. Formulate the LP model.
b. If the company wants to maximize total profit contribution, how many tables and
chairs should it manufacture?
c. What profit contribution can the company earn on these production quantities?
d. How many hours of production time will be scheduled for each operations.
e. What is the slack time for each operations?
Recall of Step 1 in Formulating the Linear Programming Model.
Table (x) Chair (y)) Time
Availabilit
y
Assembly 4x 2y 60 hours
Finishing 2x 4y 48 hours
Linear Program Model: Profit/unit P1,800 (x) P1,000(y)
Maximize: Z = P1,800x + P1,000y objective function
Subject to: 4x + 2y ≤ 60 hours 1st constraint (assembly)
2x + 4y ≤ 48 hours 2nd constraint (finishing)
x, y ≥ 0
Why is it that the relational symbol ≤ is used in the 1st and the 2nd
constraint?
Given the linear program model of Ideal Home problem below we can
proceed now to Step 2 of solving LP maximization using graphical
method.
(0, 30) 30
25
4x + 2y = 60
x=0 20
15
(0, 12) A
Area of the Feasible region
10
D (12,6)
y= 0
5 2x + 4y = 48
B x-axis
5 10 15 20 25 30
Step 3
Solve and determine the coordinates of the vertices of the feasible
region.
Locate point C by using the lines of the 2 equations that forms point C.
Using elimination method:
4x + 2y = 60 Choose the variable that can be easily
eliminated
2x + 4y =48 (-2) Eliminate x by multiplying equation 2 by (-2)
bring
down equation 1 then add.
E2: –4x – 8y = –96
4x + 2y = 60
–6y = –36 Divide both sides by 6
–6 –6
x=6
Substitute 6 in place of y in any of the two equations:
Use Equation 1.
4x + 2(6) = 60
4x + 12 = 60
4x = 60 – 12
4x = 48 dividing both sides by 4
x = 12
Therefore the coordinate of point C is (12, 6)
Step 4:
Substitute the coordinates of the vertices of the feasible region to the
objective function.
Test Area ABCD
Z = P1,800x + P1,000y
Point A(0, 0) P1,800 (0) + P1,000 (0) = 0
Point B (0,12) P1,800 (0) + P1,000 (12) = P12,000
Point C (12, 6) P1,800 (12) + P1,000 (6) = P27,600
Point D (15, 0) P1,800 (15) + P1,000 (0) = P27,000