Sequences

Overview

A function f whose domain is the set of natural numbers is called an (infinite) sequence. The function value f(n) is called the nth term of the sequence. Sequences are described using one of:

We often denote a sequence as (an)n0 where ai=f(i) for all iN. Other index patterns are denoted in the natural way.

A tail of (an) refers to the sequence with a finite number of initial terms omitted.

Convergence

A sequence (an)n0 is said to have a limit L if, for every ϵ>0, there exists an N>0 such that

|anL|<ϵfor allnN.

In this case, we say the sequence (an) converges to L and we write

limnan=L,or(an)L as n.

A sequence which does not converge is called divergent.

Algebraic Limit Theorem

The following identities assume (an) and (bn) are convergent sequences such that

limn+an=Aandlimn+bn=B.

Monotone Convergence

A monotonic sequence is convergent if and only if it is bounded.

An increasing sequence (an) is sometimes denoted as (an). A decreasing sequence (bn) is sometimes denoted as (bn).

Asymptotic Equality

Two sequences (an) and (bn) of complex numbers are said to be asymptotically equal if

limn+anbn=1.

This relation is denoted as anbn as n+.

Limit Functions

Let (fn) denote a sequence of real- or complex-valued functions having a common domain on the real line or in the complex plane. Let S denote the set of points x for which sequence (fn(x)) converges. The function f defined on S by the equation

f(x)=limnfn(x)ifxS,

is called the limit function of the sequence (fn). We say the sequence (fn) converges pointwise to f on the set S.

Uniform Convergence

A sequence of functions (fn) converges uniformly to f on a set S if for every ϵ>0 there is an n0N such that nn0 implies

|fn(x)f(x)|<ϵfor all x in S.

We denote this symbolically by writing "fnf uniformly on S."

uniform-convergence.png

Continuity

Assume fnf uniformly on an interval S. If each function fn is continuous at a point p in S, then the limit function f is also continuous at p.

Integration

Assume fnf uniformly on an interval [a,b], and assume each fn is Riemann integrable on [a,b]. Define a new sequence (gn) by the equation

gn(x)=axfn(t)dtif x[a,b]

Then f is Riemann integrable and gnaxf(t)dt uniformly on [a,b]. That is,

limnaxfn(t)dt=axlimnfn(t)dt.

Differentiation

Unlike integration, differentiability is not transmitted by uniform convergence. One notable exception to this rule is within a power series's circle of convergence.

Special Cases

∆ᵏ-constant Sequence

Let (an) be a sequence. We define the kth differences of (an) recursively:

A sequence is said to be Δk-constant if the kth differences are constant. The closed formula for a sequence will be a degree k polynomial if and only if the sequence is Δk-constant.

This is the discrete analog to (continuous) derivatives of polynomials.

Arithmetic

An arithmetic sequence (an)n0d is a sequence in which each term differs by the common difference constant d.

Geometric

A geometric sequence (an)n0r is a sequence in which each term differs by a common ratio r.

Square Numbers

The nth term of the square numbers (sn)n0 is n2. The first few terms are

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

Triangular Numbers

The nth term of the triangular numbers (Tn)n0 is the sum of whole numbers k=0nk. The first few terms are

0,1,3,6,10,15,21,28,36,45,55,
Powered by Forestry.md