

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The concept of unboundedness in linear programs through examples. It demonstrates how to identify directions of unboundedness and derive optimal solutions using the simplex method. The document also covers the standard form of linear programs and the role of basic and non-basic variables.
Typology: Assignments
1 / 3
This page cannot be seen from the preview
Don't miss anything!


[1.a.] Choose a direction of unboundedness, let’s say d = (1, 0)T^. Then x − γd = yb for some γ > 0 and a boundary point yb. Since γ = 6, yb = (6, 12)T^ − 6(1, 0)T^ = (0, 12)T^. Thus, x = yb + 6(1, 0)T^ where yb is a convex combination of extreme points and 6(1, 0)T^ is a direction of unboundedness.
[1.b.] Since (1, 0)T^ is a direction of unboundedness, x = α(1, 0)T^ is feasible for all α > 0. And at x = α(1, 0)T^ , the objective function z = − 5 x 1 − 7 x 2 = − 5 α, and z = − 5 α → −∞ as α → ∞. Thus, there’s no finite optimal solution.
[2.a.] Let S = {x : Ax = b, x ≥ 0 }. Suppose that −d is a direction of unbound- edness of S. Then, (a) x + γ(−d) ≥ 0 for all x ∈ S and γ ≥ 0. And since d is a direction of unboundedness, (b) (x + γd) ≥ 0 for all x ∈ S and all γ ≥ 0. From (a), d ≤ xr , and from (b), d ≥ − xr ⇒ (d) − xr ≤ d ≤ xr. By taking γ → ∞ in (d), d → 0, which is impossible. Thus, −d is not a direction of unboundedness.
[2.b.] Let x be any feasible point, and γ > 0. Show that x + γd satisfy all the constraints;
A(x + γd) = A(x + γ
αidi)
= A(
αi(x + γdi))
=
αiA(x + γdi)
=
αib = b
αi = b
In addition,
x + γd = x + γ
αidi
=
αi(x + γdi)
≥
αi · 0 = 0
Thus, d is a direction of unboundedness. Note: I used the Definition of ”a di- rection of unboundedness”, but it’s ok to use the theorem ”Ad = 0, d ≥ 0 iff d is a direction of unboundedness of the set {x : Ax = b, x ≥ 0 } ”.
[4] Simplex method
Standard form of the constraints
minimize zˆ = − 7 x 1 − 8 x 2 4 x 1 + x 2 + s 1 = 100 x 1 + x 2 + s 2 = 80 x 1 + s 3 = 40 x 1 , x 2 , s 1 , s 2 , s 3 ≥ 0
⇒ x = (0, 0 , 100 , 80 , 40)T^ is not optimal.
x 2 = 80 − x 1 − s 2
ˆz = − 7 x 1 − 8 x 2 = − 7 x 1 − 8(80 − x 1 − s 2 ) = −640 + x 1 + 8s 2.
⇒ x = (0, 80 , 20 , 0 , 40)T^ is an optimal solution.
Conclusion: Back to the original problem, z = −zˆ has maximum value 640 at x = (0, 80 , 20 , 0 , 40)T^.
[5.a] Standard form of the linear program
−x 1 + x 2 + s 1 = 1 x 1 − 2 x 2 + s 2 = 2 x 1 , x 2 , s 1 , s 2 ≥ 0