<< Chapter < Page Chapter >> Page >

Minimization by the simplex method

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 size 12{ ital "ax"+ ital "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 really a maximization problem which we already learned to solve in the [link] . We will first solve the dual problem by the simplex method and then, from the final simplex tableau, we will 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.

Convert the following minimization problem into its dual.

Minimize Z = 12 x 1 + 16 x 2 size 12{Z="12"x rSub { size 8{1} } +"16"x rSub { size 8{2} } } {}

Subject to: x 1 + 2x 2 40 size 12{x rSub { size 8{1} } +2x rSub { size 8{2} }>= "40"} {}

x 1 + x 2 30 size 12{x rSub { size 8{1} } +x rSub { size 8{2} }>= "30"} {}
x 1 0 ; x 2 0 size 12{x rSub { size 8{1} }>= 0;x rSub { size 8{2} }>= 0} {}

To achieve our goal, we first express our problem as the following matrix.

A matrix that represents the problem.

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

A transposition of the original matrix.

The following maximization problem associated with the above matrix is called its dual.

Maximize Z = 40 y 1 + 30 y 2 size 12{Z="40"y rSub { size 8{1} } +"30"y rSub { size 8{2} } } {}

Subject to: y 1 + y 2 12 size 12{y rSub { size 8{1} } +y rSub { size 8{2} }<= "12"} {}

2y 1 + y 2 16 size 12{2y rSub { size 8{1} } +y rSub { size 8{2} }<= "16"} {}
y 1 0 ; y 2 0 size 12{y rSub { size 8{1} }>= 0;y rSub { size 8{2} }>= 0} {}

We have chosen the variables as y's, instead of x's, to distinguish the two problems.

Got questions? Get instant answers now!
Got questions? Get instant answers now!

Solve graphically both the minimization problem and its dual, the maximization problem.

Our minimization problem is as follows.

Minimize Z = 12 x 1 + 16 x 2 size 12{Z="12"x rSub { size 8{1} } +"16"x rSub { size 8{2} } } {}

Subject to: x 1 + 2x 2 40 size 12{x rSub { size 8{1} } +2x rSub { size 8{2} }>= "40"} {}

x 1 + x 2 30 size 12{x rSub { size 8{1} } +x rSub { size 8{2} }>= "30"} {}
x 1 0 ; x 2 0 size 12{x rSub { size 8{1} }>= 0;x rSub { size 8{2} }>= 0} {}

We now graph the inequalities.

The graph shows that the lines x_1+x_2=30 and x_1+2x_2=40 intersect at the point (20,10). The shaded region represents the area of the graph that meets the required conditions.

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.

Maximize Z = 40 y 1 + 30 y 2 size 12{Z="40"y rSub { size 8{1} } +"30"y rSub { size 8{2} } } {}

Subject to: y 1 + y 2 12 size 12{y rSub { size 8{1} } +y rSub { size 8{2} }<= "12"} {}

2y 1 + y 2 16 size 12{2y rSub { size 8{1} } +y rSub { size 8{2} }<= "16"} {}

y 1 0 ; y 2 0 size 12{y rSub { size 8{1} }>= 0;y rSub { size 8{2} }>= 0} {}

We graph the inequalities.

 Two lines intersecting at the point (4,8) on a graph. The shaded region represents the area of the graph that meets the required conditions.

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 this problem is the same as [link] , in [link] . This is also the same problem as [link] in [link] , 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; they are both 400. This is not a coincident. We state the duality principle.

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.

Got questions? Get instant answers now!
Got questions? Get instant answers now!

Find the solution to the minimization problem in [link] by solving its dual using the simplex method. We rewrite our problem.

Minimize Z = 12 x 1 + 16 x 2 size 12{Z="12"x rSub { size 8{1} } +"16"x rSub { size 8{2} } } {}

Subject to: x 1 + 2 x 2 40

x 1 + x 2 30
x 1 0 ; x 2 0 size 12{x rSub { size 8{1} }>= 0;x rSub { size 8{2} }>= 0} {}

The dual is as follows:

Maximize Z = 40 y 1 + 30 y 2 size 12{Z="40"y rSub { size 8{1} } +"30"y rSub { size 8{2} } } {}

Subject to: y 1 + y 2 12 size 12{y rSub { size 8{1} } +y rSub { size 8{2} }<= "12"} {}

2y 1 + y 2 16 size 12{2y rSub { size 8{1} } +y rSub { size 8{2} }<= "16"} {}
y 1 0 ; y 2 0 size 12{y rSub { size 8{1} }>= 0;y rSub { size 8{2} }>= 0} {}

Once again, we remind the reader that we solved the above problem by the simplex method in [link] , in [link] . Therefore, we will only show the initial and final simplex tableau.

The initial simplex tableau is

The initial simplex tableau for the example.

Observe an important change. Here our main variables are y 1 size 12{y rSub { size 8{1} } } {} and y 2 size 12{y rSub { size 8{2} } } {} and the slack variables are x 1 size 12{x rSub { size 8{1} } } {} and x 2 size 12{x rSub { size 8{2} } } {} .

The final simplex tableau reads as follows:

The final simplex tableau for the example.

A closer look at this table reveals that the x 1 size 12{x rSub { size 8{1} } } {} and x 2 size 12{x rSub { size 8{2} } } {} values along with the minimum value for the minimization problem can be obtained from the last row of the final tableau. We have highlighted these values by the arrows.

We restate the solution as follows:

The minimization problem has a minimum value of 400 at the corner point (20, 10).

Got questions? Get instant answers now!
Got questions? Get instant answers now!

We now summarize our discussion so far.

Minimization by the simplex method

  1. Set up the problem.
  2. Write a matrix whose rows represent each constraint with the objective function as its bottom row.
  3. Write the transpose of this matrix by interchanging the rows and columns.
  4. Now write the dual problem associated with the transpose.
  5. Solve the dual problem by the simplex method learned in [link] .
  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.
Got questions? Get instant answers now!

Questions & Answers

differentiate between demand and supply giving examples
Lambiv Reply
differentiated between demand and supply using examples
Lambiv
what is labour ?
Lambiv
how will I do?
Venny Reply
how is the graph works?I don't fully understand
Rezat Reply
information
Eliyee
devaluation
Eliyee
t
WARKISA
hi guys good evening to all
Lambiv
multiple choice question
Aster Reply
appreciation
Eliyee
explain perfect market
Lindiwe Reply
In economics, a perfect market refers to a theoretical construct where all participants have perfect information, goods are homogenous, there are no barriers to entry or exit, and prices are determined solely by supply and demand. It's an idealized model used for analysis,
Ezea
What is ceteris paribus?
Shukri Reply
other things being equal
AI-Robot
When MP₁ becomes negative, TP start to decline. Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of lab
Kelo
Extuples Suppose that the short-run production function of certain cut-flower firm is given by: Q=4KL-0.6K2 - 0.112 • Where is quantity of cut flower produced, I is labour input and K is fixed capital input (K-5). Determine the average product of labour (APL) and marginal product of labour (MPL)
Kelo
yes,thank you
Shukri
Can I ask you other question?
Shukri
what is monopoly mean?
Habtamu Reply
What is different between quantity demand and demand?
Shukri Reply
Quantity demanded refers to the specific amount of a good or service that consumers are willing and able to purchase at a give price and within a specific time period. Demand, on the other hand, is a broader concept that encompasses the entire relationship between price and quantity demanded
Ezea
ok
Shukri
how do you save a country economic situation when it's falling apart
Lilia Reply
what is the difference between economic growth and development
Fiker Reply
Economic growth as an increase in the production and consumption of goods and services within an economy.but Economic development as a broader concept that encompasses not only economic growth but also social & human well being.
Shukri
production function means
Jabir
What do you think is more important to focus on when considering inequality ?
Abdisa Reply
any question about economics?
Awais Reply
sir...I just want to ask one question... Define the term contract curve? if you are free please help me to find this answer 🙏
Asui
it is a curve that we get after connecting the pareto optimal combinations of two consumers after their mutually beneficial trade offs
Awais
thank you so much 👍 sir
Asui
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities, where neither p
Cornelius
In economics, the contract curve refers to the set of points in an Edgeworth box diagram where both parties involved in a trade cannot be made better off without making one of them worse off. It represents the Pareto efficient allocations of goods between two individuals or entities,
Cornelius
Suppose a consumer consuming two commodities X and Y has The following utility function u=X0.4 Y0.6. If the price of the X and Y are 2 and 3 respectively and income Constraint is birr 50. A,Calculate quantities of x and y which maximize utility. B,Calculate value of Lagrange multiplier. C,Calculate quantities of X and Y consumed with a given price. D,alculate optimum level of output .
Feyisa Reply
Answer
Feyisa
c
Jabir
the market for lemon has 10 potential consumers, each having an individual demand curve p=101-10Qi, where p is price in dollar's per cup and Qi is the number of cups demanded per week by the i th consumer.Find the market demand curve using algebra. Draw an individual demand curve and the market dema
Gsbwnw Reply
suppose the production function is given by ( L, K)=L¼K¾.assuming capital is fixed find APL and MPL. consider the following short run production function:Q=6L²-0.4L³ a) find the value of L that maximizes output b)find the value of L that maximizes marginal product
Abdureman
types of unemployment
Yomi Reply
What is the difference between perfect competition and monopolistic competition?
Mohammed
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied finite mathematics. OpenStax CNX. Jul 16, 2011 Download for free at http://cnx.org/content/col10613/1.5
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied finite mathematics' conversation and receive update notifications?

Ask