Tetration Forum
Exotic fixpoint formulas - 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: Exotic fixpoint formulas (/showthread.php?tid=1764)



Exotic fixpoint formulas - tommy1729 - 06/20/2023

I want to point out that fixpoint methods are usually based on formula's like koenigs or the higher order taylor analogues.

So for instance with hyperbolic attracting fixpoint at 0 :
 
f(x) = 0 + a x + b x^2 + ...

with 0 < a < 1

f^[z](x) = lim f^[-m]( a^z f^[m](x) )

This used the linear taylor polynomial a x for f(x).

A faster converging method is to use iterations of a x + b x^2 ( mod x^3 if you want to trade speed for kinda closed form ).

Although this works nice it gives little insight.

But we can use taylor's theorem to express f(x) in terms of its derivatives and this gives better insights sometimes.


As an example I take again a ' linear approximation / method '.

f(x) = x/( 1 + ln(1+x) )

Now we clearly understand the approximation below is good and intuitive :

f^[2](x) = x/( 1 + ln(1+x) )^2



In general

f(x) = x * g(x)

g(x) = f(x)/x

Notice if f(x) = 0 + a x + ...  
Then g(x) = a + ...


f^[z](x) = lim f^[-m]( (f(x)/x)^z f^[m](x) )


Higher order variants are also possible.

I rarely see this investigated.
Ofcourse regions of convergeance , branches and functional equation far away from the fixpoint may differ.
But that is also interesting.

But these are also analytic so are in the same category.
In fact they are the same functions but with different regions of convergeance , convergeance speed etc.
They even share the semi-group iso in general.




As example say 

f(x) = x/( 1 + ln(1+x) )

f^[z](x) = lim f^[-m](  (1 + ln(1+x))^z   f^[m](x) )


Or for

 https://tetrationforum.org/showthread.php?tid=1750

f(x) = exp(x) - exp(-3/5 x)

f^[z](x) = lim f^[m](  ( (exp(x) - exp(-3/5 x))/x )^z   f^[-m](x) )

( notice the signs of m are switched because f(x) is repelling here.  The inverse of f(x) has no simple closed form hence the reason )

All in all it is not all that different, but the viewpoint and insight makes all the difference.

Keep in mind to use some common sense just as with the other methods.
For instance if x is large and m is small and z is large , this probably does not give a good approximation yet and requires more work and/or iterations and/or analytic continuation.

As a consequence I write :


exp^[z](x) = lim ln^[m] (  f^[2m](  ( (exp(x) - exp(-3/5 x))/x )^z   f^[-2m](exp^[m](x)) ) )



regards

tommy1729


RE: Exotic fixpoint formulas - tommy1729 - 06/20/2023

Also Bo explains here a generalization of hyperbolic and parabolic fixpoint methods due to Lévy.

This also can be generalized in a similar way.

see :

https://tetrationforum.org/showthread.php?tid=471


regards

tommy1729


RE: Exotic fixpoint formulas - tommy1729 - 06/20/2023

Reminder :

Quadratic approximation for attracting function with fixpoint at 0 :


f(x) = a x + k x^2 + ...

f^[t](x) = a^t x + k a^(t-1) ( a^t - 1 )/(a-1) x^2.


Also here were some ideas :


https://tetrationforum.org/showthread.php?tid=951


regards

tommy1729