Geometric progression: definition

A geometric progression is a type of succession, i.e., a sorted and infinite collection of real numbers, in which every term is obtained by multiplying its previous term by a constant value.

Example

If we consider the succession with first terms: a=(3,6,12,24,48,) and we calculate the quotient of every term by the previous one, a2a1=63=2, a3a2=126=2, a4a3=2412=2, a5a4=4824=2.

We can see that this quotient is always the same number: 2. So we can define this succession recursively by multiplying by 2 to obtain the next term.

Doing a formal definition, we will say that a geometric progression (an)nN, is a succession in which the quotient between two consecutive terms is constant, that is to say:

an+1an=r

for any natural n. We will call the constant r ratio of the progression.

Example

The succession (1,3,9,27,81,) is a geometric succession of ratio r=3.

The succession (12,1,2,4,8,) is a geometric succession of ratio r=2.

The succession (1,14,116,164,1256,) is a geometric succession of ratio r=14.