Solving tetration for base 0 < b < e^-e
#1
Hi.

I was wondering about the possibility of extension of the tetrational function to real and complex towers z (also called "heights", but I like "tower" because it rhymes with "power") for exotic bases in the range , as well as at the point . Most extensions to tetration seem to concentrate on bases greater than 1, however I'm interested in the range of bases less than 1 due to the exotic behavior of their integer tetration.

It seems that the tetration for bases can be defined via the regular iteration technique, and for it yields complex values. The technique also seems to be applicable to all bases inside the convergent region of the complex plane (the "kidney-bean" shaped area of the "tetration fractal"), and when using the principal branch of the logarithm and Lambert function we get a "principal branch" of the tetrational in that region of bases with a branch cut going to the left from the base b = 1, where it is continuous from above. The bases on the interval lie along this cut line. When tetration of these bases to real towers is plotted, it forms a spiral pattern.

However, once one gets below , there is no more attracting fixed point and for natural numbers n does not settle down as , but instead oscillates between two values (solutions of -- I'm not sure if there exists a closed-form solution for them like how is a closed form for the fixed points of the exponential via Lambert's function, though), i.e. it converges to a 2-cycle. Thus the regular method does not seem to be useful for extending to these bases (regular iteration down into the repelling fixed point is possible but it yields a function that is entire on the complex plane, and that is not good, as I'd expect tetration to have branch points/singularities at z = -2, -3, -4, -5, ...). Yet I'm really curious to know what would happen if this tetration were extended to real and complex values of z, as it doesn't seem much has been done with it before, and it's a sort of "last frontier" of the real bases. The behavior for is interesting enough, but those bases still converge on a fixed point.

I was curious about Ansus' formula and also Kouznetsov's Cauchy integral method, though it is possible (but by no means certain) that there may be additional singularities on the z-plane (additional to those at z = -2, -3, -4, -5, ...), as the bases in have additional singularities on the z-plane (in both the left and right half-planes) due to complex periodicity with period where is the principal fixed point of the exponential), so choosing a good countour for the latter may be tricky, plus there are uncertainties in what the asymptotic behavior should be.

And by Ansus' formula, I mean the formula from the continuous product, given by

.

which can also be written as an iterative formula with an integral:

.

However I haven't had much luck in getting the iterative integral formula to stabilize/converge. For base e and an initial function (f(x) = 1) given as a truncated Taylor series it seemed to converge for a bit then diverged again (I could post the code if you want).

The thread these formulas come from is here:
http://math.eretrandre.org/tetrationforu...273&page=1
Reply
#2
Gottfried considered this case already here. He provided pictures of the regular iteration (base 0.04) at the repelling fixed point. If we however rather want to consider iteration at the attracting 2-cycle, the following comes to my mind:

At this base range the limits and exist ().

So I would consider the regular iteration of and then just always take the half of the iteration number .

I will carry that out perhaps in the next post.
Reply
#3
(09/12/2009, 06:56 AM)bo198214 Wrote: So I would consider the regular iteration of and then just always take the half of the iteration number .

The interesting thing is that not only has the two attracting fixed points and but also a repelling fixed point in between. Which is attractive for in the range .

   
Graph for b=0.01 with p1=0.941482102273016 and p2=0.0130925205079953.

So why not do regular iteration at that inbetween fixed point?
Reply
#4
(09/12/2009, 07:20 AM)bo198214 Wrote:
(09/12/2009, 06:56 AM)bo198214 Wrote: So I would consider the regular iteration of and then just always take the half of the iteration number .

The interesting thing is that not only has the two attracting fixed points and but also a repelling fixed point in between. Which is attractive for in the range .

[attachment=551]
Graph for b=0.01 with p1=0.941482102273016 and p2=0.0130925205079953.

So why not do regular iteration at that inbetween fixed point?

Because it's a repelling point, so the resulting superfunction will still be entire, and I want to try and find one with the singularities, etc., as that is more like what is expected from "tetration".
Reply
#5
(09/12/2009, 07:40 AM)mike3 Wrote: Because it's a repelling point, so the resulting superfunction will still be entire, and I want to try and find one with the singularities, etc., as that is more like what is expected from "tetration".

The method does anyway not work, even if we take the regular iteration at one of the attracting fixed points. Because the regular iteration returns a strictly increasing function, particularly is strictly increasing and hence because is strictly decreasing.

Its a bit like you want to know what is. Then you can not just consider as .

PS: Quoting policy is to only quote what is necessary for your reply.
Reply
#6
Hmm. However in the emails, you mentioned the use of a "multiplier" that works similar to the derivative at the fixed point but for a cycle. How does one employ this?

Oh yeah, and sorry about the "big" quote.
Reply
#7
(09/12/2009, 08:07 AM)mike3 Wrote: Hmm. However in the emails, you mentioned the use of a "multiplier" that works similar to the derivative at the fixed point but for a cycle.

Generally the multiplier of a cycle (i.e. and ) is defined as:
.

This is equal to the multiplier of at any point of the cycle (by the chain rule).

Example n=2
. If you now plug in you get and if you plug in you get the same result .

If you would depict the tangents at the left and right fixed point in the graph before, they would be parallel.

But this approach to consider already failed.
Reply
#8
So it would seem that the regular iteration is not applicable to this case... (as I suspected) What about the other methods, e.g. the continuum-product formula?
Reply
#9
(09/12/2009, 08:50 AM)mike3 Wrote: So it would seem that the regular iteration is not applicable to this case... (as I suspected) What about the other methods, e.g. the continuum-product formula?

There are two other methods. Intuitive slog and matrix power tetration.
The intuitive slog seems not applicable to bases (see Andrew's post about the base range of the intuitive slog).

Then I tried the matrix power method for base 0.04. It converges, however the result is not a superexponential. I plot the sexp on (0,1) (lower curve) and b^sexp(x) on (-1,0). They should be the same, but differ remarkably. The curve is nearly the same for matrix size 30 and matrix size 40.
    .
Reply
#10
So then since neither of those worked, it seems all we're left with is the Ansus formula and the Cauchy integral (but determining the correct contours and asymptotic behavior, now that's the rub...).

I'm also curious: What about exactly? You said it converges slowly, but how do you iterate it at all? What is the asymptotic as the tower ?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Base -1 marraco 15 19,978 07/06/2022, 09:37 AM
Last Post: Catullus
  I thought I'd take a crack at base = 1/2 JmsNxn 9 2,814 06/20/2022, 08:28 AM
Last Post: Catullus
  solving f(g(x)) = f(x) converging to f(exp(x)) = f(x) tommy1729 2 821 05/26/2022, 11:07 PM
Last Post: JmsNxn
Big Grin Repetition of the last digits of a tetration of generic base Luknik 12 4,935 12/16/2021, 12:26 AM
Last Post: marcokrt
  On the [tex]2 \pi i[/tex]-periodic solution to tetration, base e JmsNxn 0 948 09/28/2021, 05:44 AM
Last Post: JmsNxn
  A different approach to the base-change method JmsNxn 0 1,389 03/17/2021, 11:15 PM
Last Post: JmsNxn
  Complex Tetration, to base exp(1/e) Ember Edison 7 12,860 08/14/2019, 09:15 AM
Last Post: sheldonison
  b^b^x with base 0<b<e^-e have three real fixpoints Gottfried 1 6,047 11/07/2017, 11:06 AM
Last Post: sheldonison
Question Analytic matrices and the base units Xorter 2 6,520 07/19/2017, 10:34 AM
Last Post: Xorter
  Base units Xorter 0 3,352 01/22/2017, 10:29 PM
Last Post: Xorter



Users browsing this thread: 1 Guest(s)