<< Chapter < Page Chapter >> Page >
A module concerns the concepts of linear constant-coefficient difference equations.

Introduction: difference equations

In our study of signals and systems, it will often be useful to describe systems using equations involving the rate of change in some quantity. In discrete time, this is modeled through difference equations, which are a specific type of recurrance relation. For instance, recall that the funds in an account with discretely componded interest rate r will increase by r times the previous balance. Thus, a discretely compounded interest system is described by the first order difference equation shown in [link] .

y ( n ) = ( 1 + r ) y ( n - 1 )

Given a sufficiently descriptive set of initial conditions or boundary conditions, if there is a solution to the difference equation, that solution is unique and describes the behavior of the system. Of course, the results are only accurate to the degree that the model mirrors reality.

Linear constant coefficient difference equations

An important subclass of difference equations is the set of linear constant coefficient difference equations. These equations are of the form

C y ( n ) = f ( n )

where C is a difference operator of the form given

C = c N D N + c N - 1 D N - 1 + . . . + c 1 D + c 0

in which D is the first difference operator

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

Note that operators of this type satisfy the linearity conditions, and c 0 , . . . , c n are real constants.

However, [link] can easily be written as a linear constant coefficient recurrence equation without difference operators. Conversely, linear constant coefficient recurrence equations can also be written in the form of a difference equation, so the two types of equations are different representations of the same relationship. Although we will still call them linear constant coefficient difference equations in this course, we typically will not write them using difference operators. Instead, we will write them in the simpler recurrence relation form

k = 0 N a k y ( n - k ) = k = 0 M b k x ( n - k )

where x is the input to the system and y is the output. This can be rearranged to find y ( n ) as

y ( n ) = 1 a 0 - k = 1 N a k y ( n - k ) + k = 0 M b k x ( n - k )

The forms provided by [link] and [link] will be used in the remainder of this course.

A similar concept for continuous time setting, differential equations, is discussed in the chapter on time domain analysis of continuous time systems. There are many parallels between the discussion of linear constant coefficient ordinary differential equations and linear constant coefficient differece equations.

Applications of difference equations

Difference equations can be used to describe many useful digital filters as described in the chapter discussing the z-transform. An additional illustrative example is provided here.

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 )

with the initial conditions y ( 0 ) = 0 and y ( 1 ) = 1 . The result is a very fast growth in the sequence. This is why we do not open black boxes.

Got questions? Get instant answers now!

Linear constant coefficient difference equations summary

Difference equations are an important mathematical tool for modeling discrete time systems. An important subclass of these is the class of linear constant coefficient difference equations. Linear constant coefficient difference equations are often particularly easy to solve as will be described in the module on solutions to linear constant coefficient difference equations and are useful in describing a wide range of situations that arise in electrical engineering and in other fields.

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