Learn Before
Formula

Sum of the First n Terms of a Geometric Sequence

The sum of the first nn terms of a geometric sequence, denoted SnS_n, is the total obtained by adding all terms from a1a_1 through ana_n: Sn=a1+a2+a3++anS_n = a_1 + a_2 + a_3 + \dots + a_n. Rather than adding each term individually, a closed-form formula allows SnS_n to be computed directly using only the first term, the common ratio, and the number of terms:

Sn=a1(1rn)1rS_n = \frac{a_1(1 - r^n)}{1 - r}

where a1a_1 is the first term, rr is the common ratio, and req1r eq 1.

This formula is derived by first writing the sum with each term expressed in terms of a1a_1 and rr: Sn=a1+a1r+a1r2++a1rn1S_n = a_1 + a_1 r + a_1 r^2 + \dots + a_1 r^{n-1}. Multiplying both sides of this equation by rr gives rSn=a1r+a1r2+a1r3++a1rnrS_n = a_1 r + a_1 r^2 + a_1 r^3 + \dots + a_1 r^n. Subtracting the second equation from the first causes all intermediate terms to cancel, leaving SnrSn=a1a1rnS_n - rS_n = a_1 - a_1 r^n. Factoring both sides produces Sn(1r)=a1(1rn)S_n(1 - r) = a_1(1 - r^n). Dividing both sides by (1r)(1 - r) yields the formula. The sum of a geometric sequence typically grows very large when the common ratio is greater than one.

0

1

Updated 2026-05-25

Contributors are:

Who are from:

Tags

OpenStax

Intermediate Algebra @ OpenStax

Ch.12 Sequences, Series and Binomial Theorem - Intermediate Algebra @ OpenStax

Algebra

Learn After