Optimization Theory (DS2) HW#2
Certificates, Standard Equality Form and Simplex Iteration

Problems and page numbers from the paperback edition of A Gentle Introduction to Optimization, by B. Guenin et al.

  1. 1.

    (Problem 1 in Sec. 2.1 of the text, p. 50.)

    1. (a)

      Prove that the following LP problem is infeasible:

      max{3x1+4x2+6x3} (1)

      subject to

      3x1+5x2-6x3 =4 (2)
      x1+3x2-4x3 =2 (3)
      -x1+x2-x3 =-1 (4)
      x1,x2,x3 0. (5)
    2. (b)

      Prove that the following LP problem is unbounded:

      max{-x3+x4} (6)

      subject to

      x1+x3-x4=1 (7)
      x2+2x3-x4=2 (8)
      x1,x2,x3,x40. (9)
    3. (c)

      Optional: Prove that the LP Problem

      max{cx:Ax=b,x0} (10)

      is unbounded, where

      A=(421-6-1-11-4133-653-5), (11)
      b=(11-2-8), (12)
      c=(1-2111) (13)

      Hint: Consider the vectors

      x=(1,3,1,0,0) and d=(1,1,1,1) (14)
    4. (d)

      Optional: For each of the problems in parts (b) and (c), give a feasible solution having object value exactly 5000.

  2. 2.

    (Problem 1 in Sec. 2.2 of the text, p. 54.)

    1. (a)

      Convert the following LPs into SEF:

      min{(2,-1,4,2,4)(x1,x2,x3,x4,x5)} (15)

      subject to

      (124732890011026-3431-1)(x1x2x3x4x5)=(1234). (16)
      x1,x2,x40. (17)

      (Careful, note that not all of the xi have a non-negativity constraint.)

    2. (b)

      Optional: Let A,B,D be matrices and b,c,d,f vectors (all of suitable dimensions). Convert the following LP with variables x and y (where x, y are vectors) into SEF:

      min{cx+dy} (18)

      subject to

      Ax b (19)
      Bx+Dy =f (20)
      x 0. (21)
  3. 3.

    (Problem 1 in Sec. 2.3 of the text, p. 56.)
    In this exercise, you are asked to repeat the argument in Section 2.3 with different examples.

    1. (a)

      Consider the following LP:

      max{(-1,0,0,2)x} (22)

      Subject to

      (-1102101-3)x =(23) (23)
      x 0. (24)

      Observe that x=(0,2,3,0) is a feasible solution. Starting from x, construct a feasible solution x with value larger than that of x by increasing as much as possible the value of exactly one of x1 or x4 (keeping the other variable unchanged).

    2. (b)

      Consider the following LP:

      max{(0,0,4,-6)x} (25)

      subject to

      (10-1101-32)x =(21) (26)
      x 0. (27)

      Observe that x=(2,1,0,0) is a feasible solution. Starting from x, construct a feasible solution x with value larger than that of x by increasing as much as possible the value of exactly one of x1 or x4 (keeping the other variable unchanged).