10/29/2008, 04:49 AM
(This post was last modified: 11/23/2008, 01:00 AM by Kouznetsov.)
Hello, I did not find figuires of power of exponential. So, I suggest few for \( f=\exp^c(z) \).
levels \( \Re(f)=-3,-2,-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 \)
and \( \Im(f)=-3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 \)
are shown with thick lines in the comples \( z \) plane
for values \( c=1, 0.9, 0.5, 0.1 \) (left) and \( c=-1, -0.9, -0.5, -0.1 \) (right).
One of levels \( \Im(f)=0 \) coincides with the real axis, but at \( c<0 \) one of cuts occupies some of the negative part of the real axis. Some intermediate levels are shown with thin lines.
Also, levels \( \Re(f)=\Re(L) \) and \( \Im(f)=\Im(L) \) are shown with green curves. These levels cross at the branchpoint
\( z=L\approx 0.31813150520476413 + 1.3372357014306895 {\rm i} \) ,
which is fixed point of logarithm.
The thick pink lines indicate the cuts of the complex plane.
Graphics are symmetric with respect to the real axis; at real \( c \),
\( \exp^c(z^*)=\exp^c(z)^* \) ;so, I show only upper half of the complex plane.
Below I incert the graphic \( y=\exp^c(x) \) for real valuees of \( x \), and various values of \( c \):
\( \exp(\exp(x)) \),
\( \exp(x) \),
\( \exp^{0.9}(x) \),
...
\( \log(\log(x)) \)
-----
After to post the pics, I got the crytics (see the first comment). bo198214 suggests that I describe the method. I expected, that the method is obvious from the name of the forum...
\( \exp^c(z)=F\!\Big(c+F^{-1}(z) \Big) \)
where \( F \) is holomorpic solution of
\( F(z+1)=\exp(F(z)) \)
The entire soluiton of this equation is described by Kneser [1]; he used it to construct \( \sqrt{\exp} \), although it is not the only aplication. Past century, there were no computers, so, Kneser could not plot his solution, and only in this century the plotting becomes possible.
I have implemented tetration "tet", id est, the function \( F \), that is holomorphic at least in \( \{ z\in \mathbb{C} ~:~ \Re(z)>-2 \} \) and bounded at least in
\( \{ z\in \mathbb{C} ~:~ |\Re(z)| \le 1 \} \), satisfying conditions
\( F(z+1)=\exp\big(F(z)\big)~ \forall z\in \mathbb{C} ~:~ \Re(z)> -2 \)
\( F(0)=1 \)
\( F\big(z^*\big)=F(z)^* ~ \forall z\in \mathbb{C} ~:~ \Re(z)> -2 \)
My tetation [2] is holomorphic in the whole complex \( z \) plane except \( z\le -2 \). I estimate, my algorithm returns at least 14 correct decimal digits; at least, while the argument is of order of unity. Then, I have implemented, with similar precision, its derivative \( F^{\prime} \) and its interse \( G=\mathrm{slog} \); \( F(G(z))=z \forall z \in \mathbb{C} \backslash \{z~:~ z\!\le\! -\!2 \} \). Such inverse function has two barnchpoints at fixed points \( L \) and \( L^* \) of logarithm, which are solutions of equation \( L=\log(L) \). I put the cutlines horizontally, along the halflines \( \Re(z)<\Re(L) \), \( \Im(z)=\pm \Im(L) \). One of these lines is seen in the figures for \( \exp^c \) at non-ineger \( c \).
In order to understand, how does the inverse function work, I plot the image of the upper halfplane with function kslog.
Images of gridlines \( \Re(z)=-1,0,\Re(L),1,2,3 \) and \( \Im(z)=1,\Im(L),2,3,4 \) are shown. For \( z \) in the shaded region,
\( \mathrm{kslog}(\mathrm{tet}(z))=z \)
References:
1. H.Kneser. Reelle analytische Losungen der Gleichung \( \varphi(\varphi(x))={\rm e}^{x} \) und verwandter Funktionalgleichungen''. Journal fur die reine und angewandte Mathematik, v.187 (1950), 56-67.
2. D.Kouznetsov. Solution of \( F(z+1)=\exp(F(z)) \) in complez z-plane.
Mathematics Of Computations, in press. The up-to-last version is available at my homepage http://www.ils.uec.ac.jp/~dima/PAPERS/analuxp99.pdf
3. http://en.citizendium.org/wiki/Tetration


