What comes after geometric mean?

308 Views Asked by At

The formula for computing the geometric mean seems to be the arithmetic mean formula except with all operations "shifted up" by one in the hyperoperator chain.

While arithmetic mean is:

$$\frac{a+b+c+\cdots}{n}$$

In the geometric mean, the addition has been replaced with multiplication and division replaced with a root:

$$(a b c\cdots)^{1/n}$$

One might thus wonder whether this could be extended further, replacing the multiplication with an exponentiation and the root with a "super-root," the inverse of a tetration.

Something like:

$$\left(a^{b^{c^{\cdots}}}\right)_n$$

Where the subscript $n$ stands for $n$th super-root.

Of course, this is problematic for the reason that exponentiation is not commutative; nonetheless, is there any such generalization of means and what significance could it hold?

1

There are 1 best solutions below

2
On BEST ANSWER

There is a different sort of mean: $$\left(\frac{a^p+b^p+c^p+\cdots}n\right)^{1/p}$$ It includes:

  • the usual mean, when $p=1$
  • the 'root-mean-square', when $p=2$
  • the geometric mean, when $p=0$ (it turns into $1^{\infty}$, which has no particular value, so you have to do calculus, and it becomes the geometric mean)
  • the harmonic mean, when $p=-1$
  • the maximum, when $p=\infty$
  • the minimum, when $p=-\infty$