Sequences and Series Flashcards
Sequence
Definition
a list (usually infinite) of numbers indexed by integers (usually ℕ)
Infinite Sequence
A More Precise Definition
a prescription associating each natural number to a unique real number, such a map:
M : N -> R, n|—>an
is a special case of the general notion of a function
Bounded Below
Definition
a sequence is bounded below if and only if there exists some c∈ℝ such that an>=c for all n∈ℕ
Bounded Above
Definition
a sequence is bounded above if and only if there exists some c∈ℝ such that an<=c for n∈ℕ
Unbounded
Definition
a sequence is unbounded if and only if there does not exist c∈ℝ such that |an|<=c for all n∈ℕ
Bounded
Definition
a sequence is bounded if it is bounded above and below
Increasing Sequence
Definition
a sequence is increasing if a(n+1) >= an
Decreasing Sequence
Definition
a sequence is decreasing if a(n+1) <= an
Strictly Increasing Sequence
Definition
a sequence is strictly increasing if a(n+1) > an
Strictly Decreasing Sequence
Definition
a sequence is strictly decreasing if a(n+1) < an
Convergence
Definition
A sequence id convergent if it approaches some limit
A sequence Sn has a limit S if, for any ɛ>0, there exists an n>N such that |Sn-S| < ɛ
Divergence
Definition
If a sequence does not converge, it is said to diverge
Monotonic
Definition
a sequence that either never decrease or never decreases
Limit Comparison
Assume an and bn satisfy an >= bn for all n>N0∈ℕ
Assuming an -> a and bn -> b, a>=b
If bn -> ∞, then an -> ∞
Adding Sequences and Limits
let an -> a and bn -> b
an + bn -> (a+b)