Difference Equation Explained by Oppenheim

wildman
Messages
29
Reaction score
4
This is some math from "Discrete-Time Signal Processing" by Oppenheim:

We have the homogeneous difference equation:

\sum_{k=0}^N a_k y_h [n-k] = 0

"The sequence y_h[n] is in fact a member of a family of solutions of the form:

y_h[n] = \sum_{m=1}^ N A_m z^n_m"

So what is Oppenheim saying here? I suppose it is something like the solutions to differential equations. Right? But what is the z? I suppose it is related to the z transform, right?

He then says: Substituting the second equation for the first shows that the complex numbers z_m must be roots of the polynomial:

\sum_{k=0}^N a_k z^{-k} = 0

Could some one explain this to me?

Thanks!
 
Physics news on Phys.org
i think this might be what you're looking for
http://tutorial.math.lamar.edu/AllBrowsers/3401/SeriesSolutions.asp
 
Last edited by a moderator:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top