Sequences and Series

Refresher

   2,3,4,5,6,…, n 
is  the sequence created by the rule n + 1

un denotes the nth term of the sequence
so  here, u1= 2, u2= 3   etc.

Recurrence relations

A sequence can be formed by a recurrence relation.

A first-order linear recurrence relation is of the form

 2 
, where r and d are constants.

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

Example

Find the first-order linear recurrence relation
given by the sequence  2, 4, 10, 28

1

Substituting back ,

3

Thus giving the first-order linear recurrence relation
un+1 =3un -2   

 

Fixed Points

If the relation from above is used with a starting value of

u1=1, then the following sequence is generated:-

1,1,1,1,……….1   and so on.

Such repetition is called  a fixed point.

u1=0 generates the sequence

-2,-8,-26 etc.

Since u1=0 and u1=2 generate sequences which diverge from 1,
un=1 is an unstable fixed point of the relation

un+1 =3un -2   

 

A stable fixed point occurs when the other sequences converge
to the fixed point.

 

In general

un+1 = run + d    has a fixed point when un+1 = un 
  

4

For a stable fixed point

  5

A stable fixed point is often called a limit.

 

Arithmetic sequences

An arithmetic sequence is of the form

un+3 - un+2 =  un+2- un+1  =  un+1 - un= d

The common difference,  d, is a constant.

The nth term of an arithmetic sequence can  be described
6

 where a = u1, d = common difference and n = nth term

Examples

Find the nth term of the arithmetic sequence
13,16,19…

Solution:

a=13 , d = 16-13 = 3

7


Find the 219th term of the arithmetic sequence
13,16,19…

From above,

8


Find the arithmetic sequence which includes
u7 =33  and u18=88

9 and10

so

11

solving simultaneously gives

12

substiting

14


Given the arithmetic sequence
12,22,32,42,52….
find the value of n for which un =162 

15

 

Sum to n terms of an arithmetic sequence

16

Proof

Example

Find the sum of the first 20 terms of the
arithmetic sequence which starts
12,22,32,42,52….

17

Examples

Find the value of n  of the following
arithmetic sequence such that its sum
first exceeds 250.

12,22,32,42,52….

18

19

 

An arithmetic sequence exists such that
the sum of its first 6 terms is 93 and
the sum of its first 9 terms is 207.
Find the sum of its first 4 terms.

 20

21

and

22

23

24

When un is given, the following formula can be used:-

25

since
26

Example

Find the sum of the first six terms of the
arithmetic sequence which starts 3,8,13…
given u6=28

27

Geometric sequences

A geometric sequence is of the form

28

The common ratio,  r, is a constant.

The nth term of a geometric sequence can  be described

29

where a = u1, r = common ratio and n = nth term

Example

Find the 12th term of the geometric sequence
5,20,80…

30

Example

Given the geometric sequence
5,20,80,…..
find the value of n for which un = 327680

  31

 

Example

Given u5=1280 and u8=81920 ,
find the geometric sequence.

32

33

 

Sum to n terms of a geometric sequence

34

Example

Find the sum of the first seven terms of the geometric sequence
5,20,80…

35

Example

Given S5=1023 and S8=65535 , find the geometric series.

36

37

38

Factorising

Synthetic Division

41

42

Which factorises to

505

This has real solutions r = 1 and r = 4

The solution r = 1 is discounted

so

40

 

© Alexander Forrest