A solution I'm looking at employs this formula to find the sum of a finite series, but I haven't been able to find any information on this formula online or in my textbooks. Where does it come from, and what situations does it apply to? (It doesn't seem to be a reorganization of the formula for finite geometric sums...)
Asked
Active
Viewed 335 times
0
-
What do you mean when you say "the summation formula $(c^n-1)/(c-1)$"? Do you mean the identity $\sum_{k = 0}^{n-1} c^k = \frac{c^n-1}{c-1}$? – Arthur Nov 27 '19 at 14:57
-
3It is a geometric sum. It comes up whenever you ehm, sum geometries. – mathreadler Nov 27 '19 at 14:58
-
It is just the sum of a finite geometric series (you seem to know that). It's useful in very many places. – Ethan Bolker Nov 27 '19 at 14:59
-
Does this or this help ? – Arnaud D. Nov 27 '19 at 15:01
-
@EthanBolker Oh...I thought the sum of a finite geometric series was $\frac{a_0(1-r^n)}{1-r}$? – James Ronald Nov 27 '19 at 15:02
-
Suppose $a_0=1$? – saulspatz Nov 27 '19 at 15:02
-
@JamesRonald yes it is special case $a_0 = 1$ – mathreadler Nov 27 '19 at 15:03
1 Answers
3
It comes from the high-school formula: $$a^n-b^n=(a-b)(a^{n-1}+a^{n-2}b+\dots+ab^{n-2}+b^{n-1})$$ with $a=1$.

Bernard
- 175,478