![]() |
|
Approximation to half-iterate by high indexed natural iterates (base on ShlThrb) - Printable Version +- Tetration Forum (https://tetrationforum.org) +-- Forum: Tetration and Related Topics (https://tetrationforum.org/forumdisplay.php?fid=1) +--- Forum: Mathematical and General Discussion (https://tetrationforum.org/forumdisplay.php?fid=3) +--- Thread: Approximation to half-iterate by high indexed natural iterates (base on ShlThrb) (/showthread.php?tid=1233) |
Approximation to half-iterate by high indexed natural iterates (base on ShlThrb) - Gottfried - 08/21/2019 *Update, perhaps the key for the general solution, see marked paragrap below* A funny aftermath to my previous thread. Let base \( b \) be on the Shell-Thron-boundary, such that with \( \small b=\exp(u\cdot\exp(-u)) \) we choose some real \( \small c \) such that \( \small u=\exp(2 \cdot \pi \cdot I/c) \) . I used \( \small c= \) golden ratio \( \small\approx1.61 \) We observed in the previous thread that with \( \small z_0=a+0 I \) and \( \small 0.5<a<1 \) all iterates lay on a closed curve (of the shape between a circle and a rough cut throug a potato). So I speculated, that maybe the half-iterate (and of course all fractional iterates) should lay on this curve as well. Now: can we find the approximation to the half-iterate \( \small h=0.5 \)using some high integer \( \small h \) - perhaps supported by the convergents of the continued fraction (which gives height-indexes for best-approximating natural iterates)? After some numerical experiments it seems that this speculation is meaningful. --------------------------- Let us assume, that the Schröder-mechanism indeed gives "the" best half-iterate. So to compute some version of the half-iterate, I consider the Schröder-function \( \small \Psi(z) \) and the inverse \( \small \Psi^{-1}(z) \). Let for an example \( \small z_0=0.7 \), then the Schröder's half-iterate is \( \small z_{0.5}=\Psi^{-1 }(u^{0.5}\;\cdot \Psi(z))\approx 0.881010-0.539753\cdot I \). Next we check, whether this Schröder-half-iterate \( z_{0.5} \) is asymptotically on that curve of the orbit from \( \small z_0 \). Let's find that iteration-heights, which are approximating that value. If we come arbitrarily near to it, we can meaningfully define that Schröder-half-iterate as the limit of what we might provisorically call "Siegel-disc/cont-frac-half-iterate". Let's see the progress of approximation using increasing heights \(h\) , where we just document that \(h\) where the approximation has local optima. Code: \\ code for Pari/GP , realpresision at least 40 dec digitsThis gave the following table: Code: The differences of the iteration-heights are actually from the convergents of the cont-frac of c (read first row), and in steps of 3 (read star-markers): Code: cvgts of cont-frac of c So we get the surprising approximation using \( h(m)= 1 + \sum_{k=0}^m p\[3k+2\] \) where \( p\[k\] \) is the numerator of the k'th convergent of the continued fraction of \( c \) and then \( \lim_{m\to \infty} |\exp_b^{0.5}(z_0)-\exp_b^{h(m)}(z_0)|=0 \) *Update* The key for the observation is likely that because of the circular behave of powers of \(u\) we have a modulo-situation in the background and that evaluates to \( h=0.5 \) \( \hspace{96}\small\lim_{m\to \infty} h(m)\equiv0.5\hspace{48}\pmod{\frac1c} \) It's similar when I used \( \small z_0=0.8 \) and I'd like to know whether this can be generalized to other fractional heights ... For instance here is the approximation to the \(h=1/4\) fractional height: Code: z_025=schrI(s0 * u^0.25 )This gave the following table. I've not yet an idea how to adapt the beginning such that the *diff(i_cv)* harmonize meaningfully: Code: Well, if this works more generally, then I'd conclude: the properties of the Siegel-disc with that type of exponential bases supports the meaningfulness of the Schröder-mechanism for the computation of the fractional iterates in that cases. (my time is reduced at the moment, perhaps I can come back to this later) RE: Approximation to half-iterate by high indexed natural iterates (base on ShlThrb) - tommy1729 - 09/09/2019 I am confused by your sum formula and use of continued fractions. I Will post a thread in a few min to explain how I do or see dynamics of a Siegel disk. Maybe you can clarity and compare. Regards Tommy1729 |