Skip to content Skip to navigation

Connexions

You are here: Home » Content » Convergence of Sequences

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

In these lenses

  • richb's DSP

    This module is included inLens: richb's DSP resources
    By: Richard BaraniukAs a part of collection:"Signals and Systems"

    Comments:

    "My introduction to signal processing course at Rice University."

    Click the "richb's DSP" link to see all content selected in this lens.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Convergence of Sequences

Module by: Richard Baraniuk

Summary: This module will present an introduction into convergence and focus on what a sequence is and how it behaves as it approaches infinity.

What is a Sequence?

Definition 1: sequence
A sequence is a function gn gn defined on the positive integers 'nn'. We often denote a sequence by gn |n=1 n 1 gn

Example

A real number sequence: gn=1n gn 1 n

Example

A vector sequence: gn=sinnπ2cosnπ2 gn n 2 n 2

Example

A function sequence: g n t=1if0t<1n0otherwise g n t 1 0 t 1 n 0

note:

A function can be thought of as an infinite dimensional vector where for each value of 'tt' we have one dimension

Convergence of Real Sequences

Definition 2: limit
A sequence gn |n=1 n 1 gn converges to a limit g g if for every ε>0 ε 0 there is an integer N N such that i,iN:|gi-g|<ε i i N gi g ε We usually denote a limit by writing limigi=g i gi g or g i g g i g
The above definition means that no matter how small we make εε, except for a finite number of g i g i 's, all points of the sequence are within distance εε of gg.

Example 1

We are given the following convergent sequence:

gn=1n gn 1 n (1)
Intuitively we can assume the following limit: limngn=0 n gn 0 Let us prove this rigorously. Say that we are given a real number ε>0 ε 0 . Let us choose N=1ε N 1 ε , where x x denotes the smallest integer larger than xx. Then for nN n N we have |gn-0|=1n1N<ε gn 0 1 n 1 N ε Thus, limngn=0 n gn 0

Example 2

Now let us look at the following non-convergent sequence gn= 1ifn=even-1ifn=odd gn 1 n even -1 n odd This sequence oscillates between 1 and -1, so it will therefore never converge.

Problems

For practice, say which of the following sequences converge and give their limits if they exist.

  1. gn=n gn n
  2. gn= 1nifn=even-1nifn=odd gn 1 n n even -1 n n odd
  3. gn= 1nifnpower of 101otherwise gn 1 n n power of 10 1
  4. gn=nifn<1051nifn105 gn n n 10 5 1 n n 10 5
  5. gn=sinπn gn n
  6. gn=n gn n

Comments, questions, feedback, criticisms?

Send feedback