Arithmetical progression: definition

An arithmetical progression is a kind of succession, i.e., a sorted and infinite collection of real numbers, in which every term is obtained adding a constant quantity to the previous one.

Example

If we consider the successions that have the following first terms:

a=(2,5,8,11,14,),

b=(3,1,1,3,5,7,),

c=(1,32,2,52,3,).

And, in each of them we calculate the difference between every term and the previous:

In a,

2,53 5,83 8,113 11,143

In b,

3,12 1,12 1,32 3,52

In c,

1,3212 32,212 2,5212 52,312

In all three cases we notice that these differences are always the same: 3 in the first succession, 2 in the second one and 12 in the third one.

In other words, every term is obtained by adding the same number to the previous one .

Giving a formal definition, we will say that an arithmetical progression (an)nN, is a succession in which the difference of every term with the previous one is constant, that is:

an+1an=d

when a is any natural n. We will call the constant d as the difference of the progression.

Example

The differences of the progressions a, b and c are, respectively, 3,2 and 12