Sequences

Informal description

Digits of π

3, 1, 4, 1, 5, 9, 2, 6, 5, 3, 5, 8,

Approximations of 13

0.3, 0.33, 0.333, 0.3333, 0.33333,

Recursive

Fibonacci numbers

f0=0, f1=1, fn = fn-1 + fn-2 0, 1, 1, 2, 3, 5, 8,

First order recurrence

a0=-1, an = 4+an-1 -1, 3, 7, 11, 15,

Algebraic description

{ nn+1 } n=0 = 0, 12, 23, 34,

 

{ n+2 n+3 } n=0 = 23, 34, 45, 56,

 

{ nn+1 } n=2 = 23, 34, 45, 56,

Special sequences

Arithmetic

{ 4n-1 } n=0 = -1, 3, 7, 11, 15, { n } n=0 = 0, 1, 2, 3, 4,

Geometric

{ 3 (12) n } n=0 = 3, 32, 34, 38, 316, { (-1) n } n=0 = 1, -1, 1, -1, 1, -1,

Sequences

Terminology

A sequence in is a function 𝒶: . The value

𝒶(i) = 𝒶i

is called the term of the sequence with index i. A sequence

𝒶0, 𝒶1, 𝒶2, 𝒶3,

is denoted as { 𝒶n } n=0 or simply { 𝒶n } .

Arithmetic sequence

A sequence of the form

{ αn+β } n=0

is called arithmetic sequence.

Geometric sequence

A sequence of the form

{ γ𝓇n } n=0

is called geometric sequence.

Sequences

Limits

Limit

Let { 𝒶n } be a sequence then 𝒶 is its limit

lim n 𝒶n =𝒶 { 𝒶n } 𝒶

if

ε + , N(ε) : N(ε)m | 𝒶-𝒶m | < ε

If the limit exists the sequence converges, else it diverges.

Properties

Let { 𝒶n } 𝒶 and { 𝒷n } 𝒷 . Then

  • { α𝒶n + β𝒷n } α𝒶 + β𝒷
  • { 𝒶n 𝒷n } 𝒶 𝒷
  • { 𝒶n 𝒷n } 𝒶𝒷 provided that 𝒷0 and 𝒷n 0

Computing via functions

Let f(x) be a real valued function defined for all natural numbers n larger than N0. Let { 𝒶n } be a sequence such that

f(i) = 𝒶i

for all N0i. Then

lim x f(x) =𝒶 { 𝒶n } 𝒶

Remark: converse is false

{0} n=0 0 lim x (x sin (xπ) ) =DNE

Continuous functions

Let { 𝒶n } 𝒶 and f(x) be continuous on 𝒶. Then M such that

f( 𝒶n )

is defined for all nM and

{ f( 𝒶n ) } f( 𝒶 )

Squeeze theorem

Let { 𝒶n } , { 𝒷n } and { 𝒸n } be sequences. If M such that

Mn 𝒶n 𝒷n 𝒸n

and { 𝒶n } , { 𝒸n } then

{ 𝒷n }

Sequences

Examples

{ 0 } n=0 = 0, 0, 0, 0, 0, 0, { (-1) n } n=0 = 1, -1, 1, -1, 1, -1, { ( 1- (-1) n ) n } n=0 = 0, 2, 0, 4, 0, 6, { 1n } n=1 = 1, 12, 13, 14, 15, 16,
{ 5+ 3n2 } n=1 = 8, 234, 489, 8316,
{ 2n n2 } n=1 = 2, 1, 89, 1, 3225, 169, { ( 1+ 2n ) n } n=1 = 3, 4, 12527, 8116,
{ cos ( 3n2 ) } n=1
{ |cosn| n n2 } n=1 { (-1) n 2 n } n=1
{ 4n n! } n=1
a1=2 an+1 = an 2 + 1 2an
2, 54, 4140, 32813280, 2152336121523360,

Sequences

bounded and monotone

Bounded

above

A sequence { 𝒶n } is bounded from above if

𝓊 : n 𝒶n <𝓊

𝓊 is an upper bound.

Bounded

below

A sequence { 𝒶n } is bounded from below if

𝓁 : n 𝓁< 𝒶n

𝓁 is an lower bound.

Bounded

A sequences is bounded if it is bounded from above and from below.

Monotone

increasing

A sequence { 𝒶n } is monotone increasing if

M : Mn 𝒶n 𝒶n+1

or

𝒶M 𝒶M+1 𝒶M+2

Monotone

decreasing

A sequence { 𝒶n } is monotone decreasing if

M : Mn 𝒶n 𝒶n+1

or

𝒶M 𝒶M+1 𝒶M+2

Monotone

A sequence is monotone if it is monotone increasing or monotone decreasing.

Monotone convergence theorem

Every monotone sequence is convergent.