home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / sci / math / 10214 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  4.1 KB

  1. Path: sparky!uunet!usc!sol.ctr.columbia.edu!samsung!balrog!web.ctron.com!wilson
  2. From: wilson@web.ctron.com (David Wilson)
  3. Newsgroups: sci.math
  4. Subject: Re: Strange Constant
  5. Message-ID: <4723@balrog.ctron.com>
  6. Date: 13 Aug 92 14:09:47 GMT
  7. Sender: usenet@balrog.ctron.com
  8. Reply-To: wilson@web.ctron.com (David Wilson)
  9. Organization: Cabletron Systems INc.
  10. Lines: 129
  11. Nntp-Posting-Host: web
  12. Originator: wilson@web
  13.  
  14.  
  15.  
  16. > I have some questions about a constant, I don't know it's name,
  17. > but here's how it is obtained.
  18. >                        1     1     1           1     1
  19. >   <constant> =  lim   --- + --- + --- + ... + --- + --- - ln n
  20. >                n->oo   1     2     3          n-1    n
  21. > <constant> is approximately equal to the following
  22. >   0.577216164900715256180774304084479808807373046875...
  23. > My questions are :
  24. >   1.  What is this constant?
  25. >   2.  Who first obtained it?
  26. >   3.  Why is the way it is?
  27. >   4.  How is it used (If in fact it is used anywhere)?
  28. > Thanks for the information.
  29. > Could you please post a respsonse, mail isn't working at this end.
  30.  
  31.  
  32.     1.  As has been posted, this constant is known as Euler's constant,
  33.         is generally denoted by a lower case gamma, and has the value
  34.  
  35.             0.57721 56649 01532 86060 6512
  36.  
  37.     Euler's constant is hard to approximate by naive methods.  I
  38.     don't know if sophisticated methods are known for its accurate
  39.     computation. 
  40.  
  41.     2.  Euler.
  42.  
  43.     3.  I assume you are asking why the limit approaches a constant
  44.     value.  If f(x) is the greatest integer less than or equal to x,
  45.     we have
  46.  
  47.         f(x) <= x < f(x)+1
  48.  
  49.     If x >= 1, then f(x) >= 1 and
  50.  
  51.         1/(f(x)+1) < 1/x <= 1/(f(x))
  52.  
  53.         ==>  0 < 1/x - 1/(f(x)+1) <= 1/(f(x)) - 1/(f(x)+1)
  54.  
  55.         ==>  0 < 1/x - 1/(f(x)+1) <= 1/(f(x)(f(x)+1))
  56.  
  57.     Letting n be a positive integer, we integrate the above between
  58.     1 and n, getting
  59.  
  60.                          n-1              n-1
  61.         0 <= ln n -  sum  1/(k+1) <=  sum  1/(k(k+1))
  62.             k = 1            k = 1
  63.  
  64.     From here, a few algebraic manipultions bound
  65.  
  66.           n
  67.          sum  1/k - ln n
  68.         k = 1
  69.  
  70.     by a constant on both sides, for sufficient n.  Finally, noting
  71.     that the above expression is monotonically decreasing in n, we
  72.     deduce that a limit exists.
  73.  
  74.     The precise value of that limit is harder to explain.  It
  75.     involves analysis of the digamma function, generally denoted
  76.     by the lowercase greek letter psi, which is the first
  77.     derivative of log of the gamma function.  The important property
  78.     of the digamma function is the recurrence:
  79.  
  80.         digamma(n+1) = digamma(n) + 1/n
  81.  
  82.     From which we deduce that
  83.  
  84.           n
  85.          sum  1/k = digamma(n+1) - digamma(1).
  86.         k = 1
  87.  
  88.     The Euler-Maclaurin sum formula gives us an asymptotic expansion
  89.     for digamma(n) for large n, which is
  90.  
  91.         digamma(n) = ln n + 0(1/n)
  92.  
  93.     That is, digamma(n) approachs ln(n) asymptotically for large n.
  94.     Thus, for large integer n, we have
  95.  
  96.  
  97.           n
  98.          sum  1/k = digamma(n+1) - digamma(1)
  99.         k = 1
  100.         = ln(n+1) + 0(1/n) - digamma(1)
  101.         = (ln(n) + 0(1/n)) + 0(1/n) - digamma(1)
  102.         = ln(n) + 0(1/n) - digamma(1)
  103.  
  104.     And so
  105.  
  106.           n
  107.          sum  1/k - ln(n) = -digamma(1) + 0(1/n)
  108.         k = 1
  109.  
  110.     So that the limit of the left side approaches -digamma(1) as
  111.     n grows without bound.  Playing with the definition of digamma,
  112.     reveals that digamma(1) is the derivative of the gamma function
  113.     at x = 1.  Therefore, Euler's constant is the negative of the
  114.     derivative of the gamma function at x = 1.
  115.  
  116.     4.  Euler's constant shows up in various definite integrals,
  117.         which pop up from time to time, e.g.:
  118.  
  119.                       / inf  -x
  120.             gamma = - |     e   log x dx
  121.                       / 0
  122.  
  123.     gamma pops up from time to time in unexpected places. I would
  124.     go so far as to say that gamma is the third most pervasive
  125.     "transcendental" constant after e (and its clan, such as
  126.     log 2), and pi (and its clan, such as sqrt(2/pi)), although
  127.     it is still unknown whether gamma is transcendental (or
  128.     irrational, for that matter, though you know where my money
  129.     falls.)
  130.  
  131.  
  132. -- 
  133. David W. Wilson (wilson@ctron.com)
  134.  
  135. Disclaimer: "Truth is just truth...You can't have opinions about truth."
  136. - Peter Schikele, introduction to P.D.Q. Bach's oratorio "The Seasonings."
  137.