Module 2
Module 2
Module 2
Linear Programming
Meaning and mathematical formulation of
linear programming problems and their solution
using graphic and simplex methods.
Duality and dual simplex method.
Sensitivity analysis.
Application areas of Linear Programming.
Graphic method.
Simplex method.
Problems and Case Study Analysis
Definition of LP
Sharma S D, “The general linear
programming problem (LPP) calls for optimizing
(maximizing/minimizing) a linear function of
variables called the objective function subject to a
set of linear equations and / or inequalities called the
constraints or restrictions”.
Meaning of LP
Linear Programming (LP) is a mathematical programming technique to
optimize performance (e.g., profit or cost) under a set of resource constraints.
( materials, money, machine hours etc) It is widely used in business
organizations while allocating limited resources to maximize their utilization.
X1 ≥ 0, X2 ≥ 0 (Non-Negativity)
Methods of LP
1.Graphic method
2.Simplex method
3.Dual problem
Development of LP models
X1 ≥ 0, X2 ≥ 0 (Non-Negativity)
Model creation examples
Problem No: 2
A nutrition scheme for babies is proposed by a
committee of doctors. Babies can be given two types of
food (I & II) which are available in standard sized
packets weighing 50 grams. The cost per packet of
these foods are Rs. 2 & Rs 3 respectively. The vitamin
availability in each type of food per packet and the
minimum vitamin requirement for each type of vitamin
are summarized in table. Develop a LPM to determine
the optimum combination of food types with the
minimum cost such that the minimum requirement of
vitamin in each type is satisfied.
Table showing details of food
Minimum
Vitamin availability per daily
vitamin packet required
vitamin
Food type I Food type I
1 1 1 6
2 7 1 14
Z = 2X1+3X2 (Objectivity)
S.T.
X1+X2 ≤ 6
7X1+1X2 ≤14 (Constraints)
And
X1 ≥ 0, X2 ≥ 0 (Non-Negativity)
Model creation examples
Problem No: 2
A nutrition scheme for babies is proposed by a
committee of doctors. Babies can be given two types of
food (I & II) which are available in standard sized
packets weighing 50 grams. The cost per packet of
these foods are Rs. 2 & Rs 3 respectively. The vitamin
availability in each type of food per packet and the
minimum vitamin requirement for each type of vitamin
are summarized in table. Develop a LPM to determine
the optimum combination of food types with the
minimum cost such that the minimum requirment of
vitamin in each type is satisfied.
Model creation examples
Problem No: 3
A firm produces an alloy having the following specifications. C
i) Specific gravity ≤ 0.98
No. of Units X1 X2
Chromium content 7 13
≥ 8%
Z = 90X1+280X2 (Objectivity)
S.T.
0.92X1+0.99X2 ≤ 0.98
7X1+13X2 ≥ 8
440X1+490X2 ≥ 450 (Constraints)
And
X1 ≥ 0, X2 ≥ 0 (Non-Negativity)
Model creation examples
Problem No: 4
A person wants to decide the continents of a diet
which will fulfill his daily requirements of proteins,
fats and carbohydrates at minimum cost. The
combination is made among two food products whose
contents are indicated as below.
Table showing details
Cost / unit
Food Contents (Rs)
B 4 2 4 40
Z = 45X1+40X2 (Objectivity)
S.T.
3X1+4X2 ≤ 800
2X1+2X2 ≤ 200
6X1+4X2 ≤ 700 (Constraints)
And
X1 ≥ 0, X2 ≥ 0 (Non-Negativity)
I. Graphical method of LPP
Graphic solution can be applied when the linear
programming problem involves only two variables. In
case the LPP has more than 2 variables, simplex
method is suggested. The main steps include
1.Formulation of LPP: The business problems are
not expressed in mathematical model. Therefore, the
problem has to be expressed in mathematical model
first. The conversion of theoretical problem into
mathematical model involves 3 steps.
Identification of objective function
Recognizing constraints
Specification of non-negativity constraints
I. Graphical method of LPP
2. Conversion of inequalities into equalities:
It is practice to express the unequal equation
in equal equation.
e.g.,
4X1+2X2 ≤ 80
2X1+5X2 ≤ 180 Into
4X1+2X2=80
2X1+5X2=180
Also find the values of X1 & X2 by assuming once X1 is
Zero and next X2 is Zero.
I. Graphical method of LPP
3. Plotting the values of X1 & X2
on graph
Both equations must be plotted on
the graph. We must connect the two
points by a straight line.
I. Graphical method of LPP
4. Finding out feasible area
A feasible solution zone is the area
which satisfies all the constraints
simultaneously. It fall bellow all
straight lines.
I. Graphical method of LPP
5. Determining the best or optimal solution:
This is the last step in graph method. After
ascertaining the feasibility region, the
combination of products X1 & X2 which gives
maximum profit is to be calculated. Here the
corner points have to be identified. Profit would
be maximum at any one of these points.