Exploring Pentation - Base e
#1
I've somewhat reached a natural stopping point in my experimenting with the natural slog for base e. There's more to do, but I'm at a point of diminishing returns and want to do something else, hoping to get inspiration.

I've decided to move on to extending the continuous tetration solution to a continuous pentation solution. The first thing we need to know is what the fixed points are. Hyperbolic fixed points tell us where logarithmic singularities will be in the inverse function (the penta-logarithm, or whatever it's called). The location of the closest such fixed point tells us what the radius of convergence of the power series will be, which we can use as a rough validation tool for any power series we might try to derive, e.g., by an Abel matrix solution.

For base e, the first fixed point I've identified is at about -1.85. This can be seen trivially to exist by looking at the graph of tetration for base e. Without looking at the graph, we know that \( \exp_e^{\circ {\small -2}}(1) = -\infty \) and \( \exp_e^{\circ {\small-1}}(1) = 0 \) Therefore, somewhere in that interval, we must have a crossing. And we can also tell that the fixed point will be repelling under tetration, because the slope at the crossing will be greater than 1.

The quick and dirty way to find the fixed point is to take iterated superlogarithms. As it turns out, this is also how we can extend pentation to negative iterations. I'll use a triple arrow to notate pentation, though I suppose that \( \mathrm{sexp}_e^{\circ n}(1) \) would work as well.

We know that \( e\uparrow\uparrow\uparrow0=1 \), and \( e\uparrow\uparrow\uparrow-1=0 \). But we can find \( e\uparrow\uparrow\uparrow-2 \) by finding \( \mathrm{slog}_e(0) \), which is -1. Then we can find \( e\uparrow\uparrow\uparrow-3 \) by finding \( \mathrm{slog}_e(-1) \). This will quickly take us outside the radius of convergence, so in order to get maximum accuracy, we'll find \( \mathrm{slog}_e\left(\exp_e(-1)\right)-1 \).

Using my 1200-term accelerated solution, the first few iterations give us the following:
\( e\uparrow\uparrow\uparrow0=1 \)
\( e\uparrow\uparrow\uparrow-1=\mathrm{slog}_e(1)=0 \)
\( e\uparrow\uparrow\uparrow-2=\mathrm{slog}_e(0)=-1 \)
\( e\uparrow\uparrow\uparrow-3=\mathrm{slog}_e(-1)=-1.636358354286028979629049436 \)
\( e\uparrow\uparrow\uparrow-4=\mathrm{slog}_e(-1.636358354286028979629049436)=-1.813170483098635639971748853 \)
And so on... Taken to similar precision, the fixed point is -1.850354529027181418483437788.

Going in the forward direction for iteration:
\( e\uparrow\uparrow\uparrow1=\mathrm{sexp}_e(1)=2.718281828459045235360287471 \)
\( e\uparrow\uparrow\uparrow2=\mathrm{sexp}_e(2.718281828459045235360287471)=2075.968335058065833574141757 \)

And so on... Obviously, the next iteration is beyond the scope of scientific notation.

In table form, the integer pentations of e, from -20 to 2:
Code:
n  |  e penta n
2  |  2075.968335058065833574141757
1  |  2.718281828459045235360287471
0  |  1.000000000000000000000000000
-1  |  0.000000000000000000000000000
-2  | -1.000000000000000000000000000
-3  | -1.636358354286028979629049436
-4  | -1.813170483098635639971748853
-5  | -1.844484246898395061868430374
-6  | -1.849443081393375287759562240
-7  | -1.850213384630118386703548774
-8  | -1.850332680687076371299817524
-9  | -1.850351147243492593015231122
-10 | -1.850354005584711078364293582
-11 | -1.850354448007332020493809851
-12 | -1.850354516486711680128769074
-13 | -1.850354527086133925479340624
-14 | -1.850354528726740890531493457
-15 | -1.850354528980678429204206706
-16 | -1.850354529019983561302333809
-17 | -1.850354529026067314878454466
-18 | -1.850354529027008974544720674
-19 | -1.850354529027154727148927025
-20 | -1.850354529027177287127222746

Plotted, we get the following for integer pentations, noting that the second pentation is at about 2,076, well off the top of this graph:

   

Note that if we flip this graph about the line y=x, we'll see the pentalog. There will be a logarithmic singularity at about x=1.850354529. We can calculate the base of the logarithm by dividing the differences of two consecutive pairs of integer pentates. Going out to -100 iterations, This yields a value of about 6.460671295681839390208370083.

We can also get the value by considering the slog and the reciprocal of its derivative at -1.850354529... This is outside the radius of convergence, so we can't simply take the derivative of the power series I developed at 0. However, we can get there using the Abel functional definition of the slog:

\( \mathrm{slog}(z) = \mathrm{slog}\left(\exp(z)\right)-1 \)

\(
\begin{eqnarray}
D_z \left[\mathrm{slog}(z)\right]
& = & D_z \left[\mathrm{slog}\left(\exp(z)\right)-1\right] \\
\mathrm{slog}^{'}(z) & = & \mathrm{slog}^{'}\left(\exp(z)\right)\exp(z) \\
\end{eqnarray}
\)

This evaluates to 0.1547826772534266617145246066. The reciprocal is 6.460671295681839390208370083, which matches the value I previously calculated by comparing successive negative iterates.

We now have the location and base of the logarithmic singularity. The only potential problem is if there are closer singularities in the complex plane, meaning there are other fixed points of the slog near the origin (which at a glance I doubt). But I'll cross that bridge if and when I get there.
~ Jay Daniel Fox
Reply


Messages In This Thread
Exploring Pentation - Base e - by jaydfox - 12/18/2007, 02:57 PM
RE: Exploring Pentation - Base e - by andydude - 12/18/2007, 04:45 PM
RE: Exploring Pentation - Base e - by jaydfox - 12/19/2007, 06:01 AM
RE: Exploring Pentation - Base e - by Ivars - 01/28/2008, 11:01 AM
RE: Exploring Pentation - Base e - by Ivars - 02/02/2008, 05:05 PM
RE: Exploring Pentation - Base e - by Ivars - 02/02/2008, 10:50 PM
RE: Exploring Pentation - Base e - by GFR - 02/02/2008, 11:01 PM
RE: Exploring Pentation - Base e - by Ivars - 02/04/2008, 08:07 PM
RE: Exploring Pentation - Base e - by quickfur - 02/22/2008, 12:21 AM
RE: Exploring Pentation - Base e - by GFR - 02/04/2008, 09:19 PM
RE: Exploring Pentation - Base e - by Ivars - 02/05/2008, 11:25 PM
RE: Exploring Pentation - Base e - by GFR - 02/06/2008, 03:01 PM
RE: Exploring Pentation - Base e - by Ivars - 02/06/2008, 06:23 PM
RE: Exploring Pentation - Base e - by Ivars - 02/07/2008, 09:00 PM
RE: Exploring Pentation - Base e - by Ivars - 02/07/2008, 09:30 PM
RE: Exploring Pentation - Base e - by Ivars - 02/07/2008, 11:20 PM
RE: Exploring Pentation - Base e - by Ivars - 02/08/2008, 10:32 AM
RE: Exploring Pentation - Base e - by Ivars - 02/08/2008, 10:51 AM
RE: Exploring Pentation - Base e - by Ivars - 02/08/2008, 10:56 AM
RE: Exploring Pentation - Base e - by Ivars - 02/09/2008, 11:12 PM
RE: Exploring Pentation - Base e - by Ivars - 02/15/2008, 08:24 PM
RE: Exploring Pentation - Base e - by Ivars - 03/03/2008, 08:04 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [2sinh] exp(x) - exp( - (e-1) x), Low Base Constant (LBC) 1.5056377.. tommy1729 3 5,911 04/30/2023, 01:22 AM
Last Post: tommy1729
  Pentation fractal Daniel 11 13,913 08/03/2022, 03:04 AM
Last Post: JmsNxn
  Base -1 marraco 15 37,515 07/06/2022, 09:37 AM
Last Post: Catullus
  I thought I'd take a crack at base = 1/2 JmsNxn 9 13,632 06/20/2022, 08:28 AM
Last Post: Catullus
Big Grin Repetition of the last digits of a tetration of generic base Luknik 12 19,843 12/16/2021, 12:26 AM
Last Post: marcokrt
  On the [tex]2 \pi i[/tex]-periodic solution to tetration, base e JmsNxn 0 3,534 09/28/2021, 05:44 AM
Last Post: JmsNxn
  A different approach to the base-change method JmsNxn 0 3,929 03/17/2021, 11:15 PM
Last Post: JmsNxn
  pentation and hexation sheldonison 9 37,273 09/18/2019, 02:34 PM
Last Post: sheldonison
  Complex Tetration, to base exp(1/e) Ember Edison 7 23,440 08/14/2019, 09:15 AM
Last Post: sheldonison
  b^b^x with base 0<b<e^-e have three real fixpoints Gottfried 1 9,448 11/07/2017, 11:06 AM
Last Post: sheldonison



Users browsing this thread: 1 Guest(s)