<< Chapter < Page Chapter >> Page >
A module concerning the concepts involved in solving linear constant-coefficient difference equations.

Introduction

The approach to solving linear constant coefficient difference equations is to find the general form of all possible solutions to the equation and then apply a number of conditions to find the appropriate solution. The two main types of problems are initial value problems, which involve constraints on the solution at several consecutive points, and boundary value problems, which involve constraints on the solution at nonconsecutive points.

The number of initial conditions needed for an N th order difference equation, which is the order of the highest order difference or the largest delay parameter of the output in the equation, is N , and a unique solution is always guaranteed if these are supplied. Boundary value probelms can be slightly more complicated and will not necessarily have a unique solution or even a solution at all for a given set of conditions. Thus, this section will focus exclusively on initial value problems.

Solving linear constant coefficient difference equations

Consider some linear constant coefficient difference equation given by A y ( n ) = f ( n ) , in which A is a difference operator of the form

A = a N D N + a N - 1 D N - 1 + . . . + a 1 D + a 0

where D is the first difference operator

D ( y ( n ) ) = y ( n ) - y ( n - 1 ) .

Let y h ( n ) and y p ( n ) be two functions such that A y h ( n ) = 0 and A y p ( n ) = f ( n ) . By the linearity of A , note that L ( y h ( n ) + y p ( n ) ) = 0 + f ( n ) = f ( n ) . Thus, the form of the general solution y g ( n ) to any linear constant coefficient ordinary differential equation is the sum of a homogeneous solution y h ( n ) to the equation A y ( n ) = 0 and a particular solution y p ( n ) that is specific to the forcing function f ( n ) .

We wish to determine the forms of the homogeneous and nonhomogeneous solutions in full generality in order to avoid incorrectly restricting the form of the solution before applying any conditions. Otherwise, a valid set of initial or boundary conditions might appear to have no corresponding solution trajectory. The following sections discuss how to accomplish this for linear constant coefficient difference equations.

Finding the homogeneous solution

In order to find the homogeneous solution to a difference equation described by the recurrence relation k = 0 N a k y ( n - k ) = f ( n ) , consider the difference equation k = 0 N a k y ( n - k ) = 0 . We know that the solutions have the form c λ n for some complex constants c , λ . Since k = 0 N a k c λ n - k = 0 for a solution it follows that

c λ n - N k = 0 N a k λ N - k = 0

so it also follows that

a 0 λ N + . . . + a N = 0 .

Therefore, the solution exponential are the roots of the above polynomial, called the characteristic polynomial.

For equations of order two or more, there will be several roots. If all of the roots are distinct, then the general form of the homogeneous solution is simply

y h ( n ) = c 1 λ 1 n + . . . + c 2 λ 2 n .

If a root has multiplicity that is greater than one, the repeated solutions must be multiplied by each power of n from 0 to one less than the root multipicity (in order to ensure linearly independent solutions). For instance, if λ 1 had a multiplicity of 2 and λ 2 had multiplicity 3, the homogeneous solution would be

y h ( n ) = c 1 λ 1 n + c 2 n λ 1 n + c 3 λ 2 n + c 4 n λ 2 n + c 5 n 2 λ 2 n .

Recall that the Fibonacci sequence describes a (very unrealistic) model of what happens when a pair rabbits get left alone in a black box... The assumptions are that a pair of rabits never die and produce a pair of offspring every month starting on their second month of life. This system is defined by the recursion relation for the number of rabit pairs y ( n ) at month n

y ( n ) - y ( n - 1 ) - y ( n - 2 ) = 0

with the initial conditions y ( 0 ) = 0 and y ( 1 ) = 1 .

Note that the forcing function is zero, so only the homogenous solution is needed. It is easy to see that the characteristic polynomial is λ 2 - λ - 1 = 0 , so there are two roots with multiplicity one. These are λ 1 = 1 + 5 2 and λ 2 = 1 - 5 2 . Thus, the solution is of the form

y ( n ) = c 1 1 + 5 2 n + c 2 1 - 5 2 n .

Using the initial conditions, we determine that

c 1 = 5 5

and

c 2 = - 5 5 .

Hence, the Fibonacci sequence is given by

y ( n ) = 5 5 1 + 5 2 n - 5 5 1 - 5 2 n .
Got questions? Get instant answers now!

Finding the particular solution

Finding the particular solution is a slightly more complicated task than finding the homogeneous solution. It can be found through convolution of the input with the unit impulse response once the unit impulse response is known. Finding the particular solution ot a differential equation is discussed further in the chapter concerning the z-transform, which greatly simplifies the procedure for solving linear constant coefficient differential equations using frequency domain tools.

Consider the following difference equation describing a system with feedback

y ( n ) - a y ( n - 1 ) = x ( n ) .

In order to find the homogeneous solution, consider the difference equation

y ( n ) - a y ( n - 1 ) = 0 .

It is easy to see that the characteristic polynomial is λ - a = 0 , so λ = a is the only root. Thus the homogeneous solution is of the form

y h ( n ) = c 1 a n .

In order to find the particular solution, consider the output for the x ( n ) = δ ( n ) unit impulse case

y ( n ) - a y ( n - 1 ) = δ ( n ) .

By inspection, it is clear that the impulse response is a n u ( n ) . Hence, the particular solution for a given x ( n ) is

y p ( n ) = x ( n ) * a n u ( n ) .

Therefore, the general solution is

y g ( n ) = y h ( n ) + y p ( n ) = c 1 a n + x ( n ) * a n u ( n ) .

Initial conditions and a specific input can further tailor this solution to a specific situation.

Got questions? Get instant answers now!

Solving difference equations summary

Linear constant coefficient difference equations are useful for modeling a wide variety of discrete time systems. The approach to solving them is to find the general form of all possible solutions to the equation and then apply a number of conditions to find the appropriate solution. This is done by finding the homogeneous solution to the difference equation that does not depend on the forcing function input and a particular solution to the difference equation that does depend on the forcing function input.

Questions & Answers

how to create a software using Android phone
Wiseman Reply
how
basra
what is the difference between C and C++.
Yan Reply
what is software
Sami Reply
software is a instructions like programs
Shambhu
what is the difference between C and C++.
Yan
yes, how?
Hayder
what is software engineering
Ahmad
software engineering is a the branch of computer science deals with the design,development, testing and maintenance of software applications.
Hayder
who is best bw software engineering and cyber security
Ahmad
Both software engineering and cybersecurity offer exciting career prospects, but your choice ultimately depends on your interests and skills. If you enjoy problem-solving, programming, and designing software syste
Hayder
what's software processes
Ntege Reply
I haven't started reading yet. by device (hardware) or for improving design Lol? Here. Requirement, Design, Implementation, Verification, Maintenance.
Vernon
I can give you a more valid answer by 5:00 By the way gm.
Vernon
it is all about designing,developing, testing, implementing and maintaining of software systems.
Ehenew
hello assalamualaikum
Sami
My name M Sami I m 2nd year student
Sami
what is the specific IDE for flutter programs?
Mwami Reply
jegudgdtgd my Name my Name is M and I have been talking about iey my papa john's university of washington post I tagged I will be in
Mwaqas Reply
yes
usman
how disign photo
atul Reply
hlo
Navya
hi
Michael
yes
Subhan
Show the necessary steps with description in resource monitoring process (CPU,memory,disk and network)
samuel Reply
What is software engineering
Tafadzwa Reply
Software engineering is a branch of computer science directed to writing programs to develop Softwares that can drive or enable the functionality of some hardwares like phone , automobile and others
kelvin
if any requirement engineer is gathering requirements from client and after getting he/she Analyze them this process is called
Alqa Reply
The following text is encoded in base 64. Ik5ldmVyIHRydXN0IGEgY29tcHV0ZXIgeW91IGNhbid0IHRocm93IG91dCBhIHdpbmRvdyIgLSBTdGV2ZSBXb3puaWFr Decode it, and paste the decoded text here
Julian Reply
what to do you mean
Vincent
hello
ALI
how are you ?
ALI
What is the command to list the contents of a directory in Unix and Unix-like operating systems
George Reply
how can i make my own software free of cost
Faizan Reply
like how
usman
hi
Hayder
The name of the author of our software engineering book is Ian Sommerville.
Doha Reply
what is software
Sampson Reply
the set of intruction given to the computer to perform a task
Noor
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Signals and systems. OpenStax CNX. Aug 14, 2014 Download for free at http://legacy.cnx.org/content/col10064/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Signals and systems' conversation and receive update notifications?

Ask