|
Parabolic Iteration
|
|
08/10/2007, 08:39 PM
Post: #1
|
|||
|
|||
|
Parabolic Iteration
Introduction
Definition: An analytic function with a parabolic rationally neutral fixed-point is a function f(x) that is complex-analytic in x, and satisfies Notation: We use Examples of analytic functions with a parabolic rationally neutral fixed-point include: the sine function sin(x) Iterate-Derivative Matrices
Definition: An iterate-derivative matrix (IDM) of f(x) about As you can see, the name stems from the iterate Using Lagrange interpolation, all columns can be turned into finite polynomials:
One way of doing parabolic iteration is simply to use the IDM and Lagrange interpolation. Since you know that column k is going to be a polynomial in j of degree which expresses the continuous iteration of an analytic function with a parabolic rationally neutral fixed-point. For this formula to apply to continuous iteration and not just discrete iteration, the gamma function must be used to evaluate the binomial coefficient, or expand it to a polynomial first. Notice that we obtained this formula using the IDM and Lagrange interpolation. We will compare this with other formulas we will derive later. Power-Derivative Matrices
Definition: A power-derivative matrix (PDM) of f(x) about The PDM about As you can see, the PDM turns composition into matrix multiplication, and iteration into matrix powers. This is the key to understanding PDMs. Once this is understood, one can begin thinking in linear algebra instead of function theory, for they become one and the same. History: Some variants of power-derivative matrices (PDMs) are also known as Bell matrices (if History: According to Bennet, the first use of PDMs for continuous iteration was by Koch. Kowalski et.al. call the more general form a Carleman matrix, and along with Aldrovandi et.al. refer to the special case when For an example of a PDM for this kind of function, using and an example of the simplified case when the fixed-point is zero As you can see, the PDM for Another way of finding the continuous iteration of this special kind of function is using PDMs and matrix powers. Since this matrix represents increasing powers of a function and its derivatives, we only need the first power of the function to find its coefficients, which corresponds to the first row (not the zeroth). Putting it all together (using just like with the IDM method, only with Double-Binomial Expansions
The first to devote a full-length paper to this method was S. C. Woon. The expansion is based on the binomial theorem, and as such, is easy to understand. Woon originally described his method in terms of the iteration of operators, but here we describe it in terms of functions: This brings us full circle, since the last part of the above expression is exactly the definition of an IDM. These three methods are very similar and inter-connected, and as such, are all tools of parabolic iteration. References
R. Aldrovandi, Special Matrices of Mathematical Physics, World Scientific, 2001. R. Aldrovandi and L.P. Freitas, Continuous Iteration of Dynamical Maps, Journal of Math. Phys. 39, 5324, 1998. E. T. Bell, The Iterated Exponential Integers, The Annals of Mathematics, 2nd Ser., Vol. 39, No. 3. (Jul., 193 , pp. 539-557. T. Carleman, Acta Mathematica 59, 63, 1932. D. Geisler, http://Tetration.org, (accessed: 2006). H. v. Koch, Bil. t. Sv. Vet. Ak. Hand. 1, Math. 25, m'em. no. 5, pp. 1-24, (1900). H. Trappmann, Arborescent Numbers: Higher Arithmetic Operations and Division Trees, http://blafoo.de/tree-aoc/main1176.pdf, (accessed: 2006). H. Trappmann and I. Dahl, Tetration extended to real exponents, sci.math.research, http://mathforum.org/kb/message.jspa?mes...0&tstart=0, (2006). P. Gralewicz and K. Kowalski, Continuous time evolution from iterated maps and Carleman linearization, http://arxiv.org/abs/math-ph/0002044. H. S. Wilf, Generatingfunctionology, Academic Press, (1990). S.C. Woon, Analytic Continuation of Operators -- Operators acting complex s-times, http://arxiv.org/abs/hep-th/9707206. |
|||
|
08/10/2007, 10:04 PM
Post: #2
|
|||
|
|||
|
RE: Parabolic Iteration
Oh damn, you were faster than me. I was just preparing a similar post!
So there remains for me the task of adding and correcting ![]() First in the formula for the double binomial expansion the coefficient (-1)^{n-1-i} is missing. The correct formula is (I follow the usage of Ecalle and write A criterion for the convergence of this expression is given by Jabotinsky and Erdös in [1]: Theorem 1: If the radius of convergence of the series Theorem 2: If the radius of convergence of L(z) is 0 then the radius of convergence of A famous example for this second case is However this looks more terrible than it is, because there are so called asymptotic expansions. That means that in the development point the series does not converge, but the function approximates in a certain way the (formal) power series in the point of development, see [5]. For this case Ecalle [3] showed, that there is a unique continuous iteration that has the formal continuous iteration as its asymptotic expansion (for series with [1] P. Erdös and E. Jabotinksy, On analytic iteration, J. Analyse Math. 8, 1960/1961, 361-376. [2] I. N. Baker, Zusammensetzungen ganzer Funktionen, Math. Z 69, 1958, 121-163. [3] J. Ecalle, Théorie des invariants holomorphes, Publications mathématiques d'Orsay 67-74 09, 1974. [4] G. Szekeres, Regular iteration of real and complex functions, Acta Math. 100, 1958, 203-258. [5] W. Balser, From divergent power series to analytic functions, Lecture Notes in Mathematics, Springer, 1994. |
|||
|
08/15/2007, 08:18 PM
Post: #3
|
|||
|
|||
RE: Parabolic Iteration
bo198214 Wrote:A famous example for this second case is Sweet, I had concluded the same thing and was trying to turn my conceptual proof into a formal proof. But if the work's been done already, then I can breathe easy. Essentially, if k is the number of terms at which we truncate the series expansion, then there is a non-zero radius for which the series is initially convergent (i.e., the root-test for terms 1 through k would all be less than 1). As k is increased the radius of initial convergence decreases towards zero, but the evalutation of the series well inside that radius (e.g., within 1/2 that radius) converges asymptotically, and we can define an alternating Cauchy sequence (2 terms for each k, a least upper bound and a greatest lower bound) that has a definite limit. Within the 1/2 radius, for example, we can exponentially constrain the change in each successive term of the sequence (up to k), allowing us to define a least upper bound and a greatest lower bound for the asymptote, with the distance between these bounds decreasing with increasing k. Sounds nice, but showing it formally is proving difficult with my lack of rigorous formal training in mathematics. Regardless, if the proof has already been shown, then combined with my change of base formula, we now have a unique solution to tetration of bases greater than eta. By the way, for the reference to Ecalle, where can I get a copy, and more importantly, is there an English translation available? ~ Jay Daniel Fox |
|||
|
08/16/2007, 07:51 PM
(This post was last modified: 08/16/2007 07:54 PM by bo198214.)
Post: #4
|
|||
|
|||
|
RE: Parabolic Iteration
Moderator's note: I moved the subsequent posts into the thread Change of base formula for Tetration.
|
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Iteration series: Half-iterate using the infinite iteration-series? | Gottfried | 31 | 2,457 |
01/04/2013 05:21 PM Last Post: sheldonison |
|
| Iteration series: Different fixpoints and iteration series (of an example polynomial) | Gottfried | 0 | 466 |
09/04/2011 05:59 AM Last Post: Gottfried |
|
| Fractional iteration of x^2+1 at infinity and fractional iteration of exp | bo198214 | 10 | 2,826 |
06/09/2011 05:56 AM Last Post: bo198214 |
|
| Parabolic Iteration, again | andydude | 11 | 2,950 |
05/14/2008 02:56 AM Last Post: andydude |
|
User(s) browsing this thread: 1 Guest(s)

About
Tetration Wiki
Search
Member List
Help
Privacy Policy


, pp. 539-557. 


