UNIT 2 Optimization Techniques
UNIT 2 Optimization Techniques
Linear programming is a method of optimizing operations with some constraints. The main
objective of linear programming is to maximize or minimize the numerical value. It consists of
linear functions which are subjected to constraints in the form of linear equations or in the form of
inequalities. Linear programming is considered an important technique that is used to find the
optimum resource utilization. The term “linear programming” consists of two words as linear and
programming. The word “linear” defines the relationship between multiple variables with degree
one. The word “programming” defines the process of selecting the best solution from various
alternatives.
OR
Objective function-
The objective function is the mathematical expression that needs to be maximized or minimized.
The objective function describes the primary purpose of the formulation of an LPP, and it is always
non-negative. In business applications, the profit function, which is to be maximized, or the cost
function, which is to be minimized, is called the objective function.
Constraints:
The inequations or equations in the variables of a LPP which describe the condition under which
optimization (maximization/minimization) is to be accomplished are called constraints.
Identify the variables that represent decisions to be made. Let x 1, x2,..., xn represent these
decision variables.
Non-negativity Constraints
x1 ≥ 0, x2 ≥ 0
Ques 1. A firm manufactures two types of products A & B and sells them at a profit of Rs.
2 on type A and Rs. 3 on type B. Each product is produced on two machines G and H. Type
A requires 1 min of processing time on G and 2 min of processing time on H and for type B
1 min on G and 1 min on H.
The machine G is available for not more than 6 hours 40 minutes while machine H is
available for not more than 10 hours during any working day. Formulate the problem as
LPP.
Solution:
Max Z =5x1 +3 x2
Subject to constraints
2x1 +4x2 ≤ 20,
3x1 +2x2 ≤ 24,
4x1 +2x2 ≤ 13,
x1 , x2 ≥ 0.
Ques 4. A toy company manufactures two types of doll; a basic version doll A and a deluxe
version doll B. Each doll of type B takes twice as long to produce as one of type A and the
company would have time to make a maximum of 2000 dolls of type A per day. The supply
of plastic is sufficient to produce 1500 dolls per day and each type requires an equal amount
of each. The deluxe version requires a fancy dress of which there are only 600 per day
available. If the company makes profit Rs. 3 and Rs. 5 per doll respectively for doll A and
doll B; how many of each should be produced per day in order to maximize profit?
Solution:
Let x dolls of type A and y dolls of type B be produced per day. Then,
Total profit =3x +5y.
Since each doll of type B takes twice as long to produce as one of type A, therefore total time taken
to produce x dolls of type A and y dolls of type B is x+2y. But the company has time to make a
maximum of 2000 dolls per day, so
x+2y≤ 2000
Max Z =3x +5y.
Subject to constraints
x+2y≤ 2000
x1 +y ≤ 1500,
y≤ 600,
x1 , x2 ≥ 0.