[AIS] (alternating) Iteration series: Half-iterate using the AIS?
#28
Well, I've now fiddled out the method how to find the analytic formulae for the first and second derivative of the asum(x), in terms of power series. It is always

\( \operatorname{asum}(x) =
\operatorname{asum}_0(x,p) +
\operatorname{asum}_c(x,p,q) +
\operatorname{asum}_1(x,q)
\)
\( \operatorname{asum}'(x) =
\operatorname{asum}'_0(x,p) +
\operatorname{asum}'_c(x,p,q) +
\operatorname{asum}'_1(x,q)
\)
\( \operatorname{asum}''(x) =
\operatorname{asum}''_0(x,p) +
\operatorname{asum}''_c(x,p,q) +
\operatorname{asum}''_1(x,q)
\)


where
  • * the \( \operatorname{asum}_0(x,p) \) and \( \operatorname{asum}_1(x,q) \) are expressed as a power series in x around the respective fixpoint
    * the parameters p and q indicate initial shifts by integer iterations towards the respective fixpoint and
    * the \( \operatorname{asum}_c(x,p,q) \) contains the remaining finite alternating sum over the integer iterates \( x_{-(q-1)} \cdots x_{p-1} \) around the center \( x_0=x \) .



This requires to compute the first and second derivatives of \( x_{-q},x_{-q+1},...x_{-1},x,x_1,x_2,...,x_p, \) and for the second derivative \( \operatorname{asum}''(x) \) some rule of combination - I can provide the details if this is of interest; after that derivatives can be computed recursively this is not much amount of computation. (For the recursion for the first derivatives I found amazingly an early reference in Ramanujan's notebooks, but not yet for the second derivatives, so this all remains based on pattern recognition so far and the inductive proofs should follow another day...)

The point of this part of investigation is, to have now the possibility to invoke the Newton-iteration for the zeros and the extrema of the asum without the need of the basic, but consumptive, limit formula \( \lim_{h \to 0} { \operatorname{asum}(x+h/2)-\operatorname{asum}(x-h/2) \over h} \) which seemed to be unsatisfactory to me.

I'd like now to relate this to Sheldon's earlier posted solution as a single power series, where some reservation was expressed concerning the accuracy of achievable computation (something ~32 dec digits) . Can that power series be made arbitrary precise (at least in principle)? And if, what would be the amount of computation? And did this include the possibility of a power series for the inverse of the asum(x)?

Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: Iteration series: Half-iterate using the infinite iteration-series? - by Gottfried - 01/02/2013, 03:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Divergent Series and Analytical Continuation (LONG post) Caleb 54 58,084 03/18/2023, 04:05 AM
Last Post: JmsNxn
  Discussion on "tetra-eta-series" (2007) in MO Gottfried 40 42,009 02/22/2023, 08:58 PM
Last Post: tommy1729
  Half-iterate exp(z)-1: hypothese on growth of coefficients Gottfried 48 54,413 09/09/2022, 12:24 AM
Last Post: tommy1729
Question Tetration Asymptotic Series Catullus 18 22,688 07/05/2022, 01:29 AM
Last Post: JmsNxn
Question Formula for the Taylor Series for Tetration Catullus 8 13,866 06/12/2022, 07:32 AM
Last Post: JmsNxn
  Fractional iteration of x^2+1 at infinity and fractional iteration of exp bo198214 17 53,679 06/11/2022, 12:24 PM
Last Post: tommy1729
  Calculating the residues of \(\beta\); Laurent series; and Mittag-Leffler JmsNxn 0 3,760 10/29/2021, 11:44 PM
Last Post: JmsNxn
  Trying to find a fast converging series of normalization constants; plus a recap JmsNxn 0 3,607 10/26/2021, 02:12 AM
Last Post: JmsNxn
  Why the beta-method is non-zero in the upper half plane JmsNxn 0 3,346 09/01/2021, 01:57 AM
Last Post: JmsNxn
  Reducing beta tetration to an asymptotic series, and a pull back JmsNxn 2 6,941 07/22/2021, 03:37 AM
Last Post: JmsNxn



Users browsing this thread: 10 Guest(s)