Linear Programming problem
Linear Programming problem
P)
As an example,
the number of boys is represented as x,
and the number of girls is represented as y,
and the constraint exists that the number of children who can be
accommodated in the bus is less than 60.
This constraint can be expressed as an inequality x + y < 60.
Linear relationships:
• Linear programming deals with problems in which the objective
function and the constraints can be expressed as linear functions.
Hence, when the problem is solved graphically, in a two variable case
the constraints the objective function, gives a straight line on a two
dimensional graph.
Equations and inequalities:
• Equations are represented by = (equality) sign. They are specific
statements. But many business problems cannot be neatly expressed
in equations (called strict equality).
• Instead of precise statements, we may have only minimum or
maximum requirements or availability.
• For example we may state that available labour time is 40 hours per
week, hence, labour time used in production should be less than or
equal to 40 hours per week. We thus need inequalities.
• Most of the constraints in a LPP are expressed as inequalities.
Non-negativity restrictions:
• Linear programming technique is used to obtain solution to real world
problems. The solution to the problem implies finding values of the
decision variables. These must be non-negative.
• As one cannot think of manufacture of -4 tables or -6 chairs i.e.
negative production.
• Hence, decision variable should assume either zero or positive values.
• If we denote two decision variables as X1 and X2 then the non
negativity restriction is expressed as X1 > = 0; X2 >= 0.
• Feasible Region: The common region determined by all the
constraints including non-negative constraints x > 0, y > 0 of a linear
programming problem is called the feasible region.
• Feasible Solutions: These points within or on the feasible region
represent feasible solutions of the problem. Any point outside the
scenario is called an infeasible solution.
• Optimal(Most Feasible) Solution: Any point in the emerging region
that provides the right amount (maximum or minimum) of the
objective function is called the optimal solution.
Special cases in an LPP
• When a LP is solved, one of the following cases will occur:
• Case 1 The LP has a unique solution when has only one
optimal solution
• Case 2 The LP has more than one ( actually an infinite
number of ) optimal solutions. This is the case of alternative
(Multiple) optimal solutions.
• Case 3 The LP is infeasible (it has no feasible solution). This
means that the feasible region contains no points.
• Case 4 The LP is unbounded. This means (in a max problem)
that there are points in the feasible region with arbitrarily
large z-values (objective function value ).
METHODS OF SOLUTION:
Solution
𝑆𝑜𝑙𝑢𝑡𝑖𝑜𝑛 ∶ 𝑥1 = 0, 𝑥2 = 144, 𝑚𝑖𝑛𝑖𝑚𝑢𝑚 𝑍 = 3426
𝑓𝑜𝑟 𝑥1 + 𝑥2 = 200, 𝑝𝑢𝑡 𝑥1 = 0, 𝑡ℎ𝑒𝑛 𝑥2 =200
𝑥1 + 𝑥2 = 200, 𝑝𝑢𝑡 𝑥2 = 0, 𝑡ℎ𝑒𝑛 𝑥1 =200
The end points are (0,200) and (200,0)
C is the intersection of 𝑥1 + 𝑥2 =
200 𝑎𝑛𝑑 3𝑥1 + 6𝑥2 = 900
-240𝑥1 =-480
𝑥1 =2, 𝑥2 =6
B is (2,6)