x↑↑x = -1
#7
(05/29/2014, 04:37 PM)tommy1729 Wrote: How does tetration work for base 3 + i ?
...

Start with a base>eta, and rotate counterclockwise till you get to 3+i, or any other base. Lets say we have a complex tetration for b=3+i.
\( \text{tet}_b(0)=1 \)

As we rotated, we follow the two fixed points, L_1, L_2, which started out as L and L*. 1 refers to the upper half of the complex plane 2 refers to the lower half.
\( L_1=b^{L_1}\;\;\; \) fixed point, upper
\( L_2=b^{L_2}\;\;\; \) fixed point, lower
\( \lambda_1 = \ln(L_1)\;\;\; \) derivative at the fixed point, upper
\( \lambda_2 = \ln(L_2)\;\;\; \) derivative at the fixed point, lower

Let as assume the most straightforward case, that both \( |\lambda_1|>1\; \) and \( |\lambda_2|>1\; \), so both fixed points are repelling. This is true at the real axis for bases>exp(1/e). On the ShellThron boundary, \( |\lambda_1|=1 \), and the Schroeder function does not converge if \( \lambda_1^n=1 \) for some integer n. For some mysterious reason, complex tet(z) is still defined and analytic for these bases; see this question on math overflow. But it is easier to start by assuming that the magnitude of both lambda's is greater than 1.

\( S_1(b^z) = \lambda_1(S_1(z))\;\;S_1(L_1)=0\;\;\; \) formal Schroeder equation, upper
\( S_2(b^z) = \lambda_2(S_2(z))\;\;S_2(L_2)=0\;\;\; \) formal Schroeder equation, lower
\( \alpha_1(z) = \ln(S_1(z))/\ln(\lambda_1)\;\;\; \) formal Abel function, upper \( \;\alpha_1(b^z)=\alpha_1(z)+1 \)
\( \alpha_2(z) = \ln(S_2(z))/\ln(\lambda_2)\;\;\; \) formal Abel function, lower \( \;\alpha_2(b^z)=\alpha_2(z)+1 \)

So the conjecture is if Tet(z) is the bipolar complex analytic tetration function, then in the upper half of the complex plane,
\( \alpha_1(\text{tet}_b(z)) = \alpha_1(\text{tet}_b(z+1))+1 \)
\( \alpha_1(\text{tet}_b(z)) = z + \theta_1(z) \)
\( \text{tet}_b(z)=\alpha_1^{-1}(z+\theta_1(z))\;\;\;\theta_1(z) = \sum_{n=0}^{\infty} a1_n \exp(2\pi i z)^n \)

And in the lower half of the complex plane
\( \alpha_2(\text{tet}_b(z)) = \alpha_2(\text{tet}_b(z+1))+1 \)
\( \alpha_2(\text{tet}_b(z)) = z + \theta_2(z) \)
\( \text{tet}_b(z)=\alpha_2^{-1}(z+\theta_2(z))\;\;\;\theta_2(z) = \sum_{n=0}^{\infty} a2_n \exp(-2\pi i z)^n
\)

If both \( |\lambda_1|>1\; \) and \( |\lambda_2|>1\; \), then the conjectured tetration solution will have \( \theta_1(z) \) analytic in the upper half of the complex plane, with a singularity at integers at the real axis, and decaying to a constant as imag(z) goes to +infinity. Also, \( \theta_2(z) \) is analytic in the lower half of the complex plane, with a singularity at integers at the real axis, and decaying to a constant as imag(z) goes to -infinity. Then tet(z) decays to L1 as imag(z) goes to +infinity, and decays to L2 as imag(z) goes to -infinity. The pseudo periodicity in the upper half of the complex plane will be

\( \frac{2\pi i}{\ln(\ln(L_1))}\; \) as tet(z) decays to \( \;\alpha_1^{-1}(z) \)

And in the lower half of the complex plane the pseudo periodicity will be

\( \frac{2\pi i}{\ln(\ln(L_2))}\; \) as tet(z) decays to \( \;\alpha_2^{-1}(z) \)

The tetcomplex.gp program calculates the two theta(z) functions which can it turns out can be represented with an analytic Taylor series, \( \theta_1(z), \; \theta_2(z), \) as well as a Taylor series for tet(z) centered at z=0, where the tet(z) Taylor series has a radius of convergence of 2, since there is a singularity at z=-2. These three analytic functions, along with the inverse Abel functions, allows calculating tet(z) anywhere in the complex plane. The tet(z) taylor series at z=0 is important, since it allows getting accurate numeric results at the real axis, where the two theta(z) functions have a singularity, and it is difficult to get accurate results for tet(z) at the real axis using just the theta(z) functions, even though the three analytic representations are equal to each other at the real axis. Unlike real tetration, there is no Riemann mapping equivalent for determining the theta(z) functions, and all I can do is conjecture based on numeric evidence, so tetcomplex is fairly weak from a theoretical point of view. Moreover, as you rotate further you get to the ShellThron boundary, and there the Schroder function doesn't even converge, and then you continue on to where the upper |lambda_1|<1, and you have an attracting fixed point, which further complicates things... Things get even more complicated at the real axis for bases<exp(1/e), and even more complicated as you rotate further, and apparently run up against an analytic barrier the second time you cross the ShellThron boundary. My intent was to publish the tetcomplex.gp code and the results in the computation section of this forum because I don't have the background to make them mathematically rigorous; my best guess is that the techniques used in parabolic implosion might help using Ecalle cylinders to develop a rigorous approach for bases in the neighborhood of \( \exp(1/e)+\epsilon \)

If you load up tetcomplex. and init(3+I), you get the following. The Taylor series is accurate to a little better than 13 decimal digits inside a circle of radius=0.85.
Code:
base           3 + I
  fixed point    0.324536386411255842495384 + 1.00148180609593401223717*I
  fixed point2   -0.0976763924712228440288378 - 1.39768129114469821694239*I
  Pseudo Period  4.01614979115113383262106 + 0.603487054263112033534298*I
  Pseudo Period2 4.02129656594167739617471 - 1.51597598902672933652589*I

{xsexp=tet=  1.0000000000000
+x^ 1* ( 1.1926785812984 + 0.17528884740114*I)
+x^ 2* ( 0.40358253612197 + 0.28625728248352*I)
+x^ 3* ( 0.26562261086389 + 0.20485344401535*I)
+x^ 4* ( 0.092800207979617 + 0.14734488382204*I)
+x^ 5* ( 0.043931082052940 + 0.086658293838264*I)
+x^ 6* ( 0.0089141331239816 + 0.050085771440674*I)
+x^ 7* ( 0.0013765234983335 + 0.025862318761102*I)
+x^ 8* (-0.0026978278190898 + 0.013091395423508*I)
+x^ 9* (-0.0021889141827255 + 0.0060620692068208*I)
+x^10* (-0.0017806650949948 + 0.0027403191348693*I)
+x^11* (-0.0010193966934607 + 0.0011263617029755*I)
+x^12* (-0.00061278177551249 + 0.00044428387601631*I)
+x^13* (-0.00030810246280557 + 0.00015018324665746*I)
+x^14* (-0.00016198268279436 + 0.000043995580522468*I)
+x^15* (-0.000074383803479140 + 0.0000057695847336563*I)
+x^16* (-0.000035741097977676 - 0.0000033130217201198*I)
+x^17* (-0.000015084052059994 - 0.0000045728595765211*I)
+x^18* (-0.0000067097776111741 - 0.0000032101686314687*I)
+x^19* (-0.0000025610246202369 - 0.0000019969970162471*I)
+x^20* (-0.0000010474967643254 - 0.0000010720401888591*I)
+x^21* (-0.00000033928597452058 - 0.00000056043396403234*I)
+x^22* (-0.00000012145775338563 - 0.00000026821193818062*I)
+x^23* (-0.000000023811900891984 - 0.00000012760404264929*I)
+x^24* (-0.0000000043697811069697 - 0.000000056319084723659*I)
+x^25* ( 0.0000000042897637038548 - 0.000000024958463872075*I)
+x^26* ( 0.0000000028416125324423 - 0.000000010212818024552*I)
+x^27* ( 0.0000000024140647541527 - 0.0000000042331800324864*I)
+x^28* ( 0.0000000011384968436910 - 0.0000000015818126036243*I)
+x^29* ( 0.00000000070022678367848 - 0.00000000060550440289534*I)
+x^30* ( 0.00000000029288747440984 - 1.9489230025928 E-10*I)
+x^31* ( 1.6092471358310 E-10 - 6.5057020624591 E-11*I)
+x^32* ( 6.1162851441054 E-11 - 1.3371618168009 E-11*I)
+x^33* ( 3.2016640087582 E-11 - 2.2008772123192 E-12*I)
+x^34* ( 1.0907314138845 E-11 + 1.9162142144252 E-12*I)
+x^35* ( 5.6894113787455 E-12 + 1.3353362140338 E-12*I)
}

{slog=
        0
+x^ 1* ( 0.82072096410869 - 0.12062196311092*I)
+x^ 2* (-0.27792404008017 - 0.050331398522933*I)
+x^ 3* ( 0.0099844371889999 + 0.081302317559299*I)
+x^ 4* ( 0.072917158113986 - 0.034696957686467*I)
+x^ 5* (-0.055207824049220 - 0.014636137984400*I)
+x^ 6* ( 0.010934755327320 + 0.030216373778745*I)
+x^ 7* ( 0.016694897870269 - 0.017087641369113*I)
+x^ 8* (-0.018533204870406 - 0.0022511105402448*I)
+x^ 9* ( 0.0063831341544067 + 0.011376158628586*I)
+x^10* ( 0.0046681402819256 - 0.0083624255733312*I)
+x^11* (-0.0074056837820971 + 0.00062628589568203*I)
+x^12* ( 0.0035996797143795 + 0.0042963441872732*I)
+x^13* ( 0.0012030633005558 - 0.0040593255707054*I)
+x^14* (-0.0031337449497880 + 0.00096770025493956*I)
+x^15* ( 0.0019876908480234 + 0.0015804135819437*I)
+x^16* ( 0.00015342020688831 - 0.0019561030704026*I)
+x^17* (-0.0013336988665964 + 0.00074991609693227*I)
+x^18* ( 0.0010715769299693 + 0.00053629516362396*I)
+x^19* (-0.00012188121444182 - 0.00093078481724362*I)
+x^20* (-0.00055353208997318 + 0.00048813100945728*I)
+x^21* ( 0.00056344346210701 + 0.00014671872510879*I)
+x^22* (-0.00015300546130942 - 0.00043383398182400*I)
+x^23* (-0.00021704994178488 + 0.00029242445852136*I)
+x^24* ( 0.00028866200089469 + 0.000013074120388320*I)
+x^25* (-0.00011969221735822 - 0.00019599226576383*I)
+x^26* (-0.000076057083217636 + 0.00016620627876529*I)
+x^27* ( 0.00014375133018786 - 0.000023812355775862*I)
+x^28* (-0.000079929211332977 - 0.000084507323038456*I)
+x^29* (-0.000020273535559295 + 0.000090732377903920*I)
+x^30* ( 0.000069266956208391 - 0.000027147847439129*I)
+x^31* (-0.000049060572982138 - 0.000033844682085868*I)
+x^32* (-0.00000050160026643473 + 0.000047795604376386*I)
+x^33* ( 0.000032033848322450 - 0.000021119852610199*I)
+x^34* (-0.000028460773991873 - 0.000011850056791980*I)
+x^35* ( 0.0000048975013159976 + 0.000024303573536754*I)
+x^36* ( 0.000014012482440201 - 0.000014205326886274*I)
+x^37* (-0.000015796825938335 - 0.0000029592226504526*I)
+x^38* ( 0.0000051423359693628 + 0.000011890053931789*I)
+x^39* ( 0.0000056317472803139 - 0.0000088014820876370*I)
+x^40* (-0.0000084313022153148 + 0.00000020377998403466*I)
+x^41* ( 0.0000039440610085678 + 0.0000055533643954302*I)
+x^42* ( 0.0000019383913365965 - 0.0000051518345610058*I)
+x^43* (-0.0000043299553507547 + 0.0000010298886580296*I)
+x^44* ( 0.0000026495237538622 + 0.0000024382776855468*I)
+x^45* ( 0.00000043704229236857 - 0.0000028815819046113*I)
+x^46* (-0.0000021325852532491 + 0.0000010114436616808*I)
+x^47* ( 0.0000016455576998995 + 0.00000097425313229985*I)
+x^48* (-0.000000091136605484752 - 0.0000015474228553755*I)
+x^49* (-0.00000099901927345791 + 0.00000076294732754580*I)
+x^50* ( 0.00000096634122863819 + 0.00000032582773581089*I)
}
- Sheldon
Reply


Messages In This Thread
x↑↑x = -1 - by KingDevyn - 05/28/2014, 04:07 AM
RE: x↑↑x = -1 - by sheldonison - 05/28/2014, 03:46 PM
RE: x↑↑x = -1 - by tommy1729 - 05/28/2014, 10:34 PM
RE: x↑↑x = -1 - by sheldonison - 05/28/2014, 11:18 PM
RE: x↑↑x = -1 - by sheldonison - 05/29/2014, 01:31 PM
RE: x↑↑x = -1 - by tommy1729 - 05/29/2014, 04:37 PM
RE: x↑↑x = -1 - by sheldonison - 05/29/2014, 08:05 PM
RE: x↑↑x = -1 - by tommy1729 - 05/29/2014, 11:15 PM
RE: x↑↑x = -1 - by sheldonison - 05/29/2014, 11:34 PM
RE: x↑↑x = -1 - by tommy1729 - 05/29/2014, 11:41 PM
RE: x↑↑x = -1 - by sheldonison - 05/29/2014, 11:44 PM
RE: x↑↑x = -1 - by tommy1729 - 05/30/2014, 09:29 PM
RE: x↑↑x = -1 - by tommy1729 - 05/31/2014, 08:31 PM
RE: x↑↑x = -1 - by tommy1729 - 05/31/2014, 09:23 PM
RE: x↑↑x = -1 - by sheldonison - 05/31/2014, 09:48 PM
RE: x↑↑x = -1 - by tommy1729 - 05/31/2014, 10:11 PM
RE: x↑↑x = -1 - by sheldonison - 06/01/2014, 01:04 AM
RE: x↑↑x = -1 - by tommy1729 - 06/02/2014, 11:17 PM
RE: x↑↑x = -1 - by sheldonison - 06/02/2014, 11:44 PM
RE: x↑↑x = -1 - by tommy1729 - 06/03/2014, 12:16 PM
RE: x↑↑x = -1 - by sheldonison - 06/03/2014, 06:09 PM
RE: x↑↑x = -1 - by tommy1729 - 06/03/2014, 08:37 PM
RE: x↑↑x = -1 - by jaydfox - 06/04/2014, 12:48 AM
RE: x↑↑x = -1 - by sheldonison - 06/04/2014, 11:43 AM
RE: x↑↑x = -1 - by tommy1729 - 06/04/2014, 12:22 PM
RE: x↑↑x = -1 - by jaydfox - 06/04/2014, 04:01 PM
RE: x↑↑x = -1 - by tommy1729 - 06/04/2014, 09:42 PM
RE: x↑↑x = -1 - by jaydfox - 06/04/2014, 11:38 PM
RE: x↑↑x = -1 - by sheldonison - 06/05/2014, 01:53 PM
RE: x↑↑x = -1 - by jaydfox - 06/05/2014, 06:51 PM
RE: x↑↑x = -1 - by sheldonison - 06/05/2014, 08:25 PM
RE: x↑↑x = -1 - by jaydfox - 06/05/2014, 10:26 PM
RE: x↑↑x = -1 - by sheldonison - 06/06/2014, 01:26 PM
RE: x↑↑x = -1 - by jaydfox - 06/06/2014, 06:17 PM
RE: x↑↑x = -1 - by tommy1729 - 06/05/2014, 10:29 PM
RE: x↑↑x = -1 - by jaydfox - 06/04/2014, 03:48 PM



Users browsing this thread: 2 Guest(s)