Library/Algebra/Sequences/Progressions/Geometric progression

Geometric progression

Overview
Important

A geometric progression (GP) is a sequence of the form a,ar,ar2,ar3,a, ar, ar^2, ar^3, \ldots, where aa is the first term and rr is the common ratio (with r0r \neq 0). Each term is obtained by multiplying the previous term by rr.

Important properties

  • The nnth term of a GP is an=arn1a_n = a r^{n-1}.

  • The ratio between any two consecutive terms is always rr.

  • If r<1|r| < 1, the terms get smaller; if r>1|r| > 1, the terms get larger.

  • The sum of the first nn terms is Sn=a1rn1rS_n = a \frac{1 - r^n}{1 - r} for r1r \neq 1.