Sequence

From Calculus
Revision as of 00:57, 28 September 2012 by Vipul (talk | contribs) (Created page with "==Definition== A '''sequence''' in a set <math>S</math> is a function from the set of natural numbers <math>\mathbb{N} = \{ 1,2,3,\dots \}</math> to <math>S</math>. The way ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

A sequence in a set S is a function from the set of natural numbers N={1,2,3,} to S.

The way such a sequence is described is simply by listing the images of 1,2,3,... in the right order. Explicitly, for a function f:NS, the sequence can be written as:

f(1),f(2),f(3),f(4),f(5),

The values f(n),nN are called the terms of the sequence. Specifically, the value f(n) is called the nth term.

For instance, the sequence given by the function f(n):=n2 can be written as:

1,4,9,16,25,36,49,64,

Note that it is not possible to unambiguously describe a sequence (which is infinite) by just listing the first few terms (of which there are only finitely many), but the general idea behind listing the first few terms and putting the ellipses ("...") is that people are expected to figure out the most natural choice of function that fits the first few terms.

Notation

Instead of using the typical function notation with the input to the function in parentheses, sequences are typically notated using a subscript notation. The sequence is named by a letter, and individual terms of the sequence are denoted by that letter with a subscript used for the position (index). For instance, for a sequence denoted with letter a, the first term is denoted a1, the second term is denoted a2, and the nth term is denoted an.

Terminology

Term Meaning
term of a sequence for a sequence given by a function n, the nth term is the value f(n). If the sequence is written using subscript notation, as a1,a2,, then the nth term is the value an.
index or position of a term the index of a term an is the number n. Note that because a sequence may have repeated terms (i.e., the function may not be one-one), a single value could occur as a term at multiple places and hence have multiple index values.
repetition-free sequence a sequence for which the corresponding function is one-one, i.e., a sequence where all terms are distinct.
constant sequence a sequence for which the corresponding function is constant, i.e., a sequence where all terms are equal to each other.
eventually constant sequence a sequence for which there exists a natural number n0 such that the part of the sequence beyond that point is constant, i.e, for m,nn0, the mth term and nth term are equal.
periodic sequence a sequence whose terms repeat in well defined periodic cycles, i.e., there is a natural number h such that for all natural numbers n, the nth term equals the (n+h)th term. The smallest such h is termed the period of the sequence. Note that constant sequences are precisely the periodic sequences with period 1.
eventually periodic sequence a sequence such that, ignoring the first few terms, the terms repeat in well defined periodic cycles, i.e., there are natural numbers n0 and h such that for all natural numbers nn0, the nth term equals the (n+h)th term.
range of a sequence the range of the function defining the sequence. The range conveys information only about what values are attained. It does not store information about the ordering of the terms. It also does not store information about what terms were repeated.
successor or "next term" the successor or next term to a term is the term with index one more. In other words, the successor or "next term" to the nth term is the (n+1)th term.
Note that this concept of successor depends not just on the value of the term but on its position (i.e., index). This could be a problem for sequences that have repetition.
predecessor or "previous term" the predecessor to a term is the term with index one less. In other words, the predecessor or "previous term" to the nth term is the (n1)th term.<
Note that this concept of successor depends not just on the value of the term but on its position (i.e., index). This could be a problem for sequences that have repetition.
The first term doesn't have a predecessor.


There are various other notions associated with sequences specifically in the context of sequences that take values in the real numbers, i.e., sequences of real numbers.

Term Meaning
increasing sequence (sometimes called strictly increasing sequence) If m<n, the mth term is less than the nth term. Note that it suffices to check that each term is smaller than the next term.