Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views9 pages

35 Mathematics Linear Programming

The document provides a comprehensive overview of Linear Programming (LP), covering key concepts such as linear inequations, objective functions, constraints, and feasible solutions. It details methods for graphical solutions, including the corner point and iso-profit methods, and discusses the identification of vertices in feasible regions. Additionally, it outlines the advantages and limitations of LP, emphasizing its applications in optimization problems.

Uploaded by

PSINGHUSER01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views9 pages

35 Mathematics Linear Programming

The document provides a comprehensive overview of Linear Programming (LP), covering key concepts such as linear inequations, objective functions, constraints, and feasible solutions. It details methods for graphical solutions, including the corner point and iso-profit methods, and discusses the identification of vertices in feasible regions. Additionally, it outlines the advantages and limitations of LP, emphasizing its applications in optimization problems.

Uploaded by

PSINGHUSER01
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Mathematics

Linear Programming
Table of Content

1. Linear inequations.
2. Terms of Linear Programming.
3. Mathematical formulation of a linear programming
problem.
4. Graphical solution of two variable linear programming
problem.
5. To find the vertices of simple feasible region without
drawing a graph.
6. Problems having infeasible solutions.
7. Some important points about L.P.P.
8. Advantages and Limitations of L.P.P.

1
‘Linear Programming’ is a scientific tool to handle optimization problems. Here, we shall learn about some
basic concepts of linear programming problems in two variables, their applications, advantages,
limitations, formulation and graphical method of solution.

1. Linear Inequations.

(1) Graph of linear inequations

(i) Linear Inequation in one variable: ax  b  0, ax  b  0, cy  d  0 etc. are called linear inequations in
one variable. Graph of these inequations can be drawn as follows:
Y

X X
O
ax+b<0 ax+b>0
Y

Y cy+d>0

X X
cy+d<0

Y

The graph of ax  b  0 and ax  b  0 are obtained by dividing xy-plane in two semi-planes by the line
b
x   (which is parallel to y-axis). Similarly for cy  d  0 and cy  d  0 .(ii) Linear Inequation in two
a
variables : General form of these Inequations are ax  by  c, ax  by  c . If any ordered pair x 1 , y 1 
satisfies some Inequations, then it is said to be a solution of the inequations.
The graph of these inequations is given below (for c > 0) :
Y

ax+by=c
ax+by<c
X X
O
ax+by>c

Y

2
Working rule

To draw the graph of an inequation, following procedure is followed:


(i) Write the equation ax  by  c in place of ax  by  c and ax  by  c .
(ii) Make a table for the solutions of ax  by  c .
(iii) Now draw a line with the help of these points. This is the graph of the line ax  by  c .
(iv) If the inequation is > or <, then the points lying on this line is not considered and line is drawn
dotted or discontinuous.
(v) If the inequation is > or <, then the points lying on the line is considered and line is drawn bold or
continuous.
(vi) This line divides the plane XOY in two region.
To Find the region that satisfies the inequation, we apply the following rules:
(a) Take an arbitrary point which will be in either region.
(b) If it satisfies the given inequation, then the required region will be the region in which the arbitrary point is
located.
(c) If it does not satisfy the inequation, then the other region is the required region.
(d) Draw the lines in the required region or make it shaded.

(2) Simultaneous linear inequations in two variables: Since the solution set of a system of
simultaneous linear inequations is the set of all points in two dimensional space which satisfy all the
inequations simultaneously. Therefore to find the solution set we find the region of the plane common
to all the portions comprising the solution set of given inequations. In case there is no region common
to all the solutions of the given inequations, we say that the solution set is void or empty.

(3) Feasible region: The limited (bounded) region of the graph made by two inequations is called
feasible region. All the points in feasible region constitute the solution of a system of inequations. The
feasible solution of a L.P.P. belongs to only first quadrant. If feasible region is empty then there is no
solution for the problem.

3
2. Terms of Linear Programming.

The term programming means planning and refers to a process of determining a particular program.

(1) Objective function: The linear function which is to be optimized (maximized or minimized) is called
objective function of the L.P.P.

(2) Constraints or Restrictions: The conditions of the problem expressed as simultaneous equations or
inequalities are called constraints or restrictions.

(3) Non-negative Constraints: Variables applied in the objective function of a linear programming problem
are always non-negative. The ineqaulities which represent such constraints are called non-negative
constraints.

(4) Basic variables: The m variables associated with columns of the m × n non-singular matrix which
may be different from zero, are called basic variables.

(5) Basic solution: A solution in which the vectors associated to m variables are linear and the remaining
(n  m ) variables are zero, is called a basic solution. A basic solution is called a degenerate basic solution,
if at least one of the basic variables is zero and basic solution is called non-degenerate, if none of the
basic variables is zero.

(6) Feasible solution: The set of values of the variables which satisfies the set of constraints of linear
programming problem (L.P.P) is called a feasible solution of the L.P.P.

(7) Optimal solution: A feasible solution for which the objective function is minimum or maximum is
called optimal solution.

(8) Iso-profit line : The line drawn in geometrical area of feasible region of L.P.P. for which the objective
function remains constant at all the points lying on the line, is called iso-profit line.
If the objective function is to be minimized then these lines are called iso-cost lines.

4
(9) Convex set: In linear programming problems feasible solution is generally a polygon in first quadrant
. This polygon is convex. It means if two points of polygon are connecting by a line, then the line must
be inside to polygon. For example,

A A

B B

(i) (ii) (iii) (iv)

Figure (i) and (ii) are convex set while (iii) and (iv) are not convex set

3. Mathematical formulation of a linear programming problem.

There are mainly four steps in the mathematical formulation of a linear programming problem, as
mathematical model. We will discuss formulation of those problems which involve only two variables.

(1) Identify the decision variables and assign symbols x and y to them. These decision variables are those
quantities whose values we wish to determine.

(2) Identify the set of constraints and express them as linear equations/inequations in terms of the
decision variables. These constraints are the given conditions.

(3) Identify the objective function and express it as a linear function of decision variables. It might take
the form of maximizing profit or production or minimizing cost.

(4) Add the non-negativity restrictions on the decision variables, as in the physical problems, negative
values of decision variables have no valid interpretation.

5
4. Graphical solution of two variable linear programming problem.

There are two techniques of solving an L.P.P. by graphical method. These are:

(1) Corner point method,


(2) Iso-profit or Iso-cost method.

(1) Corner point method

Working rule

(i) Formulate mathematically the L.P.P.


(ii) Draw graph for every constraint.
(iii) Find the feasible solution region.
(iv) Find the coordinates of the vertices of feasible solution region.
(v) Calculate the value of objective function at these vertices.
(vi) Optimal value (minimum or maximum) is the required solution.

Note: If there is no possibility to determine the point at which the suitable solution found, then the solution of
problem is unbounded.
If feasible region is empty, then there is no solution for the problem.
Nearer to the origin, the objective function is minimum and that of further from the origin, the objective function is
maximum.

(2) Iso-profit or Iso-cost method: Various steps of the method are as follows:
(i) Find the feasible region of the L.P.P.

(ii) Assign a constant value Z1 to Z and draw the corresponding line of the objective function.

(iii) Assign another value Z2 to Z and draw the corresponding line of the objective function.

(iv) If Z1  Z 2 , (Z1  Z 2 ) , then in case of maximization (minimization) move the line P1Q1 corresponding
to Z1 to the line P2Q2 corresponding to Z2 parallel to itself as far as possible, until the farthest point within the
feasible region is touched by this line. The coordinates of the point give maximum (minimum) value of the
objective function.

6
Note: The problem with more equations/inequations can be handled easily by this method.

 In case of unbounded region, it either finds an optimal solution or declares an unbounded solution. Unbounded
solutions are not considered optimal solution. In real world problems, unlimited profit or loss is not possible.

5. To find the Vertices of Simple feasible region without drawing a Graph.

(1) Bounded region: The region surrounded by the inequalities ax  by  m and cx  dy  n in first
quadrant is called bounded region. It is of the form of triangle or quadrilateral. Change these inequalities
into equation, then by putting x  0 and y  0, we get the solution also by solving the equation in
which there may be the vertices of bounded region.

The maximum value of objective function lies at one vertex in limited region.

(2) Unbounded region: The region surrounded by the Inequations ax  by  m and cx  dy  n in first
quadrant, is called unbounded region.

Change the inequation in equations and solve for x  0 and y  0 . Thus we get the vertices of feasible
region.

The minimum value of objective function lies at one vertex in unbounded region but there is no existence
of maximum value.

6. Problems having Infeasible Solutions.

In some of the linear programming problems, constraints are inconsistent i.e. there does not exist any
point which satisfies all the constraints. Such type of linear programming
problems are said to have infeasible solution.
10
9
8
For Example: Maximize Z  5 x  2y 7
6
Subject to the constraints 5
4
x  y  2 , 3 x  3y  2 , x, y  0 3
2
The above problem is illustrated graphically in the fig. 1
There is no point satisfying the set of above constraints. Thus, the 1 2 3 4 5 6 7 8 9 10

problem is having an infeasible solution.

7
7. Some important points about L.P.P.

(1) If the constraints in a linear programming problem are changed, the problem is to be re-evaluated.

(2) The optimal value of the objective function is attained at the point, given by corner points of the feasible
region.

(3) If a L.P.P. admits two optimal solutions, it has an infinite number of optimal solutions.

(4) If there is no possibility to determine the point at which the suitable solution can be found, then the
solution of problem is unbounded.

(5) The maximum value of objective function lies at one vertex in limited region.

8. Advantages and Limitations of L.P.P.

(1) Advantages: Linear programming is used to minimize the cost of production for maximum output. In
short, with the help of linear programming models, a decision maker can most efficiently and effectively
employ his production factor and limited resources to get maximum profit at minimum cost.

(2) Limitations: (i) The linear programming can be applied only when the objective function and all the
constraints can be expressed in terms of linear equations/inequations.

(ii) Linear programming techniques provide solutions only when all the elements related to a problem can be
quantified.
(iii) The coefficients in the objective function and in the constraints must be known with certainty and
should remain unchanged during the period of study.

(iv) Linear programming technique may give fractional valued answer which is not desirable in some
problems.

You might also like