Operations with fractional index between + and * ?
#1
This is only a sketch, yet; I didn't compute values. Also there is one conceptional problem.

Consider the binary operations add(x,b) = x+b , mult(x,b)=x*b , pow(x,b) = x^b (the version with left associativity) and their iterable notations add(x,b,h)=x+b*h, mult(x,b,h) = x*b^h , pow(x,b,h) = x^b^h

It may look overartificial to find the schröder-functions for fractional iterates of add(), mult() and pow(), since it is trivial to insert fractional heights h into the formulae.

But for more intense study let's try to express this with the use of schröder-functions.
Always we have the general form of composition
g ° b^h ° f
or
g( b^h * f(x))
where f is the appropriate schröder-function and g its inverse.

add(x,b,h) can be expressed as

logb ( b^(b*h) * (b^x))

where the schröder-function is b^x and its inverse the logb (=log to base b)
Explicitely we have by this

logb( b^(b*h) * (b^x)) = logb( b^(x+b*h)) = x + b*h

Now we look at the mult-function. The schröder-function is simply the id-function

id(b^h*id(x)) = x*b^h


The pow-function has the logb-function as schröder-function:

b^( b^h * logb(x)) = b^(logb( x^b^h)) = x^(b^h)

Now we see, that the schröder-functions for the three basic operations are the iterates of the exp-function:

add() --> exp_b°1(x) = b^x
mul() --> exp_b°0(x) = id(x)
pow() --> exp_b°-1(x) = logb(x)

where the iteration-heights of the exp-function may serve as integer index with an unlucky offset. But let's ignore that unusual offset.
What we immediately see is, that we could study which sense it makes to define operations fractionally indexed between add() and mul() based on fractional iterates of the exp-/log-function.

However, for one inconsistency I didn't find a smooth workaround yet: for add() the cofactor to the schröder-function is b^(b*h), while for mult() and pow() it is b^h only.
I also have not yet numerical examples, and think I'll need some more time for this (I'm short, courses begin next week), but thought, perhaps someone other could already look at this.

What do you think?
Gottfried Helms, Kassel
Reply


Messages In This Thread
Operations with fractional index between + and * ? - by Gottfried - 10/09/2009, 08:38 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Base Pi Hyper-Operations Catullus 3 7,176 11/08/2022, 06:51 AM
Last Post: Catullus
Question Rank-Wise Approximations of Hyper-Operations Catullus 48 68,901 09/08/2022, 02:52 AM
Last Post: JmsNxn
Question Octonion Hyper-Operations Catullus 3 6,348 07/05/2022, 08:53 AM
Last Post: Catullus
  Thoughts on hyper-operations of rational but non-integer orders? VSO 4 13,472 06/30/2022, 11:41 PM
Last Post: MphLee
  On my old fractional calculus approach to hyper-operations JmsNxn 14 25,493 07/07/2021, 07:35 AM
Last Post: JmsNxn
  On to C^\infty--and attempts at C^\infty hyper-operations JmsNxn 11 21,955 03/02/2021, 09:55 PM
Last Post: JmsNxn
  Could there be an "arctic geometry" by raising the rank of all operations? Syzithryx 2 10,237 07/24/2019, 05:59 PM
Last Post: Syzithryx
  on constructing hyper operations for bases > eta JmsNxn 1 9,366 04/08/2015, 09:18 PM
Last Post: marraco
  Theorem in fractional calculus needed for hyperoperators JmsNxn 5 21,715 07/07/2014, 06:47 PM
Last Post: MphLee
  Negative, Fractional, and Complex Hyperoperations KingDevyn 2 18,014 05/30/2014, 08:19 AM
Last Post: MphLee



Users browsing this thread: 1 Guest(s)