2021 11 Quiz Solution
2021 11 Quiz Solution
Quiz
1. A basic question. (3 points) Task 1 of the project is about solving the problem
PT PT −1 2
minimize
x,u t=1 kEx(t) − q(t)k + λ t=1 ku(t)k (1)
subject to x(1) = xinitial
x(t + 1) = Ax(t) + Bu(t), for 1 ≤ t ≤ T − 1.
minimize
n
f (x), (2)
x∈R
PP
where f : Rn → R is given by f (x) = 2
p=1 (fp (x)) . Assume that the function
n
fp : R → R is differentiable for 1 ≤ p ≤ P .
Suppose the current iterate is xk . To get the next iterate, the LM method starts by
solving one of the following problems:
(A) PP
minimize
n p=1 fp (xk ) + ∇fp (xk )T (x − xk ) + λk kx − xk k2
x∈R
(B)
minimize
n
f (xk ) + ∇f (xk )T (x − xk ) + λk kx − xk k2
x∈R
(C)
PP 2
minimize
n p=1 fp (xk ) + ∇fp (xk )T (x − xk ) + λk kx − xk k2
x∈R
1
(D)
PP 2
minimize
n p=1 fp (xk ) + ∇fp (xk )T (x − xk ) + λk kx − xk k
x∈R
(E)
2
minimize
n
f (xk ) + ∇f (xk )T (x − xk ) + λk kx − xk k2
x∈R
(F)
P 2
P
minimize
n p=1 fp (xk ) + ∇fp (xk )T (x − xk ) + λk kx − xk k2
x∈R
Which problem?
Write your answer (A, B, C, D, E, or F) here: C
(A)
0
36/5
48/5
(B)
0
9
8
(C)
48
0
36
(D)
0
36
48
(E)
9
0
8
(F)
48/5
0
36/5
2
Which one?
Write your answer (A, B, C, D, E, or F) here: F
Recall that A, B, and xinitial are given constants. Also, λ > 0, p1 > 0, p2 > 0, and
p1 + p2 = 1.
One of the following statements about problem (3) is true:
Which one?
Write your answer (A, B, C, D, E, or F) here: D
minimize
n
kAx − bk + f (x), (4)
x∈R
where A ∈ Rm×n and b ∈ Rn . Consider the following choices for the form of
function f :
(A) f (x) = kx − ck
(B) f (x) = (cT x)2
Tx
(C) f (x) = ec + kck2
(D) f (x) = cT x
(E) f (x) = (x − c)T x
3
(F) f (x) = kxk + cT x.
For one of the six forms of f above, the optimization problem (4) is guaranteed
to have a unique global minimizer, regardless of how the constants A, b, and c are
chosen.
For which form?
Write your answer (A, B, C, D, E, or F) here: E
minimize
n
f (x) + ρ g(x), (5)
x∈R
where f and g are nonnegative functions Rn → R (that is, f (x) ≥ 0 and g(x) ≥ 0
for all x ∈ Rn ), and ρ is a positive number.
Suppose that x1 is a global minimizer for (5) when ρ = ρ1 , and suppose that x2 is a
global minimizer for (5) when ρ = ρ2 . Consider that ρ2 > ρ1 > 0.
One of the following inequalities is guaranteed to be true:
Which inequality?
Write your answer (A, B, C, D, E, or F) here: F