ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

Recurrence relation

A recurrence relation, also known as a difference equation, is an equation which defines a sequence recursively.

For example:

Recurrence relations can be solved in order to obtain a nonrecursive function of n. The Fibonacci numbers are defined using a recurrence relation:
and has solution (letting )

Solutions to recurrence relations are found by systematic means.

For recurrence relations in the form:

we make a intelligent guess, or Ansatz, that the solution is to be in the form rn, and we obtain
Dividing through by
This is known as the characteristic equation of the recurrence relation. Solving to obtain the two roots , and if these roots are distinct, we have the solution

Different solutions are obtained depending on the nature of the roots of the characteristic equation.

Interestingly, the method for solving linear differential equations is similar to the method above - the "intelligent guess" for linear differential equations is ex.

See also: recursion

This article is a stub. You can help Wikipedia by fixing it.





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Recurrence relation".