Jump to content

Function iteration

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 62.137.136.136 (talk) at 21:01, 6 November 2005 (Special Cases). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Function Iteration can easily be defined for integer values of n as the nth term in the series:

But what about fractional or negative values of n? We can extend iteration to these values by using the Continuous Iteration Method.

The Continuous Iteration Method

The "way in" to finding the continuous iteration of a function, f(x), is to first solve the starting equation. This is:

Next we want to construct a Taylor series around this value.

The difficult part of the formula comes in finding the coefficients for this series. The first four are:

They are found by differentiating the equation below and substituting in the starting equation.

For example the first differential gives:

which after substituting in the starting equation becomes:

which is the first coefficient. Later terms are more complicated and require the use of geometric series formulae. Daniel Geisler has shown how to construct these coefficients in a simple manner using Bell polynomials.

Examples

Example 1

Let us first take a simple linear example. We start with the function

The starting equation gives us:


Now to find we set n=2 in our formula. We get:

To find the iterative root g(x) of f(x) such that g(g(x))=f(x) we set n=1/2.

Example 2

Now a quadratic example:

We want to find f(f(x)) so set n=2. The starting equation gives . Let us choose -2 first of all. The formula gives us:

If we chose -3 we get the same result:

Example 3

Now a quartic example:

We want to find g(x) such that g(g(x))=f(x) so set n=1/2. The starting equation gives 2 or -1 so we will choose 2. The formula gives us:

Infinite Series

When considered as an infinite series, the continuous iteration formula allows us to define new functions. We can ask questions such as what is the functional square root of sin(x)? That is to say, what function f(x) is there such that f(f(x))=sin(x). However, to be really useful, there needs to be a simpler way of obtaining the coefficients of the series.

Limits of Applicablility

Not all functions can successfully be used in the continuous iteration formula. One condition are that the function is able to be written as a polynomial series. It is not yet determined if the formula has any relevence to the following iterative funtion:

Many cases where there is no solution to the 'starting equation' or the series has poles in it can be solved by changing the function by a small amount and then taking a limit.

Special Cases

For n=1 we simply get the Taylor series expansion of f(x). When n=-1 we get the inverse function series. In this special case the series simplifies considerably to:

Authors