Impulse response to Jordan form.

264 Views Asked by At

Which matrix $A$ in real Jordan from is such that, for suitable choices of the matrices $B$ and $C$, continuous-time state-space model $(A,B,C)$ of the form

$\frac{d}{dt}x(t)=Ax(t)+Bu(t), \quad y(t)=Cx(t), \quad t \in R^+$

is minimal and has its impulse response given by $h(t)=e^{2t}(t \sin(t)+5\cos(t))$?

$A) \quad A=\begin{bmatrix} 2&1\\-1&2 \end{bmatrix}$

$B) \quad A=\begin{bmatrix} 1&2&0&0\\-2&1&0&0\\0&0&1&2\\0&0&-2&1\end{bmatrix}$

$C) \quad A=\begin{bmatrix} 1&2&1&0\\-2&1&0&1\\0&0&1&2\\0&0&-2&1\end{bmatrix}$

$D) \quad A=\begin{bmatrix} 2&1&1&0\\-1&2&0&1\\0&0&2&1\\0&0&-1&2\end{bmatrix}$

$E) \quad A=\begin{bmatrix} 2+i&1&0&0\\0&2+i&0&0\\0&0&2-i&1\\0&0&0&2-i \end{bmatrix}$

I think i'm making a mistake with the laplace transformation. First I expand the brackets to get:

$e^{2t}t\sin(t)+5e^{2t}\cos(t)$ taking the laplace transform we get $\frac{1}{s-2} \cdot \frac{1}{s^2} \cdot \frac{1}{s^2+1}+5 \cdot \frac{1}{s-2} \cdot \frac{s}{s^2+1}$

Which is the same as: $\frac{1+5s^3}{s^2(s-2)(s^2+1)}$. This is a fifth order system and not among the possible answers. So something has to cancel out. But I can't see what or how.

2

There are 2 best solutions below

1
On BEST ANSWER

You do not need to find the Laplace transform to find the answer to the question. Namely since you only need to find the real Jordan form of the $A$ matrix and thus only need to find the poles/eigenvalues of the system. The eigenvalues can be identified by listing all the $e^{\rho\,t}\sin(\omega\,t+\phi)\,t^n$ terms. Namely the poles corresponding to it are $\rho\pm j\,\omega$ with an algebraic multiplicity of $n+1$ but a geometric multiplicity of one. The geometric multiplicity of one means that the Jordan blocks associated with it will be of size $n+1$. It can be noted that those eigenvalues can also generate additional terms with lower powers in time than $n$.

2
On

Hint.

$$ \mathcal{L}\left(e^{2 t} (t \sin (t)+5 \cos (t))\right) = \frac{2 (s-2)}{\left(s^2-4 s+5\right)^2}+\frac{5 (s-2)}{(s-2)^2+1} = \frac{2 (s-2)}{\left(s^2-4 s+5\right)^2}+\frac{5 (s-2)}{s^2-4 s+5} $$