Stirling's approximation

1

In mathematics, Stirling's approximation (or Stirling's formula) is an asymptotic 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. One way of stating the approximation involves the logarithm of the factorial: 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 of n. In computer science applications such as the worst-case lower bound for comparison sorting, it is convenient to instead use the binary logarithm, giving the equivalent form The error term in either base can be expressed more precisely as, corresponding to an approximate formula for the factorial itself, 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:

Derivation

Roughly speaking, the simplest version of Stirling's formula can be quickly obtained by approximating the sum with an integral: 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: The right-hand side of this equation minus is the approximation by the trapezoid rule of the integral and the error in this approximation is given by the Euler–Maclaurin formula: where B_k is a Bernoulli number, and Rm,n is the remainder term in the Euler–Maclaurin formula. Take limits to find that Denote this limit as y. Because the remainder Rm,n in the Euler–Maclaurin formula satisfies where big-O notation is used, combining the equations above yields the approximation formula in its logarithmic form: 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 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. Therefore, one obtains Stirling's formula:

Alternative derivations

An alternative formula for n! using the gamma function is (as can be seen by repeated integration by parts). Rewriting and changing variables , one obtains Applying Laplace's method one has which recovers Stirling's formula:

Higher orders

In fact, further corrections can also be obtained using Laplace's method. From previous result, we know that, so we "peel off" this dominant term, then perform two changes of variables, to obtain:To verify this:. Now the function is unimodal, with maximum value zero. Locally around zero, it looks like -t^2/2, which is why we are able to perform Laplace's method. In order to extend Laplace's method to higher orders, we perform another change of variables by. This equation cannot be solved in closed form, but it can be solved by serial expansion, which gives us. Now plug back to the equation to obtainnotice how we don't need to actually find a_4, since it is cancelled out by the integral. Higher orders can be achieved by computing more terms in, which can be obtained programmatically. Thus we get Stirling's formula to two orders:

Complex-analytic version

A complex-analysis version of this method is to consider as a Taylor coefficient of the exponential function, computed by Cauchy's integral formula as This line integral can then be approximated using the saddle-point method with an appropriate choice of contour 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

[[File:Stirling series relative error.svg|thumb|upright=1.8|The relative error in a truncated Stirling series vs. n, for 0 to 5 terms. The kinks in the curves represent points where the truncated series coincides with Γ(n + 1) .]] Stirling's formula is in fact the first approximation to the following series (now called the Stirling series): 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 as and. The first graph in this section shows the relative error vs. n, for 1 through all 5 terms listed above. (Bender and Orszag p. 218) gives the asymptotic formula for the coefficients:which shows that it grows superexponentially, and that by ratio test the radius of convergence is zero. As n → ∞ , 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; 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 S(n, t) be the Stirling series to t terms evaluated at n. The graphs show which, when small, is essentially the relative error. Writing Stirling's series in the form 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. Other bounds, due to Robbins, valid for all positive integers n are This upper bound corresponds to stopping the above series for \ln(n!) after the \frac{1}{n} term. The lower bound is weaker than that obtained by stopping the series after the term. A looser version of this bound is that for all n \ge 1.

Stirling's formula for the gamma function

For all positive integers, where Γ denotes the gamma function. 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 Re(z) > 0 , then Repeated integration by parts gives where B_n is the nth Bernoulli number (note that the limit of the sum as 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 O(z−2N+ 1) . The corresponding approximation may now be written: where the expansion is identical to that of Stirling's series above for n!, except that n is replaced with z − 1 . A further application of this asymptotic expansion is for complex argument z with constant Re(z) . See for example the Stirling formula applied in of the Riemann–Siegel theta function on the straight line 1⁄4 + it .

Error bounds

For any positive integer N, the following notation is introduced: and Then 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 published by the Royal Society in 1763, that Stirling's formula did not give a convergent series. Obtaining a convergent version of Stirling's formula entails evaluating Binet's formula: One way to do this is by means of a convergent series of inverted rising factorials. If then where where s(n, k) denotes the Stirling numbers of the first kind. From this one obtains a version of Stirling's series which converges when Re(x) > 0 . Stirling's formula may also be given in convergent form as where

Versions suitable for calculators

The approximation and its equivalent form can be obtained by rearranging Stirling's extended formula and observing a coincidence between the resultant power series and the Taylor series expansion of the hyperbolic sine function. This approximation is good to more than 8 decimal digits for z 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: or equivalently, An alternative approximation for the gamma function stated by Srinivasa Ramanujan in Ramanujan's lost notebook is for x ≥ 0 . The equivalent approximation for ln n! has an asymptotic error of 1⁄1400n3 and is given by The approximation may be made precise by giving paired upper and lower bounds; one such inequality is

History

The formula was first discovered by Abraham de Moivre in the form 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{2\pi}.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article