The closed loop transfer function of a system is \(T\left( s \right) = \frac{{\left( {s + 8} \right)\left( {s + 6} \right)}}{{{s^5} - {s^4} + 4{s^3} - 4{s^2} + 3s - 2}}\). The function of poles in RHP and LHP are
3, 2
The question requires us to find the number of poles located in the Right-Half Plane (RHP) and the Left-Half Plane (LHP) for a given system's closed-loop transfer function. Determining the location of these poles is crucial for assessing the system's stability. We will use the Routh-Hurwitz stability criterion, a standard method in control systems engineering.
The provided closed-loop transfer function is:
\[ T\left( s \right) = \frac{{\left( {s + 8} \right)\left( {s + 6} \right)}}{{{s^5} - {s^4} + 4{s^3} - 4{s^2} + 3s - 2}} \]The poles of the system are the roots of the denominator polynomial, known as the characteristic equation. Setting the denominator to zero gives us:
\[ P(s) = s^5 - s^4 + 4s^3 - 4s^2 + 3s - 2 = 0 \]The highest power of 's' is 5, indicating that the system has a total of 5 poles.
The Routh-Hurwitz criterion involves constructing an array (the Routh array) from the coefficients of the characteristic equation. The general form is \( a_n s^n + a_{n-1} s^{n-1} + \dots + a_1 s + a_0 = 0 \). For our equation \( s^5 - s^4 + 4s^3 - 4s^2 + 3s - 2 = 0 \), the coefficients are: \( a_5 = 1, a_4 = -1, a_3 = 4, a_2 = -4, a_1 = 3, a_0 = -2 \).
Step 1: Form the first two rows of the Routh Array
The first row consists of the coefficients with odd indices, and the second row consists of the coefficients with even indices.
| \(s^5\) | \(a_5 = 1\) | \(a_3 = 4\) | \(a_1 = 3\) |
| \(s^4\) | \(a_4 = -1\) | \(a_2 = -4\) | \(a_0 = -2\) |
Step 2: Calculate the elements of the \(s^3\) row
The first element (\(b_1\)) is calculated using the determinant of the top-left 2x2 matrix formed by the \(s^5\) and \(s^4\) rows, divided by the element above it (\(a_4\)).
\( b_1 = - \frac{\det \begin{pmatrix} 1 & 4 \\ -1 & -4 \end{pmatrix}}{-1} = - \frac{(1)(-4) - (4)(-1)}{-1} = - \frac{-4 + 4}{-1} = - \frac{0}{-1} = 0 \)
The second element (\(b_2\)) is calculated similarly:
\( b_2 = - \frac{\det \begin{pmatrix} 1 & 3 \\ -1 & -2 \end{pmatrix}}{-1} = - \frac{(1)(-2) - (3)(-1)}{-1} = - \frac{-2 + 3}{-1} = - \frac{1}{-1} = 1 \)
Since \(b_1\) is zero, we have a special case. For the Routh criterion, when an element in the first column is zero, we replace it with a small positive number \(\epsilon\). This allows us to continue the array calculation and analyze the behavior as \(\epsilon\) approaches zero.
| \(s^3\) | \(\epsilon\) | \(1\) | \(0\) |
Step 3: Calculate the elements of the \(s^2\) row
Using the \(s^4\) and \(s^3\) rows:
\( c_1 = - \frac{\det \begin{pmatrix} -1 & -4 \\ \epsilon & 1 \end{pmatrix}}{\epsilon} = - \frac{(-1)(1) - (-4)(\epsilon)}{\epsilon} = - \frac{-1 + 4\epsilon}{\epsilon} = \frac{1 - 4\epsilon}{\epsilon} \)
\( c_2 = - \frac{\det \begin{pmatrix} -1 & -2 \\ \epsilon & 0 \end{pmatrix}}{\epsilon} = - \frac{(-1)(0) - (-2)(\epsilon)}{\epsilon} = - \frac{2\epsilon}{\epsilon} = -2 \)
The \(s^2\) row is:
| \(s^2\) | \(\frac{1 - 4\epsilon}{\epsilon}\) | \(-2\) | \(0\) |
Step 4: Calculate the elements of the \(s^1\) row
Using the \(s^3\) and \(s^2\) rows:
\( d_1 = - \frac{\det \begin{pmatrix} \epsilon & 1 \\ \frac{1 - 4\epsilon}{\epsilon} & -2 \end{pmatrix}}{\frac{1 - 4\epsilon}{\epsilon}} = - \frac{\epsilon(-2) - 1(\frac{1 - 4\epsilon}{\epsilon})}{\frac{1 - 4\epsilon}{\epsilon}} = - \frac{-2\epsilon - \frac{1}{\epsilon} + 4}{\frac{1 - 4\epsilon}{\epsilon}} \)
As \(\epsilon \to 0^+\), the term \(\frac{1}{\epsilon}\) dominates. \( d_1 \approx - \frac{-1/\epsilon}{1/\epsilon} = -(-1) = 1 \).
The \(s^1\) row is:
| \(s^1\) | \(1\) | \(0\) | \(0\) |
Step 5: Calculate the elements of the \(s^0\) row
Using the \(s^2\) and \(s^1\) rows:
\( e_1 = - \frac{\det \begin{pmatrix} \frac{1 - 4\epsilon}{\epsilon} & -2 \\ 1 & 0 \end{pmatrix}}{1} = - \frac{(\frac{1 - 4\epsilon}{\epsilon})(0) - (-2)(1)}{1} = - \frac{2}{1} = -2 \)
The \(s^0\) row is:
| \(s^0\) | \(-2\) | \(0\) | \(0\) |
The completed Routh array is shown below:
| \(s^5\) | \(1\) | \(4\) | \(3\) |
| \(s^4\) | \(-1\) | \(-4\) | \(-2\) |
| \(s^3\) | \(\epsilon\) | \(1\) | \(0\) |
| \(s^2\) | \(\frac{1 - 4\epsilon}{\epsilon}\) (approx. \(+\infty\) for \(\epsilon \to 0^+\)) | \(-2\) | \(0\) |
| \(s^1\) | \(1\) | \(0\) | \(0\) |
| \(s^0\) | \(-2\) | \(0\) | \(0\) |
Step 6: Count sign changes in the first column
We examine the signs of the elements in the first column: \(1, -1, \epsilon, \frac{1 - 4\epsilon}{\epsilon}, 1, -2\).
Assuming \(\epsilon\) is a small positive number (\(\epsilon \to 0^+\)):
There are exactly 3 sign changes in the first column of the Routh array.
The Routh-Hurwitz stability criterion states that:
Based on our analysis:
Therefore, the system has 3 poles in the RHP and 2 poles in the LHP.
The analysis shows that there are 3 poles in the RHP and 2 poles in the LHP. This corresponds to the third option provided.
For a stable system, poles of the transfer function
If a system has simple poles lying on the imaginary axis and no poles to its right, it is
The margin between actual gain and critical gain is a measure of
The characteristic equation \({s^3} + 8{s^2} + 14s + 24 = 0\) represents ______
Let $G(s) = \frac{1}{(s+1)(s+2)}$. Then the closed-loop system shown in the figure below, is