Click here to go back to content Page

 

SEQUENCE AND SERIES

SEQUENCE: - A Sequence is an ordered set of objects formed by a particular rule  and which are functions of a particular numbers . It can otherwise be set of numbers generated in accordance with a definite pattern constitute sequence.

Consider each of the following sets of number

(a)        5, 9, 13, 17, 21,- , - ,-

(b)        2, 4, 6, 8, 10,-, -, -,

(c)        ½ , 1, 3/2, 2,5/2, -,-, -

Each member of each set is called a term .The dots after each set shows that set of numbers continues indefinitely.

Can you identify the pattern each set of number above and general formula for the general term of the sequence?

Example: Find the first three terms of the sequence whose general term is

1.                  Tn= 3 + (-1)n

2.                  Tn =

Solution

(a)        Tn = 3 + (-1)n

            T1 = 3 + (-1)1 =2

            T2 = 3 + (-1)2 =4

            T3 = 3 + (-1)3 =2

 

(b)       

           

           

THE NTH  TERM OF AN ARITHMETIC PROGRESSION

Consider a linear sequence, with a first term a, and common difference d, we wish to find nth term Tn of the linear sequence. 

            T1 = a

            T2 = a + d

            T3 = a + 2d

            T4 = a + 3d

            Tn = a + (n– 1)d

Hence nth term of an Arithmetic progression Tn whose first term is a and common difference d, is given by the formula

            Tn = a + (n – 1) d.

Example

Find the 20th term of the linear sequence

6, 12, 18, 24, – – –

Solution

a = 6,  d = 12  – 6 = 6, n = 20

    Tn = a + (n – 1)d

            T20 = 6 + (20 – 1)6

            T20 = 6 + 114

                T20 = 120

Example

The first term of a linear sequence is 3 and the 8th term is 31.  Find the common difference

Solution

a = 3, n = 8, T8 = 31

    Tn = a + (n – 1)d

      T8 = 3 + (8 – 1)d = 31

                  3 + 7d = 31

                  7d = 28

                     d = 4

Example 

The 8th term of a linear sequence is 18 and the 12th term 26.  Find the first term, the common difference and the 20th term.

Solution

T8 = 18 = a + 7d – – – – – – – – – (i)

T12 = 26 = a + 11d – – – – – – – –(ii)

Subtract (2) from (i)

      –8 = –4d

      d = 2

Substituting d = 2 into (i)

      18 = a + 7 (2)

      a = 4

    T20 = 4 + (20 – 1) 2

            T20 = 4 + 38=42

            

Example

Find the value of x, given that x+2, 3x, 4x + 2 are consecutive term of a arithmetic sequence

Solution

If x + 2, 3x, 4x + 2 form an arithmetic sequence,

      d = 3x – (x + 2)

          = 2x – 2 – – – – – – – – – – (i)

Also 

      d = 4x + 6 – 3x

         = x + 6 – – – – – – – – –(ii)

Equating (i) and (ii)  {since the common difference must be equal}

            2x – 2 = x + 6

                        x = 8

 

ARITHMETIC MEAN

The Arithmetic mean of two numbers a and c is the number b between a and c in the arithmetic progression.

Thus, if a, b, c, form an arithmetic sequenc

Then, common difference

            d = ba – – – – – – – – – – – – – – – (i)

Also     d = cb – – – – – – – – – – – – – – – (ii)

Equating (i) and (ii)

ba = cb

           

Example

Find the arithmetic mean of 4 and 16

Solution

Let the arithmetic mean be b

Then 4, b, 20

           

 

Example

Insert four arithmetic mean between 5 and 80

Solution

Let the means be denoted by A, B, C, D then 5, A, B, C, D, 80 are in Arithmetic Progression

a = 5,  n = 6, T6 = 80

T6 = 80 = 5 + (6 – 1)d

            80 = 5+5d

            75 = 5d

            d = 15

T2 = a + d

     = 5 + 15 = 20

T3 = 5 + 2 × 15 = 35

T4 = 5 +3 × 15 = 50

T5 = 5 + 4 × 15 = 65

Example:–  If x2, y2, z2 are in AP, show that

 

Example

The first and the last term of an A.P. are 20 and 110 with a common difference.  How many terms has the A.P

Solution

            a = 20

            l = 110

            d= 15

Tn = l= a + (n – 1)d

    110 = 20 + (n – 1) 15

    110 = 20 + 15n – 15

    105 = 15n

            n = 7

Thus, the A.P. has 7 terms

 

SERIES

A series is formed by the sum of the terms of a sequence.

e.g 1, 5, 9, 13, 17, – – – – is a sequence

but 1 + 5 + 9 + 13 + 17 + – – – –  is a series.  The Sum: 1 + 5 + 9 + 13 + 17 + – – – is designated by Sn

i.e. Sn = 1 + 5 + 9 + 13 + 17 + – – –

Consider the sequence, T1 + T2 + T3 + T4 + – – – – – –   is the corresponding series.

If the sequence contains finite number of terms, the corresponding series is infinite.

The sum

Sn = T1, + T2, + T3, + T4, + – – – – – – – – + Tn

Sn+1 = T1, + T2, + T3, + T5, + – – – – – – – –– Tn + Tn+1

 

Example

The sum of the 4th and 6th term of arithmetic is 42.  The sum of the 3rd and 9th term of the progression is 52.  Find the first term, the common difference and sum of the first four term.

Solution

T4 = a + 3d

T6 = a + 5d 

T4 + T6 = a + 3d + a + 5d = 42

            = 2a + 8d = 42 – – – – – – – (i)

T3 = a + 2d

T9 = a + 8d

T3 + T9 = a + 2d + a + 8d = 52

            = 2a + 10d = 52 – – – – – – (ii)

Subtract (i) from (ii)

                        2d = 10

                        d = 5

Substituting d = 5 into (i)

            2a + 8 (5) = 42

                        2a + 40 = 42

                                    a = 1

Therefore the terms will be the following

T1 = 1

T2 = a + d = 1 + 5 = 6

T3 = a + 2d = 1 + 2(5) = 11

T4 = a + 3d = 1 + 3 (5) = 16

S4 = T1 + T2 + T3 + T4

S4 = 1 + 6 + 11 + 16

S4 = 34

 

SUM OF N TERMS OF NTH ARITHMETIC PROGRESSION

The general arithmetic series can be written as

Sn = a +(a + d) + (a + 2d) + (a + 3d) + – – –+( a + (n – 1)d)

Rewriting the term in reverse order

Sn = (a + (n – 1) d )+( a + (n – 2) d) + (a + (n – 3) d) + – – – + a

Adding the two lines together

2Sn = 2a + (n – 1) d + 2a + (n – 1) d + – – – – – – – 2a + (n – 1)d

There are n terms in this series

2Sn = n (2a + (n – 1)d

            Sn =  (2a + (n – 1)d

Sum of an A.P. =   [2a + (n – 1)d]

Or  (a +l)

Where l = tn = a + (n – 1)d

Example

Find the sum of the first twelve terms of the sequence 2, 5, 8, 11, – – –

Solution

a = 2

d = 5 – 2 = 3

n = 12

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

S12 =  [2 × 2 + (12 – 1) 3]

S12 = 6 (4 + 33)

S12 = 222

Example

The sum of the first ten terms of an A.P. is – 60 and the sum of the first fifteen terms the sequence is – 165.  Find the 18th term the sequence.

Solution

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

S10 =  [2a + 9d]

         5(2a + 9d) = – 60

              2a + 9d = –12 – – – – – – – – – – – – – – (i)

S15 =  [2a + 14d] = – 165

            2a + 14d = –22 – – – – – – – – – – – – – –(ii)

Subtract (i) from (ii)

            5d = –10

               d = –2

Substitute d = –2 into equation (i)

            2a + a (–2) = –12

               2a = –12 + 18

                 a = 3

    The 18th term will be

                        T18 = 3 + (18 –1) –2

                        T18 = 3 – 34

                          T18 = –31

Example

The sum of an A.P. is 950, the first term being 2 and common difference 3, find the number of terms in the series.

Solution

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

Sn = 950, a = 2, d = 3

 950 =  [2 ×2 + (n – 1)3]

            950 =  [4 + 3n – 3]

            950 =  (1 + 3n)

            1900 = n + 3n2

 3n2 + 76n – 75n – 9500 = 0

    n(3n + 76) – 25 (3n + 76) = 0

              (n – 25) (3n + 76) = 0

      n = 25  n  {n cannot be negative integer}

          n = 25

Example

The sum of three numbers in A.P is 15 and their produce it 80.  Find the numbers.

Solution

Let the terms be a – d, a, a + d

Sum of the terms = (a – d) + a + (a + d) = 15 – – – – – – – – – – – – – (1)

                                    3a = 15

                                    a = 5

Also, Product: (ad) × a ×  (a + d) = 80

            (a2 – d2) a = 80 – – – – – – – – – – – – – – – – – (2)

Substituting a = 5 into (2)

(52 – d2) 5 = 80

25 – d2 = 16

25 – 16 = d2

            9 = d2

            d = + 3

 Thus the series (5 – 3) + 5 + (5 + 3) = 2 + 5 + 8

Example

The sum of four integers in A.P. is 20 and the sum of their sequence is 120.  Find the numbers (Hint, select the number to be a – 3d, a – d, a + d, a + 3d)

Solution

Let the terms be a – 3d, a – d, a + d, a+3d

Sum of the terms = (a – 3d) + (a – d) + (a + d) + (a + 3d) = 20

                        4a = 20

                          a = 5

Sum of the squares of the term

            = (a – 3d)2 + (a – d)2 + (a + d)2 + (a + 3d)2 = 20

a2 – 6ad + 9d2 + a2 – 2ad + d2 + a2 + 2ad + d2 + a2 + 6ad + 9d2 = 120

                        4a2 + 20d2 = 120 – – – – – – – – – – – – (a)

Substituting a = 5 into (a)

4(52) + 20d2 = 120

   100 + 20d2 = 120

                 d = + 1

                 d = +  1

The series = (a – 3d) + (a – d) + (a + d) + (a + 3d)

                 = (5 – 3) + (5 – 1) + ( + 1) + ( + 3)

                 = 2 + 4 + 6 + 8

Example

The sum of five number in A.P. is 20 and their product is 720.  Find the number.

Solution

Let the terms be (a – 2d), (a – d), a, (a +d), (a + 2d) 

Sum of the numbers  = a – 2d + a – d + a + a + d + a + 2d = 20

                                    5a = 20

                                       a = 4

Product of the numbers =  (a – 2d) (a – d) (a + 2d) a = 720

                                      = (a2 – 4d2)(a2–d2) a = 720

Substituting a = 4 in the product of the numbers

            (42 – 4d2)(42d2)4 = 720

            (16 – 4d2)(16 – d2) = 180

            256 – 16d2 – 64d2  + 4d4 = 180

            256 – 80d2 + 4d4 = 180

            64 – 20d2 + d4 = 45

            19 – 20d2 + d4 = 0

Let d2 = p

            19 – 20p + p2 = 0

            (p – 19) (p – 1) = 0

            p = 1, p = 19

 d2 = 1 or d2 = 19

     d = + 1 or d = +

            d = +    1

Therefore d = 1

 The series is 2, 3, 5, 6,

Note:–  It is advisable when dealing problem involving three (five or any odd number of terms in A.P. to make sure the middle term is a 

 

Example:  Show the sum of n term of the progression logx, logx2, logx3, logx4 – – – – – is  logx

 

Solution  Sn = logx + logx2 + logx3 + logx4 + – – – – – – + logxn

                 Sn = logx + 2logx + 3logx + 4logx + – – – – – nlogx

a = logx

d = 2 logx – logx = logx

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

     =  [(2log + (n –1)logx]

     =  [(2 + n – 1) logx]

     =  (n+1) logx

     =

Example

Find the sum of all numbers between  200 and 500 which are divisible by 17

Solution

Since 13 is left as remainder on division of 200 by 17, the least number greater than 200 divisible by 17 is 204.  Again if we divide 500 by 17, 7 is left as  remainder.  This implies that greater number less than 500 which is divisible by 17 is 493 .

 

Thse are           204,   221,    238 – – – – 493

                        a = 204,     d = 17,   l = 493

                        l = a + (n – 1) d

                        493 = 204 + (n – 1) 17

                        493 = 204 + 17n – 17

                        493 = 187 + 17n

                       

There are 18 numbers between 200 and 500 which are divisible by 17

 

 

APPLICATION OF ARITHMETIC PROGRESSION TO BUSINESS

Example

The Chief Accountant of O.A.U. Community Bank Ltd Pay out commission in the form of A.P. N200, N500, N800 – – – – –– – to people

If he finds out that he paid out N15500.  How many people has he paid?

Solution

a = N200 , d  = N300     Sn  = N15500

Sn [2a +(n – 1)d]

15500 =  [2 x 200 + (n – 1) 300]

15500 =  (400 + 300n – 300)

15500 =  (100 + 300n)

31000 = 100n + 300n2

310 = n + 3n2

3n2 + n – 310 = 0

3n2 + 31n – 30n – 310 = 0

n(3n + 31) – 10(3n + 31) = 0

(n – 10) (3n + 31) = 0

n = 10 or n =

The Chief Accountant must have paid 10 people since n cannot be a negative value.

Example

            The savings of a trader is given as N125, N150, N175, N200, – – – – calculate

(a)                The trader twentieth saving

(b)               The total money the trader would collect at the twentieth saving.

 

Solution

a  = N125,  d = N25   n = 20

Tn = a + (n – 1)d

T20 = 125 + (20 – 1) 25 

T20 = 125+ 475

T20 = 600

The twentieth savings is N600

(b)        The total money for the twentieth saving

            Sn =  (a + 1)

            S20 =  (125 + 600) = 10 (725)

            S20 = 7250

Example

Two posts were offered to a fresh graduate of Demography.  In one, the starting salary was N24,000 per month and the annual increment of N1,600.  In the other post, the salary commences at N240,000 per annum.  The annual increment was N2,400.  The demographer decided to accept the post which would give him more earning in the first 25 years of services.  Which was acceptable to him?  Justify your answer.

Solution

For the first job

Annual Salary  = N24,000 × 12 = N288,000

Total sum that he would collect after 25 years will be

S25 =   [2 × 288,000 + (25 – 1) 1600]

S25 = 12.5 [576,000 + 38400]

S25 = 12.5 × 614,400

S25 = N7,680,000

For the second job

1st annual salary = a = N204,00

Annual increment = d = N2,400

Total sum collected after 25 years will be

S25 =  [2 × 204,000 + (25 –1) 2,400]

S25 = 12.5 [408,000 + 57600]

S25 = 12.5 × 465,600

S25 = N5,820,000

From our calculation, it shows that the Demographer  accepted the first job

Example

The rate of monthly salary of Mr Jejelayegba increased annual in A.P. It is known that he was  drawing N400 a month during the 11th year of his service and N760 during 29th year rate of annual increment.  What should be his salary at the time of retirement just on the 36 years of services?

Solution

Monthly salary of the man in the 11th  year = N400

Annual salary will be N400 x 12 = N4800

Monthly salary of the man in the 29th year = N760

Annual salary will be N760 x 12 = N9120

Since Tn = a + (n – 1)d

In the 11th year

T11 = a + (11 – 1)d = N4800

                       a + 10d = 4800 – – – – – – – – – – – – – (1)

In the 29th  year

T29 = a + (29 – 1)d = 9, 120

        =  a + 28d = 9,120 – – – – – – – – – – – – – – – – – (2)

Subtract (2) from (1)

            –18d = –4320

                  d = N240

Substituting d = N240 into (1)

               a + 10(240) = 4800

The starting salary is N2400, while the annual increment is N N240

(ii)        The annual salary at the time of retirement will be

                        Tn = a + (n – 1)d

                        T36 = 2400 + (36 – 1) 240

                        T36 = 2400 + 35 × 240

                        T36 = N10800

Therefore, the monthly salary will be  = N900

Example

A firm “SONY ELECTRONICS” produces 5000 sets of video CDs during its first year.  The total sum of the firm production at the end of 10 years of production is 72,500set

(a)                Estimate by how many units, production increased each year, if the increase each year is uniform

(b)               Forecast, based on the estimate of annual increment in production, the level of the output for the 15th year.

Solution

(a)        1st year production = a = 5,000

            Total production after 10 year = S10 = 72,500

            S10 =  [2 × 5000 + (10 – 1)d]

72,500 = 5 (10000 + 9d)

72,500 = 50000 + 45d

22500 = 45d

            d = 500

500 units of Video CDs increase production each year.

(b)        The production level in the 15th  year

                 T15 = 5000 + (15 – 1) 500

                        = 5000 + 7000

            T15 = 12,000

Sony Electronics will be producing 12,000 units of Video CDs in the 

 

Example

Mr. Lagbaja took a loan of N200 from Mr.  Tamedo and agrees to repay in number of installment, each installment (beginning with the second) exceeding the previous one by N10.  If the first installment is N5.  Find how many installments will be necessary to wipe the loan completely.

Solution

a =  N5,  d = N10,  Sn = N2000

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

2000 =  [10 + (n – 1)10]

4000 = 10n + 10n2 – 10n

4000 = 10n2

4000 = n2

    n  = +  20

n = 20 {n cannot be negative integer}

Mr Lagbaja will have to make 20 instalments

Example

Mr. Lawal borrows N1000  and at overall interest of N140.   He repays  the loan and interest by 12 monthly instalments each less by N10 than the preceding one.  Find the amount of the first instalment.

Solution

Total money to be repaid = N1000 + N140 {Principal amount borrowed + interest}

                                          = N1140

  S12 = 1140, n = 12, d = –10

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

            1140 =  [2a + (12 – 1)(– 10)]

            1140 = 6 (2a – 110)s

            190 = 2a – 110

            300 = 29

            a = 150

   The first instalment is N150

Example

Ejire venture produced 600 units of nylon pure water in the 3rd year of its existence and 700  units in its 7th year, what was the initial production in the first year?

Solution

Tn = a + (n – 1)d

T3 = 600 = a + 2d

T7 = 700 = a + 6d

Solving (i) and (ii) Simultaneously

            d = 25, a = 550 

The initial production in the first year is 550 unit of nylon pure water.

 

 

EXPONENTIAL SEQUENCE OR GEOMETRIC SEQUENCE

The sequence a, ar, ar2, ar3 – – – arn–1 where a is the first term and any two consecutive number differs by a factor r (common ratio) is a Geometric Progression or Exponential Sequence.

            Tn = arn–1

Consider the sequence

T1, T2, T3, T4, – – – – Tn–1, Tn which form a geometric progression

The common ratio is

                     

Example

Write the first five terms of the geometric sequence whose first term is 6, with a common ratio of 3.

Solution

T1 = a = 6

T2 = ar = 6 x 3 = 18

T3 = ar2 = 6 x 32  = 54

T4 = ar3 = 6 × 33 = 162

T5 = ar4 = 6 × 34 = 486

Geometric sequence = 6, 18, 54, 162, 486 – – – –

Example

Find the 10th term of the geometric sequence given that a = 4, r = ½ and n = 10

Solution

Tn = arn–1

T10 = 4 × (½)10–1

            = 4 × (½)9

 

Example

Find the 8th term of an geometric sequence whose first term is 3 whose common ratio is 2.

Solution

a = 3, r = 2,  n = 8

Tn = arn–1

T8 = 3 x 28–1

T8 =  3 × 27 = 3 × 128

T8 = 384

Example

The 3rd term of a geometric sequence is 27, while the 5th term is 243, find the common ration, the first term and the 10th term

Solution

T3 = 27 = ar3–1

            27 = ar2 – – – – – –  – (i)

T5 = 243 = ar5–1

            = 243 = ar4 – – – –– –(ii)

Divide (ii) by (i)

           

            9 = r2

            32 = r2

               r = 3

Substitute r = 3 into (i)

            27 = a × 32

                   = 3

The first term is 3

The 10th  term will be

T10 = 3 x 310–1

      = 3 x 39 = 310

      = 59049

 

GEOMETRIC MEAN

Consider A, B, C, are consecutive term of a geometric progression, then the common can be written

                       

The term B that is the positive square root of the product A and C is called the geometric mean of A and C

 

Example

Find the geometric mean of 4 and 25

Solution

Let the geometric mean be B

Then 4, B, 25

           

example

Insert 4 geometric mean between 12 and 2916

 

Solution

Let the geometric means be A, B, C, D then 12, A, B, C, D, 2916 are in the geometric progression.

            A = 12,  n = 6,  T6 = 2916

Tn = arn–1

            2916 = 12r5

            243 = r5

            35 = r5

                r = 3

T2 = A = ar = 12 x 3 = 36

T3 = B = ar2 = 12 x 32 = 108

T4 C = ar3 = 12 x 33 = 324

T5 = D = ar4 = 12 x 34 = 972

The sequence is 12, 36, 108, 324, 972, 2916

 

SUM OF N TERM OF A GEOMETRIC PROGRESSION

Sn = a + ar + ar2 + ar3 – – – – – – + arn–1                                     ––(1)

Multiply throughout by r

rSn = ar + ar2 + ar3 +  – – – – – – – – – – – arn–1 + arn               –––(2)

Subtract (1) from (2)

rSn – Sn = arna

Sn (r – 1) = a(rn–1)

           

 

The formula       is applicable /r/</

The formula      is applicable /r/</

Example

Find the sum of the first 10 terms of the geometric sequence, 3, 9, 27, 81, – –– – – – – – –

 

Solution 

 

Example

Find the sum of the first five term of the G.P 128, 64, 32

 

Solution

Example

The Sum  of the first two terms of a G.P is P and the sum of the last two term q.  if the G.P has n terms.  Find the common ratios.

 

Solution

 

Example

The first term of a geometric series is 3, the last term 768, if the sum of the term is 1533.  Find the common ratio and the number of terms.

Solution

a = 3

l = arn–1 = 768

l = 3rn–1 = 768

rn–1 = 256 – – – – – – – – – – – – (1)

            r2 + 511r = –510 – – – – – (2)

From (1)

            rn–1 = 256

           

            rn = 256 r

            rn – 256r = 0 – – – – – – ––(3)

 

Subtract  (3) from (2)

            –255r = –510

           

Substituting r = 2 into (1)

            2n–1 = 256

            2n–1 = 28

            n – 1 = 8

              n = 9

 

Example

The sum of the first n term of a geometric series of the first n term is 127 and the sum of their reciprocal is .  The first term is 1.  Find n and the common ratio

Solution

1 + r + r2 + r3 + – – – – – – – + rn–1 = 127                   – – – – – – – – (1)

                        rn – 1 = 127(r–1)

            rn – 127r = – 126 – – – – – – – – – – – – – – – – – – (3)

            rn = –126 + 127r

Sum of n term in (2)

           

From (3) rn = 126 + 127r and substitute into (4)

            127r–1 – 64r–n = 64

           

By inspection r = 2

When r = 2

127 = 2n – 1

128 = 2n

27 = 2n

n = 7

The common ratio is 2, the number of term is 7

 

Example

Let the number be , a, ar

Their projec, a, ar = 1728

                        a3 = 123

                        a = 12

The sum of the numbers

                        38 =  + 12 + 12r

                        38r =  12r2 + 12r + 12

12r2 – 26r + 12 = 0

            6r2 – 13r + 6 = 0

(2r – 3) (3r – 2) = 0

           

r =  gives the number as 8, 12, 18

r =  gives the number as 18, 12, 8

Hence the required numbers are 8, 12, 18

 

Example

The sum of the first six term of a G.P is 9 times the sum of first three terms.  What is the common ratio.

Solution

Let the G.P be a, ar, ar2 – – – – – –

                        1 – r6 = a(1 – r6)

                        (1 – r3)(1 + r3) = 9(1 – r3)

                        1 + r3 = 9

                        r3 = 8

                                    = 2

INFINITE GEOMETRIC SERIES

           

If /r/</, we can evaluate the limiting value of the sum of an infinite ge3ometric series as n becomes larger and larger.

            Let the limiting values of Sn = S, as n increases  

Thus lim Sn = S

 

Example

Find the sum to infinite the geometric sequence

            2,2(0.6), 2(0.6)2, 2(0.6)3 – – – – – – 2(0.6)n–1 

Solution

            a = 2,  r = 0.6, /r/<1

 

Example

Find sum to infinity of the series

Sum to infinity of a G.P is

 

Click here to go back to the content page