문서:스털링 근사

역사 raw
대문 랜덤 문서 최근 토론


1. 개요2. 수열 버전3. 간단한 버전4. 좀 더 정확한 버전5. 보다 더 정확한 버전6. 예1

1. 개요

스털링 근사는 큰 값의 계승을 대략적으로 구하는 방법으로 두가지 진술이 있다.
증명에는 계승의 일반적 정의인 감마 함수를 이용한다.

2. 수열 버전

모든 양의 정수 n에 대해
수열 [math(displaystyle frac{n! e^n}{n^{n+0.5}})]은 [math(e)]에서 출발해 [math(displaystyle sqrt{2pi})]로 수렴하는 단조 감소 수열이다.

3. 간단한 버전

[math(displaystyle n!approxleft ( frac{n}{e} right )^{n})]

4. 좀 더 정확한 버전

[math(displaystyle n!approxsqrt{2pi n}left ( frac{n}{e} right )^{n})]

5. 보다 더 정확한 버전

[math(displaystyle n!approxsqrt{2pi n}left ( frac{n}{e} right )^{n}left ( 1+frac{1}{12n} right ))]

6. 예1

15000의 계승을 근사식에 대입하면.
[math(displaystyle 15000!approxsqrt{2pi times 15000}left ( frac{15000}{e} right )^{15000}approx2.74times{10}^{56129})]