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 Paul Bird Continuous Iteration Method discovered in 2005.
The Paul Bird 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. Although it is always theoretically possible to construct all the coefficients algorithmically, it is not yet known if there is a simple way of constructing the coefficients.
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.