I'm working on a tutorial for Euler's identity, and trying to show that the sum of the lengths of the arrows in this picture converges to 1 as $n \rightarrow \infty$
The length of the bottom arrow is $\frac{1}{n}$, and each arrow gets longer by a factor of
$$\left|1 + \frac{i}{n}\right| = \sqrt{1 + \frac{1}{n^2}}$$
so, the total length is the geometric sum
$$ \lim_{n \rightarrow \infty} \sum_{k=0}^{n-1} \frac{\left(\sqrt{1 + \frac{1}{n^2}}\right)^k}{n} = \lim_{n \rightarrow \infty} \frac{1 - \left(\sqrt{1 + \frac{1}{n^2}}\right)^n}{\left(1 - \sqrt{1 + \frac{1}{n^2}}\right)n} $$
I've fiddled with this a lot and I can't seem to get it into a form where I can take the limit.
