Stirling's approximation
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, Stirling's approximation (or Stirling's formula) is an approximation for
factorial In mathematics, the factorial of a non-negative denoted is the product of all positive integers less than or equal The factorial also equals the product of n with the next smaller factorial: \begin n! &= n \times (n-1) \times (n-2) \ ...
s. 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 move ...
. 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 the factorial: \ln(n!) = n\ln n - n +O(\ln n), where the
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 L ...
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 In mathematics, the binary logarithm () is the power to which the number must be raised to obtain the value . That is, for any real number , :x=\log_2 n \quad\Longleftrightarrow\quad 2^x=n. For example, the binary logarithm of is , the ...
, 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 In analytic geometry, an asymptote () of a curve is a line such that the distance between the curve and the line approaches zero as one or both of the ''x'' or ''y'' coordinates tends to infinity. In projective geometry and related context ...
, 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 with ...
: \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 The natural logarithm of a number is its logarithm to the base of the mathematical constant , which is an irrational and transcendental number approximately equal to . The natural logarithm of is generally written as , , or sometimes, if ...
, as this is a slowly varying function: \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 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: \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, 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 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 In mathematics, the Wallis product for , published in 1656 by John Wallis, states that :\begin \frac & = \prod_^ \frac = \prod_^ \left(\frac \cdot \frac\right) \\ pt& = \Big(\frac \cdot \frac\Big) \cdot \Big(\frac \cdot \frac\Big) \cdot \Big(\ ...
, 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 excep ...
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'' ...
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 as \frac = \frac \oint\limits_ \frac \, \mathrm dz. This line integral can then be approximated using the
saddle-point method In mathematics, the method of steepest descent or saddle-point method is an extension of Laplace's method for approximating an integral, where one deforms a contour integral in the complex plane to pass near a stationary point ( saddle point), in ...
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 er ...
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. 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 excep ...
. 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 (note that the limit of the sum as N \to \infty is not convergent, so this formula is just an asymptotic expansion). 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 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 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 determi ...
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: \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. 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 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 Srinivasa Ramanujan (; born Srinivasa Ramanujan Aiyangar, ; 22 December 188726 April 1920) was an Indian mathematician. Though he had almost no formal training in pure mathematics, he made substantial contributions to mathematical analysis, ...
( 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 move ...
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