some questions about sexp
#1
im going to ask some questions about sexp , and i mean all proposed solutions of sexp.

(question 1)
does the following hold :

d f^n / d x^n sexp(slog(x) + k) > 0 for all positive integer n and all positive real k ?

(question 2)

since slog(z) (base e) has period 2pi i why doesnt sexp(z) look like a log spiral ?

or does it , like having a branch cut at real x < -2 ?

(question 3)

what happens to limit cycles and n-ary fixpoints ??

sure we can set the fixpoints exp(L) = L at oo i but how about the fixpoints of exp(exp(.. q)) = q and limit cycles of the exp iterations ...

e.g. let e^q1 = q2 , e^q2 = q1 , if we want half-iterates , 1/3 iterates and sqrt(2) iterates to have the same fixpoints , this is a problem , not ?

perhaps we can 'hide' L at +/- oo i ( like kouznetsov ) and 'hide' the other points at - oo ??

(question 4)

do all 'analytic in the neigbourhood of the positive reals' sexp have the fixpoints exp(L) = L at oo i ?

( i know that [L,sexp(slog(L)+o(1))] cannot be in the analytic zone , but maybe [L,sexp(slog(L)+o(1))] isnt part of the analytic zone )

(question 5)

slog(z) base x is not holomorphic in x in a domain containing the interval [a,b] if eta is between a and b.

why is that ? i know that the real fixpoint dissappears but still ...

sorry if those are FAQ or trivial Q.

regards

tommy1729
Reply
#2
anyone ?
Reply
#3
(06/28/2010, 11:18 PM)tommy1729 Wrote: (question 1)
does the following hold :

d f^n / d x^n sexp(slog(x) + k) > 0 for all positive integer n and all positive real k ?

Though tempting for uniqueness this seems not to be the case, the half iterate of exp(x)-1 (which is conjugate to \( e^{x/e} \)) has the following powerseries coefficients at 0:
Code:
0, 1, 1/4, 1/48, 0, 1/3840, -7/92160, 1/645120,...
Reply
#4
(07/01/2010, 09:39 AM)bo198214 Wrote:
(06/28/2010, 11:18 PM)tommy1729 Wrote: (question 1)
does the following hold :

d f^n / d x^n sexp(slog(x) + k) > 0 for all positive integer n and all positive real k ?

Though tempting for uniqueness this seems not to be the case, the half iterate of exp(x)-1 (which is conjugate to \( e^{x/e} \)) has the following powerseries coefficients at 0:
Code:
0, 1, 1/4, 1/48, 0, 1/3840, -7/92160, 1/645120,...

That Taylor series does not converge (I've seen this one before, it's from the parabolic regular iteration, right?), though. So \( 0 \) is actually a singularity of some kind of \( \mathrm{dxp}^{1/2}_{e^{1/e}}(x) \) (\( \mathrm{dxp}_b(x) = \exp_b(x) - 1 \)) and so there is no Taylor expansion there.
moderators note: corrected latex expression

What about (here for base \( e^{1/e} \))

\( \frac{d^n}{dx^n} \mathrm{sexp}_{e^{1/e}}(x) \) does not change sign for all \( x > 0 \)

?
Reply
#5
(07/01/2010, 09:39 AM)bo198214 Wrote:
(06/28/2010, 11:18 PM)tommy1729 Wrote: (question 1)
does the following hold :

d f^n / d x^n sexp(slog(x) + k) > 0 for all positive integer n and all positive real k ?

Though tempting for uniqueness this seems not to be the case, the half iterate of exp(x)-1 (which is conjugate to \( e^{x/e} \)) has the following powerseries coefficients at 0:
Code:
0, 1, 1/4, 1/48, 0, 1/3840, -7/92160, 1/645120,...

i meant for bases > sqrt(e).
Reply
#6
(07/01/2010, 10:06 PM)tommy1729 Wrote: i meant for bases > sqrt(e).

What's special about \( \sqrt{e} \)?
Reply
#7
(07/01/2010, 11:05 AM)mike3 Wrote:
(07/01/2010, 09:39 AM)bo198214 Wrote: Though tempting for uniqueness this seems not to be the case, the half iterate of exp(x)-1 (which is conjugate to \( e^{x/e} \)) has the following powerseries coefficients at 0:
Code:
0, 1, 1/4, 1/48, 0, 1/3840, -7/92160, 1/645120,...

That Taylor series does not converge (I've seen this one before, it's from the parabolic regular iteration, right?), though. So \( 0 \) is actually a singularity of some kind of \( \mathrm{dxp}^{1/2}_{e^{1/e}}(x) \) (\( \mathrm{dxp}_b(x) = \exp_b(x) - 1 \)) and so there is no Taylor expansion there.

Yayaya, but these are called "asymptotic Taylor expansions". The Taylor expansions of regular \( \mathrm{dxp}^{1/2}_{e^{1/e}} \) at \( x_0\neq 0 \) converge to the given coefficients for \( x_0\to 0 \) though it is not analytic at 0.

But this is sufficient for our case, as for \( x_0 \) close enough to 0 this one derivative must turn negative.
Reply
#8
(07/01/2010, 10:28 PM)mike3 Wrote:
(07/01/2010, 10:06 PM)tommy1729 Wrote: i meant for bases > sqrt(e).

What's special about \( \sqrt{e} \)?

Wah Mike, you know that he meant \( \sqrt[e]{e} \)!
Reply
#9
(07/02/2010, 07:17 AM)bo198214 Wrote: Wah Mike, you know that he meant \( \sqrt[e]{e} \)!

Actually, I didn't. I saw "sqrt" and I thought that meant, well, square root, not self-root! Smile I thought maybe he had discovered something new about base \( \sqrt{e} \).
Reply
#10
(07/02/2010, 07:55 AM)mike3 Wrote:
(07/02/2010, 07:17 AM)bo198214 Wrote: Wah Mike, you know that he meant \( \sqrt[e]{e} \)!

Actually, I didn't. I saw "sqrt" and I thought that meant, well, square root, not self-root! Smile I thought maybe he had discovered something new about base \( \sqrt{e} \).

i meant sqrt(e) !

because my method works for bases > sqrt(e) , not for all bases > e^(1/e).

mike was correct.

tommy1729
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Two types of tetration : sexp ' > or < 1. tommy1729 3 8,034 10/17/2023, 12:06 PM
Last Post: tommy1729
Question When Does \(\displaystyle\int_{-1}^0\text{sexp}(x)\,\mathrm{d}x\) Equal \(\frac12\)? Catullus 0 2,812 10/31/2022, 11:47 PM
Last Post: Catullus
  Revitalizing an old idea : estimated fake sexp'(x) = F3(x) tommy1729 0 3,070 02/27/2022, 10:17 PM
Last Post: tommy1729
  Questions about Kneser... JmsNxn 2 6,548 02/16/2021, 12:46 AM
Last Post: JmsNxn
  Sexp redefined ? Exp^[a]( - 00 ). + question ( TPID 19 ??) tommy1729 0 6,087 09/06/2016, 04:23 PM
Last Post: tommy1729
  Can sexp(z) be periodic ?? tommy1729 2 13,127 01/14/2015, 01:19 PM
Last Post: tommy1729
  pseudo2periodic sexp. tommy1729 0 5,927 06/27/2014, 10:45 PM
Last Post: tommy1729
  [2014] tommy's theorem sexp ' (z) =/= 0 ? tommy1729 1 9,553 06/17/2014, 01:25 PM
Last Post: sheldonison
  Multiple exp^[1/2](z) by same sexp ? tommy1729 12 44,332 05/06/2014, 10:55 PM
Last Post: tommy1729
  entire function close to sexp ?? tommy1729 8 29,993 04/30/2014, 03:49 PM
Last Post: JmsNxn



Users browsing this thread: 3 Guest(s)