Taming a Divergent Series -- But how does it work?

In summary, a convergent version of the traditional series for the Riemann Zeta is derived in a linked video. It gives correct numerical values and works along the critical line. However, there are concerns about its rigorous correctness, particularly in terms of manipulating series according to strict rules. An intermediate step involves replacing the original series with a new one, but there are questions about whether this is valid when summing to infinity and how it can be merged with another sum. There is also discussion about an analytic continuation beyond the original disk of convergence. Overall, there are conflicting opinions about the validity of the derivation, but it does work numerically.
  • #1
Swamp Thing
Insights Author
908
572
A convergent version ( i.e. convergent in the critical strip) of the traditional series for the Riemann Zeta is derived in the video linked at the bottom. It gives the correct numerical values (at least along the critical line, where I tried it out).

But although it works numerically, I'm wondering whether it is rigorously correct. That is, does the derivation follow the strict rules about how series are to be manipulated? (I am not an expert on those rules, so...)

For example the derivation replaces (in effect)
$$\sum_{n=1}^\infty 1/n^s$$
with
$$\sum_{n=1}^\infty \{ {1/(2n-1)}^s + 1/(2n)^s\}$$

This replacement, though invalid for a finite sum, may well be valid when summing to infinity. However, I'm not sure if the second version above can then be merged with another sum (which is what happens around 07:02 in the video). It seems to me that if we write the sums with independent indices M1 and M2, we would get an error if we then tried to set M1 = M2 = M -- at least for finite M. Given this fact, running the M up to infinity should also be problematic.

But again, it does work numerically, so this trick must be justifiable. So what is going on and how does it all work?

Link to video:
 
Last edited:
  • Like
Likes Delta2
Physics news on Phys.org
  • #2
Is that even an analytic continuation?
 
  • #3
$$
\sum_{n=1}^{\infty } \left(\dfrac{1}{(2n-1)^2}+\dfrac{1}{2n^2}\right)=\dfrac{5}{24}\pi^2\neq \dfrac{4}{24}\pi^2=\zeta(2)
$$
and your series isn't even defined for ##n=0.##
 
  • #4
fresh_42 said:
$$
\sum_{n=1}^{\infty } \left(\dfrac{1}{(2n-1)^2}+\dfrac{1}{2n^2}\right)=\dfrac{5}{24}\pi^2\neq \dfrac{4}{24}\pi^2=\zeta(2)
$$
and your series isn't even defined for ##n=0.##

Maybe it's 'my bad' ... I should clarify that the substitution quoted in my original post is only an intermediate step. After doing that, he subtracts another scaled copy of the original series.

The final formula derived in the video is this:

1658191563478.png


And it does work.
Code:
fnSumz[s_, 
  N_] := (1/(1 - 2^(1 - s)))  Sum[((-1)^(n - 1))/(n^s), {n, 1, N}]
vv = 0.5 + I 14.1347;
Zeta[vv]
fnSumz[vv, Infinity]
 
3.13536*10^-6 -0.0000196934 I
3.13536*10^-6 -0.0000196934 I
 
  • #5
Swamp Thing said:
A convergent version ( i.e. convergent in the critical strip) of the traditional series for the Riemann Zeta is derived in the video linked at the bottom. It gives the correct numerical values (at least along the critical line, where I tried it out).

But although it works numerically, I'm wondering whether it is rigorously correct. That is, does the derivation follow the strict rules about how series are to be manipulated? (I am not an expert on those rules, so...)

For example the derivation replaces (in effect)
$$\sum_{n=0}^\infty 1/n^s$$
with
$$\sum_{n=0}^\infty \{ {1/(2n-1)}^s + 1/2n^s\}$$

The lower limit should be 1 in each case.

Assuming the original series is absolutely convergent, we can reorder the terms as we like without affecting the limit, in this case by taking a term for odd [itex]n = 2m - 1[/itex] followed by the next term for even [itex]n = 2m[/itex] together; and [itex]n[/itex] is just a dummy variable so [tex]
\sum_{n=1}^\infty a_n = \sum_{m=1}^\infty (a_{2m-1} + a_{2m}) = \sum_{n=1}^\infty (a_{2n-1} + a_{2n}).[/tex] (This does also work for finite series, provided the original upper limit [itex]N = 2M[/itex] is even and is replaced by [itex]M[/itex] in the new expression.)
 
  • #6
pasmith said:
The lower limit should be 1 in each case.
Oops! I'll correct that.
 
  • #7
fresh_42 said:
$$
\sum_{n=1}^{\infty } \left(\dfrac{1}{(2n-1)^2}+\dfrac{1}{2n^2}\right)=\dfrac{5}{24}\pi^2\neq \dfrac{4}{24}\pi^2=\zeta(2)
$$
and your series isn't even defined for ##n=0.##
But, doesn't it go from ##0## to ##\infty##? And, as @drmalawi points out, it's an issue of determining the ( possibility of) an Analytic Continuation beyond the original disk of convergence. There are cases where there are barriers preventing the continuation beyond the boundary of a disk.
 
  • Like
Likes malawi_glenn
  • #8
WWGD said:
But, doesn't it go from ##0## to ##\infty##?
No. ##n=0## isn't defined. It is impossible to start at ##0.##
 
  • #9
fresh_42 said:
No. ##n=0## isn't defined. It is impossible to start at ##0.##
Edit:Sorry, meant to say from ##1## to##\infty##
 
Last edited:
  • #10
WWGD said:
Sorry, meant to say from ##0## tob##\infty##
fresh_42 said:
No. ##n=0## isn't defined. It is impossible to start at ##0.##
 
  • #11
Brain fart , from ##1## to ##\infty##
 
  • #12
...and the 2nd summand is meant to be ##1/(2n)^s##, right?
 
  • #13
I am still curious about that proposed analytic continuation, could someone elaborate on that?
 
  • #14
vanhees71 said:
...and the 2nd summand is meant to be ##1/(2n)^s##, right?
True.

Corrected in OP. (Also corrected the summing from zero, which should be from 1).
 
  • #15
Swamp Thing said:
True.

Corrected in OP. (Also corrected the summing from zero, which should be from 1).
Correcting the thread after the typos have already been discussed makes the thread unreadable.
Edit: ... and is of really bad style and attitude.Thread closed.
 
  • Like
  • Sad
Likes weirdoguy, berkeman, malawi_glenn and 1 other person

1. What is a divergent series?

A divergent series is a mathematical series in which the terms do not approach a finite limit as the number of terms increases. This means that the sum of the series does not have a definite value and can potentially increase without bound.

2. How do you tame a divergent series?

Taming a divergent series involves applying mathematical techniques such as summation methods, regularization, and analytic continuation to assign a finite value to the sum of the series. These techniques involve manipulating the terms of the series in a way that allows for convergence to a finite value.

3. Why do we need to tame divergent series?

Divergent series often arise in mathematical calculations and can lead to incorrect or meaningless results if left untamed. By assigning a finite value to the sum of the series, we can make sense of these calculations and use them in practical applications.

4. What are some common techniques used to tame divergent series?

Some common techniques include the Cesàro summation method, Abel summation method, and Borel summation method. These methods involve manipulating the terms of the series in different ways to achieve convergence to a finite value.

5. Can all divergent series be tamed?

No, not all divergent series can be tamed. Some series are inherently divergent and cannot be assigned a finite value. However, for many commonly encountered divergent series, there are techniques that can be used to tame them and assign a meaningful value to their sum.

Similar threads

Replies
6
Views
688
Replies
15
Views
2K
Replies
11
Views
2K
Replies
3
Views
915
Replies
3
Views
937
Replies
1
Views
847
Replies
7
Views
1K
Replies
4
Views
1K
Replies
4
Views
2K
  • Calculus
Replies
1
Views
1K
Back
Top