Search
 
 

MATHEMATICS - THEORY

    Sequence

n
an
1
1
2
1
3
2
4
3
5
5
6
8
7
13
8
21

 

A sequence {an} is a set of numbers that can be determined by an expression. For example:

     an = 1, 1, 2, 3, 5, 8, 13, 21,...


This a Fibonacci sequence, which can be get according to:

     a1 = 1
     a2 = 1
     an = an-2+ an-1 (n > 2)

This expression allows each term of the sequence be found correctly and easily.

 

 

    Limit

   

For a given sequence a1, a2, a3, ..., an, ..., if the value of an is arbitrarily close to A as n approaches a, A is the limit of the given sequence. Its notation is

     

This definition can be stated as:
A is the limit of sequence an, if and only if, for any chosen small positive number ε, there exists a positive number δ such that, whenever

     

then

     

The concept of limit provide a way to solve such kind problem:

The term of a sequence is getting closer and closer to a fixed number, but it can not get to that number no matter how close they are.

This concept is useful in real situation, for example: using the "method of exhaustion" to find the area of a circle.