using sinh(x) ?
#58
(12/08/2010, 02:31 PM)tommy1729 Wrote:
(12/04/2010, 11:09 PM)tommy1729 Wrote: a further remark and actually request is that i would love to see a plot of all the solutions , including branches
....

any volunteers ?
I am re-posting this reply after fixing a minor error. There is still some interest in the TommySexp solution (wikipedia talk), which as suggested previously, is infinitely differentiable, but probably nowhere analytic at the real axis. The goal of this post is to show the location of the singularities that limit the radius of convergence, for n=3 and n=4, to bolster the argument that the TommySexp function is nowhere analytic. The singularities occur wherever the 2sinh superfunction(z) has a value of 0 + 2nPi*I, where n is a positive integer.

Start with the n=3 case, renormalized with a bias=0.06783836607, so that TommySexp(0)=1. n=3 is sufficiently large to get more than double precision accurate results at the real axis, centered around z=0. Here is a plot of TommySexp(z) with a radius of 0.45, with z centered at the origin, for the n=3 case, which requires three logarithms.
\( {\text{TommySexp}(z)= \ln(\ln(\ln(\text{2sinh}^{[z+\text{bias}+3]})))=\ln(\ln(\ln(\text{superf2sinh(z+\text{bias}+3)))) \)
For this plot with red=real, and green=imaginary. For this plot, n=3, with z=0.45*exp(I*theta), plotting TommySexp(z). Inside this region of the complex plane, the TommySexp function is analytic, with no singularities.
   
But now, we increase the sample radius merely 0.008, from 0.450 to 0.458. And now the TommySexp function becomes poorly behaved, because there are singularities inside the circle. Following this path to theta(Pi*I), the imag(TommySexp(-0.458 )) is no longer even zero, due to the singularities! This means the function's value has becomes dependent on which path around the singularity is chosen. Again, red is real, and green is imaginary.
   
What's going on, is that there are singularities, so that the TommySexp function has a limited radius of convergence. Next, I post the first fifty singularities of TommySexp, for the n=3 case. The fourth singularity is closest to the origin (after iterating three logarithms), with an absolute value of 0.457, which is why the second plot of the TommySexp(z), centered at the origin, with a radius=0.458 is poorly behaved.
Code:
First fifty singularities
1 2.007675616 + 0.7110234703*I
2 2.156738932 + 0.4901228794*I
3 2.234549232 + 0.4054846386*I
4 2.285107737 + 0.3580209487*I
5 2.321752935 + 0.3267267408*I
6 2.350104098 + 0.3041253984*I
7 2.373010280 + 0.2868168927*I
8 2.392097990 + 0.2730084001*I
9 2.408376026 + 0.2616549026*I
10 2.422509626 + 0.2521013150*I
11 2.434958702 + 0.2439136307*I
12 2.446053388 + 0.2367915138*I
13 2.456038031 + 0.2305196835*I
14 2.465098133 + 0.2249392776*I
15 2.473377583 + 0.2199301716*I
16 2.480990056 + 0.2153996258*I
17 2.488026798 + 0.2112747481*I
18 2.494562072 + 0.2074973457*I
19 2.500657065 + 0.2040203194*I
20 2.506362741 + 0.2008050829*I
21 2.511721961 + 0.1978196799*I
22 2.516771090 + 0.1950373863*I
23 2.521541226 + 0.1924356567*I
24 2.526059153 + 0.1899953187*I
25 2.530348091 + 0.1876999500*I
26 2.534428293 + 0.1855353899*I
27 2.538317521 + 0.1834893535*I
28 2.542031431 + 0.1815511233*I
29 2.545583889 + 0.1797113001*I
30 2.548987229 + 0.1779616016*I
31 2.552252468 + 0.1762946966*I
32 2.555389481 + 0.1747040687*I
33 2.558407155 + 0.1731839033*I
34 2.561313512 + 0.1717289930*I
35 2.564115816 + 0.1703346579*I
36 2.566820664 + 0.1689966790*I
37 2.569434067 + 0.1677112411*I
38 2.571961511 + 0.1664748842*I
39 2.574408018 + 0.1652844619*I
40 2.576778197 + 0.1641371059*I
41 2.579076287 + 0.1630301948*I
42 2.581306193 + 0.1619613273*I
43 2.583471521 + 0.1609282993*I
44 2.585575608 + 0.1599290830*I
45 2.587621547 + 0.1589618092*I
46 2.589612207 + 0.1580247520*I
47 2.591550261 + 0.1571163144*I
48 2.593438195 + 0.1562350166*I
49 2.595278330 + 0.1553794846*I
50 2.597072833 + 0.1545484411*I
The singularities occur wherever the 2sinh superfunction(z) has a value of 0 + 2nPi*I, where n is an integer>=1, because superf2sinh(z+1)=0, and the logarithm of zero is a singularity.
For an example, consider the fourth singularity on the list.
Let z= 2.285107737 + 0.3580209487*I
superf2sinh(z)=25.13274123*I=8*Pi*I.
superf2sinh(z+1)=0.

Now iterate the logarithm of superf2sinh(z+1), three times. We get a singularity on the first iteration. The logarithm, on a path circling the singularity gives different results, depending on the path. The logarithm of the logarithm of a singularity is also a singularity, which explains the second graph. All of these particular singularities line on a contour line, where real(superf2sinh(z))=0. So, now I plot this curve (red), superimposing on it a radius (z=0.458 ) half circle, showing how the sampling circle now includes the first singularity. This curve also shows that for the n=4 case, the radius of convergence is much much smaller still. It turns out the 600 thousandth singularity is at z=4.0025+0.0347i, so the radius of convergence for n=4 drops to 0.035. Using this definition, as n (number of iterated logarithms used to generate TommySexp) grows larger, the radius of convergence for TommySexp(z) at the origin gets arbitrarily small. Also, as the singularities approach the real axis, they also get arbitrarily close together. Thus, even though it can be shown that all of TommySexp's derivatives at the real axis are continuous, it is nonetheless probably nowhere analytic, just like the base change sexp definition discussed in an earlier post.
- Sheldon
   



Messages In This Thread
using sinh(x) ? - by tommy1729 - 02/28/2010, 12:22 AM
RE: using sinh(x) ? - by tommy1729 - 03/06/2010, 12:35 PM
RE: using sinh(x) ? - by bo198214 - 03/07/2010, 11:19 AM
using 2* sinh(x) ! - by tommy1729 - 03/09/2010, 01:31 PM
RE: using 2* sinh(x) ! - by bo198214 - 03/10/2010, 11:38 AM
RE: using 2* sinh(x) ! - by tommy1729 - 03/11/2010, 12:50 AM
RE: using 2* sinh(x) ! - by tommy1729 - 03/14/2010, 01:07 AM
RE: using 2* sinh(x) ! - by sheldonison - 06/02/2010, 04:47 PM
RE: using 2* sinh(x) ! - by tommy1729 - 06/02/2010, 10:13 PM
RE: using 2* sinh(x) ! - by sheldonison - 06/02/2010, 10:56 PM
RE: using 2* sinh(x) ! - by tommy1729 - 06/07/2010, 12:34 AM
RE: using 2* sinh(x) ! - by sheldonison - 06/08/2010, 01:59 PM
RE: using 2* sinh(x) ! - by tommy1729 - 06/09/2010, 12:18 PM
RE: using 2* sinh(x) ! - by mike3 - 06/11/2010, 02:23 AM
RE: using 2* sinh(x) ! - by bo198214 - 06/12/2010, 04:36 AM
RE: using 2* sinh(x) ! - by mike3 - 06/12/2010, 11:14 AM
RE: using 2* sinh(x) ! - by tommy1729 - 06/21/2010, 09:14 PM
RE: using 2* sinh(x) ! - by sheldonison - 06/23/2010, 06:06 PM
RE: using 2* sinh(x) ! - by tommy1729 - 06/23/2010, 09:11 PM
RE: using 2* sinh(x) ! - by tommy1729 - 06/23/2010, 09:31 PM
RE: using 2* sinh(x) ! - by bo198214 - 06/27/2010, 09:16 AM
RE: using 2* sinh(x) ! - by sheldonison - 06/04/2010, 04:48 AM
RE: using sinh(x) ? - by tommy1729 - 04/24/2010, 11:47 PM
RE: using sinh(x) ? - by bo198214 - 05/31/2010, 05:52 AM
RE: using sinh(x) ? - by tommy1729 - 06/01/2010, 10:58 PM
RE: using sinh(x) ? - by bo198214 - 06/02/2010, 02:58 AM
RE: using sinh(x) ? - by tommy1729 - 06/22/2010, 11:18 PM
RE: using sinh(x) ? - by tommy1729 - 06/23/2010, 10:44 PM
RE: using sinh(x) ? - by tommy1729 - 06/24/2010, 12:29 PM
RE: using sinh(x) ? - by tommy1729 - 06/24/2010, 07:22 PM
RE: using sinh(x) ? - by bo198214 - 06/26/2010, 12:04 PM
RE: using sinh(x) ? - by tommy1729 - 06/26/2010, 09:19 PM
attracting fixed point of 2sinh - by sheldonison - 06/27/2010, 03:31 AM
RE: using sinh(x) ? - by tommy1729 - 07/18/2010, 10:41 PM
RE: using sinh(x) ? - by sheldonison - 07/19/2010, 09:37 PM
RE: using sinh(x) ? - by tommy1729 - 07/20/2010, 08:24 PM
RE: using sinh(x) ? - by tommy1729 - 07/19/2010, 10:20 PM
RE: using sinh(x) ? - by sheldonison - 07/20/2010, 03:13 PM
RE: using sinh(x) ? - by tommy1729 - 07/20/2010, 08:31 PM
RE: using sinh(x) ? - by sheldonison - 07/21/2010, 03:19 AM
RE: using sinh(x) ? - by tommy1729 - 07/21/2010, 10:34 PM
RE: using sinh(x) ? - by sheldonison - 07/22/2010, 12:23 PM
RE: using sinh(x) ? - by tommy1729 - 07/28/2010, 02:24 PM
RE: using sinh(x) ? - by tommy1729 - 07/28/2010, 02:53 PM
RE: using sinh(x) ? - by tommy1729 - 12/04/2010, 11:09 PM
RE: using sinh(x) ? - by tommy1729 - 12/08/2010, 02:31 PM
RE: using sinh(x) ? - by sheldonison - 01/17/2011, 07:43 PM
RE: using sinh(x) ? - by tommy1729 - 01/17/2011, 11:36 PM
RE: using sinh(x) ? - by tommy1729 - 07/02/2011, 10:32 PM
RE: using sinh(x) ? - by tommy1729 - 07/04/2011, 10:56 PM
RE: using sinh(x) ? - by sheldonison - 07/05/2011, 01:09 AM
RE: using sinh(x) ? - by tommy1729 - 07/05/2011, 12:06 PM
RE: using sinh(x) ? - by tommy1729 - 11/18/2012, 11:41 PM
RE: using sinh(x) ? - by sheldonison - 11/20/2012, 12:01 AM
RE: using sinh(x) ? - by tommy1729 - 11/20/2012, 10:53 PM
RE: using sinh(x) ? - by sheldonison - 11/20/2012, 11:01 PM
RE: using sinh(x) ? - by tommy1729 - 11/20/2012, 11:32 PM
RE: using sinh(x) ? - by sheldonison - 11/20/2012, 11:46 PM
RE: using sinh(x) ? - by tommy1729 - 11/28/2012, 06:59 PM
RE: using sinh(x) ? - by tommy1729 - 11/28/2012, 08:07 PM
RE: using sinh(x) ? - by tommy1729 - 12/17/2012, 04:34 PM
RE: using sinh(x) ? - by tommy1729 - 02/10/2015, 12:02 AM
RE: using sinh(x) ? - by tommy1729 - 04/22/2015, 12:27 PM
RE: using sinh(x) ? - by tommy1729 - 04/23/2015, 04:49 PM
RE: using sinh(x) ? - by tommy1729 - 10/26/2015, 12:56 AM
RE: using sinh(x) ? - by tommy1729 - 11/26/2015, 11:56 PM
RE: using sinh(x) ? - by sheldonison - 11/27/2015, 03:41 PM
RE: using sinh(x) ? - by tommy1729 - 11/28/2015, 01:21 PM
RE: using sinh(x) ? - by sheldonison - 11/29/2015, 03:03 PM
RE: using sinh(x) ? - by tommy1729 - 12/01/2015, 01:22 PM
RE: using sinh(x) ? - by sheldonison - 12/01/2015, 02:58 PM
RE: using sinh(x) ? - by tommy1729 - 12/02/2015, 12:04 AM
RE: using sinh(x) ? - by tommy1729 - 12/01/2015, 08:18 PM
RE: using sinh(x) ? - by tommy1729 - 12/02/2015, 12:28 AM
RE: using sinh(x) ? - by tommy1729 - 02/23/2016, 10:36 PM
RE: using sinh(x) ? - by tommy1729 - 02/24/2016, 01:27 PM
RE: using sinh(x) ? - by tommy1729 - 03/01/2016, 10:38 PM
RE: using sinh(x) ? - by tommy1729 - 03/05/2016, 01:27 PM
RE: using sinh(x) ? - by tommy1729 - 03/05/2016, 11:38 PM
RE: using sinh(x) ? - by sheldonison - 03/06/2016, 03:16 PM
RE: using sinh(x) ? - by tommy1729 - 03/06/2016, 10:54 PM
RE: using sinh(x) ? - by tommy1729 - 03/07/2016, 01:48 AM
RE: using sinh(x) ? - by tommy1729 - 03/07/2016, 10:46 AM
RE: using sinh(x) ? - by tommy1729 - 03/07/2016, 09:36 PM
RE: using sinh(x) ? - by tommy1729 - 03/08/2016, 12:26 AM
RE: using sinh(x) ? - by tommy1729 - 03/11/2016, 01:27 PM
RE: using sinh(x) ? - by tommy1729 - 03/12/2016, 01:12 PM
RE: using sinh(x) ? - by tommy1729 - 03/12/2016, 01:20 PM
RE: using sinh(x) ? - by tommy1729 - 10/03/2021, 10:12 PM
RE: using sinh(x) ? - by tommy1729 - 07/16/2022, 08:25 AM
RE: using sinh(x) ? - by tommy1729 - 12/07/2022, 01:14 PM
RE: using sinh(x) ? - by tommy1729 - 02/06/2023, 10:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [exercise] fractional iteration of f(z)= 2*sinh (log(z)) ? Gottfried 4 4,619 03/14/2021, 05:32 PM
Last Post: tommy1729
  exp^[3/2](x) > sinh^[1/2](exp(x)) ? tommy1729 7 16,415 10/26/2015, 01:07 AM
Last Post: tommy1729
  2*sinh(3^h*asinh(x/2)) is the superfunction of (...) ? Gottfried 5 13,662 09/11/2013, 08:32 PM
Last Post: Gottfried
  zeta and sinh tommy1729 0 4,456 05/30/2011, 12:07 PM
Last Post: tommy1729



Users browsing this thread: 1 Guest(s)