What is a geometric series

The geometric series is defined as the infinite sum:

\[\sum_{n = 0}^{\infty} r^{n}\]

$r$ is the common ratio, which defines how each term is obtained by multiplying the previous one by $r$. If $r = 0$, the geometric series converges and its sum is $1$, since all terms after the first are zero: \(\sum_{n = 0}^{\infty} 0^{n} = 1 + 0 + 0 + \hdots = 1\)

If $r = 1$, the series diverges, because the sequence of partial sums grows without bound: \(s_{n} = 1 + 1 + \hdots + 1 = n + 1 \rightarrow \underset{n \rightarrow \infty}{lim} s_{n} = \infty\)

While a geometric series focuses on the sum of terms, it is built upon the underlying structure of a geometric sequence, an ordered list where each term is obtained by multiplying the previous one by a constant ratio.

The geometric series is fundamental because its behavior is well understood and precisely characterized. As a result, it serves as a reference model for analyzing more complex series. In particular, for series with positive terms, the geometric series can be used in comparison tests to determine convergence or divergence.

If a given series can be bounded above or below by a geometric series, we can often deduce the nature of the series by analogy.

The $n$-th partial sum of a geometric series with $r \neq 0$ and $r \neq 1$ is given by:

\[S_{n} = \sum_{k = 0}^{n} r^{k} = \frac{1 - r^{n + 1}}{1 - r}\]

This result is obtained starting from:

\[s_{n} = 1 + r + r^{2} + r^{3} + \hdots + r^{n}\]

Multiplying both sides by $r$, we get:

\[r \cdot s_{n} & = r ( 1 + r + r^{2} + \hdots + r^{n} ) \\ & = r + r^{2} + r^{3} + \hdots + r^{n} + r^{n + 1} \\ & = 1 + r + r^{2} + r^{3} + \hdots + r^{n} + r^{n + 1} - 1\]

In the last term of the equation, we added and subtracted $+ 1$. This way, the expression from $1 + \hdots + r^{n}$ becomes $s_{n}$. By substituting the values, we obtain:

\[r \cdot s_{n} & = s_{n} + r^{n + 1} - 1 \\ s_{n} ( 1 - r ) & = 1 - r^{n + 1}\]

and finally:

\[s_{n} = \frac{1 - r^{n + 1}}{1 - r} \text{for} r \neq 1\]
The condition $r \neq 1$ is essential; otherwise, the denominator becomes zero and the formula is undefined.

Let us now consider the case where $ r < 1$. In this case, the geometric series converges, because the terms get smaller and smaller in absolute value. The infinite sum can be computed using the formula:
\[\sum_{n = 0}^{\infty} r^{n} = \frac{1}{1 - r}\]
This result holds because $\underset{n \rightarrow \infty}{lim} r^{n + 1} = 0$ when $ r < 1$, which simplifies the formula for the partial sum:
\[s_{n} = \frac{1 - r^{n + 1}}{1 - r} \rightarrow \underset{n \rightarrow \infty}{lim} s_{n} = \frac{1}{1 - r}\]

In general, when the index starts at a value $n > 0$, for example $\alpha$, the formula for the sum of the geometric series becomes:

\[\sum_{n = \alpha}^{\infty} r^{n} = \frac{r^{\alpha}}{1 - r}\]

In the case where $r > 1$, the geometric series diverges. This happens because the terms $r^{n}$ grow larger and larger as $n \rightarrow \infty$, and so does the sequence of partial sums:

\[\underset{n \rightarrow \infty}{lim} s_{n} = \underset{n \rightarrow \infty}{lim} \sum_{k = 0}^{n} r^{k} = \infty\]

Since the terms do not tend to zero and their sum grows without bound, the series does not have a finite limit and therefore diverges.


Finally, in the case where $r \leq - 1$, the limit of $s_{n}$ does not exist, and the series is indeterminate. This happens because the terms $r^{n}$ alternate in sign and grow in magnitude, causing the partial sums $s_{n}$ to oscillate without approaching any finite value. As a result, the series does not converge nor diverge to infinity, but instead has no limit at all. For example, if $r = - 2$, the terms become:

\[1 - 2 + 4 - 8 + 16 - \ldots\]

and the sequence of partial sums fluctuates increasingly without stabilizing, making the series divergent in an oscillatory and unbounded way.


Therefore, we can conclude that the series:

  • converges if $ r < 1$ and its sum is $\frac{1}{1 - r}$ when the index starts at a value $n = 0$, or $\frac{r^{\alpha}}{1 - r}$ when the index starts at a value $n > 0$;
  • diverges to $+ \infty$ if $r \geq 1$;
  • is indeterminate if $r \leq - 1$.

Example

Let’s study the behavior of the following geometric series and compute its sum.

\[\sum_{n = 0}^{\infty} \frac{3^{n} + 4^{n}}{5^{n}}\]

By the linearity of summation, we can rewrite the series as the sum of two geometric series:

\[\sum_{n = 0}^{\infty} (( \frac{3}{5} ))^{n} + \sum_{n = 0}^{\infty} (( \frac{4}{5} ))^{n}\]

We observe that the common ratio of both series is $< 1$, therefore, by the properties of geometric series, both series converge. Let us now compute the sum. Let us recall that the sum of a geometric series is given by:

\[\sum_{n = 0}^{\infty} r^{n} = \frac{1}{1 - r}\]

We have:

\[\sum_{n = 0}^{\infty} (( \frac{3}{5} ))^{n} = \frac{1}{1 - \frac{3}{5}} = \frac{1}{\frac{2}{5}} = \frac{5}{2}\] \[\sum_{n = 0}^{\infty} (( \frac{4}{5} ))^{n} = \frac{1}{1 - \frac{4}{5}} = \frac{1}{\frac{1}{5}} = 5\]

By adding the two values, we obtain:

\[\frac{5}{2} + 5 = \frac{15}{2}\]

Therefore, the series converges and its sum is: \(\frac{15}{2}\)

Geometric series are among the easiest to work with, since their convergence is straightforward to determine, and their sum can be computed when they converge.

Determine the nature of the following series and compute their sum.

  • \(\text{1}. \sum_{n = 1}^{\infty} (( \sqrt{3} ))^{n}\) solution
  • \(\text{2}. \sum_{n = 1}^{\infty} (( 3 k + 2 ))^{n}\) solution
  • \(\text{3}. \sum_{n = 1}^{\infty} (( 1 - 2 cos ⁡ x ))^{n}\) solution
The proposed series are carefully designed to help you consolidate your understanding of infinite series. Try analyzing their behavior and computing their sums on your own before checking the provided solutions.

Glossary

  • Geometric series: a sum of terms where each term is obtained by multiplying the previous one by a constant ratio.
  • Geometric sequence: an ordered list of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio.
  • Common ratio $r$: the constant value by which each term in a geometric series or sequence is multiplied to obtain the next term.
  • Comparison tests: methods used to determine the convergence or divergence of a series by comparing it to a known convergent or divergent series, such as a geometric series.
  • Oscillation: the behavior of a sequence of partial sums that fluctuates without settling on a specific value.