Girish Mahajan (Editor)

Stirling's approximation

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Stirling's approximation

In mathematics, Stirling's approximation (or Stirling's formula) is an approximation for factorials. It is a good-quality approximation, leading to accurate results even for small values of n. It is named after James Stirling, though it was first stated by Abraham de Moivre.

Contents

The formula as typically used in applications is

ln n ! = n ln n n + O ( ln n )

or, for instance in the worst-case lower bound for comparison sorting (by changing the base of the logarithm),

log 2 n ! = n log 2 n ( log 2 e ) n + O ( log 2 n )

(in big O notation). The next term in the O(ln n) is 1/2ln(2πn); a more precise variant of the formula is therefore

n ! 2 π n ( n e ) n ,

where the sign ~ means that the two quantities are asymptotic, that is, their ratio tends to 1 as n tends to infinity.

It is also possible to give a version of Stirling's formula with bounds valid for all positive integers n, rather than asymptotics: one has

2 π   n n + 1 2 e n n ! 2 π   n n + 1 2 e n e 1 12 n

for all positive integers n. Thus the ratio

n ! n n + 1 2 e n

is always between 2π = 2.5066... and e = 2.71828....

Derivation

The 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:

ln n ! = ln 1 + ln 2 + + ln n .

The right-hand side of this equation minus

1 2 ( ln 1 + ln n ) = 1 2 ln n ,

is the approximation by the trapezoid rule of the integral

ln n ! 1 2 ln n 1 n ln x d x = n ln n n + 1 ,

and the error in this approximation is given by the Euler–Maclaurin formula:

ln n ! 1 2 ln n = 1 2 ln 1 + ln 2 + ln 3 + + ln ( n 1 ) + 1 2 ln n = n ln n n + 1 + k = 2 m ( 1 ) k B k k ( k 1 ) ( 1 n k 1 1 ) + R m , n ,

where Bk is a Bernoulli number and Rm,n is the remainder term in the Euler–Maclaurin formula. Take limits to find that

lim n ( ln n ! n ln n + n 1 2 ln n ) = 1 k = 2 m ( 1 ) k B k k ( k 1 ) + lim n R m , n .

Denote this limit as y. Because the remainder Rm,n in the Euler–Maclaurin formula satisfies

R m , n = lim n R m , n + O ( 1 n m ) ,

where we use big-O notation, combining the equations above yields the approximation formula in its logarithmic form:

ln n ! = n ln ( n e ) + 1 2 ln n + y + k = 2 m ( 1 ) k B k k ( k 1 ) n k 1 + O ( 1 n m ) .

Taking the exponential of both sides, and choosing any positive integer m, we get a formula involving an unknown quantity ey. For m = 1, the formula is

n ! = e y n ( n e ) n ( 1 + O ( 1 n ) ) .

The quantity ey can be found by taking the limit on both sides as n tends to infinity and using Wallis' product, which shows that ey = . Therefore, we get Stirling's formula:

n ! = 2 π n ( n e ) n ( 1 + O ( 1 n ) ) .

The formula may also be obtained by repeated integration by parts, and the leading term can be found through Laplace's method. Stirling's formula, without the factor n that is often irrelevant in applications, can be quickly obtained by approximating the sum

ln n ! = j = 1 n ln j

with an integral:

j = 1 n ln j 1 n ln x d x = n ln n n + 1.

An alternative derivation

An alternative formula for n! using the gamma function is

n ! = 0 x n e x d x .

(as can be seen by repeated integration by parts). Rewriting and changing variables x = ny one gets

n ! = 0 e n ln x x d x = e n ln n n 0 e n ( ln y y ) d y .

Applying Laplace's method we have:

0 e n ( ln y y ) d y 2 π n e n

which recovers the Stirling's formula,

n ! e n ln n n 2 π n e n = 2 π n ( n e ) n .

In fact further corrections can also be obtained using Laplace's method. For example, computing two-order expansion using Laplace's method yields

0 e n ( ln y y ) d y 2 π n e n ( 1 + 1 12 n )

and gives Stirling's formula to two orders,

n ! e n ln n n 2 π n e n ( 1 + 1 12 n ) = 2 π n ( n e ) n ( 1 + 1 12 n ) .

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 ! 2 π n ( n e ) n ( 1 + 1 12 n + 1 288 n 2 139 51840 n 3 571 2488320 n 4 + ) .

An explicit formula for the coefficients in this series was given by G. Nemes. The first graph in this section shows the relative error vs. n, for 1 through all 5 terms listed above.

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 point accuracy actually gets worse. 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

| ln ( S ( n , t ) n ! ) | ,

which, when small, is essentially the relative error.

Writing Stirling's series in the form

ln n ! n ln n n + 1 2 ln ( 2 π n ) + 1 12 n 1 360 n 3 + 1 1260 n 5 1 1680 n 7 + ,

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

2 π   n n + 1 2 e n e 1 12 n + 1 < n ! < 2 π   n n + 1 2 e n e 1 12 n .

Stirling's formula for the gamma function

For all positive integers,

n ! = Γ ( n + 1 ) ,

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

ln Γ ( z ) = z ln z z + 1 2 ln 2 π z + 0 2 arctan ( t z ) e 2 π t 1 d t .

Repeated integration by parts gives

ln Γ ( z ) z ln z z + 1 2 ln 2 π z + n = 1 B 2 n 2 n ( 2 n 1 ) z 2 n 1

where Bn is the nth Bernoulli number (note that the infinite sum is not convergent, so this formula is just an asymptotic expansion). The formula is valid for z large enough in absolute value when | arg(z) | < π − ε, where ε is positive, with an error term of O(z−2m − 1) when the first m terms are used. The corresponding approximation may now be written:

Γ ( z ) = 2 π z ( z e ) z ( 1 + O ( 1 z ) ) .

A further application of this asymptotic expansion is for complex argument z with constant Re(z). See for example the Stirling formula applied in Im(z) = t of the Riemann-Siegel theta function on the straight line 1/4 + it.

Error bounds

For any positive integer N, we introduce the following notation:

ln Γ ( z ) = z ln z z + 1 2 ln 2 π z + n = 1 N 1 B 2 n 2 n ( 2 n 1 ) z 2 n 1 + R N ( z )

and

Γ ( z ) = 2 π z ( z e ) z ( n = 0 N 1 a n z n + R ~ N ( z ) ) .

Then

| R N ( z ) | | B 2 N | 2 N ( 2 N 1 ) | z | 2 N 1 { 1  if  | arg z | π 4 , | csc ( arg z ) |  if  π 4 < | arg z | < π 2 , sec 2 N ( arg z 2 )  if  | arg z | < π , | R ~ N ( z ) | ( | a N | | z | N + | a N + 1 | | z | N + 1 ) { 1  if  | arg z | π 4 , | csc ( arg z ) |  if  π 4 < | arg z | < π 2 .

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 Raabe's formula:

0 2 arctan ( t x ) e 2 π t 1 d t = ln Γ ( x ) x ln x + x 1 2 ln 2 π x .

One way to do this is by means of a convergent series of inverted rising exponentials. If

z n ¯ = z ( z + 1 ) ( z + n 1 )

then

0 2 arctan ( t x ) e 2 π t 1 d t = n = 1 c n ( x + 1 ) n ¯

where

c n = 1 n 0 1 x n ¯ ( x 1 2 ) d x = 1 2 n k = 1 n k | s ( n , k ) | ( k + 1 ) ( k + 2 )

where s(nk) denotes the Stirling numbers of the first kind. From this we obtain a version of Stirling's series

ln Γ ( x ) = x ln x x + 1 2 ln 2 π x + 1 12 ( x + 1 ) + 1 12 ( x + 1 ) ( x + 2 ) + + 59 360 ( x + 1 ) ( x + 2 ) ( x + 3 ) + 29 60 ( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 4 ) +

which converges when Re(x) > 0.

Versions suitable for calculators

The approximation:

Γ ( z ) 2 π z ( z e z sinh 1 z + 1 810 z 6 ) z ,

or equivalently,

2 ln Γ ( z ) ln ( 2 π ) ln z + z ( 2 ln z + ln ( z sinh 1 z + 1 810 z 6 ) 2 ) ,

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:

Γ ( z ) 2 π z ( 1 e ( z + 1 12 z 1 10 z ) ) z ,

or equivalently,

ln Γ ( z ) 1 2 ( ln ( 2 π ) ln z ) + z ( ln ( z + 1 12 z 1 10 z ) 1 ) .

An alternative approximation for ln n! was also given by Srinivasa Ramanujan (Ramanujan 1988)

ln n ! n ln n n + 1 6 ln ( n ( 1 + 4 n ( 1 + 2 n ) ) ) + 1 2 ln π .

The asymptotic error for the expression above is 1/(1440 n^3).

History

The formula was first discovered by Abraham de Moivre in the form

n ! [ c o n s t a n t ] n n + 1 2 e n .

De Moivre gave an expression for the constant in terms of its natural logarithm. Stirling's contribution consisted of showing that the constant is .

References

Stirling's approximation Wikipedia