How can I prove that $$\sum_{n=N}^M a^n = \frac{a^M - a^{N+1}}{1-a}$$ for $a$ not equal to $1$ and $$\sum_{n=N}^M a^n = M-N+1$$ for $a = 1$
Asked
Active
Viewed 49 times
3
-
1Second sum looks wrong. Should equal $M - N + 1$. – trystero Feb 03 '14 at 01:52
1 Answers
2
Can you verify this ?
$$ (1-a)(1+a+a^2+\cdots + a^M)=1-a^{M+1} $$
HK Lee
- 19,964
-
1
-
1$(1-a)(1+a+\cdots + a^N) =1-a^{N+1}\ (M>N)$. So we consider the subtraction between two equations : $$ (1-a)(a^M + \cdots + a^{N+1} ) = a^{N+1} - a^{M+1}$$ – HK Lee Feb 03 '14 at 03:05