Merged fixpoints of 2 iterates ? Asymptotic ? [2019]
#1
Consider the function f(z) = exp(z) + z.

f(z) has no finite fixpoints.

We do iterates ( fractional near the real line ) by moving the fixpoint at oo to a finite place. 
Of other ways.

I Came to consider the following

f^[2](z) = exp(exp(z)) exp(z) + exp(z) + z.

The finite fixpoints are then 

Exp(z) ( exp(exp(z)) +1 )  + z = z

=>

Exp(z) ( exp(exp(z)) + 1) = 0

=> 

Z = ln( ln(-1) ) 

One solution is

 ln( pi ) + pi / 2 i = A

And another the complex conjugate of A : B.

Now i wonder if we take the half- iterates of f^[2] from those 2 fixpoints ( A and B ) based on koenigs solutions ,

Call them 

FA(z) and FB(z).

And then take the average of them : 

C(z) = ( FA(z) + FB(z))/2  
[ i call this merged fixpoints method ]


Then is C(x) , where x is real , close to f(x) ??

And how does C(z) behave on the complex plane ?
----

Similar questions for the merged fixpoints of g(z,t) = (z^2 + t) + z with t ≥ 1.

Notice g has only 2 fixpoints.


Plots would be nice too.


Regards

Tommy1729
Reply
#2
(09/09/2019, 11:29 PM)tommy1729 Wrote: Consider the function f(z) = exp(z) + z.

f(z) has no finite fixpoints.

We do iterates ( fractional near the real line ) by moving the fixpoint at oo to a finite place. 
...
Now i wonder if we take the half- iterates of f^[2] from those 2 fixpoints ( A and B ) based on koenigs solutions 
Iterating is congruent to iterating


Then we use the method of Ecalle to generate the Abel function for the parabolic fixed point of  at y=0, which corresponds to the fixed point at .  The two periodic fixed points correspond to

Then iterating y is the inverse of iterating the lambert-w function; so that is well defined too.  The problem of using the pair of two-periodic fixed points to generate a real valued soution requires something much much more complicated than just Koenigs; probably the Op has in mind something more like Kneser's method of using a complex conjugate pair of repelling fixed points?   

Quote:Similar questions for the merged fixpoints of g(z,t) = (z^2 + t) + z 

I have implemented iterating where , using both complex conjugate fixed points in a method analogous to Kneser's solution for tetration.  In complex dynamics, this Abel function is the perturbed fatou coordinate.  This implementation is actually one of the dozen or so things included in my program fatou.gp by using the parameter x2mode=1.
Code:
\r fatou.gp
x2mode=1;
loop(0.5);  /* this is my value for k; equal to the Op's "t"; works for k<=0.68; crashes for k>0.69 */
abel(5);    /*  3.33194722643578               */
invabel(4); /* 14.7851562500000; invabel(0)=0  */
- Sheldon
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Discussing fractional iterates of \(f(z) = e^z-1\) JmsNxn 2 360 11/22/2022, 03:52 AM
Last Post: JmsNxn
  Searching for an asymptotic to exp[0.5] tommy1729 204 403,090 09/10/2022, 12:28 PM
Last Post: tommy1729
Question Tetration Asymptotic Series Catullus 18 2,475 07/05/2022, 01:29 AM
Last Post: JmsNxn
  Imaginary iterates of exponentiation jaydfox 9 13,980 07/01/2022, 09:09 PM
Last Post: JmsNxn
  Using a family of asymptotic tetration functions... JmsNxn 15 7,840 08/06/2021, 01:47 AM
Last Post: JmsNxn
  Reducing beta tetration to an asymptotic series, and a pull back JmsNxn 2 1,834 07/22/2021, 03:37 AM
Last Post: JmsNxn
  A Holomorphic Function Asymptotic to Tetration JmsNxn 2 2,246 03/24/2021, 09:58 PM
Last Post: JmsNxn
  An asymptotic expansion for \phi JmsNxn 1 1,821 02/08/2021, 12:25 AM
Last Post: JmsNxn
  Half-iterates and periodic stuff , my mod method [2019] tommy1729 0 2,835 09/09/2019, 10:55 PM
Last Post: tommy1729
  Approximation to half-iterate by high indexed natural iterates (base on ShlThrb) Gottfried 1 4,055 09/09/2019, 10:50 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)