another infinite composition gaussian method clone
#1
another infinite composition gaussian method clone

Yeah nothing huge to mention.

But just another to add to the list of gaussian method , beta method and similar methods.

we want f(s+1) = exp( t(s) * f(s) )

and t(s) strictly rises from 0 at s = -oo to 1 at s = + oo in a fast way.

The gaussian method had t(s) = (1 + erf(s))/2.

The beta has t(s) = 1/(1 + exp(-s)).

the incomplete gamma method had t(s) = 1/(1 + inc.gamma(-s))

etc

You get the idea.

So we want to construct a t(s).

We need something that looks like erf(s) or tanh(s)

Let c = 2/pi

Then such a candidate is the " special function " :

c tt(x)

where tt(x) is the " tommy tan " function ( which I invented many decades ago as a teenager, and somewhat inspired me to do math ... on the other hand I forgot about it mainly lol )

see here where my friend mick asks about the value c :

https://math.stackexchange.com/questions...r-frac-pi2

tt(x) = sum_(n>0) (-1)^[n+1] x^(2n-1) [(2n)! ln(2n)]^(-1)


or for the tex fans :

\[
tt(x) = \sum_{n>0} (-1)^{[n+1]} x^{2n-1} [(2n)! \ln(2n)]^{-1}\\
\]

( notice tt(-x) = - tt(x) )


then t(s) becomes (1 + c tt(s))/2.



NOTICE that c tt(s) is entire !

Now this function has been resurrected and given a life purpose , it might be nice to investigate its properties.

***

I have been thinking/dreaming about an addition function formula tt(a+b) = ... or an asymptotical addition formula.
But maybe that is just a dream not worth persuing.

***

( and ofcourse there are " fake function ideas " related to this but i have mentioned this already too often )



regards

tommy1729
Reply


Messages In This Thread
another infinite composition gaussian method clone - by tommy1729 - 01/20/2023, 12:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  self penta root and infinite hexation Alex Zuma 2025 0 4,116 08/30/2025, 10:07 PM
Last Post: Alex Zuma 2025
  Fractional tetration method Koha 2 6,047 06/05/2025, 01:40 AM
Last Post: Pentalogue
  The ultimate beta method JmsNxn 8 10,737 04/15/2023, 02:36 AM
Last Post: JmsNxn
  greedy method for tetration ? tommy1729 0 3,013 02/11/2023, 12:13 AM
Last Post: tommy1729
  tommy's "linear" summability method tommy1729 15 17,838 02/10/2023, 03:55 AM
Last Post: JmsNxn
  Semi-group iso , tommy's limit fix method and alternative limit for 2sinh method tommy1729 1 4,602 12/30/2022, 11:27 PM
Last Post: tommy1729
  [MSE] short review/implem. of Andy's method and a next step Gottfried 4 6,721 11/03/2022, 11:51 AM
Last Post: Gottfried
  Is this the beta method? bo198214 3 6,024 08/18/2022, 04:18 AM
Last Post: JmsNxn
  Describing the beta method using fractional linear transformations JmsNxn 5 8,653 08/07/2022, 12:15 PM
Last Post: JmsNxn
Question The Etas and Euler Numbers of the 2Sinh Method Catullus 2 5,063 07/18/2022, 10:01 AM
Last Post: Catullus



Users browsing this thread: 1 Guest(s)