MATP6600/DSES6780 Nonlinear Programming, Homework 3.

Due: Friday, October 9, 2009, in class.

  1. Let f : IRnIR be a convex function. The convex conjugate function of f is the function f* : IRnIR given by
     *  *         T *
f (x ) := supx{x x  - f(x)}.

    Show that x* is a subgradient of f at ¯x if and only if f(¯x) = ¯xTx*- f*(x*).

  2. Consider the standard form linear programming problem (P) and its dual (D):
           T                               T
min   c x                       max   bTy
s.t.   Ax   =  b    (P )         s.t.  A  y  ≤  c    (D)
        x  ≥  0.

    Assume both (P) and (D) are feasible. Define KP := {x 0 : Ax = b} and KD := {y : ATy c}, the feasible regions of (P) and (D), respectively. Show that either KP or KD is unbounded. (Hint: Consider the problem min{-eTd : Ad = 0,d 0}. where e is the vector of ones. It is possible that both KP and KD are unbounded.)

  3. Show that a feasible quadratic programming problem of the form
          T    1 T
min  c x + 2x Qx
s.t.  Ax  ≤   b

    is unbounded if there exists a feasible point ¯x and a direction d satisfying (c + Q¯x)Td < 0, Ad 0, dTQd 0.

  4. Find all the KKT points for the following quadratic programming problem:
    min       x1x2
subject to   - x1 ≤   1
           - x2 ≤   1

    Use the result of Question 3 to show that this quadratic program has an unbounded optimal value.

  5. Let y denote the KKT multipliers for the constraints of the quadratic program
    min  cTx + 12xTQx
s.t.  Ax  ≤   b.

    Assume the feasible region is bounded. Show that the optimal solution can be obtained by solving the following linear program with complementarity constraints, LPCC:

    min    cTx - bTy
s.t.   c+ Qx + AT y  =  0
     0 ≤ y ⊥ b - Ax ≥  0

  6. Use the first order optimality conditions to find the global minimizer for the problem

    min-x1x2x3, subject to x1 + 2x2 + 4x3 48, x1,x2,x3 0.

    (Note that this problem is nonconvex — prove that the solution you obtain is the global minimizer, without considering the second order conditions.)

    John Mitchell
    Amos Eaton 325
    x6915.
    mitchj at rpi dot edu
    Office hours: Tuesday 2.0 – 3.0, Wednesday 11.0 – 12.0.