Determine Diagonalizability of LTI System A

Linder88
Messages
25
Reaction score
0

Homework Statement


Consider the LTI (A,B,C,D) system
$$
\dot{x}=
\begin{pmatrix}
0.5&0&0&0\\
0&-2&0&0\\
1&0&0.5&0\\
0&0&0&-1
\end{pmatrix}
x+
\begin{pmatrix}
1\\
1\\
0\\
0
\end{pmatrix}
u
$$
$$
y=
\begin{pmatrix}
0&1&0&1
\end{pmatrix}
x
$$
Determine if A is diagonalizable

Homework Equations

The Attempt at a Solution


The characteristic equation is given by
$$
\lambda I-A=
\begin{pmatrix}
\lambda-0.5&0&0&0\\
0&\lambda+2&0&0\\
1&0&\lambda-0.5&0\\
0&0&0&\lambda+1
\end{pmatrix}
$$
The determinant is given by
$$
det(\lambda I-A)=(\lambda-0.5)(\lambda+2)(\lambda-0.5)(\lambda+2)
$$
What do I have to do next to determine if A is diagonalizable? I am waiting hopefully for an answer!
 
Physics news on Phys.org
Linder88 said:

Homework Statement


Consider the LTI (A,B,C,D) system
$$
\dot{x}=
\begin{pmatrix}
0.5&0&0&0\\
0&-2&0&0\\
1&0&0.5&0\\
0&0&0&-1
\end{pmatrix}
x+
\begin{pmatrix}
1\\
1\\
0\\
0
\end{pmatrix}
u
$$
$$
y=
\begin{pmatrix}
0&1&0&1
\end{pmatrix}
x
$$
Determine if A is diagonalizable

Homework Equations

The Attempt at a Solution


The characteristic equation is given by
$$
\lambda I-A=
\begin{pmatrix}
\lambda-0.5&0&0&0\\
0&\lambda+2&0&0\\
1&0&\lambda-0.5&0\\
0&0&0&\lambda+1
\end{pmatrix}
$$
The determinant is given by
$$
det(\lambda I-A)=(\lambda-0.5)(\lambda+2)(\lambda-0.5)(\lambda+2)
$$
What do I have to do next to determine if A is diagonalizable? I am waiting hopefully for an answer!
You have a mistake in your work. The last line above should be ##| \lambda I - A| = (\lambda-0.5)(\lambda+2)(\lambda-0.5)(\lambda + 1)##.
Set the determinant to 0 to find the three eigenvalues (one is repeated).
The matrix is diagonalizable if these eigenvalues yield four linearly independent eigenvectors.

BTW, what does LTI (A,B,C,D) mean?
 
I should also mention that since your matrix ##\lambda I - A## is lower triangular (all entries above the main diagonal are zero), its determinant is the product of the entries on the diagonal.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top