Proving Equivalence of Euler-Macheroni Constant

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
1 reply · 3K views
BigKissLilKis
Messages
1
Reaction score
0
Hi Everyone,

I just registered for PF today because this problem was driving me nuts and I was hoping to get some help. It comes from pg. 5 of Peter Miller's "Applied Asymptotic Analysis" and goes like this:

The Euler gamma constant has one definition as
[tex]\gamma := \int_0^\infty e^{-t}\log\left(\frac{1}{t}\right)\,dt[/tex].

The problem is to then show that this integral is equivalent to the summation representation of [tex]\gamma[/tex]:
[tex]\gamma:= \lim_{n\to\infty} \left[\sum_{k=1}^n \frac{1}{k} - \log n\right][/tex]

Assuming a lot of stuff, you can prove the first definition from the Laplace transform of log and the properties of the gamma function. However, this problem is much more difficult because they want you to show the equivalence between this integral and difference limit with what I think is very little background information.

I'm sure that this can be solved with elementary techniques, because it's in a textbook, but I am still stumped on how to do this. I've tried using elementary calculus, like just taking the integral and various series expansions, and even tried fitting the Euler-MacClaurin summation formula. I think there is just some simple trick, but I'm not sure.

Any insight would be much appreciated!
 
Physics news on Phys.org


Do you know about the product expression for the Gamma function?
[tex]\Gamma(z) = \frac{e^{-\gamma z}}{z} \prod_{k=1}^\infty \left[ \left(1 + \frac{z}{k}\right)^{-1} e^{z/k} \right][/tex]
Taking the log of this:
[tex]\log \Gamma(z) = -\gamma z - \log z + \sum_{k=1}^\infty \left[ - \log\left(1 + \frac{z}{k}\right) + \frac{z}{k} \right][/tex]
For [itex]z = 1[/tex], this becomes<br /> [tex]0 = \log \Gamma(1) = -\gamma + \sum_{k=1}^\infty \left[ \frac{1}{k} - \log(k + 1) + \log k \right][/tex]<br /> so that<br /> [tex]\gamma = \sum_{k=1}^\infty \left[ \frac{1}{k} - \log(k + 1) + \log k \right] = \lim_{n \to \infty} \left[ \sum_{k=1}^n \frac{1}{k} - \log(n+1) \right] = \lim_{n \to \infty} \left[ \sum_{k=1}^n \frac{1}{k} - \log n \right][/tex]<br /> (the last equality because [itex]\lim_{n \to \infty} \log(n+1) - \log n = 0[/itex]).<br /> <br /> The problem is reduced to showing that the infinite product definition and integral definition of the Gamma function are equivalent. Then [itex]\gamma = -\Gamma'(1)[/itex]; the first definition of [itex]\gamma[/itex] you give is easily derived from the integral definition of the Gamma function.[/itex]