Glossary
Alternating Sequence
A sequence in which the terms alternate in sign, often identified by a $(-1)^n$ or $(-1)^{n+1}$ factor in its formula.
Example:
The sequence produces terms like -1, 1/2, -1/3, 1/4, ..., demonstrating an alternating sequence.
Bounded (Sequence)
A sequence that is both bounded above and bounded below.
Example:
The sequence is a bounded sequence because its terms are always between -1 and 1 (inclusive).
Bounded Above
A sequence is bounded above if there exists some real number M such that all terms of the sequence are less than or equal to M.
Example:
The sequence is bounded above by 1, as no term in the sequence will ever exceed 1.
Bounded Below
A sequence is bounded below if there exists some real number m such that all terms of the sequence are greater than or equal to m.
Example:
The sequence is bounded below by 0, since all terms are positive and approach 0 but never go below it.
Convergent Sequence
A sequence for which the limit of its terms as n approaches infinity exists and is a finite number.
Example:
The sequence is a convergent sequence because , a finite value.
Convergent Series
A series for which the limit of its partial sums as n approaches infinity exists and is a finite number.
Example:
The series is a convergent series because its sum is 1.
Decreasing Sequence
A sequence where each term is less than or equal to the previous term ($a_{n+1} \le a_n$ for all n).
Example:
The sequence (1, 1/2, 1/3, ...) is a decreasing sequence because each subsequent term is smaller.
Divergent Sequence
A sequence for which the limit of its terms as n approaches infinity does not exist or is infinite.
Example:
The sequence is a divergent sequence because , which is not a finite value.
Divergent Series
A series for which the limit of its partial sums as n approaches infinity does not exist or is infinite.
Example:
The harmonic series is a divergent series even though its terms approach zero.
Harmonic Sequence
A specific type of sequence where each term is the reciprocal of a positive integer, typically represented as $\{1/n\}$.
Example:
The terms 1, 1/2, 1/3, 1/4, ... form a harmonic sequence, which is fundamental to understanding certain series behaviors.
Increasing Sequence
A sequence where each term is greater than or equal to the previous term ($a_{n+1} \ge a_n$ for all n).
Example:
The sequence (1, 2, 3, ...) is an increasing sequence as each term is larger than the one before it.
Infinite Series
A series where the sum extends indefinitely, represented as $s_\infty = \lim_{n \to \infty} \sum_{i=1}^{n} a_i$.
Example:
The sum of all positive integers, , is an infinite series.
Monotonic Sequence
A sequence that is either entirely increasing or entirely decreasing.
Example:
Both and are examples of a monotonic sequence because they consistently move in one direction.
Sequence
A sequence is an ordered list of terms, often related by a common pattern, represented as $\{a_n\}^\infty_1$.
Example:
The sequence generates terms like 1, 1/2, 1/3, ..., which is a classic example of a sequence.
Series
A series is the sum of the terms of a sequence.
Example:
The expression represents a series formed by summing the terms of the harmonic sequence.
Telescoping Series
A series where most of the terms cancel out in the partial sums, leaving only the first and last terms.
Example:
The series is a telescoping series because its partial sums simplify to .
n-th Partial Sum
The sum of the first 'n' terms of a series, denoted as $s_n = \sum_{i=1}^{n} a_i$.
Example:
For the series , the 3rd partial sum () would be .