(08/08/2021, 11:22 PM)JmsNxn Wrote: Also; I must've missed the challenge to construct an inverse abel function. I'll be hard pressed if the following method doesn't work. If it doesn't, I'll try another.
...
I've yet to find a function that didn't have exactly n roots about that fixed point though.
Hi James
Thanks for your patient and elaborate detailed explanation
But I'm afraid this case is blowing everyone's mind... because this case is so stubborn to be solved!
It's obvious that if such function has derivative at 0 \( f'(0)=\pm{i} \), then it won't exist.
A quick check, first consider the case \( f'(0)=i \), and thus we can assume f has a Taylor series, we'll denote it as \( f(z)=iz+bz^2+cz^3+O(z^4) \), simply plug it in we get \( f(f(z))=-z+(-1+i)bz^2+2ib^2z^3+O(z^4) \), showing that if we want \( f(f(z))=-z+z^2=-z(1-z) \), we have to let \( (-1+i)b=1,2ib^2=0 \), which is impossible. The case \( f'(0)=-i \) is with the same condition: let \( f(z)=-iz+bz^2+cz^3+O(z^4) \) we have \( f(f(z))=-z-(1+i)bz^2-2ib^2z^3+O(z^4) \) so in order to make it fit \( f(f(z))=-z(1-z) \) we have to solve \( -(1+i)b=1,-2ib^2=0 \) which is self-contradicting.
I've done something resembles your dictation before, in which I denoted \( f(z)=-z(1-z),f^2(z)=f(f(z)),\alpha^{-1}\{f^2\}(z)\text{is the superfunction of}f^2(z) \), we are hunting for an explicit calculation formula for \( \alpha^{-1}\left{f\right}(z)=T(z)\text{ for brief and is the superfunction of}f(z) \)
First of all, the function through your generalization, as \( \alpha^{-1}_0\{f^2\}(z)=\frac{1}{2} \sqrt{\frac{1}{z}}\left(\frac{\frac{5}{64}-\frac{11\log(z)}{64}}{z^{3/2}}+\frac{1}{4\sqrt{z}}-\frac{11\log(z)}{32 z}+1+o(\frac{1}{z^2})\right) \), in practical calculation, we can transfer it by shifting to define \( \alpha^{-1}\left{f^2\right}(0) \).
As we use \( \alpha^{-1}\left{f^2\right}(z-1)=f^{-2}(\alpha^{-1}\left{f^2\right}(z)) \), the function has now an upper bound in the positive real axis which is \( \frac{1}{2} \).
We define \( \alpha^{-1}_1\{f^2\}(z)=\lim_{n\to\infty}f^{-2n}(\alpha^{-1}_0\{f^2\}(z+n)) \), in practical calculation, using n=200 000 can promise a precision of 16 degrees except for \( \alpha^{-1}_1\{f^2\}(z) \) is so close to \( \frac{1}{2} \). Then we find for which z, the function's value is exactly 0.5, we'll call it C. \( C\approx{1.666363609223794} \) by mathematica 12.2, so we define the superfunction of f^2(z) as
\( \alpha^{-1}\{f^2\}(z)=\alpha^{-1}_1\{f^2\}(z+C) \), thus the value taken at integers is exactly \( f^{2n}(\frac{1}{2}) \).
Secondly, we can show that by law 3, or more simply calculation, that the super function of f should be asymptotically: \( T(z)\sim\alpha^{-1}\{f^2\}(\frac{z}{2}) \). But to be noticed, function \( \alpha^{-1}\{f^2\}(\frac{z}{2}) \) is always positive whenever z is positive, not T(z). And because T(z) is determined by function f, which has an oscillating multiplifier -1, T(z) should also behave oscillative. A quick check in mind is, Assume T(0)=0.5>0, so then T(1)=f(T(0))=-0.25<0, T(2)=0.3125>0, T(3)=-0.214844<0, and keeps this pattern all along the positive reals. By calculation, we find that denote briefly \( W(z)=\alpha^{-1}\{f^2\}(z) \), W(0)=0.5, W(0.5)=0.358325>0 is not T(1)=-0.25, which also proves they are only asymptotic to each other.
And I got, finally, stuck here. I figured one way to generate T, as stated below:
\( \text{Let a function having period 2 be called }P(z), P(z)=P(z+2)\\\text{and satisfies at least these 2 conditions:}P(0)=1,P(1)=0\\\text{Then we can define}T(z)=P(z)W(\frac{z}{2})+P(z+1)f(W(\frac{z-1}{2})) \)
This function T would fit the condition \( T(k)=f^k(\frac{1}{2}) \) for all integer k, but may not fit \( T(z+1)=f(T(z)) \) for all z. This is as far as I reached.
ps. A generalization of any nonconstructable cases is hense obtainable following the same pattern.
I used both \( T(z)=f(T(z-1))=f^{-1}(T(z+1)) \) to get it converged to fit the equation \( T(z+1)=f(T(z)) \)
But it turned out that most P(z) would lead to the fact that T(z) does not converge to an analytic function except for real integers, instead, the process led T(z)=0 for all non-real-integers z.
This is a graph of T, where I set \( P(z)=(cos(\frac{\pi}{2}z))^2 \)
Blue line- T(z) by P(z) definition
Red line- \( f^5(T(z-5)) \), divergent
Yellow line- \( f^{-5}(T(z+5)) \), converge to 0
Green line- \( f^{-500}(T(z+500)) \), converge to 0, and evidently it's way different from yellow line and others.
And here's the mathematica codes to generate T and other functions:
Code:
Clear[F, IF, F2, IF2, A0, IAPrec16, IA2, IA]
F[z_] := -z + z^2
IF[z_] := 1/2 (1 - Sqrt[1 + 4 z])
F2[z_] := z - 2 z^3 + z^4
IF2[z_] := 1/2 (1 - Sqrt[3 - 2 Sqrt[1 + 4 z]])
A0[z_] :=
1/2 Sqrt[1/
z] (1 + 1/(4 Sqrt[z]) + (5/64 - (11 Log[z])/64)/z^(3/2) - (
11 Log[z])/(32 z) + (
139/1024 - (231 Log[z])/1024 + (121 Log[z]^2)/1024)/z^(5/2) + (
77/512 - (121 Log[z])/512 + (363 Log[z]^2)/2048)/z^2 + (
2293/12288 - (6897 Log[z])/16384 + (1331 Log[z]^2)/4096 - (
6655 Log[z]^3)/65536)/z^3 + (
9959/49152 - (891 Log[z])/2048 + (10285 Log[z]^2)/32768 - (
1331 Log[z]^3)/16384)/z^(7/2) + (
783787/2359296 - (168355 Log[z])/196608 + (426767 Log[z]^2)/
524288 - (270193 Log[z]^3)/786432 + (14641 Log[z]^4)/262144)/z^(
9/2) + (1335835/4718592 - (580723 Log[z])/786432 + (
765325 Log[z]^2)/1048576 - (1039511 Log[z]^3)/3145728 + (
512435 Log[z]^4)/8388608)/z^4)
IAPrec16[z_] := N[Nest[IF2, A0[N[z, 50] + 200000], 200000], 16]
IA2[z_] := IAPrec16[z + N[1.666363609223794000000000`50, 50]]
IA[z_] := (Cos[Pi/2 z]^2) IA2[z/2] + (Sin[Pi/2 z]^2) F[
IA2[z/2 - 1/2]]And ps, because of the oscillative behavior of T, the inverse of T, the Abel function of T, is multivalued and hard to define. So basically the computation of the second iterative root of f is very hard problem, if generated at the fixed point L=0.
Regards,
Leo


. Your posts are becoming exponentially more educational; I appreciate your posts a lot, Leo. Thank you for your contributions.
.
at that time I was quite busy to re-type these