You are on page 1of 6

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
 

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−am   or

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+d

nth term of AP
The nth term of arithmetic progression is given by

an=a1+(n−1)d

or in more general term, it can be written as

an=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)

If the last term an is not given, the following may be useful

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)   or   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=...

nth term of GP
The nth term of the geometric progression is given by

an=a1rn−1   or   an=amrn−m

Sum of n terms of GP
The sum of the first n terms of geometric progression is

S=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−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

The Expansion of (a + b)n


If   n   is any positive integer, then

(a+b)n=an+nC1an−1b+nC2an−2b2+\hdots+nCran−rbr+\hdots+bn
 

Where
nCr = combination of n objects taken r at a time.
 

Some Example of Binomial Expansion


(a+b)2=a2+2ab+b2
(a+b)3=a3+3a2b+3ab2+b3

(a+b)4=a4+4a3b+6a2b2+4ab3+b4

(a+b)5=a5+5a4b+10a3b2+10a2b3+5ab4+b5

(a+b)6=a6+6a5b+15a4b2+20a3b3+15a2b4+6ab5+b6

(a+b)7=a7+7a6b+21a5b2+35a4b3+35a3b4+21a2b5+7ab6+b7
 

The coefficient of terms can also be found by


 

C=coefficient of previous term × exponent of a of previous termexponent of b of previous


term +1

Properties of Binomial Expansion

1. The first term and last term of the expansion are   an   and   bn,   respectively.
2. There are   n+1   terms in the expansion.
3. The sum of the exponents of   a   and   b   in any term is   n.
4. The exponent of   a   decreases by   1   from   n   to   0.
5. The exponent of   b   increases by   1   from   0   to   n.
6. The coefficient of the second term and the second from the last term is   n.

Pascal's Triangle
Pascal's triangle can be used to find the coefficient of binomial expansion.

(a + b)0   :   1
(a + b)1   :   1   1
(a + b)2   :   1   2   1
(a + b)3   :   1   3   3     1
(a + b)4   :   1   4   6     4     1
(a + b)5   :   1   5   10   10   5     1
(a + b)6   :   1   6   15   20   15   6     1
(a + b)7   :   1   7   21   35   35   21   7   1
 

rth term of (a + b)n

rth term =n!(n−r+1)!(r−1)!an−r+1br−1
 

For n = even, the middle term is at

r=12n+1

You might also like