Worksheet 11-3: Review of KKT topics

Worksheet 11-3: Review of KKT topics#

Download: CMSE382-WS11_3.pdf

Warning

This is an AI-generated transcript of the worksheet and may contain errors or inaccuracies. Please refer to the original course materials for authoritative content.


For each of the following problems:

  1. Show that the problem is convex or not convex.

  2. Prove that there exists an optimal solution to the problem.

  3. Determine a solution strategy (e.g., where in the flow chart you need to go) and check any additional requirements in order to apply the KKT conditions (e.g. Slater’s condition or regularity).

  4. Are the KKT conditions necessary? Sufficient?

Once you have done the above for each problem, go back and use the KKT conditions to find the optimal solution of each problem. Note you will often need to use cases \((\lambda_i = 0\) vs \(\lambda_i > 0)\) to find the KKT points. Use Desmos to check your answer.


Worksheet 11-3: Q1#

Consider the problem

\[\begin{split} \begin{aligned} \min &\quad x_1^4-2x_2^2-x_2\\ \text{s.t.} & \quad x_1^2+x_2^2+x_2 \leq 0 \end{aligned} \end{split}\]

Hint: the constraint can also be written as \(x_1^2 + \left(x_2+\frac{1}{2}\right)^2 - \left(\frac{1}{2}\right)^2 \leq 0\).


Worksheet 11-3: Q2#

Consider the problem

\[\begin{split} \begin{aligned} \min &\quad 2x_1+x_2\\ \text{s.t.} & \quad 4x_1^2+x_2^2-2 \leq 0\\ & \quad 4x_1+x_2+3 \leq 0 \end{aligned} \end{split}\]

Worksheet 11-3: Q3#

Consider the problem

\[\begin{split} \begin{aligned} \min &\quad x_1^3+x_2^3\\ \text{s.t.} & \quad x_1^2+x_2^2 \leq 1 \end{aligned} \end{split}\]

Worksheet 11-3: Q4#

Consider the problem

\[\begin{split} \begin{aligned} \min &\quad x_1^4-x_2^2\\ \text{s.t.} & \quad x_1^2+x_2^2 \leq 1\\ & \quad 2x_2+1 \leq 0 \end{aligned} \end{split}\]