Sequences and Series¶
Sequence¶
A sequence is an ordered list of numbers (e.g.,
); the numbers are called
“elements” or “terms”. Every convergent sequence is bounded, thus an unbounded sequence
is divergent.
| Sequence Test | Converge | Notes |
|---|---|---|
| Squeeze Theorem | then ![]() |
![]() |
| Def 1, pg 692 | ![]() |
|
| l’Hospital’s Rule | ![]() |
where = numerator and = denominator |
| Theorem 3, pg 693 | if then ![]() |
|
| Theorem 6, pg 694 | then converges |
|
| Theorem 9, pg 696 | ![]() |
Divergent for all other values of ![]() |
| Theorem 12, pg 698 | Every bounded ( ), monotonic sequence is convergent |
The bounds exists for , also see Theorem 10 and 11 |
Series¶
A series is the sum of the terms of a sequence:
.
| Series Test | Converge | Diverge | Notes |
|---|---|---|---|
| Divergence | N/A | ![]() |
Doesn’t show convergence and the converse is not true |
| Integral | if converges |
if diverges |
must be positive, decreasing, and continous, also ![]() |
| Root | ![]() |
![]() |
inconclusive if ![]() |
| Ratio | ![]() |
![]() |
inconclusive if ![]() |
| Direct Comparison | and converges |
and diverges |
![]() |
| Limit Comparison | and converges |
and diverges |
and L is a positive constant, if L is or 0, then pick a different ![]() |
| Absolute | ![]() |
Definition of absolutely convergent, the sum is independent of the order in which the terms are summed | |
| Conditional | diverges but converges |
The sum is dependent of the order in which the terms are summed |
Common Series¶
| Series Test | Formula | Converge | Diverge | Notes |
|---|---|---|---|---|
| Alternating | ![]() |
and ![]() |
N/A | |
| Geometric | ![]() |
and converges to ![]() |
![]() |
finite sum of the first n terms: ![]() |
| P-Series | ![]() |
![]() |
![]() |
cannot calculate sum |
| Power | ![]() |
![]() |
is the radius of convergence, you need to check the end points for convergence too. Typically use Ratio Test. |
|
| Taylor | ![]() |
![]() |
![]() |
Taylor series is centered about a. Same note as power series |
| Maclaurin | ![]() |
![]() |
![]() |
A Macluarin series is a Taylor series centered about 0. Same note as power series |
then 



= numerator and
= denominator
then 
then 

), monotonic sequence is convergent
, also see Theorem 10 and 11
converges
![\lim\limits_{n\to\infty}\sqrt[n]{|a_n|} = L < 1](../_images/math/4f52b60a094e00049fdd66768ae1f13b2f020804.png)
![\lim\limits_{n\to\infty}\sqrt[n]{|a_n|} = L > 1 \text{ or } \infty](../_images/math/6c343ef8dba4f21fd734318eff43fa0cb7fd1941.png)



and
converges
and 
and
or 0, then pick a different 

diverges but
converges
and 

and converges to 







is the radius of convergence, you need to check the end points for convergence too. Typically use Ratio Test.




