![]() |
![]() |
|
![]() |
![]() |
Encyclopedia :
R :
RE :
REC :
Recurrence relation |
|
|
Recurrence relationRecurrent redirects here; for the meaning of "recurrent" in CHR airplay, see Recurrent rotation.In mathematics, a recurrence relation, also known as a difference equation, is an equation which defines a sequence recursively: each term of the sequence is defined as a function of the preceding terms. For example (the logistic map):
Solving a recurrence relation means obtaining a non-recursive function of n. Linear homogeneous recurrence relations with constant coefficientsThe term linear means that each term of the sequence is defined as a linear function of the preceding terms. The coefficients and the constants may depend on n, even non-linearly. A special case is when the coefficients do not depend on n. Homogeneous means that the constant term of the relation is zero. In order to obtain a unique solution to the linear recurrence there must be some initial conditions, as the first number in the sequence can not depend on other numbers in the sequence and must be set to some value. Solving linear recurrence relationsSolutions to recurrence relations are found by systematic means, often by using generating functions (formal power series) or by noticing the fact that rn is a solution for particular values of r. For recurrence relations in the form:
Additionally, if the equation is of the form Different solutions are obtained depending on the nature of the roots of the characteristic equation. If the recurrence is inhomogeneous, a particular solution can be found by the method of undetermined coefficients and the solution is the sum of the solution of the homogeneous and the particular solutions. Interestingly, the method for solving linear differential equations is similar to the method above — the "intelligent guess" for linear differential equations is ex. This is not a coincidence. If you consider the Taylor series of the solution to a linear differential equation:
This equivalence can be used to quickly solve for the recurrence relationship for the coefficients in the power series solution of a linear differential equation. Example: Fibonacci numbersThe Fibonacci numbers are defined using a linear recurrence relation:
:0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 ... Related topics
|
|
|
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License. |
|
| © 2008 Chamas Enterprises Inc. |