sequences Flashcards
sequence definition (general):
a list of real numbers, indexed by natural numbers
a1, a2, etc.
sequence definition (specific):
a sequence is a function on the natural numbers to the real numbers
we write an(n in the natural numbers) for a sequence that maps n to an
the real number an is called the nth term
infinite sequence:
not that the value set is infinite, but that the sequence has no end, nothing to make it stop, so 1,-1,1,-1… is infinite
general term:
take 1,-1,1,-1… as an example
(-1^(n+1)))(n in the natural numbers) is the sequence
-1^(n+1) is the general term
constant sequence:
a sequence that just repeats the same number r, r, r, r,…
subsequence:
a sequence of the form (ank)(k in the naturals) where n1<n2<n3...>k for all k
basically just delete some members of the original sequence and voila, it's just which ones</n3...>
is (a(2n)) a subsequence of an:
yes, with 2k=nk (replace ns with ks basically (I think))
absolute value:
|a| is defined as a if a>=0, -1 if not
|a|<=b iff a<=b and -a<=b
|axb|=|a|x|b|
the triangle inequality holds
||a|-|b||<=|a-b|
convergent sequence definition:
(an)n converges to a real number r if for every real number ε>0, there is some natural N such that for all n>=N, we have |an-r|<ε
if this is the case, we write an->r as n->∞
essentially ε is standing for anything more than 0, so |an-r|is close to 0, closer as n gets bigger
divergent:
a sequence that uh. isn’t convergent to anything
how to prove a sequence is convergent to a given limit:
write out |an-r|<ε with the given info
mess around to get smth like …ε…<n
then pick a natural number for N and a value for ε based on that to use
then I think you’re done? idk test some questions later
limits are:
unique (no sequence has more than 1 limit) - take ε=(s-r)/2, where r and s are the ‘2’ limits, take the definitions of the sequence converging to each limit, combine for a contradiction
finite modification theorem:
if a sequence (an)n converges to r, and (bn)n=(an)n for all but finitely many n, then (bn)n converges to r
convergence and subsequences:
every subsequence of a convergent sequence converges to the limit of the convergent sequence
scalar multiplication rule:
lim(c(an))=c(lim(an))