Exercise 3.24

Show that in Phase I of the simplex method, if an artificial variable becomes nonbasic, it need never again become basic. Thus, when an artificial variable becomes nonbasic, its column can be eliminated from the tableau.

Answers

Let y k be an artificial variable that becomes nonbasic at some iteration. This has two immediate consequences:

1.
As a nonbasic variable, its value is now y k = 0 .
2.
The k -th constraint of the auxiliary problem, a k x + y k = b k , is now satisfied as a k x = b k by the current solution. The purpose of y k —to serve as an initial basic variable for this constraint—has been fulfilled.

The objective of Phase I is to minimize y i . Any subsequent pivot that would cause y k to re-enter the basis would require making its value positive. This would necessarily increase the objective function, moving the algorithm further from its goal of reaching a cost of zero.

Since re-introducing y k into the basis is always counterproductive to the goal of Phase I, we can adopt a pivoting rule that forbids selecting nonbasic artificial variables as entering variables. Under this rule, the column for y k plays no further role and can be eliminated from the tableau to simplify computations, without affecting the outcome of Phase I.

User profile picture
2025-10-23 21:59
Comments