We begin by assuming that the input is zero,
xn=0
x
n
0
.
Now we simply need to solve the homogeneous difference
equation:
∑k=0N
a
k
yn-k=0
k
0
N
a
k
y
n
k
0
(12)
In order to solve this, we will make the assumption that
the solution is in the form of an exponential. We will
use lambda,
λλ, to
represent our exponential terms. We now have to solve the
following equation:
∑k=0N
a
k
λn-k=0
k
0
N
a
k
λ
n
k
0
(13)
We can expand this equation out and factor out all of the
lambda terms. This will give us a large polynomial in
parenthesis, which is referred to as the
characteristic polynomial. The roots of this
polynomial will be the key to solving the homogeneous
equation. If there are all distinct roots, then the
general solution to the equation will be as follows:
y
h
n=
C
1
λ
1
n+
C
2
λ
2
n+…+
C
N
λ
N
n
y
h
n
C
1
λ
1
n
C
2
λ
2
n
…
C
N
λ
N
n
(14)
However, if the characteristic equation contains multiple
roots then the above general solution will be slightly
different. Below we have the modified version for an
equation where
λ
1
λ
1
has
KK multiple
roots:
y
h
n=
C
1
λ
1
n+
C
1
n
λ
1
n+
C
1
n2
λ
1
n+…+
C
1
nK-1
λ
1
n+
C
2
λ
2
n+…+
C
N
λ
N
n
y
h
n
C
1
λ
1
n
C
1
n
λ
1
n
C
1
n
2
λ
1
n
…
C
1
n
K
1
λ
1
n
C
2
λ
2
n
…
C
N
λ
N
n
(15)
"My introduction to signal processing course at Rice University."