Science Fair Projects Ideas - Recurrence relation

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Recurrence relation

Recurrent 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):

x_{n+1} = r x_n (1 - x_n) \,

Some simply defined recurrence relations can have very complex (chaotic) behaviours and are sometimes studied by physicists and mathematicians in a field of mathematics known as nonlinear analysis .

Solving a recurrence relation means obtaining a non-recursive function of n.

Contents

Linear homogeneous recurrence relations with constant coefficients

The 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 relations

Solutions 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:

a_{n}=Aa_{n-1}+Ba_{n-2} \,

we have the solution rn:

r^{n}=Ar^{n-1}+Br^{n-2} \,

Dividing through by rn - 2 we get:

r^2=Ar+B \,
r^2-Ar-B=0 \,

This is known as the characteristic equation of the recurrence relation. Solve for r to obtain the two roots λ12, and if these roots are distinct, we have the solution

a_n = C\lambda_1^n+D\lambda_2^n \,

while if they are identical (when A2+4B=0), we have

a_n = C\lambda^n+Dn\lambda^n \,

where C and D are constants.

Additionally, if the equation is of the form an = Aan - 1 + B you can substitute 2 for n and get r2 = Ar + B as above. The constants C and D can be found from the "side conditions" that are often given as a0 = a, a1 = b.

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:

\sum_{n=0}^{\infin} \frac{f^{(n)}(a)}{n!} (x-a)^{n}

you see that the coefficients of the series are given by the n-th derivative of f(x) evaluated at the point a. The differential equation provides a linear difference equation relating these coefficients.

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 numbers

The Fibonacci numbers are defined using a linear recurrence relation:

F_{n} = F_{n-1}+F_{n-2} \,
F_{0} = 0 \,
F_{1} = 1 \,

and has solution (letting \Phi = {1+\sqrt{5} \over 2} be the golden ratio)

F_n = {\Phi^n \over \sqrt{5}} - {(1-\Phi)^n \over \sqrt{5}}

The initial conditions are:

F_{0} = 0 \,
F_{1} = 1 \,

Therefore, the sequence of Fibonacci numbers is:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89 ...

Related topics

03-10-2013 05:06:04
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice