|
A sequence Sn converges to the limit S -- that is,
limn—> Sn = S,
-- if for any positive real number, ε, there
exists a positive integer, N, such that
n > N ==> |Sn - S| < ε
A series ∑ak is said to converge if the sequence Sn of partial sums converges.
| For j ≥ 0, |
∞ |
ak converges iff |
∞ |
ak converges, |
If
lim
k—>∞ak ≠ 0, then ∑ak. diverges.
Let f(x) be continuous, decreasing, and positive for x ≥ 1.
Then ∞
∑
k=1f(k) converges if and only if ∫ ∞
1f(x)dx converges. Example:
Consider ∑kp for various values of p. If p < -1 then ∫1∞xp = -1/(p+1), but otherwise, the integral doesn't converge, so neither does the series. In particular, if p=1, then ∫x-1 = ln|x|, so ∫1 ∞x-1 doesn't converge, so ∑k-1 doesn't converge.
Let ∑ak and ∑bk be series with non-negative terms. If ak ≤ bk for all k sufficiently large, then:
- If ∑bk converges, then ∑ak also converges, and
- If ∑ak diverges, then ∑bk also diverges.
- Let ∑ak and ∑bk be series with positive terms.
If
lim
k—>∞ak
—
bk= L
- where 0 < L < ∞, then ∑ak and ∑bk either both converge or both diverge.
- Let ∑ak be a series with positive terms, and suppose that
lim
k—>∞ak+1
——
ak= L
- If L < 1, then ∑ak converges.
- If L > 1, then ∑ak diverges.
- If L = 1, then the test is inconclusive.
A geometric series converges if its common ratio is strictly between -1 and 1. For 0 < r < 1, the ratio test shows convergence. For -1 < r < 0, the alternating series test (below) shows convergence. For r=0 the comparison test with ∑2-k shows convergence.
For -1 < r < 1, ∞
∑
k=0ark = a
———
(1-r)
If the ratio test is inconclusive (L=1) then if
lim
k—>∞n( ak+1
——
ak-1) < -1 then the series converges by Raabe's test.
. . . . . . an example should be added here to show how Raabe's test can be used. Some resources say the hypergeometric series is an example that can be shown to converge using this test.
- Let ∑ak be a series with non-negative terms, and suppose that
lim
k—>∞(ak)1/k
= L
- If L < 1, then ∑ak converges.
- If L > 1, then ∑ak diverges.
- If L = 1, then the test is inconclusive.
The alternating series
∞
∑
k=0(-1)kak
converges if ak+1 < ak for all k and
lim
k—>∞ak = 0.
Convergent Sequence, in Mathworld
Harvey Mudd College Calculus Tutorial: Convergence tests for infinite series
Calculus Theorems -- important facts about continuous functions
The webmaster and author of this Math Help site is Graeme McRae.