Uniqueness of half-iterate of exp(x) ?
#7
(05/08/2014, 07:31 AM)hixidom Wrote: Or maybe it's just plain wrong. A test using Matlab suggests that the f(x) I provided is not the solution. That's so weird; It seemed airtight to me, but there must be some pathology in my derivation. Hopefully someone with a better understanding of the W function can spot it for me.
Code:
x=(.5:.01:3);
f=@(x)exp(lambertw(x.^2));
for i=1:numel(x);
    ffx(i)=f(f(x(i)));
end
figure(1);
clf();
plot(x,exp(x),x,ffx)
Well, I meant that something possibly similar like the cofactor in my older posting http://math.eretrandre.org/tetrationforu...hp?tid=785 which I didn't see myself and did not spoil the formula but was needed to explain/correct the result. Perhaps something like this can be introduced into your formula as well to make it working...

Gottfried
Gottfried Helms, Kassel
Reply


Messages In This Thread
RE: Uniqueness of half-iterate of exp(x) ? - by Gottfried - 05/08/2014, 01:49 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Half-iterate exp(z)-1: hypothese on growth of coefficients Gottfried 48 53,669 09/09/2022, 12:24 AM
Last Post: tommy1729
  Uniqueness of fractionally iterated functions Daniel 7 11,041 07/05/2022, 01:21 AM
Last Post: JmsNxn
  Universal uniqueness criterion? bo198214 57 174,599 06/28/2022, 12:00 AM
Last Post: JmsNxn
  A question concerning uniqueness JmsNxn 4 16,959 06/10/2022, 08:45 AM
Last Post: Catullus
  Why the beta-method is non-zero in the upper half plane JmsNxn 0 3,310 09/01/2021, 01:57 AM
Last Post: JmsNxn
  [Exercise] A deal of Uniqueness-critrion:Gamma-functionas iteration Gottfried 6 15,702 03/19/2021, 01:25 PM
Last Post: tommy1729
  Half-iterates and periodic stuff , my mod method [2019] tommy1729 0 5,165 09/09/2019, 10:55 PM
Last Post: tommy1729
  Approximation to half-iterate by high indexed natural iterates (base on ShlThrb) Gottfried 1 7,590 09/09/2019, 10:50 PM
Last Post: tommy1729
  Does tetration take the right half plane to itself? JmsNxn 7 23,994 05/16/2017, 08:46 PM
Last Post: JmsNxn
  Half-iteration of x^(n^2) + 1 tommy1729 3 14,153 03/09/2017, 10:02 PM
Last Post: Xorter



Users browsing this thread: 1 Guest(s)