← Back to Articles List

Sequence and Series

Find the general term of the following sequences:
1. 12,23,34,45... Ans: (1)n+1nn+1 

        111+1,122+1,133+1,144+1 
      

2. 12,34,56,78... Ans: 2n12n 
3. 12,12,323,424,... Ans: n2n 
4. 1,2,3,2,... Ans: n 

Formula to find the nth term of a geometric series:
nth term = arn-1 

Problems:
1. Sum of the three consecutive terms of a geometric series is 21/2 and product is 8. Find the 3rd term. 
solution: 
a + ar + ar2 = 21/2 ............(i)    and    a.ar.ar2 = 8 ..........(ii)

From (ii), (ar)3 = 8 or, a = 2/r .......... (iii)
Substitute (iii) into (i), r=4 or r=1/4
when r=4, a=1/2 , 3rd term is 8
when r=1/4 a=8 , 3rd term is 1/2

Formula to find the sum of first n terms of a geometric series:
Sn=a(rn1)r1when r>1 Sn=a(1rn)1rwhen r<1* Actually either of the formulas can be used without taking the value of r into consideration. We use different versions of the same formula based on the value of r to avoid negative number in denominator. 

Find the sum of first n terms:
1. 4 + 44 + 444 + ... ... ... 
Solution: 
Sn = 4 + 44 + 444 + ... + nth term
    = 4 (1 + 11 + 111 + ... + nth term)
    = 49 (9 + 99 + 999 + ... + nth term)
    = 49 { (10-1) + (100-1) + (1000-1) + ... + nth term }

When geometric series have a sum to infinity?
If the absolute value of the common ratio r of a geometric series is less than 1 then sum to infinity of the series exists. So, the condition for a geometric series to have sum to infinity is:

|r|<1 
or,1<r<1 
Fomula for infinite sum of geometric series: 
S=a1r 
Find the sum upto infinity if exists:
1. 5+103+209+4027+... [Dhaka Board 2023]
2. 


Impose a condition on 'x' under which the series will have a sum (to infinity) and find the sum:
1. 2(3x - 5)-1 + 4(3x - 5)-2 + 8(3x - 5)-3 + ... ... ... [Dhaka Board 2024]
2. (3x + 1)-1 + (3x + 1)-2 + (3x + 1)-3 + ... ... ... [Cumilla Board 2024]
3. (2x + 3)-1 + (2x + 3)-2 + (2x + 3)-3 + ... ... ... [Mymensigh Board 2024]
4. 1/(5x-4)-1 + 1/(5x-4)-2 + 1/(5x-4)-3 + ... ... ... [Barishal Board 2022] Solution: x<3/5 or x>1 sum to infinity = 1/5(x-1)