Skip to main content
Logo image

Active Calculus

Section 8.3 Geometric Sums

In our work in Section 8.2, we learned how to find a degree \(n\) polynomial approximation centered at a value \(a\) for a given function \(f\) with at least \(n\) derivatives. By working with several different functions and \(n\)-values, we’ve seen that increasing the degree of the polynomial improves the approximation, and also often helps us to see a pattern in the coefficients of the Taylor polynomials.
For example, the degree \(5\) Taylor approximation of \(f(x) = \ln(1+x)\) at \(a = 0\) is
\begin{equation*} T_5(x) = x - \frac{1}{2}x^2 + \frac{1}{3}x^3 - \frac{1}{4}x^4 + \frac{1}{5}x^5, \end{equation*}
and we see a pattern in the coefficients that allows us to easily generate \(T_6(x)\text{,}\) \(T_{10}(x)\text{,}\) or indeed \(T_n(x)\) for any \(n\text{.}\) Note that if we want to use \(T_{10}(x)\) to estimate \(\ln(\frac{3}{2}) = \ln(1 + \frac{1}{2})\text{,}\) we need to compute the sum of \(10\) terms given by
\begin{equation*} \ln\left( \frac{3}{2} \right) \approx T_{10}\left( \frac{1}{2} \right) = \left( \frac{1}{2} \right) - \frac{1}{2} \left( \frac{1}{2} \right)^2 + \frac{1}{3} \left( \frac{1}{2} \right)^3 - \frac{1}{4} \left( \frac{1}{2} \right)^4 + \cdots - \frac{1}{10} \left( \frac{1}{2} \right)^{10}. \end{equation*}
This computation suggests at least two questions: is there an easy way (without a computer) to determine the exact value of the \(10\)-term sum
\begin{equation*} \left( \frac{1}{2} \right) - \frac{1}{2} \left( \frac{1}{2} \right)^2 + \frac{1}{3} \left( \frac{1}{2} \right)^3 - \frac{1}{4} \left( \frac{1}{2} \right)^4 + \cdots - \frac{1}{10} \left( \frac{1}{2} \right)^{10}\text{,} \end{equation*}
and is there a way we can make sense of continuing the sum indefinitely,
\begin{equation*} \left( \frac{1}{2} \right) - \frac{1}{2} \left( \frac{1}{2} \right)^2 + \frac{1}{3} \left( \frac{1}{2} \right)^3 - \frac{1}{4} \left( \frac{1}{2} \right)^4 + \cdots - \frac{1}{10} \left( \frac{1}{2} \right)^{10} + \cdots? \end{equation*}
In this section, we investigate a special collection of similar sums that are called geometric.

Preview Activity 8.3.1.

Let’s explore sums of the form
\begin{equation*} S_n = 1+ \frac12 + \left(\frac12\right)^2 + \left(\frac12\right)^3 + \cdots + \left(\frac12\right)^{n-1} \end{equation*}

(a)

Note that \(S_1 = 1\text{,}\) \(S_2 = S_1 + \frac{1}{2} = 1 + \frac{1}{2} = \frac{3}{2}\text{,}\) and \(S_3 = S_2 + \frac{1}{4} = \frac{3}{2} + \frac{1}{4} = \frac{7}{4}\text{.}\) Using the fact that each subsequent value of \(S_n\) can be computed by adding one additional term to the preceding sum, complete the table below with the exact (fractional) value of each sum. Note that \(S_1=1\) and \(S_2 = S_1 + \frac{1}{2} = 1 + \frac{1}{2} = \frac{3}{2}\text{.}\) Using the fact that each subsequent value of \(S_n\) can be computed by adding one additional term to the preceding sum, complete the table below with the exact (fractional) value of each sum.
\(S_1\) \(S_2\) \(S_3\) \(S_4\) \(S_5\) \(S_6\) \(S_7\)
\(1\) \(\frac32\) \(\frac74\)

(b)

What do you expect will be the values of \(S_8\) and \(S_9\text{?}\)

(c)

Conjecture a simple formula for \(S_n\) that is given by a single fraction where the numerator and/or denominator depend on \(n\text{.}\)
Hint: Think of the numerator and denominator separately, and think of powers of \(2\text{.}\)

(d)

What is happening to the value of \(S_n\) as \(n\to \infty\text{?}\)
\(S_n\to {}\)
Hint: Take the answer to part (c) and divide the numerator by the denominator. What do you get?

(e)

Now consider the sum
\begin{equation*} S_n = 1 + \frac14 + \left(\frac14\right)^2 + \left(\frac14\right)^3 + \cdots + \left(\frac14\right)^{n-1} \text{.} \end{equation*}
Do you think this sum is larger or smaller than the sum we first considered?
  • The sum with powers of \(\frac12\) is larger.
  • The sum with powers of \(\frac14\) is larger.
  • The two sums are equal.
What about
\begin{equation*} S_n = 1 - \frac12 + \left(\frac12\right)^2 - \left(\frac12\right)^3 + \cdots + \left(-\frac12\right)^{n-1} \text{?} \end{equation*}
Do you think this sum is larger or smaller than the sum we first considered?
  • The sum with powers of \(\frac12\) is larger.
  • The sum with powers of \(-\frac12\) is larger.
  • The two sums are equal.

Subsection 8.3.1 Finite Geometric Series

Sums such as
\begin{equation*} 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots + \left( \frac{1}{2} \right)^{n-1}\text{,} \end{equation*}
\begin{equation*} 1 + \frac{1}{4} + \left( \frac{1}{4} \right)^2 + \left( \frac{1}{4} \right)^3 + \cdots + \left( \frac{1}{4} \right)^{n-1}\text{,} \end{equation*}
and
\begin{equation*} 2 - \frac{4}{3} + \frac{8}{9} - \frac{16}{27} + \cdots + 2 \cdot \left( \frac{-2}{3} \right)^{n-1} \end{equation*}
all share a similar structure: the next term in each sum is found by multiplying the last term by the same number. In the first sum, each subsequent term is found by multiplying by \(\frac{1}{2}\text{;}\) in the second sum, by multiplying by \(\frac{1}{4}\text{;}\) in the third sum, the multiplier is \(-\frac{2}{3}\text{.}\) These sums each have the form
\begin{equation} a+ar+ar^2+ \cdots + ar^{n-1}\text{,}\tag{8.3.1} \end{equation}
which we call a finite geometric series with ratio \(r\text{.}\) It turns out that the value of each sum that has this form can be computed quickly without having to add all of the individual terms.

Activity 8.3.2.

Let \(a = 1\) and \(r = \frac{2}{5}\) be real numbers and consider the corresponding finite geometric series
\begin{equation} S_n = 1 + \frac{2}{5} + \left(\frac{2}{5}\right)^2 + \cdots + \left(\frac{2}{5}\right)^{n-1}\text{.}\tag{8.3.2} \end{equation}
Our goal in this activity is to find a shortcut formula for \(S_n\) that can be written as a single fraction that does not involve a sum of \(n\) terms.
  1. Multiply both sides of Equation (8.3.2) by \(r = \frac{2}{5}\text{.}\) Write the new equation in the form
    \begin{equation} \frac{2}{5} \cdot S_n = \cdots\text{.}\tag{8.3.3} \end{equation}
  2. Now subtract Equation (8.3.3) from Equation (8.3.2), and explain why it follows that
    \begin{equation} S_n - \frac{2}{5} \cdot S_n = 1 - \left(\frac{2}{5}\right)^{n}\text{.}\tag{8.3.4} \end{equation}
  3. Solve Equation (8.3.4) for \(S_n\) to find a simple formula for \(S_n\) that does not involve adding \(n\) terms.
  4. How would your work above change if instead of the original geometric sum \(S_n\text{,}\) we considered the situation with \(a = 7\text{,}\)
    \begin{equation*} S_n = 7 + 7 \cdot \frac{2}{5} + 7 \cdot \left(\frac{2}{5}\right)^2 + \cdots + 7 \cdot \left(\frac{2}{5}\right)^{n-1}\text{?} \end{equation*}
The ideas in Activity 8.3.2 can be extended to the general case for any value of \(a\) and any value of \(r \ne 1\text{.}\) In particular, replacing \(1\) with \(a\) and \(\frac{2}{5}\) with \(r\text{,}\) our work shows that by finding \(r \cdot S_n\) and then subtracting that quantity from \(S_n\text{,}\) we get
\begin{equation*} S_n - rS_n = (a + ar + \cdots + ar^{n-1}) - (ar + ar^2 + \cdots + ar^n)\text{,} \end{equation*}
so that
\begin{equation*} S_n(1-r) = a - ar^n\text{,} \end{equation*}
and therefore
\begin{equation*} S_n = \frac{a - ar^n}{1-r}\text{.} \end{equation*}
We summarize this result formally as follows.

The value of a finite geometric series.

A finite geometric series \(S_n\) is a sum of the form
\begin{equation} S_n = a + ar + ar^2 + \cdots + ar^{n-1}\text{,}\tag{8.3.7} \end{equation}
where \(a\) and \(r\) are real numbers such that \(r \ne 1\text{.}\) The exact value of the finite geometric series \(S_n\) can be computed directly as
\begin{equation} S_n = \frac{a(1-r^n)}{1-r}\text{.}\tag{8.3.8} \end{equation}

Example 8.3.1. The value of a finite geometric series.

Use the shortcut formula in Equation (8.3.8) to find the exact value of the finite geometric series
\begin{equation*} 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots + \left( \frac{1}{2} \right)^9\text{.} \end{equation*}
Solution.
We can view the given sum as the finite geometric series \(S_{10}\) that has \(a = 1\) and \(r = \frac{1}{2}\text{.}\) By Equation (8.3.8), it follows that
\begin{equation*} S_{10} = \frac{1 - 1 \cdot \left(\frac{1}{2}\right)^{10}}{1-\frac{1}{2}} = \frac{1 - \frac{1}{1024}}{\frac{1}{2}} = \frac{2047}{1024} = 1.9990234375\text{.} \end{equation*}

Example 8.3.2. The value of another finite geometric series.

Use the shortcut formula in Equation (8.3.8) to find the exact value of the finite geometric series
\begin{equation*} 2 - \frac{4}{3} + \frac{16}{9} - \frac{64}{27} + \cdots + 2 \cdot \left( -\frac{4}{3} \right)^7\text{.} \end{equation*}
Solution.
We can view the given sum as the finite geometric series \(S_{8}\) that has \(a = 2\) and \(r = -\frac{4}{3}\text{.}\) By Equation (8.3.8), it follows that
\begin{equation*} S_{8} = \frac{2 - 2 \cdot \left(-\frac{4}{3}\right)^{8}}{1+\frac{4}{3}} = -\frac{16850}{2187} \approx -7.704618198\text{.} \end{equation*}

Example 8.3.3. The value of one more finite geometric series.

Use the shortcut formula in Equation (8.3.8) to find the exact value of the finite geometric series
\begin{equation*} \frac{1}{3} + 1 + 3 + 9 + \cdots + 6561\text{.} \end{equation*}
Solution.
Note that \(6561 = 3^8\text{,}\) so since this sum begins with \(\frac{1}{3} = 3^{-1}\text{,}\) this is a finite geometric series with \(10\) terms. Hence we can view the given sum as the finite geometric series \(S_{10}\) that has \(a = \frac{1}{3}\) and \(r = 3\text{:}\)
\begin{equation*} S_{10} = \frac{1}{3} \cdot 3^0 + \frac{1}{3} \cdot 3^1 + \frac{1}{3} \cdot 3^2 + \cdots + \frac{1}{3} \cdot 3^9 \text{.} \end{equation*}
By Equation (8.3.8), we find that
\begin{equation*} S_{10} = \frac{\frac{1}{3} - \frac{1}{3} \cdot 3^{10}}{1-3} = \frac{29524}{3}\text{.} \end{equation*}

Subsection 8.3.2 Infinite Geometric Series

Our initial introduction to sums with many terms came from Taylor polynomial approximations such as
\begin{equation*} e^1 \approx T_5(1) = 1 + 1 + \frac{1}{2!} + \frac{1}{3!} + \frac{1}{4!} + \frac{1}{5!} \text{.} \end{equation*}
Because the approximation gets better as we add more terms, it’s natural to think about the possibility of the sum extending forever. We begin by asking this question for a finite geometric series such as
\begin{equation*} S_n = 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots + \left( \frac{1}{2} \right)^{n-1}\text{:} \end{equation*}
what happens if we let the sum continue indefinitely?

Example 8.3.4. An infinite geometric series.

Can we find the value of
\begin{equation*} 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots\text{,} \end{equation*}
where the sum never terminates?
Solution.
In Preview Activity 8.3.1, we saw that for the finite geometric series
\begin{equation*} S_n = 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots + \left( \frac{1}{2} \right)^{n-1}\text{,} \end{equation*}
\(S_1 = 1\text{,}\) \(S_2 = \frac{3}{2} = 1.5\text{,}\) \(S_3 = \frac{7}{4} = 1.75\text{,}\) \(S_4 = \frac{15}{8} = 1.875\text{,}\) \(S_5 = \frac{31}{16} = 1.9375\text{,}\) and indeed
\begin{equation*} S_n = \frac{1 - \left( \frac{1}{2} \right)^n}{1 - \frac{1}{2}} \end{equation*}
so if we multiply both the numerator and denominator by \(2^n\text{,}\) we find that
\begin{equation} S_n = \frac{2^n - 1}{2^{n-1}}\text{.}\tag{8.3.9} \end{equation}
We can view \(S_n\) as a “partial sum” of the infinite geometric series
\begin{equation*} 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots \end{equation*}
whose value we seek. Plotting these partial sums on a number line, we see evidence that the value of the \(n\)th partial sum is approaching \(2\text{.}\)
Figure 8.3.5. A plot of \(S_1\text{,}\) \(S_2\text{,}\) \(S_3\text{,}\) \(S_4\text{,}\) \(S_5\text{,}\) and the number \(2\) on the interval \([1,2]\text{.}\)
Indeed, we observe that each partial sum lies halfway between the preceding partial sum and the number \(2\text{:}\) \(S_2 = 1.5\) is halfway between \(S_1 = 1\) and \(2\text{;}\) \(S_3 = 1.75\) is halfway between \(S_2 = 1.5\) and \(2\text{;}\) and so on.
We can see this more formally in Equation (8.3.9) if we divide the two terms in the numerator of \(S_n\) by the denominator. Doing so, an equivalent formula for \(S_n\) is
\begin{equation} S_n = 2 - \frac{1}{2^{n-1}}\text{.}\tag{8.3.10} \end{equation}
In Equation (8.3.10), if we let \(n \to \infty\text{,}\) we have
\begin{equation*} \lim_{n \to \infty} S_n = \lim_{n \to \infty} \left( 2 - \frac{1}{2^{n-1}} \right) = 2\text{,} \end{equation*}
since \(\frac{1}{2^{n-1}} \to 0\) as \(n\) increases without bound.
Thus, it makes sense to say that the sum of the infinite geometric series
\begin{equation*} S = 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots \end{equation*}
is finite and that \(S = 2\text{.}\)
Example 8.3.4 demonstrates the general principle that we use to determine if any infinite series has a finite value: we consider the partial sum, \(S_n\text{,}\) which is the finite sum of the first \(n\) terms, and then investigate if the partial sums converge to a single value as \(n\) increases without bound. For geometric series, determining whether the partial sums converge or not is straightforward.

The value of an infinite geometric series.

An infinite geometric series \(S\) is a sum of the form
\begin{equation} S = a + ar + ar^2 + \cdots + ar^{n-1} + \cdots\text{,}\tag{8.3.11} \end{equation}
where \(a\) and \(r\) are real numbers. If \(|r| \lt 1\text{,}\) then the infinite geometric series converges to the finite value
\begin{equation} S = \frac{a}{1-r}\text{.}\tag{8.3.12} \end{equation}
If \(|r| \ge 1\text{,}\) then the infinite geometric series does not converge to a finite value.
Equation (8.3.12) holds because when \(|r| \lt 1\text{,}\) it follows that \(r^n \to 0\) as \(n \to \infty\text{.}\) Indeed, when \(|r| \lt 1\text{,}\) we see by taking the limit as \(n \to \infty\) in Equation (8.3.7), that
\begin{equation*} \lim_{n \to \infty} S_n = \lim_{n \to \infty} \frac{a(1-r^n)}{1-r} = \frac{a}{1-r}\text{.} \end{equation*}
In Exercise 8.3.5.7, we will explore why the infinite geometric series does not converge when \(|r| = 1\) and when \(|r| \gt 1\text{.}\)
As in our work in Chapter 4 with Riemann sums, we can use sigma notation (see Subsection 4.2.1) to express a sum in convenient shorthand. For instance, it’s equivalent to write
\begin{equation*} S_n = a + ar + ar^2 + \cdots + ar^{n-1} = \sum_{k=0}^{n-1} ar^k \text{.} \end{equation*}
Furthermore, we can use sigma notation for a more concise way to express an infinite geometric series. For example, it is equivalent to write
\begin{equation*} 1 + \frac{1}{2} + \left( \frac{1}{2} \right)^2 + \left( \frac{1}{2} \right)^3 + \cdots = \sum_{k = 0}^{\infty} \left( \frac{1}{2} \right)^k\text{.} \end{equation*}

Activity 8.3.3.

For each of the following infinite geometric series, determine the values of \(a\) and \(r\text{,}\) compute the partial sums \(S_{5}\) and \(S_{10}\) exactly (writing each as a fraction), and if the infinite geometric series converges, find its value.
  1. \(\displaystyle 1 + \frac{1}{3} + \frac{1}{9} + \frac{1}{27} + \cdots\)
  2. \(\displaystyle 4 - 2 + 1 - \frac{1}{2} + \frac{1}{4} - \cdots\)
  3. \(\displaystyle 2 + \frac{8}{3} + \frac{32}{9} + \frac{128}{27} + \cdots \)
  4. \(\displaystyle \sum_{k = 0}^{\infty} 5 \cdot \left( \frac{3}{4} \right)^k\)
  5. \(\displaystyle \sum_{k = 1}^{\infty} -2 \cdot \left( -\frac{2}{3} \right)^k\)

Subsection 8.3.3 How geometric series naturally connect to Taylor polynomials

If we take \(a = 1\) in Equation (8.3.12), we see that
\begin{equation} 1 + r + r^2 + \cdots + r^n + \cdots = \frac{1}{1-r}\text{,}\tag{8.3.13} \end{equation}
provided that \(|r| \lt 1\text{.}\) To study this equation further, we are going to let \(r\) vary and thus we introduce the function \(f(x) = \frac{1}{1-x}\) and replace \(r\) by \(x\) in Equation (8.3.13) to have
\begin{equation} f(x) = \frac{1}{1-x} = 1 + x + x^2 + \cdots + x^n + \cdots\text{,}\tag{8.3.14} \end{equation}
which is valid for \(|x| \lt 1\text{.}\) One reason this equation is interesting is that we have a function \(f(x)\) that can be represented in two different ways: as the rational function \(\frac{1}{1-x}\text{,}\) and as the infinite polynomial function \(1 + x + x^2 + \cdots\text{.}\)
For \(x\) such that \(|x| \lt 1\text{,}\) we know that the infinite geometric series \(1 + x+ x^2 + \cdots + x^n + \cdots\) converges. Thus, from Equation (8.3.14), it follows
\begin{equation*} f(x) = \frac{1}{1-x} \approx 1 + x + x^2 + \cdots + x^n \end{equation*}
for \(x\) near \(a = 0\text{.}\) Moreover, because the infinite series converges, the larger the value of \(n\text{,}\) the better the approximation will be. If we plot the function \(f(x) = \frac{1}{1-x}\) along with several of the polynomials that arise for different choices of \(n\text{,}\) say \(P_1(x) = 1 + x\text{,}\) \(P_4(x) = 1 + x + \cdots + x^4\text{,}\) and \(P_7(x) = 1 + x + \cdots + x^7\text{,}\) we can see the impact of increasing the degree \(n\) in Figure 8.3.6.
Figure 8.3.6. A plot of \(f(x) = \frac{1}{1-x}\) (blue, no dashes), \(P_1(x) = 1 + x\) (light gray, small dashes), \(P_4(x) = 1 + x + \cdots + x^4\) (medium gray, medium dashes), and \(P_7(x) = 1 + x + \cdots + x^7\) (dark gray, long dashes).
In particular, we observe that as the degree of the polynomial approximation increases, the polynomial not only appears closer to \(f(x) = \frac{1}{1-x}\text{,}\) but does so on a wider interval of \(x\)-values. Since the infinite series only converges when \(|x| \lt 1\) and the function \(f(x) = \frac{1}{1-x}\) is undefined when \(x = 1\text{,}\) we also expect the approximations to only be accurate on an interval that lies within \(-1 \lt x \lt 1\text{.}\) This reminds of our earlier work with Taylor polynomials where in images such as Figure 8.2.8, increasing the degree of the Taylor polynomial similarly improves the approximation.
In our preceding work in this subsection, we arrived at the function \(f(x) = \frac{1}{1-x}\) by starting with the infinite geometric series
\begin{equation*} 1 + x + x^2 + \cdots + x^n + \cdots \end{equation*}
and exploring its partial sums. Next, we change perspective and start with function \(f(x) = \frac{1}{1-x}\) and determine the Taylor polynomial approximations to \(f\) that are centered at \(a = 0\) in order to see an interesting connection.

Activity 8.3.4.

Consider the function \(f(x) = \frac{1}{1-x}\text{.}\) Let’s find the degree \(n\) Taylor polynomial approximation centered at \(a = 0\) for \(f\text{.}\)
  1. To begin finding \(T_n(x)\text{,}\) do the usual work of computing the various derivatives of \(f\) and their respective values at \(a = 0\text{;}\) note that it’s helpful to view \(f(x)\) in the form \(f(x) = (1-x)^{-1}\) so that we can easily compute the derivatives of \(f\) using the chain rule. For instance,
    \begin{equation*} f'(x) = (-1)(1-x)^{-2}(-1) \end{equation*}
    where the first “\(-1\)” arises from the power rule, while the second “\(-1\)” results from the chain rule, since \(\frac{d}{dx}[1-x] = -1\text{.}\) In order to see key patterns that arise, it’s helpful not to combine the products of numbers that arise in the various derivatives. Record the first five derivatives of \(f(x)\) in Table 8.3.7.
    Table 8.3.7. Finding the derivatives of \(f(x) = \frac{1}{1-x}\text{.}\)
    \(f(x) =\) \(\frac{1}{1-x} = (1-x)^{-1}\)
    \(f'(x) =\) \((-1)(1-x)^{-2}(-1)\)
    \(f''(x) = \)
    \(f'''(x) = \)
    \(f^{(4)}(x) = \)
    \(f^{(5)}(x) = \)
  2. Next, evaluate the derivatives you determined in (a) at \(a = 0\) and use these to find the values of the coefficients of the Taylor polynomial centered at \(a = 0\text{.}\) Record your work in Table 8.3.8.
    Table 8.3.8. Finding the Taylor polynomial coefficients \(c_k\text{.}\)
    \(f(0) =\) \(\frac{1}{1-0} = 1\) \(c_0 =\) \(f(0) = 1\)
    \(f'(0) =\) \((-1)(1-0)^{-2}(-1) = 1\) \(c_1 =\) \(\frac{f'(0)}{1!} = \frac{1}{1!} = 1\)
    \(f''(0) = \) \(c_2 =\) \(\frac{f''(0)}{2!} = \)
    \(f'''(0) = \) \(c_3 = \)
    \(f^{(4)}(0) = \) \(c_4 =\)
    \(f^{(5)}(0) = \) \(c_5 =\)
  3. What pattern do you observe in the value of \(c_k\text{?}\) State the degree \(5\) Taylor polynomial, \(T_5(x)\text{,}\) as well as the formula you expect for the general degree \(n\) Taylor polynomial, \(T_n(x)\text{.}\)
  4. By identifying the value of \(r\text{,}\) explain why the degree \(n\) Taylor polynomial \(T_n(x)\) can be thought of as a finite geometric series.
  5. What is the Taylor series centered at \(a = 0\) for \(f(x) = \frac{1}{1-x}\text{?}\) (As we will see in the next section, the “Taylor series” of a function is the infinite series that results by simply extending the Taylor polynomials indefinitely.)

Subsection 8.3.4 Summary

  • A finite geometric series \(S_n\) is a sum of the form
    \begin{equation*} S_n = a + ar + ar^2 + \cdots + ar^{n-1}\text{,} \end{equation*}
    where \(a\) and \(r\) are real numbers such that \(r \ne 1\text{.}\) The value of the finite geometric series \(S_n\) can be computed directly as
    \begin{equation*} S_n = \frac{a(1-r^n)}{1-r}\text{.} \end{equation*}
  • An infinite geometric series \(S\) is a sum of the form
    \begin{equation*} S = a + ar + ar^2 + \cdots + ar^{n-1} + \cdots\text{,} \end{equation*}
    where \(a\) and \(r\) are real numbers. If \(|r| \lt 1\text{,}\) then the infinite geometric series converges to the finite value
    \begin{equation*} S = \frac{a}{1-r}\text{.} \end{equation*}
    If \(|r| \ge 1\text{,}\) then the infinite geometric series does not converge to a finite sum.
  • If we consider the infinite geometric series with \(a = 1\) and \(|r| \lt 1\) and replace \(r\) with \(x\text{,}\) we can say that
    \begin{equation*} \frac{1}{1-x} = 1 + x + x^2 + x^3 + \cdots + x^n + \cdots\text{.} \end{equation*}
    As we found in Activity 8.3.4, the Taylor series centered at \(a = 0\) for \(f(x) = \frac{1}{1-x}\) is precisely the infinite geometric series
    \begin{equation*} T(x) = 1 + x + x^2 + x^3 + \cdots + x^n + \cdots \end{equation*}
    and we know this series is equal to \(f(x)\) for \(|x| \lt 1\text{.}\)

Exercises 8.3.5 Exercises

1.

For each of the following, decide if the given series is a geometric series.
A. \(5 + 5 x + 5 x^2 + 5 x^4 + 5 x^8 + \cdots\) :
Is this a geometric series?
  • Yes
  • No
If this is a geometric series, enter
the first term:
and the ratio between successive terms:
(Enter na for the first term and ratio if this is not a geometric series.)
B. \(5 x^5 + 5 x^{6} + 5 x^{7} + 5 x^{8} + \cdots\) :
Is this a geometric series?
  • Yes
  • No
If this is a geometric series, enter
the first term:
and the ratio between successive terms:
(Enter na for the first term and ratio if this is not a geometric series.)
C. \(5 - 25 + 125 - 625 + 3125 - \cdots\) :
Is this a geometric series?
  • Yes
  • No
If this is a geometric series, enter
the first term:
and the ratio between successive terms:
(Enter na for the first term and ratio if this is not a geometric series.)

2.

For each of the finite geometric series given below, indicate the number of terms in the sum and find the sum. For the value of the sum, enter an expression that gives the exact value, rather than entering an approximation.
A. \(5 + 5 (0.25) + 5 (0.25)^2 + \cdots + 5 (0.25)^{15}\)
number of terms =
value of sum =
B. \(5 (0.25)^{6} + 5 (0.25)^{7} + 5 (0.25)^{8} + \cdots + 5 (0.25)^{12}\)
number of terms =
value of sum =

3.

Find the sum of each of the geometric series given below. For the value of the sum, enter an expression that gives the exact value, rather than entering an approximation.
A. \(-10 + 5 - {5\over 2} + {5\over 2^2} - {5\over 2^3} + \cdots + {5\over 2^{14}} =\)
B. \(\sum\limits_{n=4}^{\infty} \left({1\over 3}\right)^n =\)

4.

Find the sum of the infinite geometric series
\begin{equation*} 1- \frac{1}{2}+\frac{1}{4} - \frac{1}{8} + \cdots \end{equation*}
Enter DNE if the sum does not exist.
Sum =

5.

Find the sum of the series
\(\displaystyle -8 + \frac{-8}{4} + \frac{-8}{16} + ... + \frac{-8}{4^{n-1}} + ...\text{.}\)
Answer:

6.

Determine whether the series converges, and if so find its sum.
\(\displaystyle \sum_{k=1}^{\infty} \frac{4^{k+2}}{7^{k}} =\)
(Enter DNE if the sum does not exist.)

7.

In Equation (8.3.12), we learned that for an infinite geometric series
\begin{equation*} S = a + ar + ar^n + \cdots + ar^{n-1} + \cdots\text{,} \end{equation*}
if \(|r| \lt 1\text{,}\) then
\begin{equation*} S = \frac{a}{1-r}\text{.} \end{equation*}
This result provides a quick way to determine the value of an infinite geometric series that converges.
In this exercise, we explore why the infinite geometric series fails to converge when \(r = 1\text{,}\) \(r = -1\text{,}\) and \(|r|>1\text{.}\)
  1. If we consider the finite geometric series that results when \(a = 1\) and \(r = 1\text{,}\) we get the sum
    \begin{equation*} S_n = 1 + 1 + \cdots + 1\text{,} \end{equation*}
    where there are \(n\) terms in the sum.
    1. Compute \(S_2\text{,}\) \(S_3\text{,}\) and \(S_4\text{.}\) What is the general formula for \(S_n\text{?}\)
    2. Explain why the sequence \(S_n\) does not converge to a finite value. Contrast this with, for example, our work in Example 8.3.4.
  2. Next, consider the finite geometric series that results when \(a = 1\) and \(r = -1\text{,}\) which is the sum
    \begin{equation*} S_n = 1 - 1 + 1 - 1 + \cdots + (-1)^{n-1}\text{,} \end{equation*}
    where there are \(n\) terms in the sum. (We view the first “\(1\)” as resulting from “\(1 \cdot (-1)^0\)”.)
    1. Compute \(S_2\text{,}\) \(S_3\text{,}\) \(S_4\text{,}\) and \(S_5\text{.}\) What do you observe?
    2. Explain why the sequence \(S_n\) does not converge to a finite value. Contrast this with, for example, our work in Example 8.3.4.
  3. Now consider the geometric sum with \(a = 1\) and \(r = 2\text{,}\) so
    \begin{equation*} S_n = 1 + 2 + 4 + \cdots + 2^{n-1}\text{.} \end{equation*}
    1. Compute \(S_2\text{,}\) \(S_3\text{,}\) and \(S_4\text{.}\) What is the general formula for \(S_n\text{?}\)
    2. What do you observe happens to these partial sums as \(n\) increases without bound? What does this tell us about the infinite geometric series \(1 + 2 + 4 + \cdots + 2^{n-1} + \cdots\text{?}\)

8.

It is important to understand the power of geometric growth compared to linear growth. Suppose you are hired for a job that will take you 30 days to complete and are offered two options for how you’ll be compensated.
Option 1.
You can be paid $500 per day, or
Option 2.
You can be paid 1 cent the first day, 2 cents the second day, 4 cents the third day, 8 cents the fourth day, and so on, doubling the amount you are paid each day.
  1. How much will you be paid for the job in total under Option 1?
  2. Complete Table 8.3.11 to determine the pay you will receive under Option 2 for the first 10 days.
    Table 8.3.11. Option 2 payments
    Day Pay on this day Total amount paid to date
    \(1\) \(\dollar0.01\) \(\dollar0.01\)
    \(2\) \(\dollar0.02\) \(\dollar0.03\)
    \(3\)
    \(4\)
    \(5\)
    \(6\)
    \(7\)
    \(8\)
    \(9\)
    \(10\)
  3. Find a formula for the amount paid on day \(n\text{,}\) as well as for the total amount paid by day \(n\text{.}\) Use this formula to determine which option (1 or 2) you should take.

9.

Suppose you drop a golf ball onto a hard surface from a height \(h\text{.}\) The collision with the ground causes the ball to lose energy and so it will not bounce back to its original height. The ball will then fall again to the ground, bounce back up, and continue. Assume that at each bounce the ball rises back to a height \(\frac{3}{4}\) of the height from which it dropped. Let \(h_n\) be the height of the ball on the \(n\)th bounce, with \(h_0 = h\text{.}\) In this exercise we will determine the distance traveled by the ball and the time it takes to travel that distance.
  1. Determine a formula for \(h_1\) in terms of \(h\text{.}\)
  2. Determine a formula for \(h_2\) in terms of \(h\text{.}\)
  3. Determine a formula for \(h_3\) in terms of \(h\text{.}\)
  4. Determine a formula for \(h_n\) in terms of \(h\text{.}\)
  5. Write an infinite series that represents the total distance traveled by the ball. Then determine the value of this series.
  6. Next, let’s determine the total amount of time the ball is in the air.
    1. When the ball is dropped from a height \(H\text{,}\) if we assume the only force acting on it is the acceleration due to gravity, then the height of the ball at time \(t\) is given by
      \begin{equation*} H - \frac{1}{2}gt^2\text{.} \end{equation*}
      Use this formula to determine the time it takes for the ball to hit the ground after being dropped from height \(H\text{.}\)
    2. Use your work in the preceding item, along with that in (a)-(e) above to determine the total amount of time the ball is in the air.
You have attempted of activities on this page.