Theory 1

A sequence is a rule that defines a term for each natural number n:

a0,a1,a2,a3,a4,

So a sequence is a function from to .

Geometric sequence

A sequence is called geometric if the ratio of consecutive terms is some constant r, independent of n:

an+1an=rfor everyn

The defining relation of a geometric sequence is equivalent to an+1=anr.

By plugging a1=a0r into a2=a1r, we have a2=(a0r)r=a0r2. This plugging can be repeated n-times to get a formula for the nth term:

an=an1r=an2r2=an3r3==a1rn1=a0rn

Therefore an=a0rn, and we have a formula for the general term of the sequence (the term with index n).

center

Starting point of a sequence

Note that sometimes the index (variable) of a sequence starts somewhere other than 0. Most common is 1 but any other starting point is allowed, even negative numbers.

Sometimes c is used instead of a0 in the formula for the general term of a sequence, thus an=crn. The ‘c’ notation is useful when the sequence starts from n0.

Extra - Fibonacci sequence

The Fibonacci sequence goes like this:

0,1,1,2,3,5,8,13,21,34,55,89,144,

The pattern is:

Fn=Fn1+Fn2

This formula is a recursion relation, which means that terms are defined using the values of prior terms.

The Fibonacci sequence is perhaps the most famous sequence of all time. It is related to the Golden Ratio and the Golden Spiral:

center