Thread Closed

Stirling's approximation proof?

 
Share Thread Thread Tools
Nov23-09, 06:19 AM   #1
 

Stirling's approximation proof?


I read this in a book (it was stats and about poisson approx to normal)
Given was this:

[tex]n(n-1)(n-2) \cdots (n-r+1) = \frac{n!}{(n-r)!} \approx n^r[/tex]
Stating that "Stirling's approximation" had been used.
So I looked the up and found:

[tex]\ln n! \approx n\ln n - n\ [/tex]


In the poisson distribution n is very large and [tex]r[/tex] is very small compared to [tex]n[/tex] so all the terms in the given equation approximate to [tex]n[/tex]... This gives me my [tex]\approx n^r[/tex]

But I just wondered where the Stirling equation comes in to it...

[tex]\ln (\frac{n!}{(n-r)!}) = \ln(n!) - \ln((n-r)!) \ [/tex]
[tex]\approx n\ln n - n - \left[ (n-r)\ln((n-r)) - (n-r) \right]\ [/tex]
[tex]\approx n\ln n - n - (n-r)\ln((n-r)) + n - r \ [/tex]
[tex]\approx n\ln n - (n-r)\ln((n-r)) -r \ [/tex]
...
That's as far as I got...

[tex]\approx \ln (n^n) - \ln((n-r)^{(r-n)}) -r \ [/tex]

Unless taking logs, instead of to base e, to base n...

[tex]\approx Log_n (n^n) - Log_n ((n-r)^{(r-n)}) -r \ [/tex]
Then...
[tex]Log_n (n^n) - Log_n ((n-r)^{(r-n)}) = r\ [/tex]
[tex]n^n - (n-r)^{(n-r)} = n^r\ [/tex]

^ not sure if that's correct though

Can anyone help?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Nov23-09, 09:35 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
This is "number theory", not "algebra and linear algebra" so I am moving it.
 
Nov23-09, 10:42 AM   #3
 
[tex]\ln(n-r) \approx ln(n) - r/n[/tex]

[tex]
n\ln n - (n-r)\ln((n-r)) -r \approx n \ln n - n \ln n + n r/n + r (\ln n - r/n) - r\approx r \ln n - r^2/n
[/tex]
 
Thread Closed
Thread Tools


Similar Threads for: Stirling's approximation proof?
Thread Forum Replies
Stirling's approximation in Fermi Statistics derivation Atomic, Solid State, Comp. Physics 7
Statistical mechanics- Stirling's Approximation and Particle Configurations Advanced Physics Homework 2
Dirac delta approximation - need an outline of a simple and routine proof Calculus 2
Bisection method of approximation(proof) Calculus 0
Stirling's approximation General Math 2