Homework 9

Due: Jan. 04, 22:00:00

Strong duality, Slater's condition

  1. Consider the following optimization problem:

    minx12+x22

    subject to(x11)2+(x21)21,(x11)2+(x2+1)21.

    • Sketch the feasible set and the level sets of the objective function. Find the optimal point x and the optimal value f.
    • Give the KKT conditions. Do there exist Lagrange multipliers μ1 and μ2 that satisfy KKT conditions?
    • Write down the Lagrange dual function and the dual problem.
    • Solve the dual problem. Does strong duality hold? Does Slater's condition hold?

Projected gradient descent

  1. Consider the following optimization problem:

    minf(x)=xTQx

    subject tox2=2.

    We would like to solve it by the projected gradient descent method: xk+1=P(xktf(xk)).

    • Suppose that xk0. Find the closed form of xk+1.
    • Let Q=(1002) from now on. Solve the optimization problem by finding Lagrange multipliers.
    • Assume that {xk} is the sequence produced by the projected gradient descent method. Let xk=(xk,1,xk,2) and yk=xk,2/xk,1. Find the connection between yk+1 and yk (assume xk,10).
    • Find a possible value of t so that {xk} will converge.

Questionnaire