Proof of Euler-Mascheroni Constant

  • Context: Graduate 
  • Thread starter Thread starter coki2000
  • Start date Start date
  • Tags Tags
    Constant Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 7K views
coki2000
Messages
91
Reaction score
0
Hi PF,

I have question about harmonic series.

[tex]\lim_{n\to \infty}(\sum_{k=1}^{\infty}\frac{1}{k}-ln(n))=ln(n)+\gamma +\epsilon _0[/tex]

I couldn't find any proof for that equality. Do you know its exact proof?

Thanks for helps.
 
Physics news on Phys.org
Oh, sorry you're right it should be like that

[tex]\sum_{k=1}^{n}\frac{1}{k}=ln(n)+\gamma +\epsilon _n[/tex]

My question is where it comes from? How can we prove it?
Thanks for your correction.
 
Essentially, it comes from the fact that γ is defined to be [itex]\lim_{n \rightarrow \infty}\sum_{k=1}^n \frac{1}{k} - \ln(n)[/itex], so the only thing that is necessary is to prove that this limit actually exists and is finite. For this, consider the following:

[tex]\begin{align*} \sum_{k=1}^{n} \frac{1}{k} - \ln(n) &= \sum_{k=1}^{n} \int_{k}^{k+1}\frac{1}{\lfloor x \rfloor} \ dx - \int_{1}^{n} \frac{1}{x} \\ &= \int_{1}^{n}\frac{1}{\lfloor x \rfloor} - \frac{1}{x} \ dx + \int_{n}^{n+1} \frac{1}{\lfloor x \rfloor} \ dx \\ &= \int_{1}^{n} \frac{x-\lfloor x \rfloor}{x \lfloor x \rfloor} \ dx + \frac{1}{n} \end{align*}[/tex]

Now, as n→∞, 1/n → 0, and the integral on the left converges to:

[tex]\int_{1}^{\infty} \frac{x-\lfloor x \rfloor}{x \lfloor x \rfloor} \ dx[/tex]

But this integral is finite, since:

[tex]\frac{x-\lfloor x \rfloor}{x \lfloor x \rfloor} \leq \frac{1}{\lfloor x \rfloor^{2}}[/tex]

And:

[tex]\int_{1}^{\infty} \frac{1}{\lfloor x \rfloor^{2}} \ dx = \sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} < \infty[/tex]
 
@Citan Uzuki

Thank you very much for your enlightening response. But what about the term [itex]\epsilon_n[/itex]. Where it comes from? And also how can we calculate γ numerically?
 
dextercioby said:
The epsilon is a very small number accounting for the error which disappears when taking the limit.
In this http://en.wikipedia.org/wiki/Harmonic_series_(mathematics)#Rate_of_divergence", it says that [itex]\epsilon_k[/itex] is approximately 1/2k so I wonder why Euler inserted this factor into this equality and how he found that it is approximately 1/2k(not 1/5k for example). And is there any special name for that epsilon factor?

Thanks for all your helps :)
 
Last edited by a moderator: