In this biology textbook I found the following approximation:
$$\frac{1}{2N}\left( 1-\frac{1}{2N} \right)^t ≈ \frac{1}{2N}e^{\frac{-t}{2N}}$$
Can you help me to understand this approximation and help me to understand what assumption are needed for this approximation to be useful.
One way to define $e^x$ is via $$ e^x = \lim_{n \to \infty} \left(1 + \frac{x}{n}\right)^n $$
By re-arranging your forumula a bit, you get $$ \frac{1}{2N}\left(1 - \frac{1}{2N}\right)^t = \frac{1}{2N}\underbrace{\left(1 + \frac{\frac{-t}{2N}}{t}\right)^t}_{\text{Compare to $e^x$ for $x=\frac{-t}{2N}$}} \approx \frac{1}{2N}e^{-\frac{-t}{2N}} \text{,} $$ at least for large enough $t$.