Fractional iteration of x^2+1 at infinity and fractional iteration of exp
#1
Hey guys,

a polynomial pendant of moving from base e over eta to sqrt(2)
may be moving from x^2+1 to x^2 to x^2-1,
i.e. from no fixpoint to one fixpoint to two fixpoints on the real axis.

Now for polynomials there is a technique to iterate them, that is not applicable to exp(x), which I will describe here applied to the example f(x)=x^2+1.

It is the iteration at infinity.
To see whats happening there one moves the fixpoint at infinity to 0, by conjugating with 1/x:
\( g(x)=\frac{1}{(\left(\frac{1}{x}\right)^2+1}=\frac{x^2}{x^2+1} \)

\( g(x) \) can be developed into a powerseries at 0, knowing that:
\( \frac{1}{x+1}=1-x+x^2-x^3\pm\dots \)
\( g(x)=x^2-x^4+x^6\mp \dots \)

\( g(x) \) has a so called super-attracting fixpoint at 0, which means that \( g'(x)=0 \). In this case one can solve the Böttcher equation:
\( \beta(g(x))=\beta(x)^2 \) (where 2 is the first power with non-zero coefficient in the powerseries of \( g(x) \)).

Iterating \( g(x) \) can then be done similarly to the Schröder iteration:

\( g^t(x)=\beta^{-1}(\beta(x)^{2^t}) \).

Again similar to the Schröder case, we have an alternative expression:
\( g^t(x)=\lim_{n\to\infty} g^{-n}\left(g^n(x)^{2^t}\right) \)

If we even roll back our conjugation with \( 1/x \) we get:
\( f^t(x)=\lim_{n\to\infty} f^{-n}\left(f^n(x)^{2^t}\right) \).

Numerically this also looks very convincing:
The following is the half-iterate h of x^2+1 accompanied by the identity function and x^2+1 itself. Computed with n=9.
   
And the verification h(h(x))-(x^2+1)
   


This may lead into a new way of computing fractional iterates of exp, because we just approximate exp(x) with polynomials \( \sum_{n=0}^N \frac{x^n}{n!} \) and approximate the half-iterate of exp with the half-iterate of these polynomials.
Reply


Messages In This Thread
Fractional iteration of x^2+1 at infinity and fractional iteration of exp - by bo198214 - 06/08/2011, 09:55 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  the fraction iteration approximation of tetration Alex Zuma 2025 0 332 04/14/2026, 06:52 PM
Last Post: Alex Zuma 2025
  Fractional tetration method Koha 2 6,435 06/05/2025, 01:40 AM
Last Post: Pentalogue
  X-th iteration where x is a real number Natsugou 1 5,916 10/27/2024, 11:23 PM
Last Post: MphLee
  ChatGPT checks in on fractional iteration. Daniel 0 3,656 05/17/2023, 01:48 PM
Last Post: Daniel
  Bridging fractional iteration and fractional calculus Daniel 8 9,982 04/02/2023, 02:16 AM
Last Post: JmsNxn
  Fractional Integration Caleb 11 15,134 02/10/2023, 03:49 AM
Last Post: JmsNxn
  Iteration with two analytic fixed points bo198214 62 76,771 11/27/2022, 06:53 AM
Last Post: JmsNxn
  Discussing fractional iterates of \(f(z) = e^z-1\) JmsNxn 2 5,023 11/22/2022, 03:52 AM
Last Post: JmsNxn
  Fibonacci as iteration of fractional linear function bo198214 48 59,842 09/14/2022, 08:05 AM
Last Post: Gottfried
  Borel summation, Mellin Transforms, Parabolic iteration JmsNxn 5 8,181 09/10/2022, 03:12 PM
Last Post: bo198214



Users browsing this thread: 1 Guest(s)