03a. Sequences
03a. Sequences
1 Write down the first five terms of the sequences with nth terms, un , given for n ≥ 1 by
n
a un = 4n + 5 b un = (n + 1)2 c un = 2n d un =
n +1
1
e un = n3 − 2n f un = 1 − 1
3
n g un = 1 − h un = 32 × ( 12 )n
2n
3 Find a possible expression for the nth term of each of the following sequences.
a 1, 6, 11, 16, 21, … b 3, 9, 27, 81, 243, … c 2, 8, 18, 32, 50, …
d 1
2
, 1, 2, 4, 8, … e 22, 11, 0, −11, −22, … f 0, 1, 8, 27, 64, …
1 2 3 4 5
g 4, 7, 12, 19, 28, … h 3
, 5
, 7
, 9
, 11
, … i 1, 3, 7, 15, 31, …
Solomon Press
PMT
8 In each case, write down a recurrence relation that would produce the given sequence.
a 5, 9, 13, 17, 21, … b 1, 3, 9, 27, 81, … c 62, 44, 26, 8, −10, …
d 120, 60, 30, 15, 7.5, … e 4, 9, 19, 39, 79, … f 1, 3, 11, 43, 171, …
9 Given that the following sequences can be defined by recurrence relations of the form
un = aun−1 + b, n > 1, find the values of the constants a and b for each sequence.
a – 4, –3, –1, 3, 11, … b 0, 8, 4, 6, 5, … c 7 34 , 5 12 , 4, 3, 2 13 , …
10 For each of the following sequences, find expressions for u2 and u3 in terms of the constant k.
a un = 4un–1 + 3k, n > 1, u1 = 1 b un+1 = kun + 5, n > 0, u1 = 2
c un = 4un–1 – k, n > 1, u1 = k d un = 2 – kun–1, n ≥ 2, u1 = –1
un
, n ≥ 1, u1 = 4 61k 3 + un , n > 0, u1 = k 3 3
3 3
e un+1 = f un+1 =
k
12 For the sequences given by the following recurrence relations, find u4 and u1.
3
a un = 3un–1 – 2, n > 1, u3 = 10 b un+1 = 4
un + 2, n > 0, u3 = 5
1
c un+1 = 0.2(1 – un), n > 0, u3 = –0.2 d un = 2
un −1 , n > 1, u3 = 1
13 A sequence is defined by
un+1 = un + c, n ≥ 1, u1 = 2,
where c is a constant. Given that u5 = 30, find
a the value of c,
b an expression for un in terms of n.
Solomon Press