The closed form is $2^r$ and the series is $1+2+4+8+\ldots$.
Asked
Active
Viewed 38 times
-2

user729424
- 5,061

tarun8572
- 31
- 1
- 9
-
1Do you know what is a geometric series? – Bcpicao May 02 '20 at 11:17
-
Not really well – tarun8572 May 02 '20 at 11:19
-
This answers your question: https://math.stackexchange.com/questions/29023/values-of-sum-n-0-infty-xn-and-sum-n-0n-xn. Try to research a bit more next time. – Bcpicao May 02 '20 at 11:21
2 Answers
1
The closed form for the $n$th partial sum of the geometric series $1+2+4+8+...$ is $2^{n+1}-1$. This is the case since $$1 + 2 + 4 + \dots +2^n= 2\cdot(1 + 2 + 4+\dots + 2^n) - (1 + 2 + \dots + 2^n)= (2 + 4 + 8 + \dots + 2^{n+1}) - (1 + 2 + \dots + 2^n ) =2^{n+1} -1$$ as all other terms cancel out.

Markus Zetto
- 986
0
$a_n=2^n \text { for }n \ge 0$ $$S_n=\sum_{i=0}^n a_n$$ $$=1+2+...+2^n$$ $$2S_n-S_n=(2+2^2+...+2^{n+1})-(1+2+...+2^n)$$ $$(2-1)S_n=2^{n+1}-1$$ $$S_n=2^{n+1}-1 \text { for }n \ge 0.$$

P. Lawrence
- 5,674