Stirling's formula
   HOME

TheInfoList



OR:

In mathematics, Stirling's approximation (or Stirling's formula) is an approximation for factorials. It is a good approximation, leading to accurate results even for small values of n. It is named after James Stirling, though a related but less precise result was first stated by
Abraham de Moivre Abraham de Moivre FRS (; 26 May 166727 November 1754) was a French mathematician known for de Moivre's formula, a formula that links complex numbers and trigonometry, and for his work on the normal distribution and probability theory. He moved ...
. One way of stating the approximation involves the
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 of ...
of the factorial: \ln(n!) = n\ln n - n +O(\ln n), where the big O notation means that, for all sufficiently large values of n, the difference between \ln(n!) and n\ln n-n will be at most proportional to the logarithm. In computer science applications such as the worst-case lower bound for comparison sorting, it is convenient to use instead the binary logarithm, giving the equivalent form \log_2 (n!) = n\log_2 n - n\log_2 e +O(\log_2 n). The error term in either base can be expressed more precisely as \tfrac12\log(2\pi n)+O(\tfrac1n), corresponding to an approximate formula for the factorial itself, n! \sim \sqrt\left(\frac\right)^n. Here the sign \sim means that the two quantities are asymptotic, that is, that their ratio tends to 1 as n tends to infinity. The following version of the bound holds for all n \ge 1, rather than only asymptotically: \sqrt\ \left(\frac\right)^n e^ < n! < \sqrt\ \left(\frac\right)^n e^.


Derivation

Roughly speaking, the simplest version of Stirling's formula can be quickly obtained by approximating the sum \ln(n!) = \sum_^n \ln j with an
integral In mathematics, an integral assigns numbers to functions in a way that describes displacement, area, volume, and other concepts that arise by combining infinitesimal data. The process of finding integrals is called integration. Along wit ...
: \sum_^n \ln j \approx \int_1^n \ln x \,x = n\ln n - n + 1. The full formula, together with precise estimates of its error, can be derived as follows. Instead of approximating n!, one considers its natural logarithm, as this is a
slowly varying function In real analysis, a branch of mathematics, a slowly varying function is a function of a real variable whose behaviour at infinity is in some sense similar to the behaviour of a function converging at infinity. Similarly, a regularly varying functio ...
: \ln(n!) = \ln 1 + \ln 2 + \cdots + \ln n. The right-hand side of this equation minus \tfrac(\ln 1 + \ln n) = \tfrac\ln n is the approximation by the
trapezoid rule In calculus, the trapezoidal rule (also known as the trapezoid rule or trapezium rule; see Trapezoid for more information on terminology) is a technique for approximating the definite integral. \int_a^b f(x) \, dx. The trapezoidal rule works by ...
of the integral \ln(n!) - \tfrac\ln n \approx \int_1^n \ln x\,x = n \ln n - n + 1, and the error in this approximation is given by the
Euler–Maclaurin formula In mathematics, the Euler–Maclaurin formula is a formula for the difference between an integral and a closely related sum. It can be used to approximate integrals by finite sums, or conversely to evaluate finite sums and infinite series using ...
: \begin \ln(n!) - \tfrac\ln n & = \tfrac\ln 1 + \ln 2 + \ln 3 + \cdots + \ln(n-1) + \tfrac\ln n\\ & = n \ln n - n + 1 + \sum_^ \frac \left( \frac - 1 \right) + R_, \end where B_k is a
Bernoulli number In mathematics, the Bernoulli numbers are a sequence of rational numbers which occur frequently in analysis. The Bernoulli numbers appear in (and can be defined by) the Taylor series expansions of the tangent and hyperbolic tangent functions, ...
, and is the remainder term in the Euler–Maclaurin formula. Take limits to find that \lim_ \left( \ln(n!) - n \ln n + n - \tfrac\ln n \right) = 1 - \sum_^ \frac + \lim_ R_. Denote this limit as y. Because the remainder in the
Euler–Maclaurin formula In mathematics, the Euler–Maclaurin formula is a formula for the difference between an integral and a closely related sum. It can be used to approximate integrals by finite sums, or conversely to evaluate finite sums and infinite series using ...
satisfies R_ = \lim_ R_ + O \left( \frac \right), where
big-O notation Big ''O'' notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity. Big O is a member of a family of notations invented by Paul Bachmann, Edmund Lan ...
is used, combining the equations above yields the approximation formula in its logarithmic form: \ln(n!) = n \ln \left( \frac \right) + \tfrac\ln n + y + \sum_^ \frac + O \left( \frac \right). Taking the exponential of both sides and choosing any positive integer m, one obtains a formula involving an unknown quantity e^y. For , the formula is n! = e^y \sqrt \left( \frac \right)^n \left( 1 + O \left( \frac \right) \right). The quantity e^y can be found by taking the limit on both sides as n tends to infinity and using Wallis' product, which shows that e^y=\sqrt. Therefore, one obtains Stirling's formula: n! = \sqrt \left( \frac \right)^n \left( 1 + O \left( \frac \right) \right).


Alternative derivation

An alternative formula for n! using the
gamma function In mathematics, the gamma function (represented by , the capital letter gamma from the Greek alphabet) is one commonly used extension of the factorial function to complex numbers. The gamma function is defined for all complex numbers except ...
is n! = \int_0^\infty x^n e^\,x. (as can be seen by repeated integration by parts). Rewriting and changing variables , one obtains n! = \int_0^\infty e^\,x = e^ n \int_0^\infty e^\,y. Applying
Laplace's method In mathematics, Laplace's method, named after Pierre-Simon Laplace, is a technique used to approximate integrals of the form :\int_a^b e^ \, dx, where f(x) is a twice-differentiable function, ''M'' is a large number, and the endpoints ''a'' an ...
one has \int_0^\infty e^\,y \sim \sqrt e^, which recovers Stirling's formula: n! \sim e^ n \sqrt e^ = \sqrt\left(\frac\right)^n. In fact, further corrections can also be obtained using Laplace's method. For example, computing two-order expansion using Laplace's method yields (using
little-o notation Big ''O'' notation is a mathematical notation that describes the limiting behavior of a function when the argument tends towards a particular value or infinity. Big O is a member of a family of notations invented by Paul Bachmann, Edmund Lan ...
) \int_0^\infty e^\,y = \sqrt e^ \left(1+\frac+o\left(\frac\right)\right) and gives Stirling's formula to two orders: n! = \sqrt\left(\frac\right)^n \left(1 + \frac+o\left(\frac\right) \right). A complex-analysis version of this method is to consider \frac as a Taylor coefficient of the exponential function e^z = \sum_^\infty \frac, computed by
Cauchy's integral formula In mathematics, Cauchy's integral formula, named after Augustin-Louis Cauchy, is a central statement in complex analysis. It expresses the fact that a holomorphic function defined on a disk is completely determined by its values on the boundary ...
as \frac = \frac \oint\limits_ \frac \, \mathrm dz. This line integral can then be approximated using the saddle-point method with an appropriate choice of countour radius r = r_n. The dominant portion of the integral near the saddle point is then approximated by a real integral and Laplace's method, while the remaining portion of the integral can be bounded above to give an error term.


Speed of convergence and error estimates

Stirling's formula is in fact the first approximation to the following series (now called the Stirling series): n! \sim \sqrt\left(\frac\right)^n \left(1 +\frac+\frac - \frac -\frac+ \cdots \right). An explicit formula for the coefficients in this series was given by G. Nemes. Further terms are listed in the
On-Line Encyclopedia of Integer Sequences The On-Line Encyclopedia of Integer Sequences (OEIS) is an online database of integer sequences. It was created and maintained by Neil Sloane while researching at AT&T Labs. He transferred the intellectual property and hosting of the OEIS to t ...
as and . The first graph in this section shows the
relative error The approximation error in a data value is the discrepancy between an exact value and some '' approximation'' to it. This error can be expressed as an absolute error (the numerical amount of the discrepancy) or as a relative error (the absolute e ...
vs. n, for 1 through all 5 terms listed above. As , the error in the truncated series is asymptotically equal to the first omitted term. This is an example of an
asymptotic expansion In mathematics, an asymptotic expansion, asymptotic series or Poincaré expansion (after Henri Poincaré) is a formal series of functions which has the property that truncating the series after a finite number of terms provides an approximation to ...
. It is not a
convergent series In mathematics, a series is the sum of the terms of an infinite sequence of numbers. More precisely, an infinite sequence (a_0, a_1, a_2, \ldots) defines a series that is denoted :S=a_0 +a_1+ a_2 + \cdots=\sum_^\infty a_k. The th partial ...
; for any ''particular'' value of n there are only so many terms of the series that improve accuracy, after which accuracy worsens. This is shown in the next graph, which shows the relative error versus the number of terms in the series, for larger numbers of terms. More precisely, let be the Stirling series to t terms evaluated at n. The graphs show \left , \ln \left (\frac \right) \right , , which, when small, is essentially the relative error. Writing Stirling's series in the form \ln(n!) \sim n\ln n - n + \tfrac12\ln(2\pi n) +\frac - \frac + \frac - \frac + \cdots, it is known that the error in truncating the series is always of the opposite sign and at most the same magnitude as the first omitted term. More precise bounds, due to Robbins, valid for all positive integers n are \sqrt\left(\frac\right)^n e^ < n! < \sqrt\left(\frac\right)^n e^. A looser version of this bound is that \frac \in (\sqrt, e] for all n \ge 1.


Stirling's formula for the gamma function

For all positive integers, n! = \Gamma(n + 1), where denotes the
gamma function In mathematics, the gamma function (represented by , the capital letter gamma from the Greek alphabet) is one commonly used extension of the factorial function to complex numbers. The gamma function is defined for all complex numbers except ...
. However, the gamma function, unlike the factorial, is more broadly defined for all complex numbers other than non-positive integers; nevertheless, Stirling's formula may still be applied. If , then \ln\Gamma (z) = z\ln z - z + \tfrac12\ln\frac + \int_0^\infty\frac\,t. Repeated integration by parts gives \ln\Gamma(z) \sim z\ln z - z + \tfrac12\ln\frac + \sum_^ \frac, where B_n is the nth
Bernoulli number In mathematics, the Bernoulli numbers are a sequence of rational numbers which occur frequently in analysis. The Bernoulli numbers appear in (and can be defined by) the Taylor series expansions of the tangent and hyperbolic tangent functions, ...
(note that the limit of the sum as N \to \infty is not convergent, so this formula is just an
asymptotic expansion In mathematics, an asymptotic expansion, asymptotic series or Poincaré expansion (after Henri Poincaré) is a formal series of functions which has the property that truncating the series after a finite number of terms provides an approximation to ...
). The formula is valid for z large enough in absolute value, when , where is positive, with an error term of . The corresponding approximation may now be written: \Gamma(z) = \sqrt\,^z \left(1 + O\left(\frac\right)\right). where the expansion is identical to that of Stirling's series above for n!, except that n is replaced with . A further application of this asymptotic expansion is for complex argument with constant . See for example the Stirling formula applied in of the
Riemann–Siegel theta function In mathematics, the Riemann–Siegel theta function is defined in terms of the gamma function as :\theta(t) = \arg \left( \Gamma\left(\frac+\frac\right) \right) - \frac t for real values of ''t''. Here the argument is chosen in such a way th ...
on the straight line .


Error bounds

For any positive integer N, the following notation is introduced: \ln\Gamma(z) = z\ln z - z + \tfrac12\ln\frac + \sum\limits_^ + R_N(z) and \Gamma(z) = \sqrt \left(\right)^z \left(\right). Then \begin , R_N(z), &\le \frac \times \begin 1 & \text , \arg z, \leq \frac, \\ , \csc(\arg z), & \text \frac<, \arg z, < \frac, \\ \sec^\left(\tfrac\right) & \text , \arg z, < \pi, \end \\ pt \left , \widetilde_N(z) \right , &\le \left(\frac + \frac\right)\times \begin 1 & \text , \arg z, \leq \frac, \\ , \csc(2\arg z), & \text \frac < , \arg z, < \frac. \end \end For further information and other error bounds, see the cited papers.


A convergent version of Stirling's formula

Thomas Bayes Thomas Bayes ( ; 1701 7 April 1761) was an English statistician, philosopher and Presbyterian minister who is known for formulating a specific case of the theorem that bears his name: Bayes' theorem. Bayes never published what would become his ...
showed, in a letter to
John Canton John Canton FRS (31 July 1718 – 22 March 1772) was a British physicist. He was born in Middle Street Stroud, Gloucestershire, to a weaver, John Canton (b. 1687) and Esther (née Davis). As a schoolboy, he became the first person to deter ...
published by the
Royal Society The Royal Society, formally The Royal Society of London for Improving Natural Knowledge, is a learned society and the United Kingdom's national academy of sciences. The society fulfils a number of roles: promoting science and its benefits, re ...
in 1763, that Stirling's formula did not give a
convergent series In mathematics, a series is the sum of the terms of an infinite sequence of numbers. More precisely, an infinite sequence (a_0, a_1, a_2, \ldots) defines a series that is denoted :S=a_0 +a_1+ a_2 + \cdots=\sum_^\infty a_k. The th partial ...
. Obtaining a convergent version of Stirling's formula entails evaluating
Binet's formula In mathematics, the Fibonacci numbers, commonly denoted , form a sequence, the Fibonacci sequence, in which each number is the sum of the two preceding ones. The sequence commonly starts from 0 and 1, although some authors start the sequence from ...
: \int_0^\infty \frac\,t = \ln\Gamma(x) - x\ln x + x - \tfrac12\ln\frac. One way to do this is by means of a convergent series of inverted rising exponentials. If z^ = z(z + 1) \cdots (z + n - 1), then \int_0^\infty \frac\,t = \sum_^\infty \frac, where c_n = \frac \int_0^1 x^ \left(x - \tfrac\right)\,x = \frac\sum_^n \frac, where denotes the
Stirling numbers of the first kind In mathematics, especially in combinatorics, Stirling numbers of the first kind arise in the study of permutations. In particular, the Stirling numbers of the first kind count permutations according to their number of cycles (counting fixed poin ...
. From this one obtains a version of Stirling's series \begin \ln\Gamma(x) &= x\ln x - x + \tfrac12\ln\frac + \frac + \frac + \\ &\quad + \frac + \frac + \cdots, \end which converges when .


Versions suitable for calculators

The approximation \Gamma(z) \approx \sqrt \left(\frac \sqrt \right)^z and its equivalent form 2\ln\Gamma(z) \approx \ln(2\pi) - \ln z + z \left(2\ln z + \ln\left(z\sinh\frac + \frac\right) - 2\right) can be obtained by rearranging Stirling's extended formula and observing a coincidence between the resultant power series and the
Taylor series In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
expansion of the
hyperbolic sine In mathematics, hyperbolic functions are analogues of the ordinary trigonometric functions, but defined using the hyperbola rather than the circle. Just as the points form a circle with a unit radius, the points form the right half of the un ...
function. This approximation is good to more than 8 decimal digits for with a real part greater than 8. Robert H. Windschitl suggested it in 2002 for computing the gamma function with fair accuracy on calculators with limited program or register memory. Gergő Nemes proposed in 2007 an approximation which gives the same number of exact digits as the Windschitl approximation but is much simpler: \Gamma(z) \approx \sqrt \left(\frac \left(z + \frac\right)\right)^z, or equivalently, \ln\Gamma(z) \approx \tfrac \left(\ln(2\pi) - \ln z\right) + z\left(\ln\left(z + \frac\right) - 1\right). An alternative approximation for the gamma function stated by Srinivasa Ramanujan ( Ramanujan 1988) is \Gamma(1+x) \approx \sqrt \left(\frac\right)^x \left( 8x^3 + 4x^2 + x + \frac \right)^ for . The equivalent approximation for has an asymptotic error of and is given by \ln n! \approx n\ln n - n + \tfrac\ln(8n^3 + 4n^2 + n + \tfrac) + \tfrac\ln\pi . The approximation may be made precise by giving paired upper and lower bounds; one such inequality is \sqrt \left(\frac\right)^x \left( 8x^3 + 4x^2 + x + \frac \right)^ < \Gamma(1+x) < \sqrt \left(\frac\right)^x \left( 8x^3 + 4x^2 + x + \frac \right)^.


History

The formula was first discovered by
Abraham de Moivre Abraham de Moivre FRS (; 26 May 166727 November 1754) was a French mathematician known for de Moivre's formula, a formula that links complex numbers and trigonometry, and for his work on the normal distribution and probability theory. He moved ...
in the form n! \sim [] \cdot n^ e^. De Moivre gave an approximate rational-number expression for the natural logarithm of the constant. Stirling's contribution consisted of showing that the constant is precisely \sqrt .


See also

* Lanczos approximation * Spouge's approximation


References


Further reading

* EAD LINK* * * *


External links

*
Peter Luschny, ''Approximation formulas for the factorial function n!''
* * {{Calculus topics Approximations Asymptotic analysis Analytic number theory Gamma and related functions Theorems in analysis