Simplex Methhod - Min
Simplex Methhod - Min
In this section, we will solve the standard linear programming minimization problems using the simplex method. Once again, we
remind the reader that in the standard minimization problems all constraints are of the form ax + by ≥ c .
The procedure to solve these problems was developed by Dr. John Von Neuman. It involves solving an associated problem called
the dual problem. To every minimization problem there corresponds a dual problem. The solution of the dual problem is used to
find the solution of the original problem. The dual problem is a maximization problem, which we learned to solve in the last
section. We first solve the dual problem by the simplex method.
From the final simplex tableau, we then extract the solution to the original minimization problem.
Before we go any further, however, we first learn to convert a minimization problem into its corresponding maximization problem
called its dual.
Example 4.3.1
Convert the following minimization problem into its dual.
Minimize Z = 12 x1 + 16 x2
Subject to: x1 + 2 x2 ≥ 40
x1 + x2 ≥ 30
x1 ≥ 0; x2 ≥ 0
Solution
To achieve our goal, we first express our problem as the following matrix.
1 2 40
1 1 30
12 16 0
Observe that this table looks like an initial simplex tableau without the slack variables. Next, we write a matrix whose columns
are the rows of this matrix, and the rows are the columns. Such a matrix is called a transpose of the original matrix. We get:
1 1 12
2 1 16
40 30 0
The following maximization problem associated with the above matrix is called its dual.
Maximize Z = 40 y1 + 30 y2
Subject to: y1 + y2 ≤ 12
2 y1 + y2 ≤ 16
y1 ≥ 0; y2 ≥ 0
Note that we have chosen the variables as y's, instead of x's, to distinguish the two problems.
4.3.1 https://math.libretexts.org/@go/page/38581
Example 4.3.2
Solve graphically both the minimization problem and its dual maximization problem.
Solution
Our minimization problem is as follows.
Minimize Z = 12 x1 + 16 x2
Subject to: x1 + 2 x2 ≥ 40
x1 + x2 ≥ 30
x1 ≥ 0; x2 ≥ 0
We have plotted the graph, shaded the feasibility region, and labeled the corner points. The corner point (20, 10) gives the
lowest value for the objective function and that value is 400.
Now its dual is:
Maximize Z = 40 y1 + 30 y2
Subject to: y1 + y2 ≤ 12
2 y1 + y2 ≤ 16
y1 ≥ 0; y2 ≥ 0
Again, we have plotted the graph, shaded the feasibility region, and labeled the corner points. The corner point (4, 8) gives the
highest value for the objective function, with a value of 400.
The reader may recognize that Example 4.3.2 above is the same as Example 3.1.1, in section 3.1. It is also the same problem as
Example 4.1.1 in section 4.1, where we solved it by the simplex method.
We observe that the minimum value of the minimization problem is the same as the maximum value of the maximization problem;
in Example 4.3.2 the minimum and maximum are both 400. This is not a coincident. We state the duality principle.
The objective function of the minimization problem reaches its minimum if and only if the objective function of its dual
reaches its maximum. And when they do, they are equal.
Our next goal is to extract the solution for our minimization problem from the corresponding dual. To do this, we solve the dual by
the simplex method.
4.3.2 https://math.libretexts.org/@go/page/38581
Example 4.3.3
Find the solution to the minimization problem in Example 4.3.1 by solving its dual using the simplex method. We rewrite our
problem.
Minimize Z = 12 x1 + 16 x2
Subject to: x1 + 2 x2 ≥ 40
x1 + x2 ≥ 30
x1 ≥ 0; x2 ≥ 0
Solution
Maximize Z = 40 y1 + 30 y2
Subject to: y +y ≤ 12
1 2
2 y1 + y2 ≤ 16
y1 ≥ 0; y2 ≥ 0
Recall that we solved the above problem by the simplex method in Example 4.1.1, section 4.1. Therefore, we only show the
initial and final simplex tableau.
The initial simplex tableau is
y1 y2 x1 x2 Z C
1 1 1 0 0 12
2 1 0 1 0 16
−40 −30 0 0 1 0
Observe an important change. Here our main variables are y and y and the slack variables are x
1 2 1 andx2 .
The final simplex tableau reads as follows:
y y x1 x2 Z
1 2
0 1 2 −1 0 8
1 0 −1 1 0 4
0 0 20 10 1 400
A closer look at this table reveals that the x and x values along with the minimum value for the minimization problem can be
1 2
obtained from the last row of the final tableau. We have highlighted these values by the arrows.
y1 y2 x1 x2 Z
0 1 2 −1 0 8
1 0 −1 1 0 4
0 0 20 10 1 400
↑ ↑ ↑
4.3.3 https://math.libretexts.org/@go/page/38581
6. The optimal solution is found in the bottom row of the final matrix in the columns corresponding to the slack variables, and
the minimum value of the objective function is the same as the maximum value of the dual.
This page titled 4.3: Minimization By The Simplex Method is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by
Rupinder Sekhon and Roberta Bloom via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit
history is available upon request.
4.3.4 https://math.libretexts.org/@go/page/38581