wintermute++
- 29
- 0
Homework Statement
Let n and k be positive integers such that both n and n − k are large. Use Stirling’s formula to write as simple
an approximation as you can for Pn,k.
Homework Equations
## \lim_{n \rightarrow \infty} {(2 \pi)^{1/2}n^{n+1/2}e^{-n} \over n!} = 1 ##
The Attempt at a Solution
Since ## n - k ## is also large, I assume you apply Stirling's approximation to both the numerator and denominator of ## {n! \over (n-k)!} ##.
## {(2 \pi)^{1/2}n^{n+1/2}e^{-n} \over (2 \pi)^{1/2}(n-k)^{n-k+1/2}e^{-n+k}} = {n^{n+1/2} \over (n-k)^{n-k+1/2}e^{k}} ##
I'm teaching myself statistics so I don't have anyone to turn to for help. Does this answer look correct?