I am trying to find the smallest $N_0$ such that
$$\max_{n\leq N}\frac{1}{4NL}\bigg(\bigg(1+\frac{h}{N}\bigg)^n-1\bigg) \leq 10^{-4}$$ for $N \geq N_0$
I guess that this is equivalent to solving$$ \frac{1}{4NL}\bigg(\bigg(1+\frac{h}{N}\bigg)^N-1\bigg) \leq 10^{-4}$$
I can not seem to get to grips with it though, I have considered using a binomial expansion and writing it as $$\frac{1}{4NL}\sum_{k=1}^NC^N_k\bigg(1+\frac{h}{N}\bigg)^k\leq 10^{-4}$$
again, I am a stumped here.
Some suggestions please? even some improvements on the title would be great, thanks.