Arithmetic, geometric, and harmonic progressions
Elements
a1 = value of the first term
am = value of any term after the first term but before the last term
an = value of the last term
n = total number of terms
m = mth term after the first but before nth
d = common difference of arithmetic progression
r = common ratio of geometric progression
S = sum of the 1st n terms
Arithmetic Progression, AP
Arithmetic progression is a sequence of numbers in which the
difference of any two adjacent terms is constant. The constant
difference is commonly known as common difference and is denoted
by d. Examples of arithmetic progression are as follows:
Example 1: 3, 8, 13, 18, 23, 28 33, 38, 43, 48
The above sequence of numbers is composed of n = 10 terms (or
elements). The first term a1 = 3, and the last term an = a10= 48.
The common difference of the above AP is d = 8 - 3 = 13 - 8 = ...
= 5.
Example 2: 5, 2, -1, ...
This AP has a common difference of -3 and is composed of
infinite number of terms as indicated by the three ellipses at the
end.
Formulas for Arithmetic Progression
Common difference, d
The common difference can be found by subtracting any two
adjacent terms.
d=am+1−amd=am+1−am or
d=a2−a1=a3−a2=a4−a3=...d=a2−a1=a3−a2=a4−a3=...
Value of each term
Each term after the first can be found by adding recursively the
common difference d to the preceding term.
am+1=am+dam+1=am+d
nth term of AP
The nth term of arithmetic progression is given by
an=a1+(n−1)dan=a1+(n−1)d
or in more general term, it can be written as
an=am+(n−m)dan=am+(n−m)d
Sum of n terms of AP
The sum of the first n terms of arithmetic progression is n times
the average of the first term and the last term.
S=n2(a1+an)S=n2(a1+an)
If the last term an is not given, the following may be useful
S=n2[2a1+(n−1)d]S=n2[2a1+(n−1)d]
If required for the partial sum from mth to nth terms, the following
formula can be used
S=n−m+12(am+an)S=n−m+12(am+an) or S=n−m+12[2am+(n−
m)d]S=n−m+12[2am+(n−m)d]
Geometric Progression, GP
Geometric progression is a sequence of numbers in which any two
adjacent terms has a common ratio denoted by r. Example of
geometric progression is
1, 3, 9, 27, ...
which is composed of infinite number of terms and with common
ratio equal to 3.
Formulas for Geometric Progression
Common ratio
The common ratio can be found by taking the quotient of any two
adjacent terms.
r=am+1am=a2a1=a3a2=a4a3=...r=am+1am=a2a1=a3a2=a4a3=...
nth term of GP
The nth term of the geometric progression is given by
an=a1rn−1an=a1rn−1 or an=amrn−man=amrn−m
Sum of n terms of GP
The sum of the first n terms of geometric progression is
S=a1(1−rn)1−rS=a1(1−rn)1−r
Sum of Infinite Geometric Progression
A finite sum can be obtained from GP with infinite terms if and
only if -1.0 ≤ r ≤ 1.0 and r ≠ 0.
S=a11−rS=a11−r
Harmonic Progression, HP
Harmonic progression is a sequence of numbers in which the
reciprocals of the elements are in arithmetic progression.
Example of harmonic progression is
1/3, 1/6, 1/9, ...
If you take the reciprocal of each term from the above HP, the
sequence will become
3, 6, 9, ...
which is an AP with a common difference of 3.
Another example of HP is 6, 3, 2. The reciprocals of each term are
1/6, 1/3, 1/2 which is an AP with a common difference of 1/6.
To find the term of HP, convert the sequence into AP then do the
calculations using the AP formulas. Then take the reciprocal of
the answer in AP to get the correct term in HP.
Relationship between arithmetic,
geometric, and harmonic means
AM×HM=GM2