TOPICS
Search

Convergent Series


A series is said to be convergent if it approaches some limit (D'Angelo and West 2000, p. 259).

Formally, the infinite series sum_(n=1)^(infty)a_n is convergent if the sequence of partial sums

 S_n=sum_(k=1)^na_k
(1)

is convergent. Conversely, a series is divergent if the sequence of partial sums is divergent. If sumu_k and sumv_k are convergent series, then sum(u_k+v_k) and sum(u_k-v_k) are convergent. If c!=0, then sumu_k and csumu_k both converge or both diverge. Convergence and divergence are unaffected by deleting a finite number of terms from the beginning of a series. Constant terms in the denominator of a sequence can usually be deleted without affecting convergence. All but the highest power terms in polynomials can usually be deleted in both numerator and denominator of a series without affecting convergence.

If the series formed by taking the absolute values of its terms converges (in which case it is said to be absolutely convergent), then the original series converges.

Conditions for convergence of a series can be determined in the Wolfram Language using SumConvergence[a, n].

The series

sum_(n=2)^(infty)1/(nlnn)=infty
(2)
sum_(n=3)^(infty)1/(nlnn(lnlnn))=infty
(3)

both diverge by the integral test, although the latter requires a googolplex number of terms before the partial sums exceed 10 (Zwillinger 1996, p. 39). In contrast, the sums

 sum_(n=2)^infty1/(n(lnn)^2) approx 2.109742801236
(4)

(Baxley 1992; Braden 1992; Zwillinger 1996, p. 39; Kreminski 1997; OEIS A115563) and

 sum_(n=3)^infty1/(nlnn(lnlnn)^2) approx 38.4067680928...
(5)

(OEIS A118582; Mathar 2009) converge by the integral test, although the latter converges so slowly that 10^(3.14×10^(86)) terms are needed to obtain two-digit accuracy (Zwillinger 1996, p. 39). Both can be summed using the Euler-Maclaurin integration formulas.


See also

Absolute Convergence, Conditional Convergence, Convergence Tests, Convergent, Convergent Sequence, Divergent Series, Limit, Radius of Convergence, Uniform Convergence Explore this topic in the MathWorld classroom

Explore with Wolfram|Alpha

References

Baxley, J. V. "Euler's Constant, Taylor's Formula, and Slowly Converging Series." Math. Mag. 65, 302-313, 1992.Braden, B. "Calculating Sums of Infinite Series." Amer. Math. Monthly 99, 649-655, 1992.Bromwich, T. J. I'A. and MacRobert, T. M. An Introduction to the Theory of Infinite Series, 3rd ed. New York: Chelsea, 1991.D'Angelo, J. P. and West, D. B. Mathematical Thinking: Problem-Solving and Proofs, 2nd ed. Upper Saddle River, NJ: Prentice-Hall, 2000.Kreminski, R. "Using Simpson's Rule to Approximate Sums of Infinite Series." College Math. J. 28, 368-376, 1997.Mathar, R. J. "The Series Limit of sum_(k)1/[klogk(loglogk)^2]." 4 Feb 2009. http://arxiv.org/abs/0902.0789.Sloane, N. J. A. Sequences A115563 and A118582 in "The On-Line Encyclopedia of Integer Sequences."Zwillinger, D. (Ed.). CRC Standard Mathematical Tables and Formulae, 30th ed. Boca Raton, FL: CRC Press, 1996.

Referenced on Wolfram|Alpha

Convergent Series

Cite this as:

Weisstein, Eric W. "Convergent Series." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/ConvergentSeries.html

Subject classifications