Diverges or Converges?

My friend asked me this interesting problem, but I have no idea how to solve it. Given summation as below:

n=0(1)nτ(2n+1)2n+1\displaystyle \sum_{n=0}^\infty \frac{(-1)^n\tau(2n+1)}{2n+1}

where τ(N)\tau(N) denotes the number of positive integer divisors of NN (you can read here). Determine whether the sum diverges or converges (and if so to what)?

#Algebra #MathProblem #Math

Note by Fariz Azmi Pratama
7 years, 10 months ago

No vote yet
28 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Define χ(m)={+1m1(mod4)1m3(mod4)\chi(m) = \begin{cases} +1 & m \equiv 1 \pmod{4} \\ -1 & m \equiv 3 \pmod{4}\end{cases}.Then, the sum is n=0χ(2n+1)τ(2n+1)2n+1\displaystyle\sum_{n = 0}^{\infty} \dfrac{\chi(2n+1)\tau(2n+1)}{2n+1}.

Notice that χ(m),τ(m),m\chi(m), \tau(m), m are multiplicative functions, i.e.:

If m=i=1rpieim = \displaystyle\prod_{i = 1}^{r}p_i^{e_i} for some primes pip_i, then χ(m)τ(m)m=i=1rχ(piei)τ(piei)piei\dfrac{\chi(m)\tau(m)}{m} = \displaystyle\prod_{i = 1}^{r}\dfrac{\chi(p_i^{e_i})\tau(p_i^{e_i})}{p_i^{e_i}} .

So, if we ignore convergence, we can factor the summation in a manner similar to the Euler Product:

m is oddχ(m)τ(m)m=\substackp is primep2k=0χ(pk)τ(pk)pk=\substackp is primep2k=0χ(p)k(k+1)pk\displaystyle\sum_{m \ \text{is odd}} \dfrac{\chi(m)\tau(m)}{m} = \displaystyle\prod_{\substack{p \ \text{is prime} \\ p \neq 2}} \sum_{k = 0}^{\infty}\dfrac{\chi(p^k)\tau(p^k)}{p^k} = \displaystyle\prod_{\substack{p \ \text{is prime} \\ p \neq 2}} \displaystyle \sum_{k = 0}^{\infty}\dfrac{\chi(p)^k(k+1)}{p^k}.

=\substackp is primep21(1χ(p)p)2=(\substackp is primep2k=0χ(p)kpk)2=(\substackp is primep2k=0χ(pk)pk)2= \displaystyle\prod_{\substack{p \ \text{is prime} \\ p \neq 2}} \dfrac{1}{\left(1-\tfrac{\chi(p)}{p}\right)^2} = \left(\displaystyle\prod_{\substack{p \ \text{is prime} \\ p \neq 2}}\sum_{k = 0}^{\infty} \dfrac{\chi(p)^k}{p^k}\right)^2 = \left(\displaystyle\prod_{\substack{p \ \text{is prime} \\ p \neq 2}}\sum_{k = 0}^{\infty} \dfrac{\chi(p^k)}{p^k}\right)^2.

Then, by doing the Euler Product technique in reverse, we get:

(m is oddχ(m)m)2=(n=0(1)n2n+1)2=(tan1(1))2=(π4)2=π216 \left(\displaystyle\sum_{m \ \text{is odd}} \dfrac{\chi(m)}{m}\right)^2 = \left(\displaystyle\sum_{n = 0}^{\infty} \dfrac{(-1)^n}{2n+1}\right)^2 = \left(\tan^{-1}(1)\right)^2 = \left(\dfrac{\pi}{4}\right)^2 = \boxed{\dfrac{\pi^2}{16}}.

Also, note that none of this proves convergence.

Jimmy Kariznov - 7 years, 10 months ago

Log in to reply

Indeed, this is a beautiful calculation! I will add one small comment: if one can show first that the original series converges, then one can actually justify all the steps in your computation, and prove that the final answer is correct. (This is not obvious, since you have to manipulate conditionally convergent series at several steps.) The background for these ideas will be explained in the next Understanding Mathematics discussion, which will be devoted to the Zeta function and Dirichlet series.

John Smith Staff - 7 years, 10 months ago

Log in to reply

Hello John, is that mean you consider the sum converges so it can produce π216?\frac{\pi^2}{16}?

Fariz Azmi Pratama - 7 years, 10 months ago

Log in to reply

@Fariz Azmi Pratama I'm not sure I understand your question, could you clarify? What I meant by my comment is this. As Jimmy himself pointed out, he did not consider the issue of convergence in his calculation. Because he had to do things like multiplying and rearranging infinite series at several steps of his calculation, this means that in principle, each of these steps has to be rigorously justified, and it is not clear how to do so.

However, it is possible to prove rigorously that if the series you gave us converges at all, then its sum must be equal to π2/16\pi^2/16. So instead of justifying several manipulations with infinite series, it is enough to prove one convergence statement.

John Smith Staff - 7 years, 10 months ago

Log in to reply

@John Smith Oops sorry, I definetely misunderstood your comment. Thanks for your explanation. I'm sure someone here will prove whether the sum converges or diverges. I'm looking forward to it.

Fariz Azmi Pratama - 7 years, 10 months ago

Just figured it out. See edits to above post.

Jimmy Kariznov - 7 years, 10 months ago

Log in to reply

Beautiful! Thanks Jimmy, you almost answered my question. I think it is converges but still I haven't figured any proper proof yet.

Fariz Azmi Pratama - 7 years, 10 months ago

Jimmy, may I know why you define that by (mod4)?\pmod{4}?

Fariz Azmi Pratama - 7 years, 10 months ago

Log in to reply

If 2n+11(mod4)2n+1 \equiv 1 \pmod{4} then n0(mod2)n \equiv 0 \pmod{2} and (1)n=+1(-1)^n = +1.

If 2n+13(mod4)2n+1 \equiv 3 \pmod{4} then n1(mod2)n \equiv 1 \pmod{2} and (1)n=1(-1)^n = -1.

That is why (mod4)\pmod{4} is useful there.

Jimmy Kariznov - 7 years, 10 months ago

Thank you Fariz for sharing this question with us. As is probably clear from the number of comments posted for this discussion, this is an extremely interesting question. Not only is it highly nontrivial, but it is also related to several very important ideas in analytic number theory. In particular, Jimmy's first calculation is related to the subject of Dirichlet series (of which Riemann's zeta function is the most famous example). Here I will present an alternative proof of convergence (without computing the actual value of the sum). My primary goal is to illustrate the use of the summation by parts technique, which is incredibly important -- not just in analytic number theory but in many other areas.

To save space, I will be a bit sketchy, but feel free to ask for clarification of any of the steps in the proof.

Step 1. Since the nn-th term of the series goes to 00 as nn\to\infty, it is enough to show that the sequence of the even-numbered partial sums of Fariz's series has a limit, or equivalently, that it is a Cauchy sequence. So let's consider SN=n=02N1(1)nτ(2n+1)2n+1. S_N = \sum_{n=0}^{2N-1} \frac{(-1)^n\,\tau(2n+1)}{2n+1}. We can write SN=XNYNS_N = X_N - Y_N, where XN=k=0N1τ(4k+1)4k+1,   YN=k=0N1τ(4k+3)4k+3. X_N = \sum_{k=0}^{N-1} \frac{\tau(4k+1)}{4k+1}, \ \ \ Y_N = \sum_{k=0}^{N-1} \frac{\tau(4k+3)}{4k+3}.

Step 2. Let's pause for a second and try to understand why proving convergence is so difficult. The individual sequences XNX_N and YNY_N both tend to \infty as NN\to\infty, so to show that SNS_N has a limit, we need to show (informally speaking) that XNX_N and YNY_N grow at approximately the same rate (this will be made completely precise below). The reason it is hard to estimate the rate of growth of XNX_N is that the divisor function τ(k)\tau(k) oscillates rather wildly: for instance, it achieves arbitrarily high values, but at the same time, it also hits the value 22 infinitely often. This is where summation by parts comes to the rescue. It is a very general method for improving the behavior of sums of oscillating terms. (Summation by parts is the discrete analogue of integration by parts, which is even more important, and can likewise be used to handle oscillating integrals.) We will use the following version of summation by parts, which you can easily check. Suppose that aka_k and ckc_k are sequences of real or complex numbers (k0)k\geq 0). Then for all integers N>M>0N>M>0, k=MN1akck=ANcN1AMcM1+k=MN1Ak(ck1ck) \sum_{k=M}^{N-1} a_k c_k = A_N c_{N-1} - A_M c_{M-1} + \sum_{k=M}^{N-1} A_k (c_{k-1} - c_k) where Ak=j=0k1ajA_k = \sum_{j=0}^{k-1} a_j for all k1k\geq 1 (to prove this, write ak=Ak+1Aka_k=A_{k+1}-A_k).

Step 3. Let us apply the above formula with ak=τ(4k+1)a_k=\tau(4k+1) and ck=14k+1c_k=\frac{1}{4k+1}. We have ck1ck=14k314k+1=4(4k3)(4k+1)=14k2+O(k3), c_{k-1} - c_k = \frac{1}{4k-3} - \frac{1}{4k+1} = \frac{4}{(4k-3)(4k+1)} = \frac{1}{4}\,k^{-2} + O(k^{-3}), so with the notation introduced earlier, we obtain XNXM=k=MN1τ(4k+1)4k+1=AN4N3AM4M3+14k=MN1Ak(k2+O(k3)), X_N - X_M = \sum_{k=M}^{N-1} \frac{\tau(4k+1)}{4k+1} = \frac{A_N}{4N-3} - \frac{A_M}{4M-3} + \frac{1}{4}\,\sum_{k=M}^{N-1} A_k \cdot (k^{-2} + O(k^{-3})), where Ak=j=0k1τ(4j+1)A_k = \sum_{j=0}^{k-1} \tau(4j+1). A similar calculation shows that YNYM=k=MN1τ(4k+3)4k+3=BN4N1BM4M1+14k=MN1Bk(k2+O(k3)), Y_N - Y_M = \sum_{k=M}^{N-1} \frac{\tau(4k+3)}{4k+3} = \frac{B_N}{4N-1} - \frac{B_M}{4M-1} + \frac{1}{4}\,\sum_{k=M}^{N-1} B_k \cdot (k^{-2} + O(k^{-3})), where Bk=j=0k1τ(4j+3)B_k = \sum_{j=0}^{k-1} \tau(4j+3).

Step 4. Here comes the second crucial ingredient: using the idea of the Dirichlet hyperbola method to estimate the rate of growth of the sequences AkA_k and BkB_k. This step is very closely related to the approach used in Jimmy's second calculation. I leave it as a very instructive exercise to modify the argument presented here to prove the following estimates: j=0N1τ(4j+1)=12Nlog(N)+2γ+4log(2)12N+O(N) \sum_{j=0}^{N-1} \tau(4j+1) = \frac{1}{2} N\,\log(N) + \frac{2\gamma + 4\log(2)-1}{2} N + O(\sqrt{N}) and j=0N1τ(4j+3)=12Nlog(N)+2γ+4log(2)12N+O(N), \sum_{j=0}^{N-1} \tau(4j+3) = \frac{1}{2} N\,\log(N) + \frac{2\gamma + 4\log(2)-1}{2} N + O(\sqrt{N}), where γ\gamma is Euler's constant.

Step 5. Now we are essentially done. Using the asymptotic formulas for AkA_k and BkB_k given above (which imply, in particular, that AkBk=O(k)A_k-B_k=O(\sqrt{k}) and that AkA_k and BkB_k are both O(klog(k))O(k\,\log(k))), we obtain, after various straightforward manipulations: SNSM=(XNXM)(YNYM)=O(N1/2log(N))+O(M1/2log(M))+k=MN1O(k3/2), \begin{aligned} S_N - S_M &=& (X_N-X_M) - (Y_N-Y_M) \\ &=& O(N^{-1/2}\,\log(N)) + O(M^{-1/2}\,\log(M)) + \sum_{k=M}^{N-1} O(k^{-3/2}), \end{aligned} and this is enough to conclude that {SN}\{S_N\} is a Cauchy sequence. EDIT: as pointed out below, I was careless/pessimistic: in fact, we get a better estimate SNSM=O(N1/2)+O(M1/2)S_N - S_M = O(N^{-1/2}) + O(M^{-1/2}).

John Smith Staff - 7 years, 10 months ago

Log in to reply

Hi. Your proof is very good. But, in the last step, when I tried to calculate SNSMS_{N}-S_{M}, I get it as O(N12)O(N^{-\frac{1}{2}}) and not O(N12log(N))O(N^{-\frac{1}{2}}log(N)). Can you please clarify this?

Shiva Chidambaram P - 7 years, 10 months ago

Log in to reply

EDITED Yes, I think that your calculation is correct, and I inserted the appropriate remark into my proof. Thank you for pointing this out!

John Smith Staff - 7 years, 10 months ago

Log in to reply

@John Smith Many thanks, John. It took me a while to undestand about Dirichlet since I'm new in it.

Fariz Azmi Pratama - 7 years, 10 months ago

Log in to reply

@Fariz Azmi Pratama You're welcome! Feel free to ask more in the discussions (about Dirichlet series or anything else). We are here to show you cool new things in math.

John Smith Staff - 7 years, 10 months ago

Here is my attempt: I did not use the Euler Product and I think my solution also explains why the sum converges.

The basic idea looks like this:

Split the divisor function into parts, then sum them up.

Define τ1(n)=1 \tau_{1}(n) = 1 if n is divisible by 1, and 0 otherwise. Clearly, this will always evaluate for 1. Also, define τ3(n)=1 \tau_{3}(n) = 1 if n is divisible by 3, and 0 otherwise. And so on.

Clearly, τ(n)=a=1τa(n) \tau(n) = \sum\limits_{a=1}^ \infty \tau_{a}(n) .

Note the following, when summing up all the values of 2n+1 2n+1 divisible by some 2a+1 2a+1 , all such positive values of n are generated by (2a+1)k+a (2a+1)k + a for k0 k \geq 0

Now we can rewrite the original sum as a=0k=0(1)(2a+1)k+a2((2a+1)k+a)+1 \sum\limits _{a=0}^{\infty } \sum\limits _{k=0}^{\infty } \frac{(-1)^{(2 a+1) k+a}}{2 ((2 a+1) k+a)+1}

Now if we only evaluate k=0(1)(2a+1)k+a2((2a+1)k+a)+1 \sum _{k=0}^{\infty } \frac{(-1)^{(2 a+1) k+a}}{2 ((2 a+1) k+a)+1} for some fixed a, we will get tan1((1)a)2a+1 \frac{\tan ^{-1}\left((-1)^a\right)}{2 a+1} .

Note that tan1((1)a)=14π(1)a \tan ^{-1}\left((-1)^a\right)=\frac{1}{4} \pi (-1)^a

If we evaluate this for all a, we will get π2/16 \pi^2/16

I am really sorry for poor formatting. Please reply to this if you did not understand what I meant.

Ivan Stošić - 7 years, 10 months ago

Log in to reply

Hello, Ivan. Thanks for your great attempt. I think your proof is easy to understand and also well written. But could you explain how you get 14π(1)a=π216?\frac{1}{4}\pi(-1)^a = \frac{\pi^2}{16}? I'm lost here. Thanks.

Fariz Azmi Pratama - 7 years, 10 months ago

Log in to reply

Ok, I will explain:

The original sum is equal to:

a=0k=0(1)(2a+1)k+a2((2a+1)k+a)+1 \sum _{a=0}^{\infty } \sum _{k=0}^{\infty } \frac{(-1)^{(2 a+1) k+a}}{2 ((2 a+1) k+a)+1}

The inner sum can be evaluated to

k=0(1)(2a+1)k+a2((2a+1)k+a)+1=tan1((1)a)2a+1 \sum _{k=0}^{\infty } \frac{(-1)^{(2 a+1) k+a}}{2 ((2 a+1) k+a)+1}=\frac{\tan ^{-1}\left((-1)^a\right)}{2 a+1}

We can replace tan1((1)a)=14π(1)a \tan ^{-1}\left((-1)^a\right)=\frac{1}{4} \pi (-1)^a and pull π4 \frac{\pi }{4} out of the sum. If we do, we will get 14πa=0(1)a2a+1 \frac{1}{4} \pi \sum _{a=0}^{\infty } \frac{(-1)^a}{2 a+1} which evaluates to π216 \frac{\pi ^2}{16}

Hope this helps

Ivan Stošić - 7 years, 10 months ago

Log in to reply

@Ivan Stošić Definetely helped, thanks.

Fariz Azmi Pratama - 7 years, 10 months ago

My first attempt was something similar to what you did. I managed to not get anywhere then, but now it seems to work out a bit better.

First, let's work with the sum from n=0n = 0 to NN and then take the limit as NN \to \infty.

Define I(k,n)=1I(k,n) = 1 if 2k+12n+12k+1 \mid 2n+1 and 00 otherwise. Then:

SN=n=0N(1)nτ(2n+1)2n+1S_N = \displaystyle\sum_{n = 0}^{N} \dfrac{(-1)^n \tau(2n+1)}{2n+1} =n=0Nk=0n(1)nI(k,n)2n+1= \displaystyle\sum_{n = 0}^{N} \sum_{k = 0}^{n}\dfrac{(-1)^nI(k,n)}{2n+1} =k=0Nn=kN(1)nI(k,n)2n+1= \displaystyle\sum_{k = 0}^{N} \sum_{n = k}^{N}\dfrac{(-1)^nI(k,n)}{2n+1}

Since the sum is finite, changing the order is valid.

Note that, 2k+12n+12k+1 \mid 2n+1 iff 2n+1=(2k+1)(2m+1)2n+1 = (2k+1)(2m+1) iff n=2km+k+mn = 2km+k+m where mN0m \in \mathbb{N}_0.

Also, k2km+k+mNk \le 2km+k+m \le N holds iff 0mNk2k+10 \le m \le \dfrac{N-k}{2k+1}. This gives us:

k=0Nm=0Nk2k+1(1)2km+k+m(2k+1)(2m+1)\displaystyle\sum_{k = 0}^{N} \sum_{m = 0}^{\left\lfloor \tfrac{N-k}{2k+1}\right\rfloor }\dfrac{(-1)^{2km+k+m}}{(2k+1)(2m+1)} =k=0Nm=0Nk2k+1(1)k+m(2k+1)(2m+1)= \displaystyle\sum_{k = 0}^{N} \sum_{m = 0}^{\left\lfloor \tfrac{N-k}{2k+1}\right\rfloor }\dfrac{(-1)^{k+m}}{(2k+1)(2m+1)} =k=0N(1)k2k+1m=0Nk2k+1(1)m2m+1= \displaystyle\sum_{k = 0}^{N} \dfrac{(-1)^k}{2k+1}\sum_{m = 0}^{\left\lfloor \tfrac{N-k}{2k+1}\right\rfloor }\dfrac{(-1)^m}{2m+1}.

Now, we must show that SNk=0(1)k2k+1m=0(1)m2m+1=(π4)2=π216S_N \to \displaystyle\sum_{k = 0}^{\infty} \dfrac{(-1)^k}{2k+1} \sum_{m = 0}^{\infty} \dfrac{(-1)^m}{2m+1} = \left(\dfrac{\pi}{4}\right)^2 = \dfrac{\pi^2}{16} as NN \to \infty.

However, actually showing this rigorously might not be as easy as it looks.

Jimmy Kariznov - 7 years, 10 months ago

Log in to reply

So, it turns out that showing that SNπ216S_N \to \dfrac{\pi^2}{16} as NN \to \infty is doable, but very annoying.

The sum SNS_N is over X={(k,m)N02  (2k+1)(2m+1)2N+1}X = \left\{(k,m) \in \mathbb{N}^2_0 \ | \ (2k+1)(2m+1) \le 2N+1\right\}.

Let A={(k,m)X  2k+12N+1}A = \left\{(k,m) \in X \ | \ 2k+1 \le \sqrt{2N+1}\right\}.

Let B={(k,m)X  2m+12N+1}B = \left\{(k,m) \in X \ | \ 2m+1 \le \sqrt{2N+1}\right\}.

Clearly, X=ABX = A \cup B.

Note that k=0n(1)k2k+1=π4+O(1n)\displaystyle\sum_{k = 0}^{n} \dfrac{(-1)^k}{2k+1} = \dfrac{\pi}{4} + O\left(\dfrac{1}{n}\right) and k=0n12k+1=O(lnn)\displaystyle\sum_{k = 0}^{n} \dfrac{1}{2k+1} = O(\ln n) .

Let L=12(2N+11)L = \left\lfloor \tfrac{1}{2}(\sqrt{2N+1}-1) \right\rfloor. Note that if kLk \le L then Nk2k+1L\dfrac{N-k}{2k+1} \ge L. Also, L=O(N)L = O(\sqrt{N}).

Then, the sum over AA is:

(k,m)A(1)k+m(2k+1)(2m+1)\displaystyle \sum_{(k,m) \in A} \dfrac{(-1)^{k+m}}{(2k+1)(2m+1)} =k=0L[(1)k2k+1m=0Nk2k+1(1)m2m+1]= \displaystyle\sum_{k = 0}^{L}\left[\dfrac{(-1)^k}{2k+1}\sum_{m = 0}^{\tfrac{N-k}{2k+1}}\dfrac{(-1)^m}{2m+1}\right]

=k=0L[(1)k2k+1(π4+O(1L))]= \displaystyle\sum_{k = 0}^{L}\left[\dfrac{(-1)^k}{2k+1}\left(\dfrac{\pi}{4} + O\left(\dfrac{1}{L}\right)\right)\right] =π4k=0L(1)k2k+1+O(lnL)O(1L)= \dfrac{\pi}{4}\displaystyle\sum_{k = 0}^{L}\dfrac{(-1)^k}{2k+1} + O(\ln L)O\left(\dfrac{1}{L}\right)

=π4(π4+O(1L))+O(lnLL)= \dfrac{\pi}{4}\left(\dfrac{\pi}{4} + O\left(\dfrac{1}{L}\right)\right) + O\left(\dfrac{\ln L}{L}\right) =π216+O(lnLL)= \dfrac{\pi^2}{16} + O\left(\dfrac{\ln L}{L}\right) =π216+O(lnNN)= \dfrac{\pi^2}{16} + O\left(\dfrac{\ln N}{\sqrt{N}}\right).

The same can be done for the sum over BB by switching the roles of kk and mm.

The sum over ABA \cap B is:

(k,m)AB(1)k+m(2k+1)(2m+1)\displaystyle \sum_{(k,m) \in A \cap B} \dfrac{(-1)^{k+m}}{(2k+1)(2m+1)} =k=0L[(1)k2k+1m=0L(1)m2m+1]= \displaystyle\sum_{k = 0}^{L}\left[\dfrac{(-1)^k}{2k+1}\sum_{m = 0}^{L}\dfrac{(-1)^m}{2m+1}\right]

=[k=0L(1)k2k+1][m=0L(1)m2m+1]= \left[\displaystyle\sum_{k = 0}^{L}\dfrac{(-1)^k}{2k+1}\right]\left[\displaystyle\sum_{m = 0}^{L}\dfrac{(-1)^m}{2m+1}\right] =(π4+O(1L))(π4+O(1L))= \left(\dfrac{\pi}{4} + O\left(\dfrac{1}{L}\right)\right)\left(\dfrac{\pi}{4} + O\left(\dfrac{1}{L}\right)\right)

=π216+O(1L)= \dfrac{\pi^2}{16} + O\left(\dfrac{1}{L}\right) =π216+O(1N)= \dfrac{\pi^2}{16} + O\left(\dfrac{1}{\sqrt{N}}\right).

By Principle of Inclusion-Exclusion, the sum over XX is the sum over AA plus the sum over BB minus the sum over ABA \cap B which is:

SN=2(π216+O(lnNN))(π216+O(1N))S_N = 2\left(\dfrac{\pi^2}{16} + O\left(\dfrac{\ln N}{\sqrt{N}}\right)\right) - \left(\dfrac{\pi^2}{16} + O\left(\dfrac{1}{\sqrt{N}}\right)\right). =π216+O(lnNN)= \dfrac{\pi^2}{16} + O\left(\dfrac{\ln N}{\sqrt{N}}\right).

As NN \to \infty, we have lnNN0\dfrac{\ln N}{\sqrt{N}} \to 0, and thus, SNπ216S_N \to \dfrac{\pi^2}{16} as desired.

Note that I used Big-O notation here because actually computing an expression for the error terms isn't nearly as important as showing that the error terms tend to zero.

If anyone else can come up with a simpler solution that is rigorous, please post it.

Jimmy Kariznov - 7 years, 10 months ago

Log in to reply

@Jimmy Kariznov Superb! Thank you Jimmy, for your amazing solution. I don't know how about the other but I, personally can't prove it any better. Well, I think this problem officially closed :)

Fariz Azmi Pratama - 7 years, 10 months ago

@Jimmy Kariznov This is a very clever calculation. I am soon going to post another proof of convergence. It is actually a bit longer than your argument (though it shares the same underlying idea), and moreover, unlike your approach, it only shows convergence without computing the value of the sum. So why bother? The method I am going to explain makes it a bit easier to understand what are the key mathematical principles that make it work. Moreover, these principles themselves can be used in a variety of situations, some of which are very different from the one we considered here.

John Smith Staff - 7 years, 10 months ago

Log in to reply

@John Smith Wow, I'm waiting for it.

Fariz Azmi Pratama - 7 years, 10 months ago

@Jimmy Kariznov Wow, very nice. Thanks.

Ivan Stošić - 7 years, 10 months ago

Could you explain in more detail how you get the conclusion in the line that begins with "Now we can rewrite the original sum as..."? In particular, it seems to me (at least at first glance) that somewhere in this step you are interchanging the order of two infinite summations. If so, how do you justify this step?

John Smith Staff - 7 years, 10 months ago

Log in to reply

Let's split the tau function into parts, as described.

So, for the first possible divisor, one, we simply evaluate k=0(1)k2k+1 \sum _{k=0}^{\infty } \frac{(-1)^k}{2 k+1}

For the second one, three, we shall only take values of 2n+1 divisible by 3. So, our sum will look like this: k=0(1)3k+12(3k+1)+1 \sum _{k=0}^{\infty } \frac{(-1)^{3 k+1}}{2 (3 k+1)+1}

For the third one, five, the sum will look like this: k=0(1)5k+22(5k+2)+1 \sum _{k=0}^{\infty } \frac{(-1)^{5 k+2}}{2 (5 k+2)+1}

And so on.

To get to the original sum, we simply sum up all the sums we had here.

And yes, it is possible that I have exchanged the order of summation. I am pretty sure that there is a reason why this should be considered correct, although I am not trained enough in calculus to know why. Maybe I am wrong, who knows?

I just wanted to give a simpler idea not relying on the Euler Product.

P.S.

There is no need to exchange the order of summation. One can keep a in the inside sum and still get the same result. Note that the denominator is equal to (2k+1)(2a+1). So now I am pretty confident that my solution is ok

Ivan Stošić - 7 years, 10 months ago

Log in to reply

@Ivan Stošić Sorry, I don't see this. If you have a proof that does not require interchanging the order of summation, please post the details. On the other hand, in a situation such as this one, where you are dealing with infinite series that converge only conditionally and not absolutely, it is known that interchanging the order of summation is not permissible in general.

John Smith Staff - 7 years, 10 months ago

Log in to reply

@John Smith I don't see he interchanging the order of summation, if he does, could you tell me which part of it? Thanks

Fariz Azmi Pratama - 7 years, 10 months ago

Log in to reply

@Fariz Azmi Pratama If I understand Ivan's approach correctly, it involves replacing τ(2n+1)\tau(2n+1) in your original series with a=1τa(2n+1)\sum_{a=1}^\infty\tau_a(2n+1). This is of course perfectly legitimate, but notice that after you do this, the sum over nn is the outer sum and the sum over aa is the inner sum. However, at some point in the calculation, you can see the different order of summation, where the sum over aa became the outer sum.

John Smith Staff - 7 years, 10 months ago

Log in to reply

@John Smith Oh didn't notice that, thanks.

Fariz Azmi Pratama - 7 years, 10 months ago

Using a computer program, it can be verified that for 50000N10000050000 \le N \le 100000 we have

0.616343<n=0N(1)nτ(2n+1)2n+1<0.6173830.616343 < \displaystyle\sum_{n = 0}^{N} \dfrac{(-1)^n \tau(2n+1)}{2n+1} < 0.617383.

This suggests that it converges, but is not definitive proof.

The sum does not converge absolutely, which means clever rearrangements could change convergence. Also, the magnitude of the terms is not strictly decreasing, so the alternating series test cannot be applied.

Jimmy Kariznov - 7 years, 10 months ago

Log in to reply

Hello Jimmy, my friend said that the answer rebound at π216\frac{\pi^2}{16} which almost same as yours. But I wonder how to solve this problem mathematically, without using algorithm. Any idea?

Fariz Azmi Pratama - 7 years, 10 months ago

Log in to reply

When an infinite sum converges to something involving π2\pi^2, the solution often (not always) involves the fact that n=11n2=π26\displaystyle\sum_{n = 1}^{\infty}\dfrac{1}{n^2} = \dfrac{\pi^2}{6}. I'm not sure how to relate that to this problem.

Jimmy Kariznov - 7 years, 10 months ago

The blog post inspired by this question is now live

John Smith Staff - 7 years, 10 months ago

Log in to reply

Wow cool. Nice post!

Fariz Azmi Pratama - 7 years, 10 months ago

On a related note, are there any theorems out there relating divisors to the magnitude of numbers, kind of like how x/ln(x) relates the number of primes? I think that would be a useful information to have to go solve this problem.

Michael Tong - 7 years, 10 months ago

Log in to reply

Michael, is this what you are looking for?

Fariz Azmi Pratama - 7 years, 10 months ago

Another solution, though it is not very different from the ones provided in the fantastic discussion in this note:

A=n0(1)n2n+1(2d+1)2n+11=d0n:2d+12n+1(1)n2n+1=d0l0(1)((2d+1)(2l+1)1)/2(2d+1)(2l+1)=d0l0(1)d+l(2d+1)(2l+1)=(d0(1)d2d+1)2=(arctan(1))2=(π4)2A=\sum_{n\ge 0}\frac{(-1)^n}{2n+1}\sum_{(2d+1)|2n+1}1\\=\sum_{d\ge 0}\sum_{n:2d+1|2n+1}\frac{(-1)^n}{2n+1}\\=\sum_{d\ge 0}\sum_{l\ge 0}\frac{(-1)^{((2d+1)(2l+1)-1)/2}}{(2d+1)(2l+1)}\\=\sum_{d\ge 0}\sum_{l\ge 0}\frac{(-1)^{d+l}}{(2d+1)(2l+1)}\\=\left(\sum_{d\ge 0}\frac{(-1)^d}{2d+1}\right)^2=\left(\arctan(1)\right)^2=\left(\frac{\pi}{4}\right)^2 which gives the answer as π216\boxed{\frac{\pi^2}{16}}.

Samrat Mukhopadhyay - 4 years, 8 months ago

I think it converges... For example, fixing 2n+1=3k 2n+1 = 3^{k}

n=0(1)nτ(2n+1)2n+1=k=0(1)kτ(3k)3k=k=0(1)k(k+1)3k0\displaystyle \sum_{n=0}^\infty \frac{(-1)^n\tau(2n+1)}{2n+1} = \displaystyle \sum_{k=0}^\infty \frac{(-1)^k\tau(3^{k})}{3^{k}} = \displaystyle \sum_{k=0}^\infty \frac{(-1)^k(k+1)}{3^{k}} \rightarrow 0

It works for every power of prime, but it needs to be generalised of course...

Luca Bernardelli - 7 years, 10 months ago

Log in to reply

The value of the sum you computed does not appear to be correct. Consider the power series 11x=k=0xk,x<1. \frac{1}{1-x} = \sum_{k=0}^\infty x^k, \quad |x| < 1. Then taking derivatives of both sides, we obtain 1(1x)2=k=1kxk1=k=0(k+1)xk, \frac{1}{(1-x)^2} = \sum_{k=1}^\infty kx^{k-1} = \sum_{k=0}^\infty (k+1)x^k, with the same radius of convergence. Then with the choice x=1/3 x = -1/3 we obtain k=0(1)k(k+1)3k=1(1+1/3)2=916>0. \sum_{k=0}^\infty \frac{(-1)^k (k+1)}{3^k} = \frac{1}{(1+1/3)^2} = \frac{9}{16} > 0. Therefore, we cannot infer from your analysis that the original sum n=0(1)nτ(2n+1)2n+1 \sum_{n=0}^\infty \frac{(-1)^n \tau(2n+1)}{2n+1} is convergent--in fact, your analysis suggests that the answer could be the opposite.

hero p. - 7 years, 10 months ago

Log in to reply

Yes, checking only for certain value xx doesn't mean we can determine whether the sum converges or diverges.

Fariz Azmi Pratama - 7 years, 10 months ago

Using the same logic, one could incorrectly conclude that n=012n+1\displaystyle\sum_{n = 0}^{\infty}\dfrac{1}{2n+1} converges.

Jimmy Kariznov - 7 years, 10 months ago

i think that is divergen which use GF and taylor series

uzumaki nagato tenshou uzumaki - 7 years, 10 months ago

Log in to reply

Would you mind to show your solution, Kak Uzu? (Soal Adhel loh hehe ^^)

Fariz Azmi Pratama - 7 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...