logo

Geometric Series 📂Calculus

Geometric Series

Definition1

The following series is called a geometric series for a0a \ne 0.

a+ar+ar2+ar3+=n=0arn a + ar + ar^{2} + ar^{3} + \cdots = \sum_{n=0}^{\infty} ar^{n}

Explanation

It is the infinite sum of a geometric sequence with the first term aa and the common ratio rr. The ▷eq04

Definition1

The following series is called a geometric series for a0a \ne 0.

a+ar+ar2+ar3+=n=0arn a + ar + ar^{2} + ar^{3} + \cdots = \sum_{n=0}^{\infty} ar^{n}

Explanation

It is the infinite sum of a geometric sequence with the first term aa and the common ratio rr. The nnth term is the geometric mean of the n1n-1th term and the n+2n+2th term.

(arn1)(arn+1)=arn \sqrt{(ar^{n-1})(ar^{n+1})} = ar^{n}

Partial Sum

The partial sum sns_{n} is as follows.

sn=a(1rn)1r s_{n} = \dfrac{a(1 - r^{n})}{1 - r}

Convergence

The geometric series arn=a+ar+ar2+ar3+\sum ar^{n} = a + ar + ar^{2} + ar^{3} + \cdots converges when r<1|r| \lt 1, and its value is

n=1arn=a1r(r<1) \sum\limits_{n = 1}^{\infty} ar^{n} = \dfrac{a}{1 - r} \qquad (|r| \lt 1)

When r1|r| \ge 1, it diverges.

Proof

When r<1 |r| \lt 1

Since the limit of the geometric sequence is 00,

limnsn=limna(1rn)1r=limn(a1rarn1r)=a1ra1rlimnrn=a1r \begin{align*} \lim\limits_{n \to \infty} s_{n} = \lim\limits_{n \to \infty} \dfrac{a(1 - r^{n})}{1 - r} & = \lim\limits_{n \to \infty} \left( \dfrac{a}{1 - r} - \dfrac{ar^{n}}{1 - r} \right) \\ & = \dfrac{a}{1 - r} - \dfrac{a}{1 - r}\lim\limits_{n \to \infty} r^{n} \\ & = \dfrac{a}{1 - r} \end{align*}

When r1|r| \ge 1

In this case, {arn}\{ ar^{n} \} does not converge to 00, and by the divergence test, it diverges.


  1. James Stewart, Daniel Clegg, and Saleem Watson, Calculus (early transcendentals, 9E), p742 ↩︎ ↩︎