Leave lesson

Pure · Sequences & series

1 / 8

Geometric sequences and series

Sequences with a constant common ratio — the nth term, the sum of n terms, and the sum to infinity (and exactly when it exists).

Pure · Sequences & series

Geometric sequences and series

Sequences with a constant common ratio — the nth term, the sum of n terms, and the sum to infinity (and exactly when it exists).

Why it works

A geometric sequence multiplies by the same number each step — the common ratio rr: a, ar, ar2, ar3, a,\ ar,\ ar^2,\ ar^3,\ \dots By the nnth term you've multiplied by rr a total of (n1)(n - 1) times, so un=arn1.u_n = ar^{\,n-1}. (Find rr by dividing any term by the one before it: r=u2u1r = \dfrac{u_2}{u_1}.)

Sum of nn terms. A clever trick: write Sn=a+ar++arn1S_n = a + ar + \dots + ar^{n-1}, multiply by rr, and subtract — almost everything cancels, leaving Sn=a(1rn)1r,r1.S_n = \frac{a(1 - r^{\,n})}{1 - r}, \qquad r \ne 1.

Sum to infinity. If r<1|r| < 1, then rn0r^n \to 0 as nn \to \infty, so the sum settles on a finite value: S=a1r,r<1.S_\infty = \frac{a}{1 - r}, \qquad |r| < 1. This only works when r<1|r| < 1 — if r1|r| \ge 1 the terms don't shrink and the sum runs off to infinity (no sum to infinity exists).

Watch for the two classic slips: using arnar^n instead of arn1ar^{n-1}, and trying to use SS_\infty when r1|r| \ge 1.