B Com Exam  >  B Com Notes  >  Business Mathematics and Statistics  >  Linear Programming Problems (LPP) via Simplex Method, Business Mathematics and Statistics

Linear Programming Problems (LPP) via Simplex Method, Business Mathematics and Statistics | Business Mathematics and Statistics - B Com PDF Download

PREVIEW OF THE SIMPLEX METHOD

Before the simplex algorithm can be used to solve any linear programming problem (LPP), it must be converted into an equivalent standard form of LPP in which all the constraints are equations and all the following variables are non-negative.:

max(min)z = c1x+ c2x2 + ˇˇˇ + cnxn

a11x1 + a12x2 + ˇˇˇ + a1nxn = b1

...

am1x+ am2x2 + ˇˇˇ + amnxn = bm

xi ≥ 0, i = 1,...,n

The system equations(constraints) can be written much more concisely in matrix form as follows: Ax = b, x ≥ 0. We assume, that the rank of matrix A equals m.

Any LPP can be converted into this standard form as follows:

1. We convert a (≤) constraint ai1x1 + ai2x+ ˇˇˇ + ainxn ≤ binto an equality constraint by adding a slack variable si to the left-hand side of the constraint and adding the sign restriction si ≥ 0: ai1x1 + ai2x2 + ˇˇˇ + ainx+ s= bi, s≥ 0.

2. We convert (≥) constraint ai1x1 + ai2x2 + ˇˇˇ + ainxn ≥ bi into an equality constraint by subtracting a surplus variable si from the left-hand side of the constraint and adding the sign restriction s≥ 0: ai1x1 +ai2x2 +ˇˇˇ+ainxn − si = bi, s≥ 0.

3. (Dealing with unrestricted variables) If variable xi can take both negative and nonnegative values, we use the substitution: x= u− vi and add two non-negativity constraints u≥ 0, vi ≥ 0.

Example. Convert the following linear programming problem into the standard form:

max z = 2x1 + 3x2 − x3

x− 2x2 ≤ 5

x+ 3x3 ≥ 3

x+ x2 − 2x3 = 20

x1,x2 ≥ 0

After converting constraints 1 and 2, we obtain:

max z = 2x1 + 3x2 − x3

x1 − 2x2 + s1 = 5

x2 + 3x3 − s2 = 3

x1 + x2 − 2x3 = 20

x1,x2,s1,s2 ≥ 0

Next, we make the substitution x3 = u3 − v3 and obtain the standard form of the problem:

max z = 2x1 + 3x2 − u3 + v3

x1 − 2x2 + s1 = 5

x2 + 3u3 + 3v3 − s2 = 3

x1 + x2 − 2u3 + 2v3 = 20

x1,x2,s1,s2,u3,v3 ≥ 0

 

Converting from the graphical to the algebraic method

Graphical Method:

1. Graph all the constraints, including the nonnegativity restrictions - Suppose the solution space consists of infinite number of feasible solutions.

2. Identify feasible corner points (extreme points) of the solution space - Candidates for the optimal solution are given by a finite number of corner points.

3. Use the objective function to determine the optimal corner point from among all the candidates.

 

Algebraic Method:

1. Represent the solution space by m equations in n variables and restrict all the variables to nonnegative values, suppose m ≤ n and the system has infinite number of feasible solutions.

2. Determine a feasible basic solution of the equations - Candidates for the optimal solution are given by a finite number of basic feasible solutions.

3. Use the objective function to determine the optimum basic feasible solution from among all the candidates.

 

Definition 1. Consider the set of equations Ax = b, if we set n − m variables to zero and then solve the m equations for the remaining m variables, the resulting solution, if unique, is called a basic solution and must correspond to a (feasible or infeasible) corner point (extreme point) of the solution space. The n − m variables set to zero are known as nonbasic variables (NBV) and the remaining m variables are called basic variables(BV).

Remark The set of columns of the matrix A that corresponds to the basic

variables is a linearly independent set of vectors. This set is called a basis and will

 

PREVIEW OF THE SIMPLEX METHOD

be denoted by B.

Example. Find a few basic solutions to the following system of two equations with four variables:

x+ x2 + 2x4 = 3

2x− x2 − x3 + 4x4 = 1

We begin by choosing BV = {x1,x2} to be basic variables and NBV = {x3,x4} to be nonbasic variables. Setting x= x4 = 0, we obtain the following linear system:

x1 + x2 = 3

2x1 − x2 = 1

These equations lead to the unique (feasible) basic solution: x1 = 4

3 , x2 = 12            3 ,

x3 = 0, x4 = 0.

Next we choose BV = {x2,x3} as our basic variables and set the nonbasic variables NBV = {x1,x4} equal to zero, i.e. x= x4 = 0. We have the following system:

x2 = 3

−x− x3 = 1

Solving the above system we obtain the (unfeasible) basic solution : x= 0, x2 = 3,

x3 = −4, x4 = 0. If we choose BV = {x1,x4} and NBV = {x2,x3}, we obtain the following system of linear equations:

x1 + 2x4 = 3

2x1 + 4x= 1

This system is inconsistent so the variables x1,x4 cannot simultaneously be basic variables!


Definition 2. For any linear programming problem with m constraints, two basic feasible solutions are called adjacent if their sets of basic variables have m−1 basic

variables in common.

For example, the following two basic solutions from the above example X1 = (x= 4

3 ,x2 = 5

3 ,x= 0,x4 = 0) (feasible basic solution - FBS) and X2 = (x1 = 0,x2 = 3,x3 = −4,x4 = 0) (infeasible basic solution - IBS) are adjacent.


Definition 3. Any basic solution to Ax = b in which all the variables are non-negative is a feasible basic solution(FBS).


Property 1. For any LPP there is a unique extreme point(corner point) of the feasible region corresponding to each basic feasible solution. Also, there is at least one FBS corresponding to each extreme point of the feasible region.

Theorem 1. The feasible region of any LPP is a convex set. Also, if the LPP has an optimal solution, there must be an extreme point of the feasible region that is

optimal.

From the above facts, we see that in searching for an optimal solution to an LPP we need only find the best basic feasible solution(largest Z - value in a max problem or smallest Z - value in a min problem) to Ax = b.

The document Linear Programming Problems (LPP) via Simplex Method, Business Mathematics and Statistics | Business Mathematics and Statistics - B Com is a part of the B Com Course Business Mathematics and Statistics.
All you need of B Com at this link: B Com
115 videos|142 docs

FAQs on Linear Programming Problems (LPP) via Simplex Method, Business Mathematics and Statistics - Business Mathematics and Statistics - B Com

1. What is the Simplex Method in linear programming?
Ans. The Simplex Method is a popular algorithm used to solve linear programming problems. It is an iterative procedure that starts with an initial feasible solution and then moves towards an optimal solution by improving the objective function value at each iteration. The algorithm involves identifying and moving along improving directions in the solution space until an optimal solution is reached.
2. How does the Simplex Method work in solving linear programming problems?
Ans. The Simplex Method starts with an initial feasible solution and then iteratively improves the solution until an optimal solution is found. At each iteration, the algorithm checks if the current solution is optimal or if there is a better direction to move towards. It does this by calculating the reduced costs of the variables and checking if all reduced costs are non-negative. If there are negative reduced costs, the algorithm identifies the variable that can enter the solution to improve the objective function value and then calculates the ratios between the right-hand side and the entering variable's coefficients to determine which variable should leave the solution. This process continues until an optimal solution is obtained.
3. What are some applications of linear programming in business and statistics?
Ans. Linear programming has various applications in business and statistics. Some common applications include: - Production planning: Linear programming can be used to optimize production plans by determining the optimal allocation of resources to maximize output while minimizing costs. - Inventory management: Linear programming helps in determining the optimal inventory levels to meet demand while minimizing holding costs and stockouts. - Transportation and logistics: Linear programming is used to optimize transportation routes and schedules to minimize costs and maximize efficiency. - Financial planning: Linear programming can be used in financial planning to optimize investment portfolios and determine the best allocation of funds. - Resource allocation: Linear programming helps in allocating scarce resources, such as manpower or machine hours, to various activities to maximize overall efficiency.
4. How do you interpret the results of a linear programming problem solved using the Simplex Method?
Ans. The results of a linear programming problem solved using the Simplex Method can be interpreted as follows: - Objective function value: The optimal objective function value represents the maximum or minimum value of the objective function that can be achieved given the constraints. - Decision variables: The values of the decision variables at the optimal solution indicate the optimal allocation or decision that should be made. These values satisfy all the constraints and optimize the objective function. - Sensitivity analysis: The Simplex Method also provides sensitivity analysis information, such as shadow prices (dual values) and allowable ranges for the right-hand side coefficients, which help in understanding the impact of changes in the problem's parameters on the optimal solution.
5. Are there any limitations or assumptions associated with the Simplex Method in linear programming?
Ans. Yes, the Simplex Method has some limitations and assumptions. Some of them include: - Linearity: The Simplex Method assumes that the objective function and constraints are linear. - Continuity: The method assumes that the feasible region is continuous and that the values of decision variables can be any real number within the feasible region. - Non-degeneracy: The algorithm may encounter degeneracy, where some variables become zero during the iterations, leading to cycling or infinite loops. - Optimality: The Simplex Method guarantees convergence to an optimal solution only if the problem has a bounded feasible region and a unique optimal solution. If the problem is unbounded or has multiple optimal solutions, the method may not give the desired result.
115 videos|142 docs
Download as PDF
Explore Courses for B Com exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Exam

,

Important questions

,

practice quizzes

,

Linear Programming Problems (LPP) via Simplex Method

,

Extra Questions

,

study material

,

Viva Questions

,

Summary

,

Objective type Questions

,

Previous Year Questions with Solutions

,

Semester Notes

,

MCQs

,

mock tests for examination

,

video lectures

,

pdf

,

Business Mathematics and Statistics | Business Mathematics and Statistics - B Com

,

past year papers

,

Linear Programming Problems (LPP) via Simplex Method

,

Sample Paper

,

ppt

,

Business Mathematics and Statistics | Business Mathematics and Statistics - B Com

,

Free

,

shortcuts and tricks

,

Linear Programming Problems (LPP) via Simplex Method

,

Business Mathematics and Statistics | Business Mathematics and Statistics - B Com

;