Homework 7: Modelling Systems in Statespace

Problems

  1. Prove that the impulse response of a state-space model is

    g(t)=L1{CΦ(s)B+D}=L1{G(s)}
  2. Consider the circuit example introduced in Section 7.1 and converted into transfer function matrix form in Section 7.2.

    If L=100 mH, C=1000 μF and R=20 Ω, and the output is taken to be the voltage v21(t) across the resistor, determine the following:

    1. The state transition matrix.

    2. The zero input response given an initial voltage across the capacitor v32(0)=10 V and assuming the current in the inductor is initially 0 A.

    3. The zero state output and state variable responses given an input current of i=0.5et.

    4. The total output response,

  3. Use state-space methods to find the total solution to the differential equation

    d2(t)dt2+20dy(t)dt+10y(t)=16u(t)

    given the initial conditions dy(0)dt=1 and y(0)=0 and u(t)=ϵ(t).

  4. Show that the state space models

    ˙x=[01100200]+[0200000]uy=[1,0]x

    and

    ˙x=[0.5012600199.5]+[1124.22.0051×105]uy=[0.893980.0050125]x

    have the same input-output relationship (transfer function).

    Construct the state transition matrix ϕ(t) and the zero state and zero input output response equations for both systems and observe how the modes of the system are represented in the system output equations.

    Compare the result with that of question 1 which has the same transfer function!

    What does this tell you about the transfer function as a representation of a system?