Sequences Flashcards

(39 cards)

1
Q

real sequence

A

a function X: N ->R
to every n in N we assign a real number X(n) = Xn in R
we write (Xn) where n ∈ N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

constant sequence

A

Xn = c for all n in N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

convergent sequence

A

said to converge to a limit x in R if for every ε >0 there exists a n0 in N such that
|xn - x| <ε>= n0
we write lim n-> inf Xn = x
if no limit is divergent</ε>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

eg prove Xn = 6 has a limit

A

chose x = 6 as a potential limit
for every ε >0 we have to find a good n0 in N
|Xn - 6| < ε for all n>= n0 where ε >0
look at |Xn - 6 | = 0 < ε (as Xn = 6)
so every n0 works

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

eg find limit of An = 1/n

A

chose a = 0
take ε >0
we need |1/n - 0| = 1/n < ε for all n >= n0
chose n0 > 1/ ε (by archimedes)
for all n >= n0
1/n <= 1/n0 < ε

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

eg bn = (-1)^n what would the limit be?

A

if x ∈ R what if x>= 0?
then |x - (-1)^2n+1 | = x+1 >= 1
so cant be < ε as ε <1
so cant get |x - bn| <ε
what is x<0?
|(-1)^2n -x| = 1-x >= 1 so cant work either
so no limit - divergent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

uniqueness of a limit

A

a convergent sequence Xn has precisely one limit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

bounded above/bellow/ bounded

A

let Xn be a sequence and X = { Xn ∈ R | n ∈N}
the sequence is bounded above is X is bounded above
bounded below if X is bounded below
and bounded if X is bounded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

convergence and bounded

A

every convergent sequence Xn is bounded
contrapositive:
if Xn is not bounded then is divergent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

squeezing theorem

A

let Xn and Yn be sequences
if |Xn| <= Yn for all n in N
and Yn -> 0 as n -> ∞
then Xn -> 0 as n -> ∞

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

COLT

A

calculus of limits theorem
Xn and Yn are convergent sequences with limit X and Y
* aXn + bYn -> aX + bY
* Xn.Yn -> X.Y
* Xn/Yn -> X/Y
all as n-> ∞

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

limit given a sequence within a range

A

XN is a sequence ∈ [a,b] for all n
if coverges them lim Xn ∈ [a,b] for n -> ∞

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

continuity of root

A

let Xn be convergent with Xn >= 0 then √Xn is also convergent
lim √Xn = √lim Xn (from n->∞)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

limit and supremum

A

if Xn is a sequence monotonically increasing Xn <= Xm for all n<=m
if Xn is bounded then its convergent
lim Xn as n->∞ is sup{ Xn ∈R | n ∈N}
also works if monotonically decreasing and bounded (inf)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

proof lim Xn is sup(X)

A

X = {Xn} is bounded
so sup(X) exists
let ε >0 we need |Xn -X| < ε for all n>= n0
x-ε cant be an upper bound so
x-ε < Xn0 <= Xn <= X < x +ε
-ε <Xn - X < ε
|Xn - X| <ε

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

exponential function

A

limit of (1+x/n)^n as n-> ∞
exp(x) >0 and exp(-x) = 1/exp(x)

17
Q

what is exponential bounded by

A

if x is in R
then 1 + x <= exp(x)
if x<1
exp(x) <= 1/(1-x)

18
Q

exp(x+y)

A

= exp(x) . exp(y)

19
Q

exponential increasing or decreasing

A

stictly monotonically increasing
if x<y
exp(y-x) >= 1+ y-x > 1
so exp(y)/exp(x) >1
so exp(y) > exp(x)
when y > x

20
Q

exponential continuous

A

let a >0 then there exists an x in R with exp(x) = a

21
Q

logarithm function

A

log : (0,∞) -> R
is defined by log(x) = y where y is the unique real number with exp(y) = x

22
Q

a^x in terms of log

A

exp(x.log(a))

23
Q

log base a (x)

A

= log(x)/log(a)
a^log base a(x) = x

24
Q

properties of powers and logs

A

a^(x+y) = a^x. a^y
(a^x)^y = a^xy
log(xy) = log(x) + log(y)
log(x^y) = ylog(x)

25
log bounded by
x-1/x <= log(x) <= x-1
26
subsequence
lest Xn be a sequence. a subsequence of Xn is another sequence Xnj with 1<= n1 <= n2 <....
27
`Xn and subsequence convergence
if Xn has limit X all subsequences of Xn have a limit X - if subsequences have diff limits sequence doesnt converge
28
bolzano weirstrass theorem
let Xn be a bounded sequence then Xn has a convergent subsequence
29
sub sequence and increasing
every sequence Xn has a subsequence which is either increasing or decreasing
30
peak index
is an n0 in N such that Xn0 >= Xn for all n>= n0
31
x̄n
is the sup{ Xm | m>= n} = sup { Xn, Xn+1...} x̄n >= x̄n+1 (sup of same set with one less element (xn) will be same or smaller if xn was sup)
32
x̲n
is the inf{ Xm | m>= n} = inf { Xn, Xn+1...} x̲n <= x̲n+1 (opposite of sup)
33
limes superior
= lim sup Xn = lim x̄n = inf x̄n = inf {sup{xn}}
34
limes inferior
= lim inf Xn = lim x̲n = inf x̲n = sup {inf{xn}}
35
liminf/sup and limit of sequence
let XN be a bounded sequence - there exists a subsequence Xnj with lim Xnj = limsup Xn - there exists a subsequence Xnj with lim Xnj = liminf Xn - if Xnj is convergent then liminf Xn <= lim Xnj <= limsup Xn
36
cauchy sequence
if for every ε > 0 there exists and n0 such that |Xn - Xm| < ε for all n,m >= n0
37
cauchy sequence bounded
if Xn is a cauchy sequence Xn is bounded
38
convergence and cauchy
if Xn is convergent it is cauchy sequence and if Xn is cauchy sequence its also convergent
39