2022 Chapter 1 Sequences and Series (Student Copy)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 57

Hwa Chong Institution (College) Chapter 1: Sequences and Series

1
Sequences and Series
Learning Objectives:
In this chapter, we will
(a) Give examples of finite and infinite sequences and series using practical examples;
(b) Use the notation u n to denote the n th term of a sequence or series;
(c) Know that a sequence can be generated by a formula for the n th term or a function
y  f(n) , where n is a positive integer.
(d) Obtain the n th term of a sequence using S n  S n 1 ;
(e) Understand that an infinite sequence or series can converge, and find the limit of the
convergent sequence and the sum to infinity when the series is convergent;
(f) Recognise that a sequence is an arithmetic progression (AP) when there is a common
difference between consecutive terms;
(g) Recognise that a sequence is a geometric progression (GP) when there is a common ratio
between consecutive terms;
(h) Use the formula for the n th term of an AP or GP;
(i) Use the formula for the sum to n terms of an arithmetic series;
(j) Use the formula for the sum to n terms of a geometric series;
(k) Understand that r n  0 as n   when r  1 , and use it to deduce the sum to infinity
of a geometric series, and the condition for the sum to infinity to exist;
(l) Determine the finite sum or difference of a series made up of arithmetic and geometric
series;
(m) Solve practical problems involving arithmetic and geometric series;
n
(n) Use  notation to express the sum to n terms of a series, e.g. Sn   ur ;
r 1
(o) Obtain the sum to n terms, S n , for a series given the general term u n by the method of
differences;

Hwa Chong Institution Page 1 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.1 Introduction
Sequences of numbers are often encountered in mathematics. For
instance, the numbers 2, 4, 6, 8, 10, … form a sequence of even
numbers. Many mathematicians love to explore special
sequences and study how to sum them up. One of the greatest
mathematicians, Carl Friedrich Gauss was given such a problem
one day by his elementary school teacher. His teacher wanted to
punish him for being disruptive in class and asked him to add all
the whole numbers from 1 to 100. Gauss blurted the answer out
almost immediately. His teacher didn’t believe Gauss could do
it, so he made him show the class how he did it. Gauss simply
did 1  100, 2  99, 3  98, ..., 50  51 and ended up with 50 pairs
of 101. Finally, he multiplied 101 50 to get 5050, which is the Carl Friedrich Gauss
answer. (1777  1855)

There are many real life applications of sequences and series, such as (in
the ancient world) in finding the area enclosed by a parabola and a
straight line by Archimedes (287 BC – 212 BC),

in working out the value of an


annuity (the sum of money to be
paid in regular intervals) to a bank
for example,
SPECIMEN

in calculating the area and perimeter of a


snowflake,

in investigating the reproduction of a


population of honeybees in an ideal
environment.

In this chapter, we will study the definitions of special sequences of real numbers and different
strategies to sum them including the strategy of summing 1 to 100 that Gauss had “invented”
when he was at an age of 9.

Hwa Chong Institution Page 2 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.2 Definitions of Sequences and Series


Consider the following set of numbers

(a) 2, 4, 6, 8, 10


 1 1 1 1 
(b) 1, , , , , ...
 2 3 4 5 
(c) 1, 4, 9, 16, 25, ...

In each set, the numbers are listed in a given order and there is a rule for obtaining the next
number. For example, (a) is a list of all the even numbers starting from 2 to 10, while (b) is a
list of numbers that are reciprocal of the natural numbers.

What is the rule in (c)?

Such sets are called sequences and each member of the set is called a term of the sequence.

A sequence is an ordered set in which all the terms are related with each other by a specific rule.

If a sequence consists of a finite number of terms, then it is called a finite sequence.


If a sequence consists of an infinite number of terms, then it is called an infinite sequence. Thus
(a) above is a finite sequence while (b) and (c) are infinite sequences.

When the terms of a sequence are added, a series is formed. For example, using (a),
2  4  6  8  10 is a series.

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

If we sum a finite number of terms in a sequence, then we will obtain a finite series. Thus
1 1 1
2  4  6  8  10 is a finite series. 1    is also a finite series even though the terms are
2 3 4
taken from (b).
If we sum an infinite number of terms in a sequence (of course the sequence has to be an infinite
sequence), then we will obtain an infinite series. Thus 1  4  9  16  25  ... is an infinite series.

For notation, we call the term in the n th position of a sequence or a series the n th term of the
sequence or the series. We denote the n th term by u n and for the sum of the first n terms of a
sequence, we denote it by S n , i.e. Sn  u1  u2  u3  ...  un .

Hwa Chong Institution Page 3 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 1
A sequence un  is such that un is given by un  n2 for n  1, 2, 3, ... . and the sum of the first
n terms of un is denoted by S n .
(i) Write down the first 4 terms of un  .
(ii) Is un  an infinite sequence?
(iii) Find S1 , S 2 , S3 and S 4 .

Solution
(i) u1  1 , u2  4 , u3  9 and u4  16 .
(ii) Yes. It is an infinite sequence since there is no final or last number for n .
(iii) S1  u1  1 , S2  1  4  5 , S3  1  4  9  14 , S4  S3  u4  14  16  30 

 Note
It can be observed from the above example that u1  S1 and S n  S n 1  un . This is always true
and the relationship S n  S n 1  un can be rearranged to un  S n  S n 1 . The n th term of a
sequence can therefore be obtained by un  S n  S n 1 if S n is given.

If un , for n  1, 2, 3, ... , denotes the n th term of a sequence and S n denotes the sum of the first
n terms of a sequence. Then
u1  S1 and
un  S n  S n 1 (for n starting from 2, i.e. n  2 ).

۞ Example 2
The sum, S n , of the first n terms of a sequence is given by Sn  pn  qn 2 . Given also that
S2  8 and S5  35 ,
(i) find the values of p and q ,
(ii) deduce an expression, in terms of n , for the n th term of the sequence.

Solution

Hwa Chong Institution Page 4 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.3 General Formula of Sequences


There are many ways to define a sequence. For example, we can write a sequence in a list form:
{3, 6, 9, 12, 15, …}.

Another way to define the above sequence is to specify a formula for the general term of the
sequence (writing in closed form). Thus we may write
un  3n , n   .
There is another common way of defining a sequence through a recurrence relation. Refer to
Appendix A for more details.

۞ Example 3
Express the following sequences using a formula for the general term.

(a) {1, 2, 3, 4, 5, …}
(b) {3, 9, 27, 81, 243, …}
(c) {1, 4, 9, 16, 25, …}
(d) {−1, 2, −3, 4, …}

Solution
(a) {1, 2, 3, 4, 5, …}

General formula: un  n , n 

(b) {3, 9, 27, 81, 243, ...}



General formula: un  3n , n 

(c) {1, 4, 9, 16, 25, ... },



General formula: un  n2 , n 

(d) {–1, 2, –3, 4, –5, ...}


General formula: un   1 n , n  
n

§ 1.4 Convergence of an Infinite Sequence


The following are two infinite sequences, { un } and { vn } which have different behaviours
when n   .
1 1 1 1 1
(a) un  1  2 , n   . The terms are 2, 1 , 1 , 1 , 1 , … .
n 4 9 16 25
When n  , un  1 . Therefore, the terms of the sequence tend towards 1 and we say
that the sequence is convergent.

(b) vn  n2 , n   . The terms are 1, 4, 9, 16, 25, … .


When n  , vn   . Therefore, the terms of the sequence increases to infinity and
we say that the sequence is not convergent, i.e. divergent.

Hwa Chong Institution Page 5 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Let un be the n th term of a sequence.

If un  L as n   where L is a real number, the sequence is said to be convergent.

L is called the limit of the sequence, and it is given by L  lim un .


n

If there is no such L , then the sequence is not convergent.


(i.e. the sequence is divergent.)

۞ Example 4
Determine whether the following sequences are convergent. State its limit if the sequence is
convergent.
n
1 3n
(a) un    , n  
(b) un   1 , n  
(c) un  , n 
n

2 n!

Solution
n
1
(a) When n  , un     0 . The sequence is convergent and its limit is 0.
2

(b) The terms are 1, 1, 1, 1, ... . The sequence does not converge to a fixed number as
the terms alternate between –1 and 1. Therefore, the sequence is not convergent.
3n
(c) Let us investigate the limit of un  when n   using TI-84+.
n!
 Press M and ; to move the cursor
to FUNCTION. Press > to move
cursor to SEQ and press e to
highlight SEQ.

 Press !. We need to key in 2


necessary information about the
general formula for un . First, the value
of nMin refers to the minimum value
of n and in this case is 1 which is also
the default setting of the G.C..

Hwa Chong Institution Page 6 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

 Secondly, the general formula can be


entered for u  n  . In this case, we press
3^x>/xm
>>>;;;e
The value of u (nMin) refers to the
value of u1 since nMin = 1. This can
be computed by the GC using the
general formula, so we leave it blank.

 Press `%(for Table).


5 Press ; to scroll down the table to see
how the behaviour of the sequence
when n increases.

From the G.C., observe that the value of u n decreases and tends towards 0 as n
increases. The sequence is convergent and its limit is 0.

Algebraic Method
3n
We note that  0 for n  
.
n!
n 3 n 3
3n  3 3 3  3 3 3 93 3n 9  3 
Next, we write         ...     . That is 0     .
n!  1 2 3  4 5 n 24 n! 2  4 
n 3
93
Since    0 as n   .
24
3n
Thus, the limit of the sequence is 0, i.e., lim un  lim  0. Therefore, the sequence is
n  n  n !

convergent. 

Hwa Chong Institution Page 7 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.5 Convergence of an Infinite Series


The definition of the convergence of a sequence has been introduced and now we shall take a
look at the definition of the convergence of a series.

Let S n be the sum of the first n terms of any sequence.

If S n  L as n   where L is a real number, the series is said to be convergent.

The limit of the series, L is given by L  lim Sn  S , where S  is called the sum to infinity
n 

of the sequence.

If there is no such L , then the series is not convergent, i.e. the series is divergent.

۞ Example 5
Given that S n is the sum of the first n terms of a sequence, determine if S n is convergent.

State its sum to infinity, S  , if it is convergent.

1 1
(a) Sn  6   ,
n 1 n  2
(b) S n  n 2  2n ,

(c) S n is obtained from a constant sequence.

Solution

We shall continue to look at some special sequences and their series in the next section.

Hwa Chong Institution Page 8 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.6 Arithmetic and Geometric Progression


Arithmetic Progression (AP)
An arithmetic progression is a sequence of numbers in which each term, other than the first
term, is obtained by adding a constant to the preceding term. This constant is called the common
difference. For example
(a) 2, 4, 6, 8, 10, …
(b) 7, 4, 1, 2 , 5 , …

If the first term of an AP is a and the common difference is d , then the arithmetic progression,
un  , can be expressed as
u1  a, u2  a  d , u3  a  2d , u4  a  3d , ... .
The n th term of an arithmetic progression, un , is given by
un  a   n  1 d .

 Note
1. When d  0 , as in (a), the AP is an increasing sequence.
2. When d  0 , as in (b) the AP is a decreasing sequence.
3. When d  0 , the AP is a, a, a,  . which is called the constant sequence of a .

۞ Example 6
Given that the first three consecutive terms of an arithmetic progression are 6 , x and 2
respectively, find the common difference and hence find
(i) the 5 th term of the progression, (ii) an expression for the n th term.

Solution











 Note
ac
If a , b and c are three consecutive terms in an AP, then b  where b is the arithmetic
2
mean of a and c . How can we use this idea to find x in Example 6?

Hwa Chong Institution Page 9 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 7
It is given that the 4 th and 9th terms of an arithmetic progression are 16 and 39 respectively.
Find the common difference and the first term of the progression. Hence find an expression for
the n th term of the progression.

Solution
Let u n be the n th term of the AP, a be the first term and d be the common difference.
u4  a  3d  16
u9  a  8d  39
Solving both equations simultaneously
5d  23  d  4.6
First term, a  16  3  4.6   2.2
un  2.2   n  1 4.6   4.6n  2.4 

Sum to n terms of an Arithmetic Progression


Recall that when Gauss was asked to sum all the whole numbers from 1 to 100, he simply
added the 1 to 100, 2 to 99 and so on to get 50 pairs of 101. We will now use this idea to find
the sum to n terms of an arithmetic series.

The arithmetic series is written in its original order, (1) and in its reverse order, (2).

Sn  a   a  d    a  2d   ...  a   n  2  d   a   n  1 d  --- (1)


Sn   a   n  1 d   a   n  2  d   ...   a  2d    a  d   a --- (2)

Summing (1) and (2) gives


2Sn   2a   n  1 d    2a   n  1 d    2a   n  1 d   ...  2a   n  1 d   2a   n  1 d 

Since there are n terms of the same expression  2a   n  1 d  ,

2Sn  n  2a   n  1 d 
n
 Sn   2a   n  1 d  .
2
The sum to n terms of an arithmetic progression, denoted by S n , is given by
n
Sn   2a   n  1 d  ,
2
where a is the first term of the progression and d is the common difference.

n
Alternatively, we can also write S n as Sn  a  l  ,
2
where l  a   n  1 d is the last term (i.e. n th term) of the progression.

Hwa Chong Institution Page 10 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

 Note
1. For subsequent questions, the result for the sum to n of an arithmetic progression can be
quoted without proof.
2. When d  0 , the sum of the n consecutive terms of the AP is a  a  a   a  na .
n terms
3. The series with each term following the AP is known as the arithmetic series.

۞ Example 8
The first term and the third term of an arithmetic progression are 50 and 42 . Calculate the
value of the first positive term of this series, and the sum of all negative terms.

Solution

۞ Example 9
The sum of the first forty terms of an arithmetic progression with first term a and common
difference d is S . The sum of the first forty even-numbered terms is S  1440 . Find the value
of d .

Solution

Hwa Chong Institution Page 11 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Test for Arithmetic Progression


To show that the sequence, u1 , u2 , , un , un1 , is an arithmetic progression, we need to
show
un 1  un  constant
for all positive integer n .

 Note
1. The constant found is the common difference of the AP.
2. It is not sufficient to make use of specific terms such as u2  u1  u3  u2  constant to
show that a sequence is an AP. For example, the sequence of odd primes 3, 5, 7, 11, 13, ...
has u2  u1  u3  u2 , but it is NOT an AP.

۞ Example 10
The sum of the first n terms of a sequence, Sn , is given by Sn  n  n  2  . Find the n th term
of this sequence and hence, show that the terms of the sequence are in arithmetic progression.

Solution

Geometric Progression (GP)


A geometric progression is a sequence of numbers in which each term, other than the first term,
is obtained by multiplying a constant to the preceding term. This constant is called the common
ratio. For example
(a) 1, 2, 4, 8, 16, …
(b) 4, 12 , 36 , 108 , 324, …
In general, if the first term of a geometric progression is a and the common ratio is r , then the
geometric progression, {un}, is
u1  a, u2  ar , u3  ar 2 , u4  ar 3 , ...

The n th term of a geometric progression, u n , is given by


un  ar n 1 .

 Note
1. When r  0 , as in (a), all the terms in the GP have the same sign.
2. When r  0 , as in (b), the terms in the GP alternate in sign.
3. When r  1 , the GP is a, a, , a , which is called the constant sequence of a .

Hwa Chong Institution Page 12 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 11
1
A geometric progression H is such that all its terms are negative. It has first term  and the
2
9
sixth term is of the fourth term.
4
Find the n th term of the geometric progression.

Solution

Let un be the n th term of H , with first term a and common ratio r .


9
u6  u 4
4
9
 ar 5  ar 3
4
9
 r2 
4
3 3
 r  or   reject because all the terms are negative 
2 2
n 1
13
un    
22

3n1
 n
2

 Note
Recall that if a , b , c are three consecutive terms in an AP then b is the arithmetic mean of
a and c . We have a similar result for geometric progression:

If a , b , c are three consecutive terms in a GP, then b2  ac where b is the geometric mean
of a and c .

Hwa Chong Institution Page 13 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Sum to n terms of a Geometric Progression


Like the arithmetic series, we also have a formula to find the sum to n terms of a geometric
series. This formula can be derived easily as follows.

Sn  a  ar  ar 2   ar n1 --- (1)


Multiply both sides by r , we obtain
rSn  ar  ar 2  ar 3   ar n --- (2)
(1) – (2) gives
S n  rS n  a  ar  ar 2   ar n 1
  ar  ar 2
  ar n 1  ar n 
 a  ar n

a 1 rn .

Sn 1  r   a 1  r n
S n 
1 r

The sum to n terms of a geometric progression, denoted by S n , is given by

Sn 

a 1 rn  , r 1
1 r
or

Sn 

a r n 1  , r 1
r 1
where a is the first term of the series and r is the common ratio.


 Note

1. The two formulae above are equivalent: Sn 



a 1 rn   1  a  r n
 . The first formula
1
1 r 1 r 1
is usually used when the common ratio, r  1 and the second formula is usually used when
the common ratio, r  1 .
2. The above formula does not apply when r  1 . When r  1 , the sum of the n consecutive
terms of the GP is simply a  a  a   a  na .
n terms
3. The series where each term follows the GP is known as the geometric series.

Hwa Chong Institution Page 14 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 12
The first term, second term and last term of a geometric progression are 1024, 512 and 1. Find
the sum of the geometric progression.

Solution
Let un be the n th term of the GP, with first term a and common ratio r .
512 1
a  1024 r 
1024 2
n 1 n 1 10
1 1 1 1
un  ar n 1
 1  1024       
2 2 1024  2 
 n  1  10  n  11
  1 11 
1024  1    
S11 
a (1  r n )
  2   2047 
1 r 1
1
2

۞ Example 13
9 27
Find the least number of terms of the geometric series 2  3    that must be taken in
2 4
order to obtain a sum exceeding 48.

Solution

Hwa Chong Institution Page 15 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Test for Geometric Progression


To show that the sequence, u1 , u2 , , un , un1 , is a geometric progression, we need to
show
un 1
 constant .
un

 Note
1. The constant is the common ratio of the GP.
u2 u3
2. It is not sufficient to make use of specific terms such as   constant to show that
u1 u2
a sequence is a GP.

۞ Example 14
4n
The sum of the first n terms of a series is 9  n 2 . Obtain an expression for the n th term of
3
the series. Prove that the series follows a geometric progression and state its first term and
common ratio.

Solution
4n
Sn  9 
3n 2
un  S n  S n 1
 4n   4n 1 
  9  n  2    9  n 3 
 3   3 
4n 4n 1
 n  2  n 3
3 3
n 1
4 4 
 n 3   1
3 3 
n 1
4n 1  4n 1  4
 n2
 3  n 1   3  
3 3  3
n
4
3 
Since n 1   n 1  = constant, therefore the terms are in GP.
u 3 4
un 4 3
3 
3
4
The first term is 3 and the common ratio is . 
3

Hwa Chong Institution Page 16 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Convergence of Geometric Progression and Geometric Series

Consider the following progressions:


3, 6, 12, 24, …, 3  2 
n
(a)
This is a GP with r  2 and when n   , 3  2    . Since the terms in the sequence
n

increases to infinity, the GP is not convergent.


n
3 3 3 1
(b) 3, , , , …, 3  
2 4 8 2
n
1 1
This is a GP with r  and when n   ,    0 . Since the terms in the sequence
2 2
tend towards 0, this GP is convergent.

We will now look at the convergence of series where each of the term follows a geometric
progression:
(a) 3  6  12  24 

3 2n  1   3 2n  1 .
The sum to n terms of the GP, S n , with r  2 , is Sn 
2 1
 
As n   , 2 n   . Since S n   as n   , the series does not converge.

3 3 3
(b) 3   
2 4 8
  1 n 
3 1    
 2   n
1
The sum to n terms of the GP, S n , with r  , is Sn     6 1   1   .
2 1   2  
1  
2
n
1
As n   ,    0 . Since S n  6 as n   , the series converges.
2

 Note
The geometric series converges when r  1 .

Let us consider a geometric series, Sn 



a 1 rn .
1 r
When r  1 , r  0 as n   .
n

a 1  0  a a
Thus, Sn   . Hence the series converges to .
1 r 1 r 1 r

Hwa Chong Institution Page 17 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

The sum to infinity of a geometric progression, denoted by S  , exists if and only if r  1


and is given by
a
S  where r  1 .
1 r

 Note
When r  1 , the Sn  a  a  a  a  na . As n   , Sn   provided a  0 . Therefore the
n terms
series is not convergent, i.e. S  does not exist.

۞ Example 15
Find the set of values of x such that the sum to infinity of the geometric progression
9 x 2 27 x3
2  3x    exists.
2 4
Solution

We will now look at more questions involving arithmetic and geometric progressions. Some of
these questions may also include real-life applications.

۞ Example 16
The seventh, fourth and third term of an arithmetic progression are the first three consecutive
terms of a non-constant geometric progression. Find the common ratio of the geometric
progression and show that the geometric progression is convergent. Given that the seventh term
of the arithmetic progression is 2 , find the limit of the geometric series.

Solution

Hwa Chong Institution Page 18 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 17
The terms u1 , u2 , u3 , form an arithmetic progression with common difference d . Another
sequence is defined by vn  u2n  u2n1 for all positive integers n .
Show that vn  is an arithmetic progression.

Solution
vn 1  u2 n 1  u2 n 11
 u2 n  2  u2 n1
 u1   2n  1 d  u1   2n  d
 2u1  4nd  d
vn  u2 n  u2 n 1
 u1   2n  1 d  u1   2n  2  d
 2u1  4nd  3d
Thus, vn1  vn   2u1  4nd  d    2u1  4nd  3d   4d  constant 

Since 4d is a constant (independent of n ), therefore vn  is an AP. 



 Note
Extension to Example 17:
If the terms u1 , u2 , u3 , form a geometric progression with common ratio r , and a new
sequence is defined by vn  u2n  u2n1 for all positive integers n .

Is vn  a geometric progression?

Hwa Chong Institution Page 19 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 18
(i) A company is digging for new water source. Using machine A , the depth dug in the
6
first day is 110 m. On each subsequent day, the depth dug is of the depth dug on the
7
previous day. How many complete days does it take for the depth dug to exceed 80%
of the theoretical maximum total depth?

(ii) Using machine B , the depth dug on the first day is 110 m. On each subsequent day, the
depth dug is 11 m less than the previous day. Digging continues daily and stops on the
day when the depth dug is less than 20 m. What is the total depth when the digging is
done?

Solution

(ii) Let U n be the depth dug on the n th day.


Therefore, U n  110   n  1 11  121  11n
Having a dug death of less than 20 m means 121  11n  20
 101  11n  n  9.18

Therefore on the 10th day, the depth dug is less than 20 m.


10
Total depth   2 110   9  11  605 
2

Hwa Chong Institution Page 20 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 19
Each time that a tennis ball is released it rebounds to 0.8 of the height from which it fell. It is
initially dropped from a point 3 metres from the floor.
(a) Find an expression, in terms of n , for the total distance covered by the tennis ball before
the  n  1 th bounce.
(b) Find the total distance covered by the tennis ball before coming to a rest.

Solution
(a)

3  0.8 m
3  0.8  m
2

3  0.8 m
3
3m

3  0.8 
n1
m
3  0.8  m
n

1st 2nd 3rd 4th n th  n  1 th
bounce bounce bounce bounce bounce bounce

Total distance covered by the tennis ball before the  n  1 th bounce is


 3  2 3  0.8   3  0.8 
n
 
 3  2  3 0.8   0.8    0.8 
2 n
 
 0.8 1   0.8   
n

 3  6     3  24  24 0.8 n  27  24 0.8 n
     
 1  0.8 
 
Therefore the total distance covered by the tennis ball before the  n  1 th bounce is
27  24  0.8  .
n

As n  ,  0.8   0 .
n
(b)
Therefore, 27  24  0.8   27 . Hence the tennis ball travelled a distance of 27 m
n

before coming to a rest. 

Hwa Chong Institution Page 21 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 20
Karen deposited $300 into an account at the beginning of one year and then a further $300 at
the beginning of each subsequent year. The interest for the account is added at the end of each
year at a fixed rate of 2% of the amount in the account at the beginning of that year. If Karen
decides not to withdraw any money out of the account, how much would she have in the
account at the end of 15 years? Give your answer to 2 decimal places.

Solution
Let Tn be the total amount of money in the account at the end of n years.
T1  300  300  0.02   300 1.02 
T2  300  300 1.02  1.02   300 1.02   300 1.02 
2

T3  300  300 1.02   300 1.02   1.02   300 1.02   300 1.02   300 1.02 
2 2 3
 

T15  300 1.02   300 1.02   300 1.02   ...  300 1.02 
2 3 15

 300 1.02   1.02   1.02   ...  1.02  


2 3 15
 

 300 

1.02 1.0215  1 
1.02  1

 15300 1.0215  1 
 5291.786

That is, Karen would have $5291.79 at the end of 15 years. 

Hwa Chong Institution Page 22 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

 Tutorial 1A

1. Determine if the following sequences are increasing, decreasing or neither.

un   n , n  

 1
n

(a) 2
(b) un , n
n
2
n 
(c) un  , n
n3  2014

2. Determine which of the following sequences, un  for n  


, converge and which
diverge. Find the limit of the converging sequence.
n 1
1 1 n 1
(a) un   2   (b) un 
3 4 n
en
(c) un  (d) un  sin n
n
  
(e) un  sin   
4 n

3. [A level N82/P1/Q1a, A level J83/P1/Q1a]


(a) The sum of the first nine terms of an arithmetic progression is 75 and the twenty-
fifth term is also 75. Find the common difference and the sum of the first hundred
terms. [4]

(b) An arithmetic progression has the first term 1000 and common difference 1.4.
Calculate the value of the first negative term of the progression and the sum of all
the positive terms. [4]

4. [A level N05/P2/Q4 modified]


It is given that a , b , c are the first three terms of a geometric progression. It is also
given that a , c , b are the first three terms of an arithmetic progression.
ab
(i) Show that b2  ac and c  . [2]
2
2
b b
(ii) Hence show that 2       1  0 . [2]
a a
(iii) Given that the sum to infinity of the geometric progression is S, find S in terms of
a. [4]

5. [A level N88/P1/Q13b modified]


3
In a geometric progression, the first term is 12 and the fourth term is  . Let the sum of
2
the first n terms of the progression be Sn and the sum to infinity of the progression be
S.
Find the least value of n for which the magnitude of the difference between Sn and S
is less than 0.001. [4]

Hwa Chong Institution Page 23 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

6. [RVHS16/Promo/Q6]
1
(i) The sum of the first n terms of a series is given by Sn  n(n  11) . By finding an
3
expression for the nth term of the series, show that this is an arithmetic series. Hence,
find the common difference of the arithmetic series. [4]

(ii) The first, seventh and mth term of the series in part (i) are the first three consecutive
terms of a geometric series. In either order, find the value of m, and determine if the
sum to infinity of the geometric series exists. [3]

7. [RI16/Promo/Q9]
(a) The nth term of a series is given by Tn  e2 nx ( x 1) , where x is a constant.
(i) Show that this series is geometric. [2]
(ii) Find the set of values of x for the sum to infinity to exist. [2]

(b) An arithmetic progression A has 2N terms with first term a and fifth term b, N  3 .
The sum of all its terms is three times the sum of its first N terms, S.
(i) Show that
 N 9
b a. [3]
 N 1 
1521
(ii) When N = 39, it is known that S  . Find the third term of A. [3]
4

8. [A level 17/P2/Q2]
An arithmetic progression has first term 3. The sum of the first 13 terms of the
progression is 156.

(i) Find the common difference. [2]

A geometric progression has first term 3 and common ratio r. The sum of the first 13
terms of the progression is 156.

(ii) Show that r13  52r  51  0 . Show that the common ratio cannot be 1 even though
r  1 is a root of this equation. Find the possible values of the common ratio. [4]

(iii) It is given that the common ratio of the geometric progression is positive, and that
the nth term of this geometric progression is more than 100 times the nth term of
the arithmetic progression. Write down an inequality, hence find the smallest
possible value of n. [3]

Hwa Chong Institution Page 24 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

9. [A level 19/P1/8]

(a) An arithmetic series has first term a and common difference 2a , where a  0 . A
geometric series has first term a and common ratio 2. The kth term of the
geometric series is equal to the sum of the first 64 terms of the arithmetic series.
Find the value of k . [3]

(b) A geometric series has first term f and common ratio r , where f , r  and
f  0 . The sum of the first four terms of the series is 0. Find the possible values of
f and r . Find also, in terms of f , the possible values of the sum of the first n
terms of the series. [4]

(c) The first term of an arithmetic series is negative. The sum of the first four
terms of the series is 14 and the product of the first four terms is 0. Find the 11 th
term of the series. [4]

10. [A level 14/P2/Q3]


In a training exercise, athletes run from a starting point O to and from a series of points,
A1, A2, A3,……, increasingly far away in a straight line. In the exercise, athletes start at O
and run stage 1 from O to A1 and back to O, then stage 2 from O to A2 and back to O, and
so on.
(i)

In Version 1 of the exercise, the distances between adjacent points are all 4 m (see Fig.
1).
(a) Find the distance run by an athlete who completes the first 10 stages of
Version 1 of the exercise. [2]

(b) Write down an expression for the distance run by an athlete who completes
n stages of Version 1. Hence find the least number of stages that the athlete
needs to complete to run at least 5 km. [4]

(ii)

In Version 2 of the exercise, the distances between the points are such that OA1  4 m ,
A1 A2  4 m , A2 A3  8 m and An An1  2 An1 An (see Fig. 2). Write down an
expression for the distance run by an athlete who completes n stages of Version 2.

Hwa Chong Institution Page 25 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Hence find the distance from O, and the direction of travel, of the athlete after he
has run exactly 10 km using Version 2. [5]

11. [A level 18/P1/Q11]

Mr Wong is considering investing money in a savings plan. One plan, P, allows him to
invest $100 into the account on the first day of every month. At the end of each month
the total in the account is increased by a%.

(i) It is given that a  0.2


(a) Mr Wong invests $100 on 1 January 2016. Write down how much this $100
is worth at the end of 31 December 2016. [1]
(b) Mr Wong invests $100 on the first day of each of the 12 months of 2016.
Find the total amount in the account at the end of 31 December 2016. [3]
(c) Mr Wong continues to invest $100 on the first day of each month. Find the
month in which the total in the account will first exceed $3000. Explain
whether this occurs on the first or last day of the month. [5]

An alternative plan, Q, also allows him to invest $100 on the first day of every month.
Each $100 invested earns a fixed bonus of $b at the end of every month for which it has
been in the account. This bonus is added to the account. The accumulated bonuses
themselves do not earn any further bonus.

(ii) (a) Find in terms of b, how much $100 invested on 1 January 2016 will be
worth at the end of 31 December 2016. [1]
(b) Mr Wong invests $100 on the first day of each of the 24 months in 2016 and
2017. Find the value of b such that the total value of all investments,
including bonuses, is worth $2800 at the end of 31 December 2017. [3]

It is given instead that a  1 for plan P.

(iii) Find the value of b for plan Q such that both plans give the same total value in
the account at the end of the 60 th month. [3]

12 [VJC 2020/BT/Q11]

A pandemic is an outbreak of a disease that occurs over a wide geographic area and
affects an exceptionally high proportion of the population.

(a) During a particular pandemic, an undergraduate attempted to use a simple


geometric progression model to examine the number of infected cases. The model
is represented by an equation
un  ar n 1 ,

where a is the number of infected cases in the first week after a city’s health
authority began tracking the city’s infection situation, un is the number of infected
cases in the nth week, and r is a constant representing the rate of infection in the
city.

Hwa Chong Institution Page 26 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

(i) For a particular city, a  20 and the city recorded 1000 infected cases in the
ninth week. Based on the student’s model, find the number of infected
cases in the 11th week, and also the week when the total number of infected
cases would first exceed 20 000. [6]

(ii) In another city, the government started introducing strict movement


controls from day X, so that the value of r is lowered to 0.7 for the
subsequent weeks. If there were 12 000 infected cases in the first week
after day X, use the student’s model to find the theoretical maximum total
infected cases after day X. [2]

(b) On a happier note, at a deserted beach of the second city, it was observed that
more baby leatherback sea turtles were being hatched during the pandemic period.
A conservationist closely tracking the numbers found that on the first day, second
day and third day, there were 24, 27 and 30 turtles hatched respectively, and she
assumed that the number hatched on a day would always be three more than the
previous day. She wanted to find the number of days, n, before a total of 900 turtles
would have hatched over the period.

Write down a quadratic inequality for n and solve it to find the smallest possible
value of n. [4]

Answers
1. (a) Decreasing (b) Neither (c) Neither

1
2. (a) Limit is (b) Limit is 1 (c) Divergent
3
2
(d) Limit is 0 (e) Limit is
2
10
3. (a) d ; 16000 (b) 1; 357643
3

2a
4. (iii)
3

5. least n  13

1 2
6. (i) un  (2n  10) ; d  (ii) m  19
3 3
11
7. (a)(ii) {x  : 1  x  0} (b)(ii)
2

8. (i) d  1.5 (ii) r  1.45,1.21 (3 s.f.)


(iii) Smallest possible n = 42

9. (a) k  13 (b) 0(when n is even) or f (when n is odd)

Hwa Chong Institution Page 27 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

(c) 63

10. (i)(a) 440 m (i)(b) 4n(n + 1); 35 stages

(ii) 8(2n – 1); 1816 m away from O, towards A11.

11. (i)(a) $102.43 (i)(b) $1215.71

(i)(c) First day of the month in June 2018.

4
(ii)(a) 100+12b (ii)(b) b  (iii) b  1.23
3

12. (a)(i) 2659; 14 (ii) 40 000

(b) n  19

Hwa Chong Institution Page 28 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.7 Representation of a Series Using Sigma Notation, 


The sigma notation,  provides a compact way to represent the sum of a sequence of numbers.
For instance, to express the sum of all positive integers from 1 to 10 inclusive, we may represent
it as).
10
2 468  20    2r 
r 1
and it is read as "the sum of 2r where r takes integer values from 1 to 10" .

 Note
1. The smallest and the largest value that r takes is placed below and above the sigma
notation respectively.
10 10 10
2. r   x  n (since r , x and n are just dummy variables)
r 1 x 1 n 1
3. The variable r takes consecutive integer values and it may not necessarily start from 1.

4. r is an infinite series where r takes consecutive integer values from 1 to infinity.
r 1

۞ Example 21
Write out the following series explicitly.
5 6
(a)  r2 ,
r 1
(b)   3r  2  3r  1 ,
r 2
n
 1 r n
(c)  r
, (d) 2.
r 0
r 1
Solution
5
(a)  r 2  12  22  32  42  52
r 1

6
(b)   3r  2  3r  1  4  7   7 10   10 13  13 16   16 19 
r 2

n
 1r 1 1 1  1
n
(c)  r
 1    
2 3 4

n
r 1

n n 1 terms

(d) 2  2  2  2   2
r 0

r=0 r=1 r=2 r=n 





 Note
1. TI-84+ can only be used to evaluate Example 21(a) and (b) as the smallest and largest value
of r are given numerically.

Hwa Chong Institution Page 29 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

5
Evaluating r
r 1
2
:

 Press a@2

  X  and press e
5
2
Key in
X 1
(Press x for "X")

2. TI-84+ cannot be used to evaluate Example 21(c) and (d) as the largest value of r for each
series is an unknown constant n .

In the previous example, we are required to write out the series explicitly. Now, we would look
at how a given series can be expressed in sigma notation.

۞ Example 22
Express the following series in sigma notation.
(a) 1  3  5    2n  1 (b) 32  42  52   552
(c) 1  x  x 2  x3  ...

Solution

Hwa Chong Institution Page 30 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Some Useful Results of Sigma Notation


n n
(1)  af  r   a f  r  where a is a constant.
r 1 r 1
n n
E.g.   2r   2 1  2  2   2 3   2  n   2 1  2  3   n   2 r
r 1 r 1

n n n
(2)  f  r   g  r    f  r    g  r  .
r 1 r 1 r 1

  2r  3r  
n
E.g. 21  3 1
r 1

 22  3  2 
 23  3  3

 2n  3  n 
n n
  2r   3r
r 1 r 1

n n m 1
(3)  f r    f r    f r  .
r m r 1 r 1
n
E.g.  r3  33  43  53   n3
r 3

 13  23  33  43  53 
 n3  13  23 
n 2
  r3   r3
r 1 r 1

n
(4)  a  na
r 1
where a is a constant.
n
In general,  a   n  m  1 a where  n  m  1 indicates the number of terms of the
r m

series; note that from m to n there is  n  m  1 number of terms (for example, from 1
to 10, there is a total of 10 terms, which is obtained by 10  1  1 ).

n
1
(5)  r = m   m  1   m  2   n
2
 n  m  1 m  n  is an arithmetic series.
r m

n
 m1  m 2 
a m 1  a nm1  is a geometric series.
(6) a r
a a
m
a  a n
1 a
r m

Hwa Chong Institution Page 31 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 23
Evaluate the following series.
m
1
n n
(a)  2r (b)   2 
r 1 m0

  5r  2 
2n N
 1 
(c) (d)   N  1  e N 
r1 n2

Solution

Hwa Chong Institution Page 32 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 24
n n
n
Given that  r2 
r 1 6
 n  1 2n  1 , evaluate   r  r  1 . Hence find
r 1
n
(i)  r  r  1 ,
r 10
n
(ii)   r  3 r  4  .
r 1

Solution

Hwa Chong Institution Page 33 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Managing Sigma Notation


n
r 2  3r  1 3 n3 2n
r 2  3r  1 n
r 2  5r  5
Consider    , find (i)  , (ii)  .
r 1  r  2  ! 2  n  2 ! r m  r  2 ! r 1  r  3 !
Solution

Hwa Chong Institution Page 34 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.8 The Method of Differences


This section considers the sum to n terms of a series whose general term can be expressed as
a difference of two or more terms.

Suppose the general term u r can be written as ur  f  r   f  r  1 , then


n n
 ur   f  r   f  r  1
r 1 r 1
 f 1  f  0 
 
 f  2  f 1 
 f  3  f  2 
 
 
  f  n  1  f  n  2 
 
  f n  f  n  1 
 f  n  f  0

This way of simplifying a finite series whose general term can be expressed as a difference of
two or more terms is called the method of differences.

Hwa Chong Institution Page 35 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 25
1 1 1
Verify that   .
 r  1 r  2  r 1 r  2
n
1 1 1
(i) By using the method of differences, show that   r  1 r  2   2  n  2 .
r 1
N
1
(ii) Hence find   r  1 r  2  .
r  21

Solution
RHS 
1

1

 r  2    r  1  1
 LHS (verified).
r  1 r  2  r  1 r  2   r  1 r  2 
n
1 n
 1 1 
(i)   r  1 r  2    r  1  r  2 
r 1

r 1

 1 1
  
2 3
 
 1
 1
 3 4
 
 1 1

 4 5
 
 
 1 1 
 n

n 1 
 
 1

1 
 n 1 n  2 
1 1
 
2 n2

(ii) N
1 N
1 20
1
  r  1 r  2 
r  21

r 1  r  1 r  2 

r 1  r  1 r  2 
1 1 1 1 
   
2 N  2  2 20  2 
1 1
 
22 N  2

Hwa Chong Institution Page 36 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 26
1
Express in partial fractions.
 2r  1 2r  1 2r  3
1 1 1
Hence find +   .
1 3  5 3  5  7  2n  1 2n  1 2n  3

  2r 1 2r  1 2r  3 is convergent and hence state the sum to infinity.
1
Explain why
r 1
Solution
1 A B C
Let   
 2r  1 2r  1 2r  3 2r  1 2r  1 2r  3
 A  2r  1 2r  3  B  2r  1 2r  3  C  2r  1 2r  1  1 .
1 1 1 1 3 1
When r  , A . When r   , B   . When r   , C  .
2 8 2 4 2 8
1 1 1 1
Therefore,    .
 2r  1 2r  1 2r  3 8  2r  1 4  2r  1 8  2r  3

Hwa Chong Institution Page 37 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

۞ Example 27
Given that f  r    r  1! , show that f  r   f  r  1  r  r ! .
Hence, find 11!  2  2!  3  3!  ..   2 N    2 N ! .

Solution

۞ Example 28
N
By considering un  un1 where un  3n  n  1 n  2  for n  
, find  n  n  1 in terms of
n 1

N . Hence, determine whether the series  n  n  1 is convergent.
n 1

Solution

un  un1  3  n  n  1 n  2    n  1 n  n  1 


 3n  n  1 n  2  n  1
 9n  n  1

Hwa Chong Institution Page 38 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

N N
  9  un  un1 
1
n  n  1 
n 1 n 1
 u1  u0 
 u u1 
1
  2
9 
 
 uN  u N 1 

1 1
  u N  u0   N  N  1 N  2 
9 3

 N
1
 n  n  1  lim  n  n  1  lim
n 1
N 
n 1
N  3
N  N  1 N  2 

1
As N   , N  N  1 N  2    . Thus,  n  n  1 does not converge. 
3 n 1



 Note
This is actually the same summation evaluated in Example 24, with some change in symbols.

Hwa Chong Institution Page 39 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

 Tutorial 1B – Sigma Notation and Method of Differences

1. Evaluate the following series:


  1
r
(a) x r , where 1  x  1 , x  0 .
r 0
n 1
(b)   ln r 
r 1

(c) 0.18  0.0018  0.000018  . Give your answer as a fraction in its lowest
term.

n 2n
n
 r2 
 n  1 2n  1 , find   2r  1
2
2. (a) Given that .
r 1 6 r 3
(b) [A level 06/P1/Q11modified]

n
1 2
r n  n  1 , show that 23  43  63  .......   2n   2n2  n  1 .
2 3 2
Given 3

r 1 4
[3]
n

  2r  1 , simplifying your answer.


3
Hence or otherwise find [3]
r 1

3. (a) [A level 19/P1/Q6]


n
1 1
(i) By writing
4r  1
2
in partial fractions, find an expression for  4r
r 1
2
1
.

[4]

1
(ii) Hence find the exact value of  4r
r 11
2
1
. [2]

N 1  1 1 5 
(b) Evaluate   3  r  1  2r  6  r  3  .
r 1  

4. [A level FM9234 N99/P1/Q3a modified]


2n 2n  n  1
Given un  , show that un 1  un  where n is a positive integer. [1]
n n  n  1
N
2n  n  1 2 N 1
Hence, show that 
n 1 n  n  1

N 1
2. [3]

5. Given that f (r )  cos 2r , write f (r )  f (r  1) as a product of two sine functions. Use
your result to find the sum of the first n terms of the series

sin 3  sin 5  sin 7  ... .

Hwa Chong Institution Page 40 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

6. [MJC08/PrelimP2/Q3 modified]
1 1 1 1
Verify that    . [1]
2 x  x  1 2  x  2  x  x  1 x  2 
N N
1 1 11
By using the above result, find 
n  3 n  n  1 n  2 
. Hence show that 
n 1 n
3

8
. [6]

7. [SAJC16/C2MidYearP1/Q4b]
r 2  3r  1 1 1
(i) Show that   . [1]
 r  2 ! r !  r  2 !
r 2  3r  1
n
(ii) Hence find  r 1  r  2 !
. [3]

n
r 2  5r  5 2 n  4
(iii) Using the result in part (b)(ii), show that 
r 1 (r  3)!
 
3 (n  3)!
. [3]

8. [HCI07/C1LectureTest/Q6] [modified]

(i) Verify that for any non zero real constant, m,


1 1 1  1
   . [1]
m  mr  1  m mr  1   mr  1  m  mr  1
n
1 n
(ii) Hence, show that  mr  1  mmr  1  mn  1 .
r 1
[3]

(iii) Hence, evaluate

1 1 1 1 1 1 1 1
        . [4]
1 3 1 4 3  5 4  7 5  7 7 10 39  41 58  61

9. [NYJC07/PrelimP1/Q8 modified]
 r  1  1
2
r2
Given f  r   r , show that f  r   f  r  1  . [1]
2 2r 1 2r
n 
 r  1 1
2

(i) Hence, find   r 1  r  . [3]


r 1  2 2 

n 
 r  1 
2

(ii) Deduce   r 1  . [3]


r 1  2 

n


r2 n 2  4n  6
(iii) Show that  6  .[3]
r 1
2r 2n

Hwa Chong Institution Page 41 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

10. [HCI15/C1BT/Q4, HCI15/Promo/Q8 modified]

A pair of twin brothers, William and John, graduated in 2003 and both of them started
their new job in January 2004.
(a) John joined a company that paid him $ x in his first year. In each year, his annual
salary increases by an amount equal to 15% of his first year’s salary. Show that his
nx
total salary after n years is  3n  37  . Hence calculate the least number of years
40
needed for his total salary to exceed 50 times of his first year salary. [4]

(b) William joined a company with a starting monthly pay of $2000 in January 2004.
In January 2005, he received an increment of 50% of his previous monthly pay. In
January for each subsequent year, he received an increment of 50% of his previous
increment. In other words, in January 2005, his increment was $1000; in January
2006, his increment was $500 and so on.
Let Un denote the pay William received in the n th year (where 2004 was the 1 st
year, 2005 was the 2 nd year, and so on).

(i)  
Find U1 , U 2 , U 3 and show that U n  48000 1  0.5n . Hence by considering
n

U
r 1
r , find the total pay William received in the first n years.

[6]
(ii) William decided to quit if his increment fell below $10. In which year would
he quit the company? [3]

Hwa Chong Institution Page 42 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

11. [ACJC15/PrelimP1/Q13 modified]

The owner of a newly opened café decided to rent a painting from an artist as part of the
decoration of the café. They were discussing how to draft a contract for the terms of the
rental.
The artist proposed a rental contract (Version 1), stating that the owner will pay the artist
$15 for the 1st day of rental and for each subsequent day, the daily rental cost will
increase by $0.50.

(i) Express, in terms of n, the rental cost for the nth day.
On which day of the rental will the owner first have to pay the artist more than
$39 as the daily rental rate? [2]

The owner proposed an alternative contract (Version 2), where the daily rental rate is
such that on the nth day of the rental, the amount of money, in dollars, the owner has to
pay to the artist is given by the function
12000
f (n)  2 .
4n  4n  3
A B
(ii) Express f (n) in the form  , where A and B are constants to be
2n  1 2 n  3
determined. [1]

(iii) Hence show that with Version 2 of the contract, the total amount of money the artist
will receive at the end of m days of rental is
12000  m  1
4000  . [3]
 2m  1 2m  3
(iv) The artist accepted Version 2 of the contract, and terminated the contract at the end
of k days. Given that the artist received more money in total from Version 2 than if
he had chosen Version 1, find the largest possible value of k. [3]

(v) Given that the artist accepted Version 2 of the contract, the owner changed his mind
and decided to offer the artist $3,999 to buy his painting. Should the artist accept
the offer? Explain your answer clearly. [2]

12. A sequence is defined by 𝑢1 = 6 and un1  5un  4 , where n  1, 2, 3, ... .


(i) State the values of u2 , u3 , u4 .
(ii) Describe how the sequence behaves.
(iii) By considering un  1 , make a conjecture for a formula for un in terms of n .

Hwa Chong Institution Page 43 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

13. [ACJC JC1 Promo 9758/2019/Q11i]

A research team would like to examine the growth of a certain bacteria in a controlled
environment. Beginning with a sample amounting to A0 of this bacteria, the researchers
noted down the amount of bacteria found in this environment at the end of each day, such
that A1 represents the amount present at the end of the first day and A2 for the second
day.

(i) It was found that the amount of bacteria present at the end of k th day, denoted by
Ak , relies on the amount present at the end of the previous day, with the
relationship Ak  Ak 1  360k 2 .

Use this relation to find expressions for A1 , A2 and A3 , leaving each in terms of A0 .
Hence, or otherwise, show that the amount of bacteria present at the end of n th day, An
is given by An  A0  an 3  bn 2  cn , where a, b and c are constants to be determined.
N
1
[You may use the result r
r 1
2

6
N  N  1 2 N  1 .] [5]

Answers
ln   n  1!
1 2
1. (a) (b) (c)
1 x 11

2. (a)
2n
3
16n2  1  10 (b) n2  2n2  1

1 1  1
3. (a) (i) 1   (ii)
2  2n  1  42
43 1 5 5
(b)   
36 2  N  2  6  N  3 6  N  4 

cos 2  cos  2n  2  
5. 2sin  sin   2r  1  ;
2sin 
1 1
6. 
4 2 N  N  1

3 n3 2 n4
7. (ii)  (iii) 
2 (n  2)! 3 (n  3)!

2040
8.
2501

1  n  1 3  n  1
2 2
1
9. (i)  n 1 (ii)  n 1  n
2 2 2 2 2
Hwa Chong Institution Page 44 of 57
Hwa Chong Institution (College) Chapter 1: Sequences and Series

10. (a) at least 21 years needed


(b)(i) U1  $24000, U 2  $36000, U3  $42000 ; 48000  n  1  0.5n 
(b)(ii) in year 2012

3000 3000
11. (i) 14.5  0.5n ; on the 50th day (ii) 
2n  1 2 n  3
(iv) largest value of k is 99

12. (i) 26, 126, 626


(iii) un  5n  1

An  A0  120n3  180n 2  60n


13. (i)
a  120, b  180, c  60

Hwa Chong Institution Page 45 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

 Supplementary Exercise – Sequences and Series


2 2 2 2

Find the series    4    7     28   .


1 1 1 1
1.
2 2 2 2

2. [DHS09/Promo/Q3]
Given that m , 4 , m  15 are the fourth, sixth and eighth terms of a geometric
progression that has a first term which is positive, find
(i) the common ratio and the first term, [3]
(ii) the sum to infinity. [2]

3. [A level N97/P1/Q15]
A bank has an account for investors. Interest is added to the account at the end of each
year at a fixed rate of 5% of the amount in the account at the beginning of that year. A
man and a woman both invest money.

(a) The man decides to invest $x at the beginning of one year and then a further $x
at the beginning of the second and each subsequent year. He also decides that he
will not draw any money out of the account, but just leave it, and any interest, to
build up.
(i) How much will there be in the account at the end of 1 year, including the
interest? [1]
(ii) Show that, at the end of n years, when the interest for the last year has been
 
added, he will have a total of $21 1.05n  1 x in his account. [4]
(iii) After how many complete years will he have, for the first time, at least $12 x
in his account? [3]

(b) The woman decides that, to assist her in her everyday expenses, she will withdraw
the interest as soon as it has been added. She invests $ y at the beginning of each
year. Show that at the end of n years, she will have received a total of
1
$ 40 n  n  1 y in interest. [4]

4. [A level J85/P2/Q1]
A geometric progression has first term 1 and the common ratio r is positive. The sum of
the first 5 terms is twice the sum of terms from the 6 th to 15th inclusive.
Prove that r 5 
1
2
3 1 .  [4]

Hwa Chong Institution Page 46 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

5. [HCI09/Promo/Q8]

A1 A1 A1
2cm
A2 A2
A3

2cm
Diagram 1 Diagram 2 Diagram 3
(i) Show that the areas of the shaded squares A1, A2, … , An in the n th diagram form a
geometric progression. [2]
4 1 
(ii) Show that the total area of the shaded squares in the n th diagram S n is  1  n  .
3 4 
[2]
(iii) Let S be the total shaded area in the n th diagram as n   . Find the value of S .
[2]
(iv) Find the least value of n for which the difference between S n and S is less than
1% of S . [3]

6. [IJC09/Promo/Q12]
Adrian has signed up at a driving centre to learn how to drive. His first lesson is 40
minutes long. Each subsequent lesson is 5 minutes longer than the previous lesson, so
that the second lesson is 45 minutes long, the third lesson is
50 minutes long, and so on.
(i) Determine the duration of Adrian’s 10 th lesson. [3]
(ii) The centre requires a student to have attended at least 60 hours of lessons before
he is qualified to take the driving test. Find the minimum number of lessons that
Adrian has to attend before he can take the test. [5]

7. [JJC09/Promo/Q3]
5
(a) In a geometric progression, the first term is 2009 and its common ratio is  .
7
1
(i) Find the least value n such that U n  , where U n denotes the n th
2009
term of the progression. [3]
(ii) Find, correct to 2 decimal places, the sum of all the negative terms of the
progression. [3]

(b) 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5………., k …… is a sequence where the number k


appears k times successively ( k  1, 2, 3, 4, ... ). Find the 1000 th term of the
sequence. [4]

Hwa Chong Institution Page 47 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

8. [NJC09/Promo/Q2]
3
The n th term of a series, Tn , is given by Tn  .
n2
4
(i) Show that the series is a geometric series and that it is convergent. Determine also
the sum to infinity. [3]

T3 and T4 form the first and third terms of an arithmetic series respectively. The sum of
the first m terms of the arithmetic series is denoted as S m .
m
(ii) Show that Sm   57  9m  and find the set of possible values of m such that
64
S m exceeds 1. [4]

9. [RI09/Promo/Q3]
(a) An infinite geometric series has first term a and common ratio r . The sum of the
first fourteen terms of the series is 127 times the sum to infinity of the remaining
terms of the series. Find the two possible values of r in exact form. [3]
(b) From a ribbon, pieces of decreasing lengths are cut. The lengths of the pieces cut
follow an arithmetic progression with the 6th piece and the 26th piece cut being of
lengths 19 cm and 15 cm respectively.
(i) Find the length of the first piece cut and the common difference of the
arithmetic progression. [3]
(ii) Assuming that the ribbon is sufficiently long, find the number of such pieces
that can be cut from the ribbon and also the least possible length of the ribbon.
[3]

10. [RVHS09/Promo/Q7 modified]


Each year in June approximately 10% of the trees die out and in December, the workers
plant 100 new trees. At the end of December 2000 there are 1200 trees in the plantation.
(i) Find the number of living trees at the end of December 2002. [3]
(ii) Consider 2001 as the first year.
Show that the number of living trees at the end of December in the n th year is given
n
9
by 200    1000 . [3]
 10 
(iii) What happens to the number of living trees in the plantation for large n ? [2]

Hwa Chong Institution Page 48 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

11. [AJC09/Promo/Q6]

The sum of the first n terms of a series is given by the expression 1  32 n .
(i) Find Tn , the n thterm of the series and hence show that the series is a geometric
series. [4]
(ii) Find the least value of k such that the sum of the terms from the k th term is less
1
than . [4]
3000
N
 1 
(iii) Express    in terms of N . [2]
n 1  Tn 

12. The Sierpinski sieve, which is an example of a fractal, is constructed by starting with a
solid black equilateral triangle. This triangle is divided into four congruent equilateral
triangles, and the middle triangle is removed (see Figure 1). On the next step, each of the
three remaining equilateral triangles is divided into four congruent equilateral triangles,
and the middle triangle in each of these triangles is removed (see Figure 2). If the process
is continued indefinitely, the Sierpinski sieve results.

Figure 1 Figure 2
(i) Find a k that gives the number of triangles removed on the k th step.
(ii) Calculate the number of triangles removed on the fifteenth step.
(iii) Suppose the initial triangle has an area of 1 unit square. Find bk that gives the area
removed on the k th step.
(iv) Determine the total area removed after 12 steps.

13. A sequence of numbers is grouped into sets as shown below such that the r th set contains
r terms.
    
1 , 2, 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , .... 
Find the total number of terms in the first n sets.
(i) Hence find the sum of numbers in the first n sets.
(ii) Deduce, in terms of n , the first and the last number in the n th set.

14. [A level J87/P1/Q19b]


n
1
Give that  r 2  n  n  1 2n  1 , find an expression, in simplified form, for
r 1 6
2n

  2r  1
2
. [6]
r  n 1

Hwa Chong Institution Page 49 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

15. [A level N99/P1/Q14a]


The r th term of a series is 3r 1  2r . Find the sum of the first n terms. [5]

16. [JJC10/PrelimP1/Q2 modified]


n
(i) Referring to MF26 for the formula of   , show that
r
 k   k  1  k  
      , where k  , k  3 . [2]
 2  3   3
n
r
(ii) Hence find  2 . [4]
r 3  

17. [AJC13/C2MidYearP1/Q3]
Show that (n2 + 1)(n!) = n (n + 1)! – (n – 1)(n!) where n is a positive integer. [1]
A series of n terms is given by
2(1!) + 5(2!) + 10(3!) + … + (n2 + 1)(n!) .
Find the sum of the series in terms of n. [3]
Hence express 65(8!) + 82(9!) + … + (901)(30!) in the form a(b!) – c(d!),
where a, b, c and d are constants to be determined. [2]

18. [HCI09/Promo/Q7 modified]


The n th term of a sequence is given by un  n ! n  1 , for all positive integers n where
n  2. Show that
   N  1! N
N 1


  n2
un  un1   n  1! n  2n  2  and
2
 n  1   n  1  
! . [6]
n2   2   2

19. [NYJC09/Promo/Q6]
n2 (n  1)2
, find   r  1  r 2  r  1 in terms of n .
n n
(a) Given that  r3 
r 1 4 r 1
[2]

1 3 4 n
5r  2
(b) Simplify   . Hence or otherwise, find  . [4]
r r 1 r  2 r 1 r  r  1 r  2 

Hwa Chong Institution Page 50 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

20. [SAJC09/Promo/Q9]
Given that f  r   ln  r  , where r is a positive integer and r  2 .
 1
(i) Show that f  r  1  2f  r   f  r  1  ln 1  2  . [2]
 r 
(ii) Using the method of differences, find the sum of the series
3 8  15   24   1 
ln    ln    ln    ln    ...  ln 1  2
, simplifying your answer.
4 9  16   25    n  1 
[4]
(iii) Given that the series in part (ii) is convergent, find the sum to infinity of the series.
[1]
Deduce that
1 3 8  15   24   1  3
ln    ln    ln    ln    ln    ...  ln 1  2
 ln ,
2 4 9  16   25    n  1  4
for all n   . [2]

21. [HCI10/PrelimP1/Q8]
4r A B C
(i) Express in the form   . [2]
 r  1 r  r  2  r 1 r r  2
n
4r
(ii) Hence find   r  1 r  r  2 
r 2
. [3]

Give a reason why the series is convergent, and state its limit. [2]
n
3 r
(iii) Use your answer to part (ii) to find  . [2]
r  2 r  r  1 r  3 

22. [RI10/PrelimP2/Q1]
1 1 na 1
(i) Given that   2 , show that a   . [1]
2  n  1 n  n  1
2 2 2
2n 2
N
2n  1
(ii) Given that S N   2n , state the smallest possible value of M, where
 n  1
2 2
nM

M 
and M  N , such that S N can be defined. [1]

(iii) If M  3 , find S N in terms of N . [3]

(iv) Deduce that the sum to infinity of the series


1 1 1 1
   ... is less than [3]
 2  3  3 4   4  5 
2 2 2
8

Hwa Chong Institution Page 51 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

23. [AJC13/C1MidYear/Q9]
1
Let f (r )  where r is a positive integer and 0     .
2  sin r 
2sin  cos  r  1 
(i) Show that f (r )  f (r  2)  . [2]
 2  sin r  2  sin(r  2) 
n
cos  r  1 
(ii) Hence find, in terms of n and ,   2  sin r  2  sin(r  2)  .
r 1
[4]

24. [HCI17/PrelimP1/Q11]
A manual hoist is a mechanical device used primarily for raising and lowering heavy
loads, with the motive power supplied manually by hand. Three hoists, A, B and C are
used to lift a load vertically.

(i) For hoist A, the first pull will raise the load by a vertical distance of 45 cm. On
each subsequent pull, the load will raise 1.6 cm lesser than the vertical distance
covered by the previous pull. Determine the number of pulls needed for the load to
achieve maximum total height. Hence find this maximum total height. [4]

(ii) For hoist B, the first pull will raise the load by a vertical distance of 45 cm. On each
subsequent pull, the vertical distance raised will be 95% of the distance covered by
the previous pull. Find the theoretical maximum total height that the load can reach.
[2]

(iii) For hoist C, every pull will raise the load by a constant vertical distance of 45 cm.
However, after each pull, the load will slip and drop by 2% of the total vertical
height the load has reached. Show that just before the 4th pull, the load would have
reached a total vertical height of 130 cm, correct to 3 significant figures.
Hence show that before the ( n  1) th pull, the load would have reached a total
vertical height of X  Y (0.98)n1 , where X and Y are integers to be determined. [5]

(iv) Explain clearly if hoist C can lift the load up a building of height 25 metres. [2]

25. [HCI17/Promo/Q10]
A mine-sweeping robot is used to sweep mines in a mine-field. The robot is programmed
to move through the mine-field in a particular manner. From its starting position denoted
as O in the mine field, the robot will move in a straight line covering a distance of 100
metres due east, and then it will turn through an angle of 90in an anti-clockwise direction.
After making the first turn, it will travel in a straight line covering a distance of 80 metres,
and then turn through an angle of 90 in an anticlockwise direction. The robot will repeat
this process of moving in a straight line and turn through an angle of 90 in an anti-
clockwise direction throughout its motion, and the distance covered by the robot between
the nth turn and the (n + 1)th turn is 20% less than the distance covered by the robot
between the (n – 1)th turn and the nth turn, with n   , as shown in Diagram 3 below.

Hwa Chong Institution Page 52 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

3rd turn 2nd turn

80m

4th turn 5th turn

100m
O 1st turn

Diagram 3

(i) Show that the distance covered by the robot between its 11 th turn and 12th turn is
8.59 metres, correct to 3 significance figures. [2]

(ii) Find the number of turns the robot has made after covering a total distance of 485
metres. [3]

(iii) Determine the coordinates of the theoretical final position that the robot will end
up with respect to O. [4]

After a change in the robot’s setting, the distance covered by the robot between the nth
turn and the (n + 1)th turn is x % less than the distance covered by the robot between the
(n – 1)th turn and the nth turn, n   . Given that the initial distance covered by the robot
remains as 100 metres, and the robot will cover a total distance of 500 metres just before
making its 9th turn, determine the value of x. [3]

Answers
145
1.
4
1 256
2. (i) r   , a  128 (ii)
2 3

3. (a)(i) $1.05x (iii) 10

4
5. (iii) (iv) 4
3

6. (i) 85 (ii) 32

7. (a)(i) 47 (ii) 2929.79 (b) 45

Hwa Chong Institution Page 53 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

8. (i) 16 (ii) 2, 3, 4


1 1
9. (a) or (b)(i) a  20 , d  0.2 (ii) 100; 1010 cm
2 2

10. (i) 1162 (iii) tends to 1000

11. (i) 8  3
2 n
(ii) 5 (iii)
9 N
64
9  1
k 12
1 3
12. (i) 3k 1 (ii) 314 (iii) 3k 1   (iv) 1   
4 4
n n n
n  n1  n1  n11
13. (i)  n  1 (ii) 22 1 (iii) 22 ; 22
2
14.
n
3
 28n2  1

3n  1 2
15. n n
2
 n  1
16. (ii)   1
 3 

17. n(n + 1)! ; 30(31)! – 7(8!)

n 2  n  1
2
3n2  4n
19. (a) n (b)
4  n  1 n  2 
 n2  1
20. ln 
(ii)  (iii) ln  
 2n  2  2
1 2 1 1 1 1 1 1
21. (i)   (ii)    ;
r 1 r r  2 6 n n 1 n  2 6
1 1 1 1
(iii)    
12 n  1 n  2 n  3
1 1
22. (ii) smallest M  2 (iii) 
8 2N 2
1  1 1 1 1 
  

2sin   2  sin  2  sin 2 2  sin(n  1) 2  sin( n  2) 
23. (ii)

24. (i) 29 pulls; 655.4 cm (ii) 900 cm (iii) 2205  2250(0.98)n1

25. (ii) 15 turns (iii) 61.0 m due east and 48.8 m due north of O
(iv) x  15.7

Hwa Chong Institution Page 54 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

§ 1.10 Summary

Sequences and Series


Sequences, un Series, Sn
A sequence is an ordered set in A series is the sum of the terms of
Definition which all the terms are related a sequence.
with each other by a specific rule.
The rule of a sequence can be A series can be found by:
defined in 3 ways: (1) Recognizing that it is the sum
(1) Listing, e.g. of a special sequence, e.g. of
{3, 6, 9, 12, 15, …}. an arithmetic progression, of
Formula
(2) Formula for general term, a geometric progression, of a
constant sequence etc.
e.g. un  3n , n   .
(2) Using the method of
differences.
If un  L as n   where L is If S n  L as n   where L is
a real number, the sequence is a real number, the series is said to
said to be convergent. be convergent.
L is called the limit of the The limit of the series, L is given
Convergence sequence, and it is given by by L  lim Sn  S where S  is
L  lim un . n 
n called the sum to infinity.
If there is no such L , then the If there is no such L , then the
sequence is not convergent, i.e. series is not convergent, i.e. the
the sequence is divergent. series is divergent.
Relationship
Between un u1  S1 and un  S n  S n 1
and Sn
Method of Differences
If the general term u r of a series can be written as ur  f  r   f  r  1 , then
 f 1  f 0 
 
 f  2  f 1 
n n  f  3  f  2 
 ur   f  r   f  r  1   

  f  n  f 0

r 1 r 1
  f  n  1  f  n  2 
 
  f n  f  n  1 

Hwa Chong Institution Page 55 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Arithmetic and Geometric Progressions


Arithmetic Progression Geometric Progression
Definition An arithmetic progression is a A geometric progression is a
sequence of numbers in which each sequence of numbers in which
term, other than the first term, is each term, other than the first
obtained by adding a constant to term, is obtained by multiplying
the preceding term. This constant is a non-zero constant to the
called the common difference. preceding term. This constant is
called the common ratio.
General un  a   n  1 d un  ar n 1
Term
Sum to the n
Sn 
n
 2a   n  1 d  
a 1 rn 
terms 2 Sn 
1 r
r 1
or or
  r 1
n
Sn   a  l  a r n 1
2 Sn 
r 1
Test for To show that a sequence is in AP, To show that a sequence is in
A.P / G.P. show that the difference un1  un u
GP, show that the ratio n 1 is a
is a constant (independent of n ). un
constant (independent of n ).
Convergence Both the arithmetic progression Both the geometric progression
and arithmetic series do not and geometric series converge
converge for all non-zero values of when r  1 .
d.
The sum to infinity is given by
a
S  .
1 r

Hwa Chong Institution Page 56 of 57


Hwa Chong Institution (College) Chapter 1: Sequences and Series

Appendix A – Recurrence Relations

Sometimes, it is more convenient to specify the value of the first term, u1 and a formula for
un 1 in terms of the preceding terms. Such a definition of a sequence is called the recurrence
definition, recurrence relation or recurrence formula. Thus for 3, 6, 9, 12, 15,  , we
may write
u1  3 and un1  un  3 for n   .

In Example 3, the sequences can be defined by the following recurrence formulas.

(a) {1, 2, 3, 4, 5, …}

Recurrence formula: u1  1 and un 1  un  1 for n 

(b) {3, 9, 27, 81, 243, ...}



Recurrence formula: u1  3 and un 1  3un for n  .

(c) {1, 4, 9, 16, 25, ... },



Recurrence formula: u1  1 and un1  un  2n  1 for n 

(d) {–1, 2, –3, 4, –5, ...}


Recurrence formula: u1  1 and un 1   1
n 1
 un  1 for n  
.

The recurrence formulas of AP and GP can be written as


AP: un1  un  d , u1  a , where d is the common difference,
GP: un1  run , u1  a , where r is the common ratio.

Hwa Chong Institution Page 57 of 57

You might also like