jwxie
- 278
- 0
Homework Statement
Verify that the response of the system governed by the 1st order different equation
y(k)=bu(k)+ay(k-1)
is given by this solution
y(k)=\frac{b}{1+a}\left [ (-1)^{k}+a^{k+1} \right ]
for u(k) = (-1)^k
The Attempt at a Solution
The solution said we can verify this by substitution. I didn't get how we jump to the second step
(sub)
\frac{b}{1+a}\left [ (-1)^{k}+a^{k+1} \right ]-\frac{ab}{1+a}\left [ (-1)^{k}+a^{k} \right ]
2nd step
\frac{b(-1)^{k}[1+a]}{(1+a)}+\frac{ba^{k}(a-a)}{1+a}
How did we get the top (1+a) in the first term, and the (a-a) in the second term?
Thank you.