For the following discrete-time state equation, COMPUTE the state response $x(k...
Oct 2, 2024
Solution by Steps
step 1
We start with the initial condition x(0)=[21] and the state equation x(k+1)=[−10amp;2amp;1]x(k)
step 2
To find x(1), we compute x(1)=[−10amp;2amp;1][21]=[−1⋅2+2⋅10⋅2+1⋅1]=[01]
step 3
Next, we find x(2) using x(1): x(2)=[−10amp;2amp;1][01]=[−1⋅0+2⋅10⋅0+1⋅1]=[21]
step 4
We observe that x(2)=x(0), indicating a periodic behavior. Thus, x(k) will repeat every 2 steps: x(0)=[21] and x(1)=[01]
Answer
The state response x(k) is [21] for even k and [01] for odd k.
Key Concept
The periodicity in discrete-time state equations can lead to repeating state responses.
Explanation
The computed state responses alternate between two vectors, demonstrating the periodic nature of the system defined by the state equation.
Try using the C.H. therorem
To compute the state response x(k) using the initial condition x(0)=[21] and the state equation
x(k+1)=[−10amp;2amp;1]x(k),
we can apply the Cayley-Hamilton theorem (C.H. theorem). This theorem states that every square matrix satisfies its own characteristic polynomial.
Step 1: Find the characteristic polynomial
First, we need to find the characteristic polynomial of the matrix
A=[−10amp;2amp;1].
The characteristic polynomial p(λ) is given by
p(λ)=det(A−λI,
where I is the identity matrix. Thus,
A−λI=[−1−λ0amp;2amp;1−λ].
Calculating the determinant:
det(A−λI)=(−1−λ)(1−λ)−(0⋅2)=λ2+1.
Step 2: Apply the Cayley-Hamilton theorem
According to the C.H. theorem, we have:
A2+I=0,
which implies
A2=−I.
Step 3: Compute the state response
Now, we can express x(k) in terms of A and the initial condition x(0):
x(k)=Akx(0).
We can compute a few terms to identify a pattern:
1. For \( k = 0 \):
x(0)=[21].
2. For \( k = 1 \):
x(1)=Ax(0)=[−10amp;2amp;1][21]=[−2+21]=[01].
3. For \( k = 2 \):
x(2)=Ax(1)=[−10amp;2amp;1][01]=[21].
4. For \( k = 3 \):
x(3)=Ax(2)=[−10amp;2amp;1][21]=[−2+21]=[01].
Conclusion
From the calculations, we can see that the state response alternates between two states:
- For even k: x(k)=[21]
- For odd k: x(k)=[01]
Thus, the state response x(k) can be summarized as:
x(k)=⎩⎨⎧[21][01]amp;if k is evenamp;if k is odd.