2023 02 Exam
2023 02 Exam
February 6, 2023
Exam
1. Deconflicted trajectories. A trajectory T of duration T in Rd is a sequence of T
points in Rd , denoted as T = {x(1), x(2), . . . , x(T )}, with x(t) ∈ Rd for 1 ≤ t ≤ T .
Note that t denotes discrete-time; thus t is an integer (such as t = 0, 1, 2, 3. . . .).
Let T1 = {x1 (1), x1 (2), . . . , x1 (T )} and T2 = {x2 (1), x2 (2), . . . , x2 (T )} be two tra-
jectories of duration T in Rd . We say that T1 and T2 are space-deconflicted if
kx1 (t) − x2 (s)k2 > for 1 ≤ t, s ≤ T , where is a given positive number. We say
that T1 and T2 are time-deconflicted if kx1 (t) − x2 (t)k2 > for 1 ≤ t ≤ T .
Consider the following two controlled dynamic linear systems. The state of system
1 at time t is denoted by x1 (t) ∈ Rd , for 1 ≤ t ≤ T and obeys the recursion
x1 (t + 1) = A1 x1 (t) + B1 u1 (t), 0 ≤ t ≤ T − 1,
where A1 ∈ Rd×d and B1 ∈ Rd×p are given matrices, x1 (0) ∈ Rd is a given initial
state and u1 (t) ∈ Rp is the control input of system 1 at time t, for 0 ≤ t ≤ T − 1.
Note that the trajectory T1 depends on the inputs u1 (t), 0 ≤ t ≤ T − 1.
Similarly, for system 2 we have
x2 (t + 1) = A2 x2 (t) + B2 u2 (t), 0 ≤ t ≤ T − 1.
1
• the final state x2 (T ) of system 2 is as close as possible to a given, desired state
p2 ∈ Rd ;
• the trajectories T1 and T2 are time-deconflicted;
• the trajectories T1 and Tref are space-deconflicted;
• the trajectories T2 and Tref are space-deconflicted.
One of the following problem formulations is suitable for the given context.
(A)
(B)
(C)
(D)
2
(E)
(F)
Which one?
Write your answer (A, B, C, D, E, or F) in the box at the top of page 1
The point x? = 0 is a global minimizer of (7) for one of the following choices of a:
(A) a = −2
(B) a = −1
(C) a = 0
(D) a = 1
(E) a = 2
(F) a = 3
Which one?
Write your answer (A, B, C, D, E, or F) in the box at the top of page 1
Hint: the numerical values log(2) ' 0.7 and log(3) ' 1.1 might be useful
3
(A)
1
0
(B)
−1
1
(C)
0
1
(D)
0
−1
(E)
−1
0
(F)
1
−1
where the variables to optimize are s ∈ Rp and v ∈ Rn ; the matrix A ∈ Rn×p and
the vectors y ∈ Rn , and s ∈ Rp are given. This problem can be interpreted as a
signal-denoising problem: we observe y and want to decompose it as the sum of a
signal of interest s and noise v; we know that s should be close to the nominal signal
s and that v should be close to zero (the larger the di , the more confident we are
that the component vi should be close to zero).
Problem (8) can be reduced to a least-squares problem involving only the variable
s, that is, it can be reduced to a problem of the form
4
for some matrix A and vector β.
Give A and β in terms of the constants D, y, A, and s.