15. TF analyze of Pole-placement Method
1. Pole placement via TF Approach for SISO Linear Systems
Given a system
We want to design the regulator \(R(s)\), given the schematic:

To build the state realization, we need to apply the pole-placement method within a RO.
For \(R(s)\), it have \(n-1\) poles:
And we can design a desired characteristic polynomial \(P^*(s)\) for the close loop TF,
The characteristic polynomial of the closed loop system is:
We can set the system desired polynomial function the same as our desired one:
Expend it, we have:
1.1 Regulator with Integral Actions
For the regulator with integral actions, we can treat it as one part of the controller or the part of the system:

Move the integrator inside the system, thus:
\(\tilde G(s)\) have the order of \(n+1\), And we want to design \(R(s)\) of order \(n\),
The desired polynomial TF \(P^*(s)\) have a order of \(2n+1\), the characteristic polynomial function of the system is:
1.2 Zeros of the Close-Loop System
For the close-loop system, there have:

To calculate the zeros, we need to calculate the complementary sensitive functions
Warning
Because in the previous part, we already use the \(F(s)\), which is not the complementary sensitivity function, so here we rename it to \(H(s)\) to resolve the naming conflict

The chosen \(\Delta\) should be the order of \(n-1\), \(\Delta\) is stable polynomial:
And the loop transfer function is:
Calculate the TF from \(y^\circ\) to \(y\):
1.3 How to cancel the poles in the system
Given the system with negative poles:
We can give the control schematic:

The desired polynomial function is:
For the system polynomial function:
For the condition that \(F(s)\) has a root in \(a\), which \(F(s) = (s+a)F'(s)\),
For the system disturbance \(d_u \to y\), there have the TF:
Apply the step signal in the input, with the disturbance inserted in some time after the system stabilizing,

We can get that after inserting the disturbance, the system is stabilizing with oscillation. The system have 2 conjugate poles in the negative plane.
Example
Given the system:
Design a regulator which include an integral action such that all the close loop poles are \(-1\)
-
State space approach
We can separate the system into different parts to reconstruct the system design:
\[ \begin{aligned} \dot x &= x + u \\ y &= x \dot v= -x \end{aligned} \]\[ \begin{bmatrix} \dot x \\ \dot v \end{bmatrix} = \underbrace{\begin{bmatrix} 1&0 \\ -1&0 \end{bmatrix}}_{\tilde A} \begin{bmatrix} x \\ v \end{bmatrix} + \underbrace{\begin{bmatrix} 1 \\ 0 \end{bmatrix}}_{\tilde B} u \]\[ u = -K \begin{bmatrix} x \\ v \end{bmatrix} = -K_xx - K_vv \]The closed loop system is:
\[ \begin{bmatrix} \dot x \\ \dot v \end{bmatrix} = \underbrace{(A-BK)}_{\hat L} \begin{bmatrix} x \\ v \end{bmatrix} \]The characteristic polynomial is:
\[ P_{\tilde A - \tilde BK}(\lambda) = \det \begin{bmatrix} \lambda - 1+ K_x & K_v \\ 1&\lambda \end{bmatrix} = \lambda^2 + (K_x - 1)\lambda - K_v \]And the desired polynomial function is:
\[ P^*(\lambda) = (\lambda + 1)^2 = \lambda^2 + 2\lambda + 1 \]And the result is:
\[ \begin{aligned} K_x &= 3 \\ K_v &= -1 \end{aligned} \] -
Pole placement with TF
\[ \begin{aligned} &\tilde G(s) = \frac{1}{s(s-1)} & R'(s) = \frac{f_1s + f_0}{\gamma_1s + \gamma_0} \end{aligned} \]\[ \begin{aligned} P(s) &= (s^2 - s)(\gamma_1s + \gamma_0) + f_1s + f_0 \\ P^*(s) &= (s+1)^3 = s^3 + 3s^2 + 3s + 1 \end{aligned} \]\[ \begin{bmatrix} \begin{matrix} \begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} \\ 0 \end{matrix} & \begin{matrix} 0 \\ \begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} \end{matrix} & \begin{matrix} \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} \\ 0 \end{matrix} & \begin{matrix} 0 \\ \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} \end{matrix} \end{bmatrix} \begin{bmatrix} \gamma_1 \\ \gamma_0 \\ f_1 \\ f_0 \end{bmatrix} = \begin{bmatrix} 1 \\ 3 \\ 3 \\ 1 \end{bmatrix} \]\[ \begin{aligned} &\gamma_1 = 1 & f_1 = 7 \\ &\gamma_2 = 4 & f_0 = 1 \end{aligned} \]\[ R'(s) = \frac{f_1s+f_0}{\gamma_1s+\gamma_0} = \frac{7(s+\frac17)}{s+4} \] -
\(R(s) = p\frac{s+\alpha}{s}\)
\[ \begin{aligned} 1 + R(s)G(s) &= 0 \\ s(s-1) + p(s+\alpha) &= (s+1)^2 \end{aligned} \]