Homework 10 - Due: 04/16

Problem 1

Find the solution of the vector equation [321521][x1x2x3]=[11]

which minimizes x12+x22+x32.

Problem 2

In class, we relied on a theorem from Luenberger’s OVSM to establish that the control law u(t)=BT(t)ϕT(t0,t)η,η=W1(t0,t1)(ϕ(t0,t1)x1x0) (appropriately specialized for the LTI case) sending x0 at time t0 to x1 at time t1 minimizes the energy: J(u)=t0t1u2(t)dt The above functional can also be interpreted as the squared L2 norm of a function u(t). Use the result of Problem 4 from Homework 4 to provide a proof establishing that the same control law minimizes the L2 norm for LTV systems as well: x˙=A(t)x+B(t)u

Problem 3

For a system

x˙=A(t)x(t)

we define the adjoint dynamics to be

p˙=AT(t)p(t)

  1. Show that this definition preserves (i.e. holds constant) the inner product between solutions x(t) and p(t). Here the inner product is the standard inner product in Rn.

  2. Derive the adjoint dynamics P˙ for the matrix differential equation below which preserves the inner product M,N=tr(MTN)=tr(NTM) between matrices M,NRn×m.

X˙=A1(t)X(t)+X(t)A2(t)

Problem 4

Consider a dynamical system x˙=Ax+bu,y=cx+u Show that the sytem x˙=(Abc)x+by,u=cx+y is an “inverse” to the original system by composing their transfer functions.

Hint: Use the Woodbury Matrix Identity.