Question

In: Advanced Math

4-Consider the following problem: max − 3x1 + 2x2 − x3 + x4 s.t. 2x1 −...

4-Consider the following problem:

max − 3x1 + 2x2 − x3 + x4

s.t.

2x1 − 3x2 − x3 + x4 ≤ 0

− x1 + 2x2 + 2x3 − 3x4 ≤ 1

− x1 + x2 − 4x3 + x4 ≤ 8

x1, x2, x3, x4 ≥ 0

Use the Simplex method to verify that the optimal objective value is unbounded. Make use of the final tableau to construct an unbounded direction..

Solutions

Expert Solution

Solution:
Problem is

Max Z = - 3 x1 + 2 x2 - x3 + x4
subject to
2 x1 - 3 x2 - x3 + x4 0
- x1 + 2 x2 + 2 x3 - 3 x4 1
- x1 + x2 - 4 x3 + x4 8
and x1,x2,x3,x4≥0;


The problem is converted to canonical form by adding slack, surplus and artificial variables as appropiate

1. As the constraint-1 is of type '≤' we should add slack variable S1

2. As the constraint-2 is of type '≤' we should add slack variable S2

3. As the constraint-3 is of type '≤' we should add slack variable S3

After introducing slack variables
Max Z = - 3 x1 + 2 x2 - x3 + x4 + 0 S1 + 0 S2 + 0 S3
subject to
2 x1 - 3 x2 - x3 + x4 + S1 = 0
- x1 + 2 x2 + 2 x3 - 3 x4 + S2 = 1
- x1 + x2 - 4 x3 + x4 + S3 = 8
and x1,x2,x3,x4,S1,S2,S3≥0
Iteration-1 Cj -3 2 -1 1 0 0 0
B CB XB x1 x2 x3 x4 S1 S2 S3 MinRatio
XB/x2
S1 0 0 2 -3 -1 1 1 0 0 ---
S2 0 1 -1 (2) 2 -3 0 1 0 1/2=0.5
S3 0 8 -1 1 -4 1 0 0 1 8/1=8
Z=0 Zj 0 0 0 0 0 0 0
Zj-Cj 3 -2↑ 1 -1 0 0 0


Negative minimum Zj-Cj is -2 and its column index is 2. So, the entering variable is x2.

Minimum ratio is 0.5 and its row index is 2. So, the leaving basis variable is S2.

∴ The pivot element is 2.

Entering =x2, Departing =S2, Key Element =2

R2(new)=R2(old)÷2

R1(new)=R1(old) + 3R2(new)

R3(new)=R3(old) - R2(new)

Iteration-2 Cj -3 2 -1 1 0 0 0
B CB XB x1 x2 x3 x4 S1 S2 S3 MinRatio
XB/x4
S1 0 1.5 0.5 0 2 -3.5 1 1.5 0 ---
x2 2 0.5 -0.5 1 1 -1.5 0 0.5 0 ---
S3 0 7.5 -0.5 0 -5 (2.5) 0 -0.5 1 7.5/2.5=3
Z=1 Zj -1 2 2 -3 0 1 0
Zj-Cj 2 0 3 -4↑ 0 1 0


Negative minimum Zj-Cj is -4 and its column index is 4. So, the entering variable is x4.

Minimum ratio is 3 and its row index is 3. So, the leaving basis variable is S3.

∴ The pivot element is 2.5.

Entering =x4, Departing =S3, Key Element =2.5

R3(new)=R3(old)÷2.5

R1(new)=R1(old) + 3.5R3(new)

R2(new)=R2(old) + 1.5R3(new)

Iteration-3 Cj -3 2 -1 1 0 0 0
B CB XB x1 x2 x3 x4 S1 S2 S3 MinRatio
XB/x3
S1 0 12 -0.2 0 -5 0 1 0.8 1.4 ---
x2 2 5 -0.8 1 -2 0 0 0.2 0.6 ---
x4 1 3 -0.2 0 -2 1 0 -0.2 0.4 ---
Z=13 Zj -1.8 2 -6 1 0 0.2 1.6
Zj-Cj 1.2 0 -5↑ 0 0 0.2 1.6


Variable x3 should enter into the basis, but all the coefficients in the x3 column are negative or zero. So x3 can not be entered into the basis.

Hence, the problem has an infeasible solution.

Related Solutions

Consider the TOYCO model given below: TOYCO Primal: max z=3x1+2x2+5x3 s.t. x1 + 2x2 + x3...
Consider the TOYCO model given below: TOYCO Primal: max z=3x1+2x2+5x3 s.t. x1 + 2x2 + x3 ? 430 (Operation 1) 3x1 + 2x3 ? 460 (Operation 2) x1 + 4x2 ? 420 (Opeartion 3 ) x1, x2, x3 ?0 Optimal tableau is given below: basic x1 x2 x3 x4 x5 x6 solution z 4 0 0 1 2 0 1350 x2 -1/4 1 0 1/2 -1/4 0 100 x3 3/2 0 1 0 1/2 0 230 x6 2 0 0...
For the system 2x1 − 4x2 + x3 + x4 = 0, x1 − 2x2 +...
For the system 2x1 − 4x2 + x3 + x4 = 0, x1 − 2x2 + 5x4 = 0, find some vectors v1, . . . , vk such that the solution set to this system equals span(v1, . . . , vk).
Given the following LP max z = 2x1 + x2 + x3 s. t. 3x1 -...
Given the following LP max z = 2x1 + x2 + x3 s. t. 3x1 - x2 <= 8 x2 +x3 <= 4 x1,x3 >= 0, x2 urs (unrestricted in sign) A. Reformulate this LP such that 1)All decision variables are non-negative. 2) All functional constraints are equality constraints B. Set up the initial simplex tableau. C. Determine which variable should enter the basis and which variable should leave.
Consider the linear system of equations 2x1 − 6x2 − x3 = −38 −3x1 − x2...
Consider the linear system of equations 2x1 − 6x2 − x3 = −38 −3x1 − x2 + 7x3 = −34 −8x1 + x2 − 2x3 = −20 With an initial guess x (0) = [0, 0, 0]T solve the system using Gauss-Seidel method.
Let U = {(x1,x2,x3,x4) ∈F4 | 2x1 = x3, x1 + x4 = 0}. (a) Prove...
Let U = {(x1,x2,x3,x4) ∈F4 | 2x1 = x3, x1 + x4 = 0}. (a) Prove that U is a subspace of F4. (b) Find a basis for U and prove that dimU = 2. (c) Complete the basis for U in (b) to a basis of F4. (d) Find an explicit isomorphism T : U →F2. (e) Let T as in part (d). Find a linear map S: F4 →F2 such that S(u) = T(u) for all u ∈...
3) (15 pts) Consider the following LP formulation: max z = x1 + 2x2 s.t. −...
3) (15 pts) Consider the following LP formulation: max z = x1 + 2x2 s.t. − x1 + x2 ≤ 2 x2 ≤ 3 kx1 + x2 ≤ 2k + 3 x1, x2 ≥ 0 The value of the parameter k ≥ 0 has not been determined yet. The solution currently being used is x1 = 2, x2 = 3. Use graphical analysis to determine the values of k such that this solution is actually optimal.
Max Z = 2x1 + 8x2 + 4x3 subject to 2x1 + 3x2     ≤ 8 2x2...
Max Z = 2x1 + 8x2 + 4x3 subject to 2x1 + 3x2     ≤ 8 2x2 + 5x3     ≤ 12 3x1 + x2 + 4x3         ≤15 and x1,x2,x3≥0; Indicate clearly the optimal basic and nonbasic variables and their values and write the reduced cost of each optimal nonbasic variable.
Solve the following set of equations with LU factorization with pivoting: 3x1 -2x2 + x3 =...
Solve the following set of equations with LU factorization with pivoting: 3x1 -2x2 + x3 = -10 2x1 + 6x2- 4x3 = 44 -8x1 -2x2 + 5x3 = -26 Please show all steps
Find [A]^-1 for the following equation using LU Decomposition and {x}. 3x1 - 2x2 + x3...
Find [A]^-1 for the following equation using LU Decomposition and {x}. 3x1 - 2x2 + x3 = -10 2x1 + 6x2 - 4x3 = 44 -x1 - 2x2 + 5x3 = -26
     Consider the following problem     Maximize Z=2x1 + 5x2 + x3 subject to                4x1+...
     Consider the following problem     Maximize Z=2x1 + 5x2 + x3 subject to                4x1+ 2x2 + x3 ≤ 6                 x1 + x2 ≤ 2                 xi ≥ 0 for i=1,2,3 a. Inserting slack variables, construct the initial simplex tableau. What is the initial basic feasible solution? b. What is the next non-basic variable to enter the basis c. Using the minimum ratio rule, identify the basic variable to leave the basis. d. Using elementary row operations, find...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT