Assume $\lambda =80$, $\frac{e ^{\lambda x}}{x!}>0.9$ find $x$. I know how to use normal approximations but i want other method other than normal approximation.
|
You can use Stirling's approximation where $$n!\sim\sqrt{2\pi n}\left(\frac{n}{e}\right)^n\left(1+\frac{1}{12n}+\frac{1}{288n^2}+o\left(\frac{1}{n^3}\right)\right)$$ First apply $\ln(\cdot)$ to both side of your inequality, then solve $x$ numerically. |
|||
|
|
|
Let $u_n=\mathrm e^{\lambda n}/n!$, then $u_{n+1}/u_n=\mathrm e^{\lambda}/(n+1)$ hence the sequence $(u_n)_{n\geqslant0}$ is increasing on $n\leqslant\mathrm e^\lambda$ and decreasing on $n\geqslant\mathrm e^\lambda$. Since $u_0=1\gt0.9$, this indicates that $u_n\gt0.9$ if and only if $n\leqslant N_\lambda$, for some $N_\lambda\geqslant\mathrm e^\lambda$. Furthermore, one can show that, when $\lambda\to\infty$, $N_\lambda\sim\mathrm e^{\lambda+1}$. Edit: Refined forms of Stirling's approximation yield the following approximation. Call $x_\lambda(a)$ the solution of $(\lambda+1)x-(x+\tfrac12)\log(x)=\log(0.9a)$. Then $x_\lambda(\mathrm e)-1\lt N_\lambda\lt x_\lambda(\sqrt{2\pi})+1$. Finally, first-order estimates of the derivative show that, when $\lambda$ is large, the order of the width $x_\lambda(\sqrt{2\pi})-x_\lambda(\mathrm e)$ is $\log(\mathrm e/\sqrt{2\pi})=0.08$ hence a good heuristics is to take for $N_\lambda$ the closest integer to $x_\lambda(\sqrt{2\pi})$ and/or $x_\lambda(\mathrm e)$. These considerations yield $N_{80}=1.5061\ldots\cdot10^{35}$, that is, $N_{80}=\exp(81.0000\ldots)$. |
|||||
|