Stirling's approximation

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
File:Mplwp factorial gamma stirling.svg
Comparison of Stirling's approximation with the factorial

In mathematics, Stirling's approximation (or Stirling's formula) is an approximation for factorials. It is a very powerful 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.[1][2][3]

The formula as typically used in applications is

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

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

n! \sim \sqrt{2 \pi n}\left(\frac{n}{e}\right)^n.

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

\sqrt{2\pi}\ n^{n+1/2}e^{-n} \le n! \le e\ n^{n+1/2}e^{-n}

for all positive integers n. Thus the ratio \frac{n!}{n^{n+1/2}e^{-n}} is always between \sqrt{2\pi} = 2.5066\ldots and e = 2.71828\ldots.

As an asymptotic formula, Stirling's approximation has the property that the ratio

\frac{n!}{\sqrt{2\pi n} \left(\frac{n}{e}\right)^n}

approaches 1 as n grows to infinity.

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) + \cdots + \ln(n).

The right-hand side of this equation minus

\tfrac{1}{2}(\ln(1)+\ln(n)) = \tfrac{1}{2}\ln(n),

is the approximation by the trapezoid rule of the integral

\ln(n!) - \tfrac{1}{2}\ln(n) \approx \int_1^n \ln(x)\,{\rm d}x = n \ln(n) - n + 1,

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

\begin{align}
\ln (n!) - \tfrac{1}{2}\ln(n) & = \tfrac{1}{2}\ln(1) + \ln(2) + \ln(3) + \cdots + \ln(n-1) + \tfrac{1}{2}\ln(n)\\
& = n \ln(n) - n + 1 + \sum_{k=2}^{m} \frac{(-1)^k B_k}{k(k-1)} \left( \frac{1}{n^{k-1}} - 1 \right) + R_{m,n},
\end{align}

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 \to \infty} \left( \ln(n!) - n \ln(n) + n - \tfrac{1}{2}\ln(n) \right) = 1 - \sum_{k=2}^{m} \frac{(-1)^k B_k}{k(k-1)} + \lim_{n \to \infty} R_{m,n}.

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

R_{m,n} = \lim_{n \to \infty} R_{m,n} + O \left( \frac{1}{n^m} \right),

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

\ln(n!) = n \ln \left( \frac{n}{e} \right) + \tfrac{1}{2}\ln(n) + y + \sum_{k=2}^{m} \frac{(-1)^k B_k}{k(k-1)n^{k-1}} + O \left( \frac{1}{n^m} \right).

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} \sqrt{n} \left( \frac{n}{e} \right)^n \left( 1 + O \left( \frac{1}{n} \right) \right).

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 e^y = \sqrt{2 \pi}. Therefore, we get Stirling's formula:

n! = \sqrt{2 \pi n} \left( \frac{n}{e} \right)^n \left( 1 + O \left( \frac{1}{n} \right) \right).

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 \sqrt{2 \pi n} that is often irrelevant in applications, can be quickly obtained by approximating the sum

\ln(n!) = \sum_{j=1}^n \ln(j)

with an integral:

\sum_{j=1}^n \ln(j) \approx \int_1^n \ln(x) \,{\rm d}x = n\ln(n) - n + 1.

An alternative derivation

An alternative formula for n! using the Gamma function is

 n! = \int_0^\infty x^n e^{-x} dx.

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

 n! = \int_0^\infty e^{n\ln x-x} dx = e^{n \ln n} n \int_0^\infty e^{n(\ln y -y)} dy.

Applying Laplace's method we have:

\int_0^\infty e^{n(\ln y -y)} dy \sim  \sqrt{\frac{2\pi}{n}} e^{-n}

which recovers the Stirling's formula,

 n! \sim   e^{n \ln n} n \sqrt{\frac{2\pi}{n}} e^{-n}
= \sqrt{2\pi n}\left(\frac{n}{e}\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

\int_0^\infty e^{n(\ln y-y)} dy \sim  \sqrt{\frac{2\pi}{n}} e^{-n}
\left(1+\frac{1}{12 n}\right)

and gives Stirling's formula to two orders,

 n! \sim   e^{n \ln n} n \sqrt{\frac{2\pi}{n}} e^{-n}\left(1+\frac{1}{12 n}\right)
= \sqrt{2\pi n}\left(\frac{n}{e}\right)^n \left(1+ \frac{1}{12 n}\right).

Speed of convergence and error estimates

File:StirlingErrorGraphBB.svg
The relative error in a truncated Stirling series vs. n, for 1 to 5 terms

Stirling's formula is in fact the first approximation to the following series (now called the Stirling series):

\begin{align}
n! &\sim \sqrt{2\pi n}\left(\frac{n}{e}\right)^n \left(1 +{1\over12n}+{1\over288n^2} - {139\over51840n^3} -{571\over2488320n^4}+ \cdots \right) \\
&\sim \sqrt{2\pi n}\left(\frac{n}{e}\right)^n \left(1+\frac{1}{(2^1)(6n)^1}+{1\over(2^3)(6n)^2}-{139\over(2^3)(2\cdot3\cdot5)(6n)^3}-{571\over(2^6)(2\cdot3\cdot5)(6n)^4} + \cdots  \right).
 \end{align}

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

File:StirlingError1.svg
The relative error in a truncated Stirling series vs. the number of terms used

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

\left | \ln \left (\frac{S(n, t)}{n!} \right) \right |,

which, when small, is essentially the relative error.

Writing Stirling's series in the form:

\begin{align}
\ln n! &\sim n\ln n - n + \frac{1}{2}\ln 2\pi n   +{1\over12n}   -{1\over360n^3}   +{1\over1260n^5}   -{1\over 1680n^7}+ \\
&+{1\over 1188n^9} -{691\over 360360n^{11}}+{1\over 156n^{13}}-{3617\over 122400n^{15}}+{43867\over 244188n^{17}}      -\cdots \\
&\sim n\ln(n)-n+\tfrac{1}{2}\ln(2\pi n)+{1\over(2^2\cdot3^1)n}-{1\over(2^3\cdot3^2\cdot5^1)n^3}+{1\over(2^2\cdot3^2\cdot5^1\cdot7^1)n^5}\\
&- \frac{1}{(2^4 \cdot3^1 \cdot5^1\cdot7^1)n^7} +\frac{1}{(2^2\cdot 3^3\cdot 11^1) n^9}-\frac{691}{(2^3\cdot 3^2\cdot 5^1\cdot 7^1\cdot 11^1\cdot 13^1) n^{11}}\\
&+\frac{1}{(2^2\cdot 3^1\cdot 13^1) n^{13}}-\frac{3617}{(2^3\cdot 3^1\cdot 5^2\cdot 17^1) n^{15}}
+\frac{43867}{( 3^2\cdot 7^1\cdot 17^1\cdot 19^1) n^{17}}+\cdots.
\end{align}

it is known that the error in truncating the series is always of the same sign and at most the same magnitude as the first omitted term.

More precise bounds, due to Robbins,[5] valid for all positive integers n are

\sqrt{2\pi}\ n^{n+1/2}e^{-n} e^{\frac{1}{12n + 1}} < n! < \sqrt{2\pi}\ n^{n+1/2}e^{-n} e^{\frac{1}{12n}} .

Stirling's formula for the gamma function

For all positive integers,

n! = \Gamma(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 \Gamma (z) = z\ln z-z + \frac{1}{2}\ln\frac{2 \pi}{z} + \int_0^\infty \frac{2\arctan (\frac{t}{z})}{e^{2 \pi t}-1}\,{\rm d}t.

Repeated integration by parts gives

\ln \Gamma (z) \sim z\ln z -z + \frac{1}{2}\ln\frac{2 \pi}{z} + \sum_{n=1}^\infty \frac{B_{2n}}{2n(2n-1)z^{2n-1}}

where Bn is the n-th 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:

\Gamma(z) = \sqrt{\frac{2 \pi}{z}}~{\left( \frac{z}{e} \right)}^z \left( 1 + O \left( \frac{1}{z} \right) \right).

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 \Gamma \left( z \right) = z \ln z - z + \frac{1}{2}\ln \frac{2\pi }{z} + \sum\limits_{n = 1}^{N - 1} {\frac{{B_{2n} }}{{2n\left( {2n - 1} \right)z^{2n - 1} }}}  + R_N \left( z \right)

and

\Gamma \left( z \right) = \sqrt {\frac{{2\pi }}{z}} \left( {\frac{z}{e}}\right)^z  \left( {\sum\limits_{n = 0}^{N - 1} {\frac{{a_n }}{{z^n }}}  + \widetilde R_N \left( z \right)} \right).

Then [6]

\left| {R_N \left( z \right)} \right| \le \frac{{\left| {B_{2N} } \right|}}{{2N\left( {2N - 1} \right)\left| z \right|^{2N - 1} }} \begin{cases} 1 & \text{ if }  \left|\arg z\right| \leq \frac{\pi}{4}, \\ \left| {\csc (\arg z) } \right| & \text{ if }  \frac{\pi}{4}<\left|\arg z\right| < \frac{\pi}{2}, \\  \sec^{2N}\left( \frac{\arg z}{2}\right) & \text{ if } \left|\arg z\right| < \pi,\end{cases}

and [7]

\big| \widetilde R_N \left( z \right) \big| \le \left( {\frac{{\left| {a_N } \right|}}{{\left| z \right|^N }} + \frac{{\left| {a_{N + 1} } \right|}}{{\left| z \right|^{N + 1} }}} \right) \begin{cases} 1 & \text{ if }  \left|\arg z\right| \leq \frac{\pi}{4}, \\ \left| {\csc (\arg z) } \right| & \text{ if }  \frac{\pi}{4}<\left|\arg z\right| < \frac{\pi}{2}.\end{cases}

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.[8]

Obtaining a convergent version of Stirling's formula entails evaluating

\int_0^\infty \frac{2\arctan (\frac{t}{x})}{e^{2 \pi t}-1}dt = \ln \Gamma (1+x) - x\ln x +x - \frac{1}{2}\ln 2\pi x.

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

z^{\bar n} = z(z+1) \cdots (z+n-1);

then

\int_0^\infty \frac{2\arctan (\frac{t}{x})}{e^{2 \pi t}-1}dt = \sum_{n=1}^\infty \frac{c_n}{(x+1)^{\bar n}}

where

 c_n = \frac{1}{n} \int_0^1 x^{\bar n} \left( x-\tfrac{1}{2} \right) \,{\rm d}x = \frac{1}{2n}\sum_{k = 1}^n \frac{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

\begin{align}
\ln \Gamma (x) = x\ln x -x + \frac{1}{2}\ln\frac{2\pi}{x} + \frac{1}{12(x+1)} + \frac{1}{12(x+1)(x+2)}+\\
+ \frac{59}{360(x+1)(x+2)(x+3)} + \frac{29}{60(x+1)(x+2)(x+3)(x+4)} + \cdots
\end{align}

which converges when Re(x) > 0.

Versions suitable for calculators

The approximation:

\Gamma(z) \approx \sqrt{\frac{2 \pi}{z} } \left( \frac{z}{e} \sqrt{ z \sinh \frac{1}{z}  + \frac{1}{810z^6} } \right)^{z},

or equivalently,

2 \ln(\Gamma(z)) \approx \ln(2 \pi) - \ln(z) + z \left(2 \ln(z) + \ln \left( z \sinh \frac{1}{z}  + \frac{1}{810z^6} \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 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.[9]

Gergő Nemes proposed in 2007 an approximation which gives the same number of exact digits as the Windschitl approximation but is much simpler:[10]

\Gamma(z) \approx \sqrt{\frac{2 \pi}{z} } \left( \frac{1}{e} \left( z + \frac{1}{12z- \frac{1}{10z}} \right) \right)^{z},

or equivalently,

 \ln(\Gamma(z)) \approx \tfrac{1}{2} \left[\ln(2 \pi) - \ln(z) \right] + z \left[\ln \left( z + \frac{1}{12z- \frac{1}{10z}} \right)-1\right].

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

\ln(n!) \approx n\ln(n) - n + \tfrac{1}{6}\ln(n(1+4n(1+2n))) + \tfrac{1}{2}\ln(\pi).

History

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

n!\sim [{\rm constant}]\cdot 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 \sqrt{2\pi}.[3]

See also

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found..[unreliable source?]
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. F. W. Schäfke, A. Sattler, Restgliedabschätzungen für die Stirlingsche Reihe, Note. Mat. 10 (1990), 453–470.
  7. G. Nemes, Error bounds and exponential improvements for the asymptotic expansions of the gamma function and its reciprocal, Proc. Roy. Soc. Edinburgh Sect. A 145 (2015), 571–596.
  8. http://www.york.ac.uk/depts/maths/histstat/letter.pdf
  9. Toth, V. T. Programmable Calculators: Calculators and the Gamma Function (2006)
  10. Lua error in package.lua at line 80: module 'strict' not found.

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Dan Romik, Stirling’s Approximation for n!: The Ultimate Short Proof?, The American Mathematical Monthly, Vol. 107, No. 6 (Jun. – Jul., 2000), 556–557.
  • Y.-C. Li, A Note on an Identity of The Gamma Function and Stirling’s Formula, Real Analysis Exchang, Vol. 32(1), 2006/2007, pp. 267–272.

External links