Sequences Flashcards
Week 2.2 (11 cards)
1
Q
decreasing sequence
A
an+1 < an for every n
2
Q
increasing sequence
A
an+1 > an for every n
3
Q
monotonic series
A
either a decreasing or increasing sequence
4
Q
lower bound
A
there exists a number n in such that an >= m for every n
5
Q
upper bound
A
there exists a number M such that an <= M for every n
6
Q
bounded sequence
A
sequence is bounded below & above
7
Q
find the constant of the arithmetic sequence
A
an+1 - an
8
Q
find the constant of the geometric sequence
A
an+1/an
9
Q
what are the 4 limit rules
A
- lim(an +bn) = lim(an) + lim(bn)
- lim(can) = clim(an) where c = constant
- lim(an.bn) = lim(an) . lim(bn)
- lim(an/bn) = lim(an)/lim(bn)
10
Q
what are the 2 types of divergences
A
- oscillates
- go to infinity
11
Q
what is big O
A
denotes a class of functions for which lim(fn/(n^k) = C where C is a non-zero constant