You are on page 1of 11

careerbless.

com

navigation...

Important Concepts and Formulas ­ Sequence and Series

Arithmetic Progression(AP)

Arithmetic progression(AP) or arithmetic sequence is a sequence of numbers in which each
term after the first is obtained by adding a constant, d to the preceding term. The constant
d is called common difference.

An arithmetic progression is given by a, (a + d), (a + 2d), (a + 3d), ... 
where a = the first term , d = the common difference

Examples

1, 3, 5, 7, ... is an arithmetic progression (AP) with a = 1 and d = 2

7, 13, 19, 25, ... is an arithmetic progression (AP) with a = 7 and d= 6

If a, b, c are in AP, 2b = a + c

nth  term of an arithmetic progression

tn = a + (n – 1)d 

where tn = nth term, a= the first term , d= common difference

Example 1
Find 10th term in the series 1, 3, 5, 7, ...

a = 1
d = 3 – 1 = 2

10th term, t10  = a + (n­1)d = 1 + (10 – 1)2 = 1 + 18 = 19

Example 2
Find 16th term in the series 7, 13, 19, 25, ...
a = 7
d = 13 – 7 = 6

16th term, t16 = a + (n­1)d = 7 + (16 – 1)6 = 7 + 90 = 97

Number of terms of an arithmetic progression

(l − a)
n = + 1
d

where n = number of terms, a= the first term , l = last term, d= common difference

Example
Find the number of terms in the series 8, 12, 16, . . .72

a = 8
l = 72
d = 12 – 8 = 4

(l − a) (72 − 8)
n = + 1 = + 1
d 4

64
= + 1 = 16 + 1 = 17
4

Sum of first n terms in an arithmetic progression

n n
Sn = [ 2a + (n − 1)d ]  = (a + l)
2 2

where a = the first term,
d= common difference,
l  = tn = nth term = a + (n­1)d

Example 1
Find 4 + 7 + 10 + 13 + 16 + . . . up to 20 terms

a = 4
d = 7 – 4 = 3
Sum of first 20 terms, S20
n
= [2a + (n − 1)d]
2

20
= [(2 × 4) + (20 − 1)3]
2

= 10[8 + (19 × 3)]

= 10(8 + 57)

= 650

Example 2
Find 6 + 9 + 12 + . . . + 30

a = 6
l = 30
d = 9 – 6 = 3

(l − a)
n = + 1
d

(30 − 6)
= + 1
3

24
= + 1
3

= 8 + 1

= 9

Sum, S 
n
= (a + l)
2

9
= (6 + 30)
2

9
= × 36
2

= 9 × 18

= 162

Arithmetic Mean

If a, b, c are in AP, b is the Arithmetic Mean (AM) between a and c. In this case, 
1
b = (a + c)
2

1
The Arithmetic Mean (AM) between two numbers a and b =  (a + b)
2

If a, a1 , a2  ... an, b are in AP we can say that a1 , a2  ... an are the n Arithmetic Means


between a and b.
Additional Notes on AP

To solve most of the problems related to AP, the terms can be conveniently taken as
3 terms: (a – d), a, (a +d)
4 terms: (a – 3d), (a – d), (a + d), (a +3d)
5 terms: (a – 2d), (a – d), a, (a + d), (a +2d)

T n = Sn ­ Sn­1

If each term of an AP is increased, decreased , multiplied or divided by the same non­zero
constant, the resulting sequence also will be in AP.

In an AP, sum of terms equidistant from beginning and end will be constant.

Harmonic Progression(HP)

Non­zero numbers a 1,  a 2 ,  a 3 ,   ⋯  a n  are in Harmonic Progression(HP) if 
1 1 1 1
,  ,  , ⋯  are in AP. Harmonic Progression is also known as harmonic
a1 a2 a3 an

sequence.

Examples

1 1 1
, , ,⋯  is a harmonic progression (HP)
2 6 10

1 1 1
Three non­zero numbers a, b, c will be in HP, if   ,  ,   are in AP
a b c

If a, (a+d), (a+2d), . . . are in AP, nthterm of the AP = a + (n ­ 1)d 

1 1 1 1
Hence, if  , , ,⋯  are in HP, nthterm of the HP = 
a a + d a + 2d a + (n − 1)d

If a, b, c are in HP, b is the Harmonic Mean(HM) between a and c

2ac
In this case, b =
a + c

2ab
The Harmonic Mean(HM) between two numbers a and b = 
a + b

If a, a1 , a2  ... an, b are in HP we can say that a1 , a2  ... an are the n Harmonic Means


between a and b.
2 1 1
If a, b, c are in HP,  = +
b a c

geometric progression(GP)

Geometric Progression(GP) or Geometric Sequence is sequence of non­zero numbers in
which the ratio of any term and its preceding term is always constant.

A geometric progression(GP) is given by a, ar, ar2 , ar3 , ... 


where a = the first term , r = the common ratio

Examples

1, 3, 9, 27, ... is a geometric progression(GP) with a = 1 and r = 3

2, 4, 8, 16, ... is a geometric progression(GP) with a = 2 and r = 2

If a, b, c are in GP, b2  = ac

nth  term of a geometric progression(GP)

t n = ar
n−1
 

where tn = nth term, a= the first term , r = common ratio, n = number of terms

Example 1
Find the 10th term in the series 2, 4, 8, 16, ...

4
a = 2,    r =   = 2,   n = 10
2

10th term, t10
n −1 10−1
= ar = 2 × 2
9
= 2 × 2 = 2 × 512 = 1024

Example 2
Find 5 th term in the series 5, 15, 45, ...

15
a = 5,   r =   = 3,   n = 5
5
5 th term, t5
n−1 5−1
= ar = 5 × 3

4
= 5 × 3 = 5 × 81 = 405

Sum of first n terms in a geometric progression(GP)

n
⎧ a(r − 1)



⎪   (if r > 1)

r − 1
Sn = ⎨


n
a(1 − r )



⎪   (if r < 1)
1 − r

where a= the first term,
r = common ratio,
n = number of terms

Example 1
Find 4 + 12 + 36 + ... up to 6 terms

12
a = 4,   r =   = 3,   n = 6
4

Here r > 1. Hence, 
n 6
a(r − 1) 4(3 − 1)
S6 = =
r − 1 3 − 1

4(729 − 1) 4 × 728
= =
2 2

= 2 × 728 = 1456

Example 2
1 1
Find 1 + + + ... up to 5 terms
2 4

1
( )
2 1
a = 1,   r =  = ,    n = 5
1 2
Here r < 1. Hence, 
5
1
1 [1 − ( ) ]
n 2
a(1 − r )
S6 = =
1 − r 1
(1 − )
2

1 31
(1 − ) ( )
32 32 31 15
= = = = 1
1 1 16 16
( ) ( )
2 2

Sum of an infinite geometric progression(GP)

a
S∞ =   (if    -1 < r < 1)
1 − r

where a= the first term , r = common ratio

Example
1 1 1
Find 1 + + + + ⋯∞
2 4 8

1
( )
2 1
a = 1,       r =  =
1 2

Here ­1 < r < 1. Hence,
a 1 1
S∞ = = = = 2
1 − r 1 1
(1 − ) ( )
2 2

Geometric Mean

If three non­zero numbers a, b, c are in GP, b is the Geometric Mean(GM) between a and
c. In this case, b = √ac

The Geometric Mean(GM) between two numbers a and b = √ab

(Note that if a and b are of opposite sign, their GM is not defined.)

Additional Notes on GP
To solve most of the problems related to GP, the terms of the GP can be conveniently
taken as
a
3 terms:  , a, ar
r
a a
5 terms:  ,  , a, ar, ar2
2
r r

a − b a
If a, b, c are in GP,  =
b − c b

In a GP, product of terms equidistant from beginning and end will be constant.

Relationship Between Arithmetic Mean, Harmonic Mean, and Geometric Mean
of Two Numbers

If GM, AM and HM are the Geometric Mean, Arithmetic Mean and Harmonic Mean of two
positive numbers respectively, then 

GM2  = AM × HM

Some Interesting Properties to Note

a + c
Three numbers a, b and c are in AP if b =
2

2ac
Three non­zero numbers a, b and c are in HP if b =
a + c

a − b a
Three non­zero numbers a, b and c are in HP if  =
b − c c

Let A, G and H be the AM, GM and HM between two distinct positive numbers. Then

(1) A > G > H 
(2) A, G and H are in GP

If a series is both an AP and GP, all terms of the series will be equal. In other words, it
will be a constant sequence.

Power Series : Important formulas

1 + 1 + 1 + ⋯  n terms = ∑ 1 = n  

( + 1)
n(n + 1)
 
1 + 2 + 3 + ⋯ + n = ∑n =
2

n(n + 1)(2n + 1)
 =
2 2 2 2 2
1 + 2 + 3 + ⋯ + n ∑n =
6

2 2 2
n (n + 1) n(n + 1)
 =
3 3 3 3 3
1 + 2 + 3 + ⋯ + n ∑n = = [ ]
4 2

 
Comments(49)   Sort ­ Newest
  Sign in (optional)
showing 1-10 of 49 comments,   sorted newest to the oldest

mamatha   

what is the sum of n terms in HP

(1)   (0)   Reply

kumar rohit   

In hp the sum of n term is not defined
(0)   (0)   Reply

raghav   

how to find the product of terms which are in ap and gp?
please tell me the formula

(0)   (0)   Reply

sam   

Please see
1. https://en.wikipedia.org/wiki/Arithmetic_progression#Product
2. https://en.wikipedia.org/wiki/Geometric_progression#Product

(0)   (0)   Reply

Opara   

Hi great one, thanks a million for the enlightenment.

Under the section "5. Some Interesting Properties to Note", I observed you wrote HP
rather than GP here
Three non­zero numbers a, b and c are in HP if (a−b)/(b­c) = a/c
(0)   (0)   Reply

jiju (Junior Maths Expert, careerbless.com)   

It is HP only.
 
Suppose (a−b)/(b­c) = a/c 
=> (a­b)c = (b­c)a
=> ac ­ bc = ab ­ ac
=> 2ac = ab + bc
=>  2/b = 1/c + 1/a  (divided all terms by abc)
 
i.e., 1/a , 1/b, 1/c are in AP
i.e.,  a,b,c are in HP

(0)   (0)   Reply

macoi   

mathematically speaking, the next term cannot be determined by giving only the first
finite number of terms of a general sequence. explain this fact by giving examples

(0)   (0)   Reply

Mohinish   

You can establish a relationship between the first few terms.
 
For instance consider the following incomplete sequence.
2,4,8,?
 
You can see that each term is twice it's predecessor. So, the unknown number is twice
it's predecessor(2*8=16). Unknown number is 16.
(0)   (0)   Reply

sani   

I hate sequence and series but after watching these formulas arrange in such an efficient
manner i now i feel relaxed now i am not soooooooo much confuse so thanks.

(0)   (0)   Reply

pardeep   

354 180 64 21 10.2 ?
Please complete this series

(0)   (0)   Reply

1 2 3 4 5 Next     Go
showing 1-10 of 49 comments

Add a new comment...  (Use Discussion Board for posting new aptitude questions.)

Name: 

Email:  (optional)

3 + 0 =   (please answer the simple math question)

Post Y our Comment

Home

careerbless@gmail.com
Terms and Conditions

Copyright Policy

Privacy Policy
 
 
Copyright © 2012­2015 www.careerbless.com.
All rights reserved.

You might also like