For a linear system,
ẋ = Ax + Bu
y = Cx + Du
A = [0 1; 3 -2], B = [1; 0], C = [3 -2], D = 0 and x(0) = 0
Using TWO different methods to find unit-step (u=1) response of this system.
Hint:
Two approaches to find the solution of the state space equation,
(1) State space method
x(t) = e^{A(t-t_0)} [x_0 + ∫_{t_0}^{t} e^{-A(τ-t_0)} Bu(τ) dτ]
and
y(t) = C [x_1(t); x_2(t)]
(2) Laplace transform method
Y(s) = [C(sI - A)^{-1}B + D]U(s) + C(sI - A)^{-1}x_0
and
y(t) = L^{-1}[Y(s)]