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

  • Context: Undergrad 
  • Thread starter Thread starter Swamp Thing
  • Start date Start date
  • Tags Tags
    Divergent Series Work
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
14 replies · 3K views
Swamp Thing
Insights Author
Messages
1,062
Reaction score
819
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   Reactions: Delta2
Physics news on Phys.org
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
 
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.)
 
pasmith said:
The lower limit should be 1 in each case.
Oops! I'll correct that.
 
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   Reactions: malawi_glenn
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).
 
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   Reactions: weirdoguy, berkeman, malawi_glenn and 1 other person