In mathematics, an iterated function is a function which is composed with itself, possibly ad infinitum, in a process called iteration. In this process, starting from some initial value, the result of applying a given function is fed again in the function as input, and this process is repeated. The sequence of numbers that is obtained from this process is called an orbit.
Iterated functions are objects of study in computer science, fractals, and dynamical systems.
The formal definition of an iterated function on a set X follows:
Let X be a set and f:X → X be a function.
Define
as the n-th iterate of f, where n is a non-negative integer, by:

and

where
is the identity function on
and
denotes function composition; that is,
.
In general, the following identity holds for all non-negative integers m and n,

This is structurally identical to the property of exponentiation that
, i.e. the special case f(x)=ax.
In general, for arbitrary general (negative, non-integer, etc.) indices m and n, this relation is called the translation functional equation, cf. Schröder's equation. On a logarithmic scale, this reduces to the nesting property of Chebyshev polynomials, Tm(Tn(x))=Tm n(x).
Because the notation
may refer to both iteration (composition) of the function
and exponentiation of the function
, some mathematicians choose to write
for the n-th iterate of the function
.
The sequence of functions
is called a Picard sequence,[1][2] named after Charles Émile Picard.
For a given x in X, the sequence of values
is called the orbit of x.
If
for some integer m, the orbit is called a periodic orbit. The smallest such value of m for a given x is called the period of the orbit. The point x itself is called a periodic point. The cycle detection problem in computer science is the algorithmic problem of finding the first periodic point in an orbit, and the period of the orbit.
If f(x) = x for some x in X, then x is called a fixed point of the iterated sequence. The set of fixed points is often denoted as Fix(f). There exist a number of fixed-point theorems that guarantee the existence of fixed points in various situations, including the Banach fixed point theorem and the Brouwer fixed point theorem.
There are several techniques for convergence acceleration of the sequences produced by fixed point iteration. For example, the Aitken method applied to an iterated fixed point is known as Steffensen's method, and produces quadratic convergence.
Upon iteration, one may find that there are sets that shrink and converge towards a single point. In such a case, the point that is converged to is known as an attractive fixed point. Conversely, iteration may give the appearance of points diverging away from a single point; this would be the case for an unstable fixed point.[3] When the points of the orbit converge to one or more limits, the set of accumulation points of the orbit is known as the limit set or the ω-limit set.
The ideas of attraction and repulsion generalize similarly; one may categorize iterates into stable sets and unstable sets, according to the behaviour of small neighborhoods under iteration.
Other limiting behaviours are possible; for example, wandering points are points that move away, and never come back even close to where they started.
In some instances, fractional iteration of a function can be defined: for instance, a half iterate of a function f is a function g such that g(g(x)) = f(x). This idea can be generalized so that the iteration count n becomes a continuous parameter; in this case, such a system is called a flow, specified by Schröder's equation. (cf. Section on #Conjugacy below.)
One method of finding a series formula for fractional iteration, making use of a fixed point, is as follows.
(1) First determine a fixed point for the function such that f(a)=a.
(2) Define
for all n belonging to the reals. This in some ways is the most natural extra condition to place upon the fractional iterates.
(3) Expand
around the fixed point a as a Taylor series.

(4) Expand out:

(5) Substitute in for
:

(6) Make use of geometric progression to simplify terms.

(6b) There is a special case when f'(a)=1:

(7) When n is not an integer we make use of the power formula 
This can be carried on indefinitely although the latter terms become increasingly complicated.
For example setting
gives the fixed point
and the formula above gives:

which is the correct formula. The next terms are all zero as they contain higher derivatives.
We want to find the value of
where this is done n times (and perhaps the interpolated values when n is not an integer). We have
. A fixed point is
. So set x=1 and
expanded around the value of 2 is then an infinite series:

which taking just the first three terms is correct to the first decimal place when n is positive. (Using the other fixed point
causes the series to diverge.)
When n=-1 this series computes the inverse function.
With the function
we expand around the fixed point 1 to get the series:

which is simply the Taylor series of
expanded around 1.
If f and g are two iterated functions, and there exists a homeomorphism h such that
, then f and g are said to be topologically conjugate. Clearly, topological conjugacy is preserved under iteration, as one has that
, so that if one can solve one iterated function system, one has solutions for all topologically conjugate systems. For example, the tent map is topologically conjugate to the logistic map.
Even in the absence of a strict homeomorphism, near a fixed point, here taken to be at x=0, f(0)=0, one may often solve[4] Schröder's equation for a function Ψ, which makes f(x) locally conjugate to f '(0)x. Thus, its iteration orbit, or flow, under suitable provisions (e.g., f '(0) ≠1), amounts to the conjugate of the orbit of the monomial, Ψ−1(f '(0)n Ψ(x)). Here, however, n no longer needs be integer or positive, and is a continuous "time" of evolution for the full orbit[5]: the semigroup of the Picard sequence has generalized to a full continuous group. This is evidently equivalent to the algorithm of the preceding section, albeit more powerful and systematic.
If the function can be described by a stochastic matrix, that is, a matrix whose rows or columns sum to one, then the iterated system is known as a Markov chain.
There are many chaotic maps. Famous iterated functions include the Mandelbrot set and Iterated function systems.
Ernst Schröder,[6] in 1870, worked out special cases of the logistic map, such as the chaotic case f(x) = 4x(1 − x), so that Ψ(x) = arcsin2(√x), hence f n(x) = sin2(2n arcsin(√x)). A nonchaotic case he also illustrated with his method, f(x) = 2x(1 − x), yielded Ψ(x) = −½ ln(1−2x), and hence f n(x) = −½((1−2x)2n−1).
If f is the action of a group element on a set, then the iterated function corresponds to a free group.
Iterated functions can be studied with the Artin–Mazur zeta function and with transfer operators.
In computer science, iterated functions occur as a special case of recursive functions, which in turn anchor the study of such broad topics as lambda calculus, or narrower ones, such as the denotational semantics of computer programs.
Two important functionals can be defined in terms of iterated functions. These are Summation:

and the equivalent product:

Iterated functions crop up in the series expansion of the combined functions, such as g(f(x)). Given the iteration velocity, or beta function (physics),
for the nth iterate of the function f, we have
![g(f(x)) = \exp\left[ v(x) \dfrac{\partial}{\partial x} \right] g(x).](http://bin.sensegates.com/s/d/5/1/d512f4a4e6ae1713aec2406968c1f0d6.png)
For example, if f(x)=x+a, then v(x)=a, and g(x+a)=exp(a ∂/∂x) g(x).
sensagent's content
Dictionary and translator for handheld
New : sensagent is now available on your handheld
Advertising ▼
Webmaster Solution
Alexandria
A windows (pop-into) of information (full-content of Sensagent) triggered by double-clicking any word on your webpage. Give contextual explanation and translation from your sites !
SensagentBox
With a SensagentBox, visitors to your site can access reliable information on over 5 million pages provided by Sensagent.com. Choose the design that fits your site.
Business solution
Improve your site content
Add new content to your site from Sensagent by XML.
Crawl products or adds
Get XML access to reach the best products.
Index images and define metadata
Get XML access to fix the meaning of your metadata.
Please, email us to describe your idea.
Lettris
Lettris is a curious tetris-clone game where all the bricks have the same square shape but different content. Each square carries a letter. To make squares disappear and save space for other squares you have to assemble English words (left, right, up, down) from the falling squares.
boggle
Boggle gives you 3 minutes to find as many words (3 letters or more) as you can in a grid of 16 letters. You can also try the grid of 16 letters. Letters must be adjacent and longer words score better. See if you can get into the grid Hall of Fame !
English dictionary
Main references
Most English definitions are provided by WordNet .
English thesaurus is mainly derived from The Integral Dictionary (TID).
English Encyclopedia is licensed by Wikipedia (GNU).
Copyrights
The wordgames anagrams, crossword, Lettris and Boggle are provided by Memodata.
The web service Alexandria is granted from Memodata for the Ebay search.
The SensagentBox are offered by sensAgent.
Translation
Change the target language to find translations.
Tips: browse the semantic fields (see From ideas to words) in two languages to learn more.
last searches on the dictionary :
computed in 0.078s