DOC PREVIEW
PSCC MATH 1630 - Chapter 6.4 Linear Programming - The Simplex M

This preview shows page 1-2-21-22 out of 22 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 22 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 22 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 22 pages.
Access to all documents
Download any document
Ad free experience
View full document
Premium Document
Do you want full access? Go Premium and unlock all 22 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 22 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Chapter 6 Linear Programming: The Simplex MethodIntroduction to the Big M MethodExampleExample (continued)Slide 5Slide 6Artificial VariablesSlide 8Slide 9Big M Method: Form the Modified ProblemKey Steps for Solving a Problem Using the Big M MethodSlide 12Slide 13Definition: Initial Simplex TableauSlide 15Slide 16Slide 17Slide 18Slide 19Slide 20Big M Method: SummaryBig M Method: Summary (continued)Chapter 6Linear Programming: The Simplex MethodSection 4Maximization and Minimization with Problem Constraints2Introduction to the Big M MethodIn this section, we will present a generalized version of the simplex method that will solve both maximization and minimization problems with any combination of ≤, ≥, = constraints3ExampleMaximize P = 2x1 + x2 subject to x1 + x2 < 10–x1 + x2 > 2 x1, x2 > 0To form an equation out of the first inequality, we introduce a slack variable s1, as before, and write x1 + x2 + s1 = 10.4Example(continued)To form an equation out of the second inequality we introduce a second variable s2 and subtract it from the left side so that we can write –x1 + x2 – s2 = 2.The variable s2 is called a surplus variable, because it is the amount (surplus) by which the left side of the inequality exceeds the right side.5Example(continued)We now express the linear programming problem as a system of equations:x1 + x2 + s1 = 10 –x1 + x2 – s2 = 2–2x1 – x2 + P = 0x1, x2, s1, s2 > 06Example(continued)It can be shown that a basic solution of a system is not feasible if any of the variables (excluding P) are negative. Thus a surplus variable is required to satisfy the nonnegative constraint. An initial basic solution is found by setting the nonbasic variables x1 and x2 equal to 0. That is, x1 = 0, x2,= 0,, s1= 10, s2 = -2, P = 0.This solution is not feasible because the surplus variable s2 is negative.7Artificial VariablesIn order to use the simplex method on problems with mixed constraints, we turn to a device called an artificial variable. This variable has no physical meaning in the original problem and is introduced solely for the purpose of obtaining a basic feasible solution so that we can apply the simplex method. An artificial variable is a variable introduced into each equation that has a surplus variable. To ensure that we consider only basic feasible solutions, an artificial variable is required to satisfy the nonnegative constraint.8Example(continued)Returning to our example, we introduce an artificial variable a1 into the equation involving the surplus variable s2: x1 + x2 – s2 + a1 = 2To prevent an artificial variable from becoming part of an optimal solution to the original problem, a very large “penalty” is introduced into the objective function. This penalty is created by choosing a positive constant M so large that the artificial variable is forced to be 0 in any final optimal solution of the original problem.9Example(continued)We then add the term –Ma1 to the objective function:P = 2x1 + x2 – Ma1 We now have a new problem, called the modified problem:Maximize P = 2x1 + x2 - Ma1 subject to x1 + x2 + s1 = 10 x1 + x2 – s2 + a1 = 2 x1, x2, s1, s2, a1 > 010Big M Method:Form the Modified ProblemIf any problem constraints have negative constants on the right side, multiply both sides by -1 to obtain a constraint with a nonnegative constant. Remember to reverse the direction of the inequality if the constraint is an inequality.Introduce a slack variable for each constraint of the form ≤.Introduce a surplus variable and an artificial variable in each ≥ constraint. Introduce an artificial variable in each = constraint. For each artificial variable a, add –Ma to the objective function. Use the same constant M for all artificial variables.11Key Steps for Solving a Problem Using the Big M MethodNow that we have learned the steps for finding the modified problem for a linear programming problem, we will turn our attention to the procedure for actually solving such problems. The procedure is called the Big M Method.12Example(continued)The initial system for the modified problem isx1 + x2 + s1 = 10 –x1 + x2 – s2 + a1 = 2–2x1 – x2 + Ma1 + P = 0 x1, x2, s1, s2, a1 > 0We next write the augmented coefficient matrix for this system, which we call the preliminary simplex tableau for the modified problem.13Example(continued)To start the simplex process we require an initial simplex tableau, described on the next slide. The preliminary simplex tableau should either meet these requirements, or it needs to be transformed into one that does.1 1 1 0 0 0 101 1 0 1 1 0 22 1 0 0 1 0M� �� �- -� �� �- -� �x1 x2 s1 s2 a1 P14Definition: Initial Simplex TableauFor a system tableau to be considered an initial simplex tableau, it must satisfy the following two requirements: 1. The requisite number of basic variables must be selectable. Each basic variable must correspond to a column in the tableau with exactly one nonzero element. Different basic variables must have the nonzero entries in different rows. The remaining variables are then selected as non-basic variables.2. The basic solution found by setting the non-basic variables equal to zero is feasible.15Example(continued)The preliminary simplex tableau from our example satisfies the first requirement, since s1, s2, and P can be selected as basic variables according to the criterion stated. However, it does not satisfy the second requirement since the basic solution is not feasible (s2 = -2.) To use the simplex method, we must first use row operations to transform the tableau into an equivalent matrix that satisfies all initial simplex tableau requirements. This transformation is not a pivot operation.16Example(continued)If you inspect the preliminary tableau, you realize that the problem is that s2 has a negative coefficient in its column. We need to replace s2 as a basic variable by something else with a positive coefficient. We choose a1.1 1 1 0 0 0 101 1 0 1 1 0 22 1 0 0 1 0M� �� �- -� �� �- -� �x1 x2 s1 s2 a1 P17We want to use a1 as a basic variable instead of s2. We proceed to eliminate M from the a1 column using row operations: Example(continued)1 1 1 0 0 0 101 1 0 1 1 0 22 1 0 0 1 0M� �� �- -� �� �- -� �(-M)R2 + R3 ->R31 1 1 0 0 0 101 1 0 1 1 0 22 1 0 0 1 2M M M M� �� �- -� �� �- - - -� �x1 x2 s1 s2 a1


View Full Document

PSCC MATH 1630 - Chapter 6.4 Linear Programming - The Simplex M

Download Chapter 6.4 Linear Programming - The Simplex M
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Chapter 6.4 Linear Programming - The Simplex M and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Chapter 6.4 Linear Programming - The Simplex M 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?