The definitions of a sequence and a series
Sequence: an ordered list of numbers
Series: the sum of a sequence
If a sequence converges, can its series diverge? If so, give an example
Yes. Examples:
{2, 2, 2, 2, ...}
{1, 1.1, 1.11, 1.111, 1.111, ...}
What does it mean for a sequence an to be bounded?
The sequence an has a bound B , where:
|an| ≤ B for all n
If a series converges, can its sequence diverge? If so, give an example
No. Divergence test says all sequences who don't converge to 0 have corresponding series that diverge.
How are sequences an like functions?
For the domain of positive integers n , the range is the corresponding term of the sequence a(n) .
They can be graphed.
What does it mean for a sequence to be monotonic?
The sequence is EITHER:
- Always Increasing
or
- Always Decreasing.
If a sequence is bounded and increasing, can the sequence diverge? If so, give an example.
No. "Every bounded, monotonic sequence converges" (theorem).
What does it mean for a sequence an to converge?
limn->∞ of an exists
If a sequence converges to 0, can its series diverge? If so, give an example.
Yes. Example: 1/n diverges
The Divergence Test is
A test for series divergence. For a sequence an :
If limn->∞ an ≠ 0, then the series diverges
If limn->∞ an = 0, then we don't know (Inconclusive)
If a sequence has an upper bound and a lower bound, can the sequence diverge? If so, give an example.
Yes. Examples: (-1)^n, or sin(n)