Homework 2 - Due: 02/01

Problem 1

Convert each of the following higher-order differential equations into state-space form:

  • System (a): x¨=u˙+3u
  • System (b): d3xdt32d2xdt2+x=u
  • System (c): x¨=sin(x˙x)

Problem 2

Find the transfer function for the following systems:

  • System (I): [x˙1x˙2]=[0a11a2][x1x2]+[b0b1]u;y=[01][x1x2]

  • System (II): [x˙1x˙2]=[01a1a2][x1x2]+[01]u;y=[b0b1][x1x2]

Problem 3

Let A be the linear operator in the plane corresponding to the counter-clockwise rotation around the origin by some given angle θ. See Problem 2 in Homework 1. Compute the matrix of A relative to the basis:

{[10],[21]}

Problem 4

Let us revisit Problem 5 from Homework 1. Alice and Bob have reason to believe that Cheng’s performance scores and bonus amount that he gave them were incorrect. They still want to figure out their unknown weights, but now they have to use only their own scores and bonus amounts, without Cheng’s.

  1. Set up this problem as solving a linear equation of the form Ax=b for the unknown vector x. The new matrix A will be 2×3

  2. Let A be a right inverse for A, which by definition is a matrix such that AA=I. Express all solutions of x in the equation in (a) above in terms of such a right inverse A, the vector b and the nullspace of A. Carefully state and justify your answer.

  3. Find a particular solution x of the equation in (a). Hint: Use your solution from Homework 1. Verify numerically that x indeed belongs to the solution space you described in (b) using some CAS.

Problem 5

Let A be a real valued n×n matrix. Suppose that λ+iμ is a complex eigenvalue of A and x+iy is a corresponding complex eigenvector. Here λ,μR and x,yRn.

  1. Show that xiy is also an eigenvector with eigenvalue λiμ.

  2. Let V be the 2-dimensional subspace over R spanned by x and y. In other words, V is the set of linear combinations, with real coefficients, of the real-valued vectors x and y. Show that V is an invariant subspace for A, in the sense that for every zV we have AzV.

Problem 6

Consider the following matrix, whose exponential we derive in class:

A=[abba]a,bR

  1. Re-derive an expression for eAt by diagonalizing A over C and using the formula ea±ib:=eacosb±ieasinb (treat this as the definition of the complex exponential).
  2. Using the formila eA(t+σ)=eAteAσ and the result of (a), for suitably chosen values of a and b, verify the trigonometric identities: cos(t+σ)=costcosσsintsinσsin(t+σ)=sintcosσ+costsinσ