Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

2. consider the two dynamic systems \\ s_1: \\begin{cases} \\dot{x}_1 =…

Question

  1. consider the two dynamic systems

\\ s_1: \

$$\begin{cases} \\dot{x}_1 = -x_1 + u \\\\ y = \\alpha x_1 \\end{cases}$$

\\
\\ s_2: \

$$\begin{cases} \\dot{x}_2 = x_3 \\\\ \\dot{x}_3 = -2x_2 - 3x_3 + v \\\\ z = x_2 \\end{cases}$$

\\
where \\( \alpha \in \mathbb{r} \\) is a parameter.
\\( s_1 \\) has state \\( x_1 \\), control \\( u \\) and output \\( y \\).
\\( s_2 \\) has state \\( (x_2, x_3) \\), control \\( v \\) and output \\( z \\).
(a) write down the matrix form of the system equations for \\( s_1 \\) and \\( s_2 \\) and determine whether each system is controllable, observable.
(b) these two systems are connected in series as seen in the figure below (\\( u = z \\)). the resulting system is called \\( s_3 \\).
write down the matrix form of the system equations of \\( s_3 \\) and determine whether \\( s_3 \\) is controllable, observable.
(c) the systems are now connected in a feedback configuration as shown in the figure below to produce \\( s_4 \\) (\\( u = y \\)).
write down the matrix form of the system equations for \\( s_4 \\) and determine whether \\( s_4 \\) is controllable, observable.

Explanation:

🆕 New Concept Discovered: State-Space Representation and Controllability/Observability
Representing systems in matrix form and analyzing structural properties.

---

Step 1: Matrix Form and Analysis of $S_1$

The system equations for $S_1$ are:

$$ \dot{x}_1 = -x_1 + u $$
$$ y = \alpha x_1 $$

In state-space matrix form:

$$ \dot{x}_1 = A_1 x_1 + B_1 u $$
$$ y = C_1 x_1 + D_1 u $$

where:

$$ A_1 = [-1], \quad B_1 = [1], \quad C_1 = [\alpha], \quad D_1 = [0] $$
Controllability of $S_1$:

The controllability matrix $\mathcal{C}_1$ is:

$$ \mathcal{C}_1 = B_1 = [1] $$

Since $\text{rank}(\mathcal{C}_1) = 1$ (full rank), $S_1$ is always controllable for any $\alpha \in \mathbb{R}$.

Observability of $S_1$:

The observability matrix $\mathcal{O}_1$ is:

$$ \mathcal{O}_1 = C_1 = [\alpha] $$

For $S_1$ to be observable, we require $\text{rank}(\mathcal{O}_1) = 1$, which means:

  • If $\alpha

eq 0$, $S_1$ is observable.

  • If $\alpha = 0$, $S_1$ is not observable.

---

Step 2: Matrix Form and Analysis of $S_2$

The system equations for $S_2$ are:

$$ \dot{x}_2 = x_3 $$
$$ \dot{x}_3 = -2x_2 - 3x_3 + v $$
$$ z = x_2 $$

Let the state vector be $x_{S2} =

$$\begin{bmatrix} x_2 \\ x_3 \end{bmatrix}$$

$. In matrix form:

$$ \dot{x}_{S2} = A_2 x_{S2} + B_2 v $$
$$ z = C_2 x_{S2} $$

where:

$$ A_2 = LATEXBLOCK1 , \quad B_2 = LATEXBLOCK2 , \quad C_2 = LATEXBLOCK3 $$
Controllability of $S_2$:

The controllability matrix $\mathcal{C}_2$ is:

$$ \mathcal{C}_2 = LATEXBLOCK4 = LATEXBLOCK5 $$

Since $\det(\mathcal{C}_2) = -1
eq 0$, $\text{rank}(\mathcal{C}_2) = 2$. Thus, $S_2$ is controllable.

Observability of $S_2$:

The observability matrix $\mathcal{O}_2$ is:

$$ \mathcal{O}_2 = LATEXBLOCK6 = LATEXBLOCK7 $$

Since $\det(\mathcal{O}_2) = 1
eq 0$, $\text{rank}(\mathcal{O}_2) = 2$. Thus, $S_2$ is observable.

---

Step 3: Series Connection $S_3$

In the series connection, the output of $S_1$ becomes the input to $S_2$ with $u = z$ (as stated in the text, though the diagram shows $S_1$ feeding into $S_2$, meaning the output of $S_1$ is the input to $S_2$, i.e., $v = y = \alpha x_1$).

Let the state vector of the combined system $S_3$ be $x_{S3} =

$$\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}$$

$.
The equations are:

$$ \dot{x}_1 = -x_1 + u $$
$$ \dot{x}_2 = x_3 $$
$$ \dot{x}_3 = -2x_2 - 3x_3 + \alpha x_1 $$
$$ z = x_2 $$

In matrix form:

$$ \dot{x}_{S3} = A_3 x_{S3} + B_3 u $$
$$ z = C_3 x_{S3} $$

where:

$$ A_3 = LATEXBLOCK9 , \quad B_3 = LATEXBLOCK10 , \quad C_3 = LATEXBLOCK11 $$
Controllability of $S_3$:

The controllability matrix $\mathcal{C}_3$ is:

$$ \mathcal{C}_3 = LATEXBLOCK12 $$
$$ A_3 B_3 = LATEXBLOCK13 $$
$$ A_3^2 B_3 = A_3 LATEXBLOCK14 = LATEXBLOCK15 = LATEXBLOCK16 $$
$$ \mathcal{C}_3 = LATEXBLOCK17 $$

The determinant of $\mathcal{C}_3$ is:

$$ \det(\mathcal{C}_3) = 1 \cdot (0 - \alpha^2) = -\alpha^2 $$
  • If $\alpha

eq 0$, $\text{rank}(\mathcal{C}_3) = 3$, so $S_3$ is controllable.

  • If $\alpha = 0$, $\t…

Answer:

(a) Systems $S_1$ and $S_2$
  • $S_1$ Matrix Form:
$$ \dot{x}_1 = [-1]x_1 + [1]u, \quad y = [\alpha]x_1 $$
  • Controllability: Always controllable.
  • Observability: Observable if and only if $\alpha

eq 0$.

  • $S_2$ Matrix Form:
$$ \dot{x}_{S2} = LATEXBLOCK0 x_{S2} + LATEXBLOCK1 v, \quad z = LATEXBLOCK2 x_{S2} $$
  • Controllability: Always controllable.
  • Observability: Always observable.
(b) Series System $S_3$
  • $S_3$ Matrix Form:
$$ \dot{x}_{S3} = LATEXBLOCK3 x_{S3} + LATEXBLOCK4 u, \quad z = LATEXBLOCK5 x_{S3} $$
  • Controllability: Controllable if and only if $\alpha

eq 0$.

  • Observability: Observable if and only if $\alpha

eq 0$.

(c) Feedback System $S_4$
  • $S_4$ Matrix Form:
$$ \dot{x}_{S4} = LATEXBLOCK6 x_{S4} + LATEXBLOCK7 w, \quad y = LATEXBLOCK8 x_{S4} $$
  • Controllability: Always controllable.
  • Observability: Observable if and only if $\alpha

eq 0$.