Assignment Opto VI
Assignment Opto VI
OPTIMIZATION
Grp 2
4 de noviembre de 2023
Maximize x1 + 3x2
subject to 2x1 + 3x2 ≤ 6
− x1 + 4x2 ≤ 4
x1 , x2 ≥ 0.
1
3. Consider the following problem:
x1 + 3x2 + 3
Minimize
2x1 + x2 + 6
subject to 2x1 + x2 ≤ 12
−x1 + 2x2 ≤ 4
x1 , x2 ≥ 0.
a. Show that the KKT conditions are sufficient for this problem.
b. Show that any point on the line segment joining the points (0, 0) and (6, 0) is
an optimal solution.
4. Consider the following problem, where aj , b, and cj are positive constants:
n
X cj
Minimize
x
j=1 j
n
X
subject to aj x j = b
j=1
xj ≥ 0 for j = 1, . . . , n.
Write the KKT conditions and solve for the point x satisfying these conditions.
5. In geometric programming, the following result is used. If x1 , . . . , xn ≥ 0,
n n
!1/n
1X Y
xj ≥ xj .
n j=1 j=1
2
6. Consider the following problem: