- 3,372
- 465
Homework Statement
For 0<q<∞, and x rational, for what x values does the series converge?
\sum_{n=0}^{∞} q^{1/n} x^n
The Attempt at a Solution
I don't know which method works best for this
ChrisVer said:So let's make the thing more interesting...
By mathematica also one can verify that the convergence condition is |x|<1. But I also came across a problem...
As we know the ratio method does not give us a specific answer about what happens in the case the result is =1... in our case if x=1...
So in that case we will need to see what happens with:
\sum_{n} x^{n}= \sum_{n} (1)^{n} = 1+1+... = \sum_{n} 1=-\frac{1}{2}
(the proof can be taken from working with the residues of the zeta and gamma function)
What happens then for that case? Is mathematica missing that one extra x?
ChrisVer said:What do you mean by that?
They even have physical application (for example the zeta function's "proofs" can be found in Zwiebach's Introduction course to string theory as exercise, since they appear in the Hamiltonian- there was when I had to prove that).
ChrisVer said:How can a mathematically proven result be wrong?
Γ(s)= \int_{0}^{∞} dt (t)^{s-1} e^{-t} \rightarrow \int_{0}^{∞} d(nt) (nt)^{s-1} e^{-nt}= n^{s}\int_{0}^{∞} dt (t)^{s-1} e^{-nt}
Then the zeta function is defined as:
ζ(s)= \sum_{n=1} \frac{1}{n^{s}}
So
Γ(s)ζ(s)= \sum_{n=1} \frac{1}{n^{s}} n^{s}\int_{0}^{∞} dt (t)^{s-1} e^{-nt}= \int_{0}^{∞} dt (t)^{s-1} \sum_{n=1}e^{-nt}
But we can see the geometric series now:
\sum_{n=1}e^{-nt}= \frac{e^{-t}}{1-e^{-t}}= \frac{1}{e^{t}-1}
Thus:
Γ(s)ζ(s)= \int_{0}^{∞} dt \frac{t^{s-1} }{e^{t}-1}
Also, expanding the denominator's exponential to Taylor series:
\frac{1}{e^{t}-1}= \frac{1}{1+t+\frac{t^{2}}{2}+\frac{t^{3}}{3!}+O(t^{4})-1}=\frac{1}{t+\frac{t^{2}}{2}+\frac{t^{3}}{6}+O(t^{4})}=\frac{1}{t} \frac{1}{1+\frac{t}{2}+\frac{t^{2}}{6}+O(t^{3})}
Then the 2nd denominator, can be expanded as:
\frac{1}{1+x}= 1-x+x^{2}-... for x= \frac{t}{2}+\frac{t^{2}}{6}
The result is:
\frac{1}{e^{t}-1}= \frac{1}{t}- \frac{1}{2}+\frac{t}{12}+O(t^{2})
So
Γ(s)ζ(s)= \int_{0}^{1} dt \frac{t^{s-1} }{e^{t}-1}+ \int_{1}^{∞} dt \frac{t^{s-1} }{e^{t}-1}
From which only the first integral can diverge for t=0. So for that we write:
\int_{0}^{1} dt \frac{t^{s-1} }{e^{t}-1}=\int_{0}^{1} t^{s-1} (\frac{1}{e^{t}-1}-\frac{1}{t}+ \frac{1}{2}-\frac{t}{12}+O(t^{2}))dt+ \int_{0}^{1} t^{s-1} (-\frac{1}{t}+ \frac{1}{2}-\frac{t}{12}+O(t^{2}))dt
which is like the 1st integral is zero, and the 2nd one will give the (1/e-1)... Nevertheless, the 2nd can be evaluated:
\int_{0}^{1} dt \frac{t^{s-1} }{e^{t}-1}=\int_{0}^{1} t^{s-1} (\frac{1}{e^{t}-1}-\frac{1}{t}+ \frac{1}{2}-\frac{t}{12}+O(t^{2}))dt + \frac{1}{s-1}- \frac{1}{2s}+\frac{1}{12(s+1)}
And by that:
Γ(s)ζ(s)= \int_{0}^{1} t^{s-1} (\frac{1}{e^{t}-1}-\frac{1}{t}+ \frac{1}{2}-\frac{t}{12}+O(t^{2}))dt + \frac{1}{s-1}- \frac{1}{2s}+\frac{1}{12(s+1)} + \int_{1}^{∞} dt \frac{t^{s-1} }{e^{t}-1}
The 2nd integral, converges for every value of s. The parenthesis in the 1st integral is of order t^{2} which gives:
\int_{0}^{1} t^{s+1} dt which converges for Re<s>>-2</s>.
Using the fact that the gamma function has a simple pole at s=0 \rightarrow Res=1, and a simple pole at s=-1 \rightarrow Res=-1... or in general the pole at s=-n, n\in Z \rightarrow Res=\frac{(-1)^{n}}{n!}... and the fact that the above expression has simple poles at s=0, s=-1, we get:
Res_{s=-n}[Γ(s)ζ(s)]= Res_{s=-n}[Γ(s)] ζ(-n), n=0,1
By that we can get that:
ζ(0)=-\frac{1}{2}= \sum_{n=1} 1
as well as:
ζ(-1)= - \frac{1}{12}= \sum_{n=1}n
while its only singularity is at s=+1.
One could come up with the idea that expansions are wrong, but that's not the case, since they don't contribute anything to the singular points which I make use of... they just exist in a converging integral...
ChrisVer said:ζ(s)= \sum_{n=1} \frac{1}{n^{s}}
By that we can get that:
ζ(0)=-\frac{1}{2}= \sum_{n=1} 1
as well as:
ζ(-1)= - \frac{1}{12}= \sum_{n=1}n
while its only singularity is at s=+1.
ChrisVer said:1. For Re>0 the integral is itself convergent and gamma functions shows no poles. However extending it, allowing complex s is not wrong.
2. why wouldn't it be valid? In fact the exponential (which happens to have the only n dependence) is behaving nicely under summation (geometric series)
ChrisVer said:Sorry for being a little bit stubborn, but I am really confused...
Eg how could someone ask for us to prove something which is wrong? (see attachment)
ChrisVer said:and also you could check that, where zeta function is defined in the book...
Oh yes,the sources are from Zwiebach's book , A First Course in String Theory, I mentioned before.
ChrisVer said:and also you could check that, where zeta function is defined in the book...
Oh yes,the sources are from Zwiebach's book , A First Course in String Theory, I mentioned before.