3.4 Section 1.3. difference equations, characteristic polynomial, simple and repeated roots,
analytic solution and stability
Given a linear recursive equation such as , the goal is to find an non-recursive solution for
To do that, we introduce the shift operator , rewrite the recursive equation in terms of , we get a
polynomial in which we solve. and depending on how the root come out, we get a solution for ,
which is called the explicit solution.
Notice that the explicit solution gives the value of right away as a function of . No recursion is
needed to find for some specific , hence one can get numerical problems with the recursive
solution due to cancellation errors, while the explicit solution will not show this problem. It is
always better to use the explicit solution.
3.4.1 Example simple roots, no repeated roots
Solve , we get roots , hence simple distinct roots. Hence explicit solution is
Now and can be found from initial conditions
3.4.2 Example simple roots, repeated roots
Hence roots are found from , so repeated 2 times, and
hence solution is
so it a root is repeated times, we write
so here we have
and use I.C. to find the coefficients.
3.4.3 Bounded sequence
sequence is bounded if there is a constant s.t. for all . i.e.
3.4.3.1 Stable solution for the difference equation
is stable if all its solutions are stable.
Theorem: polynomial satisfying the difference equation is stable iff all simple roots of are and
all repeated roots are
So to find if a recursive equation is stable, find the roots of and check as per above