Generalising the Geometric Series
Level 0: Geometric Series
A series that looks like the following:
is a convergent geometric series, which can be evaluated using the following infinite sum formula:
where is the first term of the series and is the common ratio. In the case of the series above, and . Plugging them in, we obtain the sum, , for the above series:
This series is useful in various applications, from distance calculation in physics, compound interests in finance, population growth in biology to even fascinating topics like fractal geometry. Indeed, this series is good and fun, but like most mathematicians may ask, "Can we generalise it even further, and how?"
This article demonstrates one way this series can be generalised, which is by allowing variables in the numerator of the summed over terms.
Level 1: Arithmetico-geometric Series
Now, what if instead of the numerator being a constant number, it is the index of summation ?
It somewhat resembles the previous series but is no longer a geometric one. In fact, it is now an arithmetico-geometric series, with each term in the sum being the product of its respective term of an arithmetic sequence and that of a geometric sequence.
It seems like the infinite sum formula above is not really useful currently. How should we tackle this problem then?
Scaling and Shifting
Since the variable in the numerator is of degree , let's call the desired sum , and list the first few terms of the series.
Next, let's multiply all of the terms by . We then obtain , with the terms becoming the following.
Now, observe that with the exception of the term, there is a difference of between each term in the former and latter series. With this in mind, let's see what happens if we subtract the former sum by the latter.
We recover the geometric series at the beginning! The key here is that we have managed to reduce the problem down to what we've seen before, and we can now apply the geometric infinite sum formula!
How can we express this in terms of then? Recalling what we have previously done, we can in fact write it as . Doing some simplification and applying the infinite sum formula gives us the following equation:
Solving this equation finally gives us the desired answer, also known as the Gabriel's staircase:
The infinite sum formula has an application in probability theory: it gives us the expected value of a discrete random variable defined by a geometric distribution.
Explanations of some jargons involved.
-
A random variable is a representation of a collection of possible outcomes of an experiment, each of which being assigned a probability value.
There are two types of random variables: discrete and continuous. Roughly speaking, a discrete random variable is "defined over whole (natural) numbers like 1, 2 and 3" whereas a continuous random variable is "defined over decimals (real numbers) like 0.2, 1.67 or even π." Formally, a discrete random variable takes on a countable set of possible outcomes while a continuous random variable takes on an uncountable set of possible values.
A common example of a discrete random variable, labelled here as , is the roll of a six-sided fair die 🎲. There are six possible results of a die roll: , each of which occurring with a probability of , thus , and each of the probabilities can be tabulated as follows:
-
The expected value, also called expectation, of a random variable is the average value of all possible outcomes of an experiment, weighted by their respective probabilities. Its formula is
which is the sum of the products of all possible values of a random variable and their respective probabilities.
Using the previous die 🎲 example, the expected value obtained from a single die roll is then
-
A geometric distribution is a probability distribution that gives the number of binomial trials (i.e. you either "succeed" or "fail") needed until achieving the first success.
If the probability of success on each trial is , then the probability of having the -th trial as the first success is
Using this result, the expected value formula and the fact that the number of trials can theoretically be infinite, the expectation of this distribution is then found to be
which explains why it is related to the arithmetico-geometric series discussed in this section. In fact, this infinite sum corresponds to the formula with substituted by (so that it lies within the interval of convergence), less the multiplicative constant and the index shift.
Upon further simplification while accounting for the multiplicative constant, as well as the index shift by adding a factor of , we obtain this surprisingly simple result:
This is helpful in calculating the average number of trials needed before attaining the first success. Here are a few examples.
- 🪙 For the case, the infinite sum, which is also , gives us the expected value of the number of tosses of a fair coin until obtaining the first "tail".
- 🕹️ This formula is also involved in calculating the expected number of encounters required to catch all Pokémons in a simplified, idealisitic Pokémon game, as explained in this Numberphile video featuring Tom Crawford.
For the case, this sum also provides a proof that the infinite sum is in fact rational, which may not be obvious at first glance.
This method only works if the series is indeed convergent. In other words, it won't work for a series like 1 - 1 + 1 - 1 + ... (which has an oscillating sum) or 1 + 1/2 + 1/3 + ... (which, surprisingly, blows up to positive infinity).
As a sidenote, this also means that the use of the same method covered in the infamous Numberphile -1/12 video to "evaluate" the sum of natural numbers is actually wrong (as explained with more detail in this Mathologer video), because the series mentioned in that video are clearly not even convergent to begin with!
A proof to show that is indeed convergent.
The ratio test will come in handy here, i.e. we need to evaluate the limit , which gives us , so the series is convergent.
In fact, it exhibits a stronger form of convergence: it is absolutely convergent, i.e. even if we replace each term in the series with the absolute value of themselves, the series will still converge!
Level 2: Quadratic-geometric Series
At this point, one may ask, "Why stop here? Why not replace the numerator from to and find the general formula of the resulting new series? It will still be convergent (proof below) anyways."
Let's try to apply the same technique we used to obtain the general formula for the case when . Here, we call the desired sum .
Multiplying throughout by yields
Finally, subtracting the former by the latter, we obtain
Once again, we've managed to utilise the fact that the pairwise differences of consecutive perfect squares produce the sequence of odd numbers to reduce this series down to simpler results.
Applying the previous results obtained so far, we finally have
Level 3: Cubic-geometric Series
Now, what can we get if the numerator is a cubic term?
We will call this sum and let's try the same method again.
Notice that in (#), the numerator terms are in the form of , with This simplifies to , which means that (#) can be rewritten as:
Finally, we then arrive at:
You may start to notice a pattern here, and this will be discussed in the next section.
Level p: Polynomial-geometric Series
All of these naturally lead to the question: what happens if we generalise the power of on the numerator to be any positive integer, i.e. what is the infinite sum of the following series?
We know from previous sections that such series are in fact convergent, so we could try to find the respective general formulae for them.
A proof to show that this series is convergent.
Using the ratio test again like the previous proof, we find that as well, so it is indeed convergent.
Let's call this sum . Inductively, one can see that if we obtain , its numerator terms are then in the form of , where
Not only is this where the binomial theorem comes into play, you can observe that the highest-power term, gets cancelled out while the terms of lower powers remain intact. This means that this method enables us to obtain a recurrence relation of in terms of the lower-power sums, i.e. , and so on, and this can help us to evaluate its general formula.
Since , we then arrive at this recurrence relation:
In fact, this derivation is very similar to that in this short paper by Alan Gorfin.
A Segue into Combinatorics
Interestingly, the closed form of this general formula has connections with combinatorics. According to a short paper by Tom Edgar, has the following formula, due to Carlitz:
where denotes the -th order Eulerian polynomial (following the Wikipedia notation).
The coefficients of the Eulerian polynomial, denoted as above, are called Eulerian numbers. We can construct a triangle similar to the Pascal's triangle using Eulerian numbers, with starting from and incrementing one step at a time when traversing down the column, whereas ranges from to as we go from the left to the right of each row. This triangle is then usually called the Euler's triangle.
Eulerian numbers have an application in combinatorics. To quote Wikipedia,
the Eulerian number is the number of permutations of the numbers to in which exactly elements are greater than the previous element (permutations with "ascents").
For example, , gives us the number of permutations of with exactly one element being greater than the previous element, i.e. .
This means that this extension of the geometric series provides us a connection to a combinatorial pattern! Isn't that cool?
Level s: Complex-geometric Series
As a sidenote, what if we generalise even further, so that the numerator variable could take on powers of any complex number?
This brings us beyond the realm (heh) of real numbers and opens ourselves up to the world of Dirichlet series and polylogarithm function, which are common research topics in analytic number theory.
A Dirichlet series is defined as a series of the form
where is a complex number and is a complex sequence.
The polylogarithm function is then a particular collection of Dirichlet series for which is a power series (the free variable in the terms of the series has successively increasing integer powers) in , where and is allowed to be complex (hence the absolute value here is in fact the modulus). Here, is called the order or weight of the function.
One can then notice that discussed previously is in fact , with .
Unfortunately, even allowing analytic continuation, obtaining a value or an explicit expression for for even just positive rational values of , let alone a non-real number, is difficult. For example, even a closed-form expression for is currently unknown.
That said, polylogarithm function is still a topic with various directions of research, including its integral representations, dilogarithms (i.e. when ) and polylogarithm ladders.
To read more about the subject, as well as other topics covered here, feel free to search online using the keywords or navigate to the references/further reading section below.
References, further reading
- Arithmetic-Geometric Progression - Brilliant Wiki
- Arithmetico-geometric series - Art of Problem Solving Online
- Edgar, T. (2018). Staircase Series. Mathematics Magazine, 91(2), 92–95.
- Gorfin, A. (1989). Evaluating the Sum of the Series . The College Mathematics Journal, 20(4), 329–331.
- Polylogarithms - Digital Library of Mathematical Functions
- Lewin, L. (1981). Polylogarithms and Associated Functions.
- Questions on Math Stack Exchange with Polylogarithm Tag