Chapter 3 Sequences
Chapter 3 Sequences
Chapter 3 Sequences
2. For (a), the different between two consecutive terms is always the same,
6 2 = 4; 10 6 = 4
14 10 = 4; 18 14 = 4
x – 18 = 4 (x is the term after 18)
So, x = 22 is the term after 18.
3. For (b), the ratio between two consecutive terms is always the same,
4 8 16 32
2 = 2; 4 = 2; 8 =2; 16 = 2
x
32 =2 (x is the term after 32)
So, 64 is the term after 32.
4. For (c ), note that there is no common difference or common ratio. Look for another pattern.
1+1=2
1+2=3
2+3=5
3+5=8
5 + 8 = 13
The next term is obtained by adding the two preceding terms.
8 +13 = 21
Example 3.1
Find the first four terms of the sequence whose nth term given by U n = 32 6n.
Solution
Un = 32 6n.
U1 = 32 6(1) = 26
U2 = 32 6(2) = 20
U3 = 32 6(3) = 14
U4 = 32 6(4) = 8
The first four terms of sequence are 26, 20, 14, 8.
Example 3.2
Example 3.3
Find the first four terms of the sequence which is defined by u n+1 =2un + 1, n 1 where u1 = 1.
un+1 =2un + 1
u1 = 1 ( given )
u2 =2u1 + 1 = 2(1) + 1=3
u3 =2u2 + 1 = 2(3) + 1=7
u4 =2u4 + 1 = 2(7) + 1=15
The first four terms of sequence are 1, 3, 7, 15.
3.1.2 Series
1. A series is something we obtain from a sequence by adding all the terms together.
For example, suppose we have the sequence
u1, u2, u3, …..u4
The series we obtain from this is
u1 + u2 + u3 + …..+u4
2. If the series ends after a finite number of terms, it is called a finite series. For example,
2 + 5 + 8 + 11 + 14 + 17 + 20
is a finite arithmetic series of seven terms.
3. If the series does not end, it is called an infinite series.
Thus,
1 + 2 + 4 + 8 + 16 + … + 128 +…
3.1.3 Arithmetic Sequences (or Progression)
1. An arithmetic sequences is a sequences of numbers such that the difference of any two
successive members of is constant.
2. In an arithmetic sequence, there is a common difference between successive terms.
3. If any term is subtracted from the next term, the result is always the same, and this number is
called the common difference.
Example 3.4
c) a, a + d, a + 2d Common difference is d
Example 3.5
Find the 20th term, and the nth term of the following arithmetic sequences.
a) 3, 7, 11, 15…
b) 13, 10, 7, 5…
Solution
a) 3, 7, 11, 15…
First term, a =3
Common differences , d = 7 3 = 4
i) 20th term,
Tn = a + ( n – 1 )d
T20 = 3 + (20 – 1 )4
T20 = 3 + (19)4
T20 = 3 + 76
T20 = 79
b) 13, 10, 7, 4, …
a = 13
d = 10 – 13
= 3
i) T20
T20 = a + (n – 1 )d
T20 = 13 + (20 – 1)(3)
T20 = 13 + (19)(3)
T20 = 13 57
T20 = 44
ii) Tn
Tn = 13 + (n – 1 )(3)
Tn = 13 + (3n + 3)
Tn = 13 3n + 3
Tn = 16 3n
Example 3.6
Find the number of terms in the arithmetic sequence 7, 13, 19, …, 307.
Solution
Let the number of terms be n so that Tn = 307.
Substitute a = 7, d = 6, Tn = 307 in the formula.
Tn = a + (n – 1 )d
307 = 7 + ( n – 1 )6
= 6n + 1
307 1 = 6n
306 = 6n
n = 51
Number of terms is 51
Example 3.7
Example 3.8
= 2 + 99(4)
= 398
Example 3.9
The nth term of an arithmetic sequence is 40 + 7n. Find the common difference.
Which term of the sequence is 215?
Solution
Tn = 40 + 7n
First term, T1 = 40 + 7(1)
= 47
Second term, T2 = 40 + 7(2)
= 54
Common difference, T2 – T1 = 54 – 47
=7
Let Tn = 215
Hence, 40 + 7n = 215
7n = 175
n = 25
The 25th term is 215.
3.1.5 Arithmetic Series
1. An arithmetic series is the sum f the terms of an arithmetic sequence.
2. Sum to n terms of an arithmetic series
a) Consider the sum of the first 100 positive integers.
This series is an arithmetic series and writing it in normal order,
S = 1+2+3+ …+ 98 + 99 + 100………………….(1)
and in reverse order,
(1) + (2) S = 100 + 99 + 98 + … + 3 + 2 + 1……………(2)
2S = 101 + 101 +101 + … + 101 + 101 + 101
= 101 101
S = 50 101
= 5050
b) This method can be used to drive a general formula for the sum of n terms of the arithmetic
sequence a, a + d, a + 2d,… Lets Sn be the sum of the first n terms of an arithmetic series whose
last term is l.
Sn = a + (a+d)+(a+ 2d)+…+(ld)+ l
Reversing the order, Sn = l + ( l – d) + (l – 2d ) + … + (a +d) + a
Adding 2Sn = (a+l )+ (a+l )+(a+l )+ …+(a+l )+(a+l )
Since there are n terms, 2Sn = n(a+l )
n
S n= ( a+l )
2
Substituting, l = a + (n – 1)d
n
Sn = 2 (a + a +(n – 1 )d)
Therefore,
n
S n= ( 2a+ ( n−1 ) d )
2
c. The relation between Tn and Sn is Tn = Sn – Sn – 1
Example 3.10
Solution.
a) Given first term, a = 5, last term, l = 41,
and the number of term, n = 25
n
S n= ( a+l )
using 2
25
S 25= ( 5+ 41 )
2
= 575
b) a = 3, d = 2 and n = 60
n
S n= ( 2a+ ( n−1 ) d )
Using 2
60
S 60= ( 6+ ( 59 ) 2 )
2
= 30 124
= 3720
Example 3.11
Find an expression for the sum of the first n terms of the series 5 + 8 + 11+…
Find the value of n if the sum is equal to 440.
Solution
The series is an arithmetic series with a = 5 and d =3
n
S n= ( 2a+ ( n−1 ) d )
2
n
440= ( 10+ ( n−1 ) 3 )
2
n
440= ( 3n+ 7 )
2
n
( 3n+7 ) =440
2
3n2 + 7n 880 = 0
(3n + 55)(n 16) = 0
55 55
− −
n= 3 or 16 (n = 3 is rejected)
The value of n is 16.
Example 3.12
The sum first n terms of a series is given by S n = 2n2 + n . Find the fourth term of the series and
show that the series is an arithmetic series.
Solution
If the terms of the series are T1, T2, T3 , ….Tn ,
Then Sn = T1 + T2 + ….+ Tn = 2n2 + n
S4 = T1 + T2 + T3 + T4 = 36 (substitute n = 4)
S3 = T1 + T3 + T3 = 21 (substitute n = 3)
Example 3.13
The sum of the first 15 terms of an arithmetic series is 255 and the sum of the next 15 terms is
705. Find the first term and the common difference.
Solution
Given S15 = 255
15
( 2a+14d ) =255
2
2a + 14d = 255 ………………………(1)
Also S30 = 255 + 705 = 960
30
( 2a+29d ) =960
2
2a + 29d = 64………………………….(2)
(2) – (1) 15d = 30
d=2
From (1), 2a + 14(2) = 34
a=3
Example 3.14
T2 T3 Tn
r= = =.. .=
T1 T2 T n−1
Example 3.15
Find the sixth and nth terms of the following geometric sequence.
a) 4, 8, 16, 32 …
2 2 2
b) 2, 3 , 9 , 27 ,…
Solution
a) 4, 8, 16, 32 …
8
−
a = 4, r = 4 = 2
()
5
1
=2 3
2
= 243
Nth term, Tn = arn-1
()
n−1
1
=2 3
Example 3.16
()
n−1
2
The nth term, Tn, of a sequence is given by Tn = 3
a) Show that the sequence is a geometric sequence.
64
b) Which term of the sequence is 729 ?
Solution
()
n−1
2
a) Tn = 3
( 23 ) ( 23 )
( n−1 ) −1 n−2
Tn – 1 = =
( 23 ) ( 23 ) ( 23 )
n−1 n−2
( 23 ) ( 23 )
Tn n−2 n−2
2
T n−1 = = = 3 (constant)
2
Since the ratio is a constant, the sequence is a geometric sequence with common ratio 3
64
b) Let Tn =729
( ) 64729
n−1
2
3 =
( 3) ( 3)
n−1 6
2 2
=
n–1=6
n=7
64
729 is the seventh term
Example 3.17
The third term of geometric sequences is 15 and the sixth term is 120. Find the first term and the
common ratio.
Solution
Let a be the first term and r the common ratio.
Then ar2 = 15 ……………(1)
and ar5 = 120……………(2)
ar 5 120
(2) (1), ar 2 =15
r2=8
r=2
Substitute into (1)
a(2)2 = 15
15
a= 4
3
3
a= 4
3
3
The first term is 4 and the common ratio is 2
Example 3.18
If x + 2, 2, 2x – 3 are three consecutive terms of a geometric sequence, find the possible values
of x.
Solution
2 2x−3
=
The common ratio is x+2 2
4 = (x+2)(2x – 3 )
4 = 2x2 + x – 6
2x2 + x – 10 = 0
(x – 2 )(2x + 5 ) = 0
5
−
2
x = 2 or
a ( 1−r n )
S n=
1−r for r < 1
or taking equations (2) – (1)
a ( r n −1 )
S n=
r -1 for r > 1
c) The relation between Tn and Sn is Tn = Sn – Sn – 1
Example 3.19
Solution
a = 2, r = 3
From the formula,
a ( 1−r n )
S n=
1−r
2 ( 1−( -3 )n ) 1
S n= ( 1−38 )
1−( -3 ) = 2
= 3280
Example 3.20
In a geometric sequence, the sum of the first six terms is nine times the sum of the first three
terms. Find the common ratio.
Solution
a ( r 6 −1 )
S 6=
Sum of the first six terms, r -1
a ( r 3 −1 )
S3 =
Sum of the first three terms, r -1
S6 =9S3
a ( r6 −1 ) 9a ( r3 −1 )
r -1 = r -1
r6 1 = 9(r3 1)
(r2 + 1)(r3 1) = 9(r3 1)
r3 + 1 = 9
r3 = 8
3
r =√ 8
r=2
(a + x)0 : 1
(a + x)1 : 1 1
(a + x)2 : 1 2 1
(a + x)3 : 1 3 3 1
(a + x)4 : 1 4 6 4 1
(a + x)5: 1 5 10 10 5 1
Row 0: 1
Row 1: 1 1
Row 2: 1 2 1
Row 3: 1 3 3 1
Row 4: 1 4 6 4 1
Row 5: 1 5 10 10 5 1
Row 6: 1 6 15 20 15 6 1
Row 6: 1 6 15 20 15 6 1
Row 7: 1 7 21 35 35 21 7 1
d)
(nr ) is written to represent the element in the nth row and the rth column of triangle.
Therefore,
(00 )=1
BASIC CALCULUS ( FIS 1114) 18
SEQUENCE AND SERIES TOPIC 3
. . . . .
. . . . .
(a + x)n = a2 +
(n1 ) an 1 x +
(n2 ) an – 2 + … +
(nr ) an – r xr + … +xn
(1 + x)n = 1 +
(n1 ) (n2 )
x+ x2 + … +
(nr ) xr + … +xn
Example 3.21
( )
6
1
x−
c) (1 + 3x)5 d) x
Solution
a) From Pascal’s triangle, the coefficients are 1, 8, 28, 56, 70, 56, 28, 8, 1
(x + y)8 = x8 + 8x7y + 28x6y2 + 56x5y3 + 70x4y4 + 56x3y5 + 28x2y6 + 8xy7
b) Here a = 2x, x = 3y and the coefficients are 1, 4, 6, 4, 1.
(2x 3y)4 = (2x)4 + 4(2x)3(3y) + 6(2x)2(3y2)+4(2x)(3y)3+(3y)4
=16x4 – 96x3y + 216x2y2 216xy3 + 81y4
( )
6
1
x−
x
( ) ( )
1 2
( )
1 3
( ) ( ) ( )
4
1 1 1 5 1 6
− − − − − −
=x6 + 6x5 x + 15x4 x +20x3 x +15x2 x +6x x + x
15 6 1
2 4 6
6
– 6x4 + 15x2 – 20 + x x + x
=x
Example 3.22
Solution
And substituting y = 2x – x2
1. If the power of the binomial function is large, then expansion using Pascal’s triangle is not
n! = 1 2 3 … (n – 1) n
Example 3.23
10! 10×9×8×7!
= =10×9×8=720
2! = 1 2 = 2 , 7! 7! , 0! = 1, 1!= 1
3. The symbol
(nr ) is defined for integers rand n such that 0 r n.
Example 3.24
(nr )= r!(n−r
n!
)!
a)
(52 )= 5×4
1×2 =10
(
b)
)
7 7!
= =
4 4!3! 3×2×1
7×6×5
=35
c)
(n1 )= 1! (n-1n! ) ! = n×1! ((n−1 )!
n-1 ) !
=n
) ×( n−2 ) ! n ( n-1 )
d)
(n2 )= 2! ( n!n-2) ! = n×(n−1 2! ( n-2 ) !
=
1×2
e)
(n3) = 3! ( n!n-3 ) ! = n×( n−1 )×3!(n−2 ) !×( n−3 ) ! n ( n-1 )( n-2)
( n-3 ) !
=
1×2×3
(a + x)n = an+
(n1 ) an-1 x +
(n2 ) an-2 x2 +…+
(nr ) an-r xr +…+xn
Example 3.25
Write down the first three terms in the expansion of the following.
( )
12
x
1+
a) 2 b)(2 – y )10
Solution
n ( n−1 ) x
−
a) Using the formula (1+x) = 1+ nx + 1×2 x + … and replacing x by 2 and n =12,
n 2
( ) ( )
12 2
1−
x
2 ( )
= 1 +12
−
x 12×11 − x
2 + 1×2 2 +…
33
+ x2
= 1 – 6x 2 +…
(2 – y)10 = 210 +
(101 )
29 (y) +
(102 )
28 (y)2 + …
= 1024 – 5120y + 11 520y 2 + …
2. When n is not a positive integer, the expansion above is still true but the number of termsin
the series is infinite,
3. The differences between this case and the expansion when the index is a positive integer are:
b) For non – positive integers n, the series is infinite and converges when 1 < x < 1 with the
limit of the sum as (1+ x)n
Example 3.26
Find the first four term in the expansions of the following functions in ascending powers of x and
state the values of x for which the expansions are valid .
1
a) ( 1+ x )
4
b) √ 4−x
1
−2
c) √ 1−x d) ( 2+x )
Solution.
1
4
a) ( 1+ x )
1
=1+ x +
( 1
4 )(− )
3
4
x +
( 1
4 )(− )(− )
3
4
2
7
4
x +.. . 3
4 2! 3!
1 3 7 3
=1+ x + x 2 + x +...
= 4 32 128
The expansion is valid for |x|< , that is 1< x < 1
[ ( )]
1
x 2
4 1−
b) √ 4−x = 4
2 (1− )
1
x 2
= 4
[ ( )( )( )
]
1 1 3
1
−
1
( )( )
− −
=
1 x
2 1+ − +
2 4 ( )
2
2!
2 x 2 2
− +
4
2
3!
2 x 3
( )
− +...
4 ( )
=
(1
2 1− x−
8
1 2
128
x−
1
1024
x 3 +. .. )
The expansion is valid for |x|<1, that is 4 < x < 4.
BASIC CALCULUS ( FIS 1114) 23
SEQUENCE AND SERIES TOPIC 3
1 1
−
c) √ 1−x = (1−x )
2
(− )(− )
1 3
(− )(− )( − )
1 3 5
=1+
(− ) (−x )+
1
2
2
2!
2
(−x ) +
2 2
3!
2 2
(−x ) +. .. 3
1 3 5 3
1 + x + x2+ x + .. .
= 2 8 16
[ ( )]
−2
−2 x
2 1+
d) ( 2+ x )−2 = 2
( )
−2
x
2−2 1+
2
=
=
1
4 [(
1+ (−2 ) +
2 2! ) +
2 3! () ()
x (−2 ) (−3 ) x 2 (−2 ) (−3 ) (−4 ) x 3
2
+. ..
]
=
1
4 ( 3 1
1− x + x 2 − x 3 + ...
4 2 )
x
| |
The expansion is valid for 2 <1, that is 2 < x < 2.
(1+ x)1 = 1 – x + x2 – x3 + …
(1 x)1 = 1 + x + x2 + x3 + …
EXERCISE 3.6