Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

4. investigate the observability of the system \\ \\dot{\\mathbf{x}} = …

Question

  1. investigate the observability of the system

\\ \dot{\mathbf{x}} = \mathbf{a}\mathbf{x} + \mathbf{b}\mathbf{u} \\
\\ \mathbf{y} = \mathbf{c}\mathbf{x} \\
where
(a) \mathbf{a} = \

$$\begin{bmatrix} -1 & 2 \\\\ 3 & -4 \\end{bmatrix}$$

, \quad \mathbf{c} = \

$$\begin{bmatrix} 1 & 1 \\end{bmatrix}$$

;
(b) \mathbf{a} = \

$$\begin{bmatrix} 0 & 1 & 0 \\\\ 0 & 0 & 1 \\\\ -6 & -11 & -6 \\end{bmatrix}$$

, \quad \mathbf{c} = \

$$\begin{bmatrix} 1 & 0 & 0 \\end{bmatrix}$$

.

Explanation:

🆕 New Concept Discovered: Observability Matrix
Determining if internal states can be reconstructed from outputs.

Step 1: Understand Observability

A linear time-invariant system is completely state observable if and only if the observability matrix \( \mathcal{O} \) has full rank (i.e., rank equal to the number of states \( n \)).

The observability matrix is defined as:

$$ \mathcal{O} = LATEXBLOCK0 $$

---

Step 2: Investigate System (a)

For system (a), the system matrices are:

$$ A = LATEXBLOCK1 , \quad C = LATEXBLOCK2 $$

The number of states is \( n = 2 \). Thus, the observability matrix is:

$$ \mathcal{O} = LATEXBLOCK3 $$

First, calculate \( CA \):

$$ CA = LATEXBLOCK4 LATEXBLOCK5 = LATEXBLOCK6 = LATEXBLOCK7 $$

Construct the observability matrix \( \mathcal{O} \):

$$ \mathcal{O} = LATEXBLOCK8 $$

Calculate the determinant of \( \mathcal{O} \):

$$ \det(\mathcal{O}) = (1)(-2) - (1)(2) = -2 - 2 = -4 $$

Since \( \det(\mathcal{O})
eq 0 \), the matrix \( \mathcal{O} \) has full rank (\( \text{rank}(\mathcal{O}) = 2 \)). Therefore, system (a) is observable.

---

Step 3: Investigate System (b)

For system (b), the system matrices are:

$$ A = LATEXBLOCK9 , \quad C = LATEXBLOCK10 $$

The number of states is \( n = 3 \). Thus, the observability matrix is:

$$ \mathcal{O} = LATEXBLOCK11 $$

First, calculate \( CA \):

$$ CA = LATEXBLOCK12 LATEXBLOCK13 = LATEXBLOCK14 $$

Next, calculate \( CA^2 \):

$$ CA^2 = (CA)A = LATEXBLOCK15 LATEXBLOCK16 = LATEXBLOCK17 $$

Construct the observability matrix \( \mathcal{O} \):

$$ \mathcal{O} = LATEXBLOCK18 $$

The matrix \( \mathcal{O} \) is the \( 3 \times 3 \) identity matrix, which has a determinant of \( 1 \). Since \( \det(\mathcal{O})
eq 0 \), the matrix has full rank (\( \text{rank}(\mathcal{O}) = 3 \)). Therefore, system (b) is observable.

Answer:

  • System (a) is observable because its observability matrix \( \mathcal{O} =
$$\begin{bmatrix} 1 & 1 \\ 2 & -2 \end{bmatrix}$$

\) has full rank (\( \text{rank} = 2 \)).

  • System (b) is observable because its observability matrix \( \mathcal{O} =
$$\begin{bmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}$$

\) has full rank (\( \text{rank} = 3 \)).