Why the leading behavior of this function is like that?

66 Views Asked by At

I am reading this note, which is to derive Gaussian distribution from Binomial. But I am confused by one step:

$$\ln p \\\sim ln\frac{2}{\sqrt{2\pi}}-\frac{1}{2}\ln n-\frac{1}{2}\ln(1-\frac{m^2}{n^2})-\frac{m}{2}\ln(1+\frac{m}{n})\\ \sim\ln\frac{2}{\sqrt{2\pi}}-\frac{1}{2}\ln n+\frac{m^2}{2n^2}+\frac{m^2}{2n}-\frac{m^2}{n}$$

That is, $\ln$$(1$$-\frac{m^2}{n^2})$ can be substituted by $\frac{m^2}{n^2}$. And it is explained as leading behavior. But I can't understand how it can be derived. Could you please help me with this problem?

1

There are 1 best solutions below

0
On BEST ANSWER

The Taylor series expansion for the log is $log(1-x)=-x+\mathcal{O}(x^2)$ (as long as $|x|<1$), so $\frac{m^2}{n^2}$ is the leading behavior of $-\ln(1-\frac{m^2}{n^2})$.