Is there a "binomial" theorem for super exp or tetration?

  • Context: Graduate 
  • Thread starter Thread starter japplepie
  • Start date Start date
  • Tags Tags
    Binomial Theorem
Click For Summary
SUMMARY

The discussion explores the possibility of expressing tetration, specifically (x+x')^^n, in a summation format similar to the binomial theorem. It establishes that for non-negative integers x and y, one can expand the expression using the binomial theorem iteratively. However, if x or y is zero, the problem simplifies, and if they are not integers, the expansion leads to infinite terms, making computation impractical. The conclusion emphasizes that while expressing tetration in a binomial-like form is challenging, recursive applications of the binomial theorem can be utilized to navigate through the power tower.

PREREQUISITES
  • Understanding of binomial theorem and its applications
  • Familiarity with tetration and its mathematical properties
  • Knowledge of natural numbers and their properties
  • Basic concepts of recursive functions in mathematics
NEXT STEPS
  • Research the properties of tetration and its applications in advanced mathematics
  • Learn about recursive functions and their implementations in mathematical proofs
  • Explore advanced combinatorial techniques related to binomial expansions
  • Investigate the implications of infinite series in mathematical expressions
USEFUL FOR

Mathematicians, students studying advanced algebra, and anyone interested in the theoretical aspects of combinatorics and exponentiation.

japplepie
Messages
93
Reaction score
0
In the binomial theorem (x+x')^n = a summation of terms.

Is there any way I could express (x+x')^^n in a summation?
 
Mathematics news on Phys.org
Well let's consider the simplest non-trivial example which would be

^2(x+y)=(x+y)^{x+y}=(x+y)^x(x+y)^y

Now we can see that if x and y are non-negative integers then we can expand that last expression with the application of the binomial theorem twice. If they're not however, then we'd get an infinite expansion and thus attempting to compute one more level in the tetration:

^3(x+y)

Wouldn't be possible because the binomial theorem only works for finite n.

Ok, so we're forced to have x,y be non-negative integers, but also if either of them were 0 then the problem becomes trivial, so we'll restrict ourselves to the natural numbers.

I don't expect there is a way to express it in the form that you're hoping for, but because tetration is simply repeated exponentiation, which means that recursively,

^n(x+y)=(x+y)^{^{n-1}(x+y)}

and so you can iteratively use the binomial theorem as you work your way down the power tower.

f_n=\sum_{i=0}^{f_{n-1}}\binom{f_{n-1}}{i}x^iy^{f_{n-1}-i}
where
f_k=^k(x+y)
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 42 ·
2
Replies
42
Views
6K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 7 ·
Replies
7
Views
14K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K