limit when $$\lim \limits _{n \to \infty} \sum _{i=0} ^{n} \frac{1}{2^i}$$ I intuitively know that the limit is 2 and that a series is convergent, but I do not know how to arrive at the result
2026-04-07 21:21:52.1775596912
limit when $\lim \limits _{n \to \infty} \sum _{i=0} ^{n} \frac{1}{2^i}$
39 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Use the formula for the sum of a geometric series:
$$\sum_{i=0}^n a_0\cdot r^i=\frac{a_0(1-r^{n+1})}{1-r}$$
Here, $a_0=1$ and $r=\frac 1 2$, so we have:
$$\sum_{i=0}^n \frac{1}{2^i}=\frac{1\cdot \left(1-\left(\frac{1}{2}\right)^{n+1}\right)}{1-\frac{1}{2}}=2\left(1-\frac{1}{2^{n+1}}\right)$$
Now, we need to find:
$$\lim_{n \to \infty} 2\left(1-\frac{1}{2^{n+1}}\right)$$
Since $\frac{1}{2^{n+1}} \to 0$ as $n \to \infty$, we get:
$$\lim_{n \to \infty} 2\left(1-\frac{1}{2^{n+1}}\right)=2(1-0)=2$$