I encountered this approximation in an Information Retrieval textbook, where they approximated:
$$\log(\frac{1-u_t}{u_t})$$ to $$\log(\frac{1}{u_t})$$
where $u_t\in[0,1]$ (tending towards 1, aka the probability of a frequently occurring value).
I don't understand how they arrived at this value. I've tried pulling it apart into $\log(1-u_t) + \log(1/u_t)$, but $\log(1-u_t)$ approaches negative infinity when $u_t$ is large (~=1), which meant that term couldn't be ignored.
Does anyone have any idea?
