Chapter 0: Q2E (page 18)
Show that, if c is a positive real number, then g(n) = 1 + c + c2 + · · · + cn is:
(a) Θ(1) if c < 1.
(b) Θ(n) if c = 1.
(c) Θ(cn) if c > 1.
The moral: in big-Θ terms, the sum of a geometric series is simply the first term if the series is strictly decreasing, the last term if the series is strictly increasing, or the number of terms if the series is unchanging.
Short Answer
The sum of the series can be calculated by using the following formula:
Where a is the first term of the GP and r is the common ratio.