Perturbation theory, as mentioned in an earlier post, is a very important part of the study of many fields but a recurring problem is the issue of summing divergent sequences which sometimes arise in a solution. Even some convergent solutions are very hard to sum because we can only calculate the first two or three terms in a reasonable amount of time. As a result, the study of these infinite summation become very important to advance the field. However, there are some basic principles that must be established before we ourselves delve into the analysis of these sequences. The first is the idea of term rearrangement. Look at the following series.
We know that this series is simply equal to from Taylor series but consider the following. Assume we want the series to sum up to
. We can make this possible. We can start by summing up the first couple positive terms until the summation surpasses
. From there, one can add on the negative values until it goes below
. Then we can repeat this process by taking the next couple positive values and this can go on forever. By rearranging the sequence, we set it equal to
. In fact, we can make the series equal any value. As a result, we conclude that associativity and commutativity are not applicable properties in infinite summations (Note: this is only true when the series is conditionally convergent because those allow for one to push the summation up and down to whatever length desired). The only property that still holds is distributivity of multiplication which simply asserts that summations preserve linearity.
Let’s investigate 2 interesting processes that allow us to quickly generate an answer.
The Shanks Transformation
One interesting idea is that we can take the first couple partial sums of a sequence and decode hidden information in the numbers in order to quickly approximate the final limit of the partials. Let’s call the partials and their limit
where
and
as
.
First let’s assume all partial sums take on the form . If we require
, the partials will approach the limit as
gets very large. Well if this is the case we can look at what happens at consecutive steps of the partials.
This can easily be rearranged into the following.
From here, we can divide equations in order to eliminate both and
Now we solve for the limit of the series.
This solution however cannot be used to calculate the limit exactly because not all partial sums take the aforementioned form. Alternatively, let us define a sequence transformation. If we take the sequence of partials and apply the above equation to each term, we will get a new sequence without a term for because it needs at least one term before it. Call this new transformed sequence
. This is called a Shanks transformation. I now claim that this sequence converges faster than the original sequence
. In fact I claim applying it again creates another sequence
that converges even faster and that each successive transformation
converges even faster. If this sounds unbelievable, let’s look at an example like
Look at the following chart and graph representing the converging sequences.
As seen from the first 4 transformations, higher orders of transforming result in accelerated convergence. From just the first 9 partials, we were able to determine within accuracy within 8 digits. This kind of accuracy would take hundreds of millions of regular partial summations to achieve. Note: this method really only works for convergent series because we assume .
Richardson Extrapolation
Here, I present another method of extracting information from a series. Using the same notation as earlier, this process proposes the following model for the convergence of the partials.
It is easy to see that as ,
. Taking a first order approximation, we can create the following equations for consecutive partials.
The equations are then rearranged slightly.
By setting these equations equal to each other, we can assign a value to the series limit based on the partials.
Following a similar process to the Shanks transformation, we can creates another series out of the above equation. We call this sequence as it is the first order Richardson extrapolation. Assume we repeat the process above but with a second order approximation. For this, we would need one more partial to accommodate for the second constant.
Clever rearrangement (namely taking twice the middle function and subtracting the other two) allows us to create the following equation for the series limit.
We can call the series formed by this equation In fact, notice that the coefficients are alternating binomial coefficients. In fact, solving for higher order Richardsons reveals that they extrapolations take a very predictable form.
Now, just as before, I will make the claim that this extrapolated sequence actually converges faster than the original to the same limit. Let’s test this for the convergent series
Notice how these two only applied for convergent series.
For divergent series, it seems there is no way to assign a value to the sum but, in fact, this notion is misguided. Divergent series are just representations of functions that are ill-defined on some intervals. For example, consider the gamma function. One representation of the function is shown below.
This function represented in this form cannot be extended to fractional values but its representation in integral form can.
To say this function cannot be defined be for fractional values of by looking at the first representation would simply be misguided. In fact, this integral cannot take on negative values for
but other representations can. In the same way, divergent series represented in other forms can help us find a way to determine their true value.
Note that two things must be considered at this point. This is not to say that there are no divergent series because series like are truly divergent (which we will prove later). Also, some may point out the mathematical ignorance of this perspective claiming that a function’s values IS based on its representation but because this kind of math is primarily used in physics, our notion holds. If we get divergent series out of the physical world, that is just a flaw with our process of describing the system because there is usually an alternate convergent description. Our formulation is not necessarily the identity of the function.
From here, we will discuss three approaches to divergent summations and then hint at one of the biggest results of resummation theory.
Euler Summation
This one is simple. Assume you have a sequence where
. Euler suggests taking the Taylor series
and then taking the limit
. For example, consider the following sequence.
Borel Summation
Consider the following identity rearranged below.
Now we can take the summation and multiply it by .
Because we are looking at perturbation theory in application to physics, we assume we are dealing with nice functions where the sum of the integrals is the integral of the sums.
This is much more useful because in denominator makes it much more likely for the sum to converge and, as a result, to integrate. Observe the following sequence using Borel Summation.
General Summations
All these summations are great but to convince you that these are indeed well-defined processes, allow me to lay out these general summation properties which the aforementioned processes follow (I won’t prove this in this post). In fact these properties alone are sufficient to calculate the values of series.
Let us define a function that takes in a sequence of numbers and spits out a value equal to their sum. Well, for this function to behave like a sum, the following must be true.
It also must be linear.
These properties alone allow for a vast range of results which I will allow the reader to experiment with. For now, I will prove as promised the divergence of the series By using the first property, we know the following.
There exists no finite value of that satisfies the above equation so it must be infinite. Hence, it diverges.
Now all this seems amazing but many of these assume we know knowledge about all the terms in a summation. If we are only left with the first couple terms of a sequence (which is often the case in perturbation theory), these processes fail miserably. This dilemma however will be solved in the next post which discusses Pade approximants. It acts as an extension of Taylor series spanning all forms of rational functions instead of just polynomials but we will discuss this idea more later.
If you want to know more or see where I learned it from, watch the lectures on Mathematical Physics by Carl Bender.
Leave a Reply