Infinite Sequences
A sequence of real numbers is a function whose domain is the set of positive integers and range a set of real numbers.
f : ℕ → ℝ
A sequence of complex numbers is defined similarly, with ℝ replaced by ℂ. A sequence can be thought of as a list of numbers written in a definite order:
a0, a1, a2, a3, ... , an, ...
The number a1 is called the first term, a1 is the second term, and in general an is the nth term i.e. the real value f(n) associated to n. The sequence {a0, a1, ..., an} is generally indicated as {an}. It's important to remark the fact that a sequence (always infinite) may well have a finite range; for instance, 1, 0, 1, 0, ... is an infinite repeating sequence while its range is a set consisting of just two numbers: 0 and 1. Some example are
{an} = {(−1)n} = {−1, 1, −1, 1, −1, ...}<
{an} = {n2} = {0, 1, 4, 9, 16, ..}
{an} = {1/n} = {1, 1/2, 1/3, 1/4, ..}
{an} = {5} = {5, 5, 5} (constant sequence)
Its nth term is an = (−1)n and the range is {−1, 1}. Some sequences can be defined by giving a formula for the nth term.
an = n/(n + 1), {1/2, 2/3, 3/4, 4/5, ..., n/(n + 1)}
Definition 2.1.2. A sequence {an} is said
Bounded below if there exists a real number m such that an ≥ m, ∀n ∈ ℕ;
Bounded above if there exists a real number M such that an ≤ M, ∀n ∈ ℕ;
Bounded. A sequence which is bounded both above and below. Thus a sequence {an} is said to be bounded if there exist two real numbers m and M such that m ≤ an ≤ M ∀ n ∈ ℕ;
monotone increasing (or non-decreasing) iff an ≤ an+1 ∀n;
monotone decreasing (or non-increasing) iff an ≥ an+1 ∀n;
strictly increasing if an < an+1 ∀n;
strictly decreasing if an > an+1 ∀n;
monotone if it is either increasing or decreasing;
strictly monotonic if it is either strictly increasing or strictly decreasing;
alternating< if {an} changes sign alternately. (e.g. {(−1)n}. □
For example {(−1)n)} is bounded by the two numbers {−1, 1}; {1/n} is bounded: 1 is the upper limit and 0 is a lower bound; {n2} is bounded below; {(−2)n)} is not bounded.
The most important question about a sequence is whether it converges. We define this notion as follows.
Example 2.1.3 (AP). An arithmetic sequence or arithmetic progression (AP) is a sequence in which each term after the first term is formed by adding a constant number to the preceding term. Consider the sequence 1, 4, 7, 10,... where each term is obtained from the previous term by adding the constant value 3. The general form of a term in this sequence is an = 3n − 2. The general form of an arithmetic sequence is given by
a1, a1 + d, a1 + 2d, a1 + 3d, ..., a1 + (n − 1)d
The nth term of an A.P. is given by
an = a1 + (n − 1)d
The value a1 is the initial term in the sequence, and the value d is the constant difference between a term and its successor. In the above example we have a = 1 and d = 3.
By mathematical induction method, we prove that hte sum Sn, of the first n terms of arithmetic progression is calculated by the formula
For n = 1, we obtain S1 = (1/2) (a1 + a1) = a1.
Assume that the formula for Sn holds for all positive integers n ≥ 1, then we'll prove the formula for n + 1, that is
We have that Sn+1 = Sn + an+1 and according to the inductive hyphothesys Sn =(a1 + an)n/2. Then
completing the proof. ■