Printer Friendly
The Free Dictionary
989,993,141 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

difference equation
(redirected from Recurrence relation)

   Also found in: Wikipedia 0.03 sec.

difference equation

Equation involving differences between successive values of a function of a discrete variable (i.e., one defined for a sequence of values that differ by the same amount, usually 1). A function of such a variable is a rule for assigning values in sequence to it. For example, f(x + 1) = xf(x) is a difference equation. Methods developed for solving such equations have much in common with methods for solving linear differential equations, which difference equations are often used to approximate.


difference equation - A relation between consecutive elements of a sequence. The first difference is

D u(n) = u(n+1) - u(n)

where u(n) is the nth element of sequence u. The second difference is

D2 u(n) = D (D u(n)) = (u(n+2) - u(n+1)) - (u(n+1) - u(n)) = u(n+2) - 2u(n+1) + u(n)

And so on. A recurrence relation such as

u(n+2) + a u(n+1) + b u(n) = 0

can be converted to a difference equation (in this case, a second order linear difference equation):

D2 u(n) + p D u(n) + q u(n) = 0

and vice versa. a, b, p, q are constants.

?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.