CSCE 411 Lecture 4

From Notes
Jump to navigation Jump to search
Lecture Slides

« previous | Monday, September 3, 2012 | next »


Limit Superior

A tool used in Asymptotic Analysis.

The limit of a sequence might not exist:

f(n)=1+(1)nlimnf(n)=DNE

Supremum

The supremum b of a set of real numbers S is the smallest real number b such that bs for all s in S

Notation: b=supS

  • sup{1,2,3}=3
  • sup{xx2<2}=2
  • sup{(1)n1n|n0}=1

Limit Superior

The Limit superior of a sequence xn of real numbers is defined as

lim supnxn=limn(sup{xmmn})
Note: the limit superior always exists in the extended real line (including ±∞)

Asymptotic Applications

(complicated function of n) = (simple function of n) + (bound for size of error in terms of n)

For example, 12+22+32++n2=n33+n22+n6=n33+O(n2)

Bold Conjecture

1k+2k+3k++nk=nk+1k+1+O(nk)

Proof. Estimate the sum S(n)=1k+2k+3k++nk as an integral:

S(n)<1n+1xkdx=(n+1)k+1k+1S(n)>0nxkdx=nk+1k