Step 1: Understanding the Question: We are given the state-space representation of a system with a state matrix \(A\). The poles of a linear time-invariant system are the eigenvalues of its state matrix \(A\). We are given the locations of these poles and need to find the value of an unknown parameter \(b\) in the matrix \(A\).
Step 2: Key Formula or Approach: The poles of the system are the roots of the characteristic equation, which is given by \(\det(sI - A) = 0\), where \(s\) is the Laplace variable, \(I\) is the identity matrix, and \(A\) is the state matrix.
Step 3: Detailed Explanation: 1. Formulate the characteristic equation from the matrix A: The state matrix is \(A = \begin{bmatrix} a & b \\ -a & 0 \end{bmatrix}\). \[ sI - A = s\begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} - \begin{bmatrix} a & b \\ -a & 0 \end{bmatrix} = \begin{bmatrix} s-a & -b \\ a & s \end{bmatrix} \] The determinant is: \[ \det(sI - A) = (s-a)(s) - (-b)(a) = s^2 - as + ab \] So, the characteristic equation is \(s^2 - as + ab = 0\).
2. Formulate the characteristic equation from the given poles: The poles are located at \(-2 + j3\) and \(-2 - j3\). The characteristic equation can be formed from its roots: \[ (s - (-2 + j3))(s - (-2 - j3)) = 0 \] \[ ((s+2) - j3)((s+2) + j3) = 0 \] Using the identity \((x-y)(x+y) = x^2 - y^2\): \[ (s+2)^2 - (j3)^2 = 0 \] \[ (s^2 + 4s + 4) - (j^2 \cdot 9) = 0 \] \[ s^2 + 4s + 4 - (-9) = 0 \] \[ s^2 + 4s + 13 = 0 \]
3. Compare coefficients to find a and b: Now we equate the two forms of the characteristic equation: \[ s^2 - as + ab = s^2 + 4s + 13 \] By comparing the coefficients of the powers of \(s\):
- Coefficient of \(s\): \(-a = 4 \implies a = -4\)
- Constant term: \(ab = 13\)
Substitute the value of \(a\) into the second equation: \[ (-4)b = 13 \] \[ b = -\frac{13}{4} = -3.25 \]
Step 4: Final Answer: The value of the parameter \(b\) is -3.25.