Intervals of Tetration
#1
There are two subjects which have caused me a great deal of confusion, so I will try and make sense of them to myself, and if I get anything wrong, hopefully someone will correct me of my error. The subjects are Classification of fixed points / periodic points / cycles, and the Lyapunov characteristic / number / exponent. Since both of these subjects are properties of self-maps, they will vary with the base of the exponential in question. The reason why I called this Intervals of Tetration is because of this dependance on the intervals which the base is in.

Classification of fixed points

For the classification of fixed points, I could only find 3 good sources:
  • A. A. Bennett, The Iteration of Functions of one Variable.
  • Robert L. Devaney, Complex Dynamical Systems: The Mathematics Behind the Mandelbrot and Julia Sets.
  • Daniel Geisler, http://tetration.org.
Bennett doesn't use names (he uses Type II, etc.), and Devaney's book (he uses attracting, repelling, etc.) doesn't mention all of Geisler's names (he uses parabolic, hyperbolic), so this is a list of fixed points I've been able to piece together from the sources that I've been able to get ahold of. I will be using b as in \( f(x) = b^x \).
  • \( b < c_1 \) -- (attracting 3-cycle: \( \{0,1,\infty\} \))
  • \( b \in [c_1, c_2] \) -- unknown
  • \( b \in (c_2, c_3) \) -- (attracting 3-cycle)
  • \( b \in [c_3, c_4] \) -- unknown
  • \( b \in (c_4, 0) \) -- (attracting 2-cycle)
  • \( b = 0 \) -- no fixed points (super-attracting 2-cycle: {0,1})
  • \( b \in (0, e^{-e}) \) -- (real) repelling fixed point (attracting 2-cycle)
  • \( b = e^{-e} \) -- rationally neutral fixed point (neutral 1-cycle)
  • \( b \in (e^{-e}, 1) \) -- attracting fixed-point (attracting 1-cycle)
  • \( b = 1 \) -- super-attracting fixed point (super-attracting 1-cycle)
  • \( b \in (1, e^{1/e}) \) -- hyperbolic, attracting fixed point (attracting 1-cycle)
  • \( b = e^{1/e} \) -- parabolic, rationally neutral fixed point (neutral 1-cycle)
  • \( b > e^{1/e} \) -- elliptic (complex) repelling fixed point (repelling 1-cycle)
where \( c_1 \approx -4.12 \), \( c_2 \approx -4.13 \), \( c_3 \approx -3.2 \), and \( c_4 \approx -0.1 \).

One of the confusing aspects of these terms is that hyperbolic and parabolic are only used by Geisler, and as such, it is hard to say if he uses them as a synonyms for attracting fixed point and rationally neutral fixed point respectively, or if he means only the bases above one. Perhaps Daniel Geisler can shed some light on this.

The advantage of knowing fixed points is in the methods that depend on fixed points, right now this is Koch/Bell/Carleman matrices, parabolic iteration, and hyperbolic iteration. These methods are useless if you don't know what the fixed points are.

Lyapunov numbers and exponents

I have had the toughest time finding a good definition of the Lyapunov number, because most sources actually give the definition of the Lyapunov exponent, and refer to it as the Lyapunov characteristic, making it even more confusing.

For the Lyapunov number of a map f(x), I will use the notation \( L[f](x_0) \). The definition that I found the easiest to understand (although technically incorrect for non-exponential functions) is as follows:
\(
L[f](x_0) = \lim_{n \rightarrow \infty} \left| (f^{\circ n})'(x_0) \right|^{1/n}
\)
and \( L[f] = L[f](0) \). Part of the confusion was in seeing different notations for similar things like (lim, sup, max, etc.) and (', D, Jacobian, etc.) for derivatives, and sometimes there is a product of derivatives of each iterate, rather than a derivative of one iterate, which I think is easier to read.
  • \( L[\exp_0] = 0 \)
  • \( L[\exp_{b}] \approx \sqrt{2 b (\cosh(e) - 1)}} \) for \( b \in (0, e^{-e}) \)
  • \( L[\exp_{e^{-e}}] = 1 - {e^{-e}} \)
  • \( L[\exp_{b}] \approx 1 - b \) for \( b \in (e^{-e}, 1) \)
  • \( L[\exp_{1}] = 0 \)
  • \( L[\exp_{b}] \approx 1 - \sqrt{1 - \frac{1 - b}{1 - e^{1/e}}} \) for \( b \in (1, e^{1/e}) \)
  • \( L[\exp_{e^{1/e}}] = 1 \)
  • \( L[\exp_{b}] = \infty \) for \( b > e^{1/e} \)

The advantage of knowing the Lyapunov characteristic number is that it is a measure of how well-behaved iterations of a function are. And as you can see, bases above \( \eta = e^{1/e} \) are not even finite! So I guess this means that these bases are the worst-behaved in terms of convergence to a fixed point, which makes sense because there is no real fixed point for these bases.

Methods of Tetration
  • Koch/Bell/Carleman matrices (includes parabolic and hyperbolic iteration) -- works for \( b \in [e^{-e}, e^{1/e}] \) (although it works outside this range, it produces complex values).
    • Daniel Geisler's parabolic tetration series -- first 3 derivatives of parabolic iteration.
    • Daniel Geisler's hyperbolic tetration series -- first 3 derivatives of hyperbolic iteration.
    • Eri Jabotinsky's double-binomial expansion -- a simplification of parabolic iteration.
    • Helms' exp(t log(M)) method -- should work in the same interval.
  • Iteration-based solution of Abel FE (Peter Walker's)-- only given for \( b = e \).
  • Matrix-based solution of Abel FE (Andrew Robbins')-- works for \( b > 1 \) (although it converges faster for \( b > e^{1/e} \)).
  • S.C.Woon's series (w=1) -- quickly converges for \( b \in [0, 1] \) (but straight line), may converge for \( b \in [1, e^{1/e}] \), diverges for \( b > e^{1/e} \).
  • Ioannis Galidakis' solution -- does not satisfy \( {}^{x}b = b^{\left({}^{(x-1)}b\right)} \) for all x (only for integer x).
  • Cliff Nelson's hyper-logarithms -- not continuous, but defines all hyper-(n+1)-logarithms in terms of hyper-n-logarithms.
  • Robert Munafo's solution -- seems C^n, but defined by a nested exponential, so hard to determine analycity.
  • Jay Fox's change-of-base -- theoretically speaking, should work for all \( b > 1 \).
  • Ingolf Dahl's solution -- based on fractional iteration (interval unknown).

Of all of these, I think the methods that are most "natural" are: parabolic iteration, hyperbolic iteration, fractional iteration, and the two Abel FE solutions. However, I think the one with the most potential is Nelson's hyper-logarithms. Nelson's hyper-logarithms are defined almost like a continued fraction, but since it's not exactly a continued fraction, its difficult to analyze, but I think that if it were defined slightly differently, it is possible to make them continuous, and possibly correspond to other methods as well.

Andrew Robbins
Reply


Messages In This Thread
Intervals of Tetration - by andydude - 09/20/2007, 01:22 AM
RE: Intervals of Tetration - by jaydfox - 09/20/2007, 04:48 AM
RE: Intervals of Tetration - by andydude - 09/22/2007, 08:05 PM
RE: Intervals of Tetration - by jaydfox - 09/23/2007, 12:00 AM
RE: Intervals of Tetration - by Gottfried - 09/23/2007, 11:17 AM
RE: Intervals of Tetration - by Daniel - 09/28/2007, 08:48 PM
RE: Intervals of Tetration - by Daniel - 10/05/2007, 11:12 PM
RE: Intervals of Tetration - by bo198214 - 10/06/2007, 07:28 AM
RE: Intervals of Tetration - by UVIR - 10/06/2007, 01:04 PM
RE: Intervals of Tetration - by bo198214 - 10/06/2007, 01:14 PM
RE: Intervals of Tetration - by UVIR - 10/06/2007, 05:26 PM
RE: Intervals of Tetration - by bo198214 - 10/06/2007, 07:26 PM
RE: Intervals of Tetration - by UVIR - 10/07/2007, 06:43 PM



Users browsing this thread: 1 Guest(s)