In mathematics, a series is, roughly speaking, an addition of infinitely many terms, one after the other.[1] The study of series is a major part of calculus and its generalization, mathematical analysis. Series are used in most areas of mathematics, even for studying finite structures in combinatorics through generating functions. The mathematical properties of infinite series make them widely applicable in other quantitative disciplines such as physics, computer science, statistics and finance.
Among the Ancient Greeks, the idea that a potentially infinite summation could produce a finite result was considered paradoxical, most famously in Zeno's paradoxes. Nonetheless, infinite series were applied practically by Ancient Greek mathematicians including Archimedes, for instance in the quadrature of the parabola.[2] [3] The mathematical side of Zeno's paradoxes was resolved using the concept of a limit during the 17th century, especially through the early calculus of Isaac Newton. The resolution was made more rigorous and further improved in the 19th century through the work of Carl Friedrich Gauss and Augustin-Louis Cauchy, among others, answering questions about which of these sums exist via the completeness of the real numbers and whether series terms can be rearranged or not without changing their sums using absolute convergence and conditional convergence of series.
(a1,a2,a3,\ldots)
The infinite sequence of additions expressed by a series cannot be explicitly performed in sequence in a finite amount of time. However, if the terms and their finite sums belong to a set that has limits, it may be possible to assign a value to a series, called the sum of the series. This value is the limit as tends to infinity of the finite sums of the first terms of the series if the limit exists.[4] These finite sums are called the partial sums of the series. Using summation notation,if it exists. When the limit exists, the series is convergent or summable and also the sequence
(a1,a2,a3,\ldots)
The expression denotes both the series—the implicit process of adding the terms one after the other indefinitely—and, if the series is convergent, the sum of the series—the explicit limit of the process. This is a generalization of the similar convention of denoting by
a+b
R
C
ak
It is also common to express series using a few first terms, an ellipsis, a general term, and then a final ellipsis, the general term being an expression of the th term as a function of :For example, Euler's number can be defined with the series where
n!
n
0!
1.
Given a series , its th partial sum is
Some authors directly identify a series with its sequence of partial sums. Either the sequence of partial sums or the sequence of terms completely characterizes the series, and the sequence of terms can be recovered from the sequence of partial sums by taking the differences between consecutive elements,
Partial summation of a sequence is an example of a linear sequence transformation, and it is also known as the prefix sum in computer science. The inverse transformation for recovering a sequence from its partial sums is the finite difference, another linear sequence transformation.
Partial sums of series sometimes have simpler closed form expressions, for instance an arithmetic series has partial sumsand a geometric series has partial sums
Strictly speaking, a series is said to converge, to be convergent, or to be summable when the sequence of its partial sums has a limit. When the limit of the sequence of partial sums does not exist, the series diverges or is divergent. When the limit of the partial sums exists, it is called the sum of the series or value of the series:A series with only a finite number of nonzero terms is always convergent. Such series are useful for considering finite sums without taking care of the numbers of terms.[8] When the sum exists, the difference between the sum of a series and its
n
n
An example of a convergent series is the geometric series
It can be shown by algebraic computation that each partial sum
sn
By contrast, the geometric seriesis divergent in the real numbers. However, it is convergent in the extended real number line, with
+infty
+infty
When a series's sequence of partial sums is not easily calculated and evaluated for convergence directly, convergence tests can be used to prove that the series converges or diverges.
In ordinary finite summations, terms of the summation can be grouped and ungrouped freely without changing the result of the summation as a consequence of the associativity of addition.
a0+a1+a2={}
a0+(a1+a2)={}
(a0+a1)+a2.
a0+a1+a2+ …
a0+(a1+a2)+{}
(a3+a4)+ … .
For example, Grandi's series has a sequence of partial sums that alternates back and forth between and and does not converge. Grouping its elements in pairs creates the series
(1-1)+(1-1)+(1-1)+ … ={}
0+0+0+ … ,
1+(-1+1)+{}
(-1+1)+ … ={}
1+0+0+ … ,
In general, grouping the terms of a series creates a new series with a sequence of partial sums that is a subsequence of the partial sums of the original series. This means that if the original series converges, so does the new series after grouping: all infinite subsequences of a convergent sequence also converge to the same limit. However, if the original series diverges, then the grouped series do not necessarily diverge, as in this example of Grandi's series above. However, divergence of a grouped series does imply the original series must be divergent, since it proves there is a subsequence of the partial sums of the original series which is not convergent, which would be impossible if it were convergent. This reasoning was applied in Oresme's proof of the divergence of the harmonic series,[12] and it is the basis for the general Cauchy condensation test.
In ordinary finite summations, terms of the summation can be rearranged freely without changing the result of the summation as a consequence of the commutativity of addition.
a0+a1+a2={}
a0+a2+a1={}
a2+a1+a0.
However, as for grouping, an infinitary rearrangement of terms of a series can sometimes lead to a change in the limit of the partial sums of the series. Series with sequences of partial sums that converge to a value but whose terms could be rearranged to a form a series with partial sums that converge to some other value are called conditionally convergent series. Those that converge to the same value regardless of rearrangement are called unconditionally convergent series.
For series of real numbers and complex numbers, a series
a0+a1+a2+ …
|a0|+|a1|+|a2|+ … ,
A historically important example of conditional convergence is the alternating harmonic series,
which has a sum of the natural logarithm of 2, while the sum of the absolute values of the terms is the harmonic series,which diverges per the divergence of the harmonic series, so the alternating harmonic series is conditionally convergent. For instance, rearranging the terms of the alternating harmonic series so that each positive term of the original series is followed by two negative terms of the original series rather than just one yields which is
\tfrac12
The addition of two series and is given by the termwise sum[13] , or, in summation notation,
Using the symbols
sa,
sb,
sa
sa=sa,+sb,.
-1
For series of real numbers or complex numbers, series addition is associative, commutative, and invertible. Therefore series addition gives the sets of convergent series of real numbers or complex numbers the structure of an abelian group and also gives the sets of all series of real numbers or complex numbers (regardless of convergence properties) the structure of an abelian group.
The product of a series with a constant number
c
Using the symbols
sa,
sca,
c
sca,=csa,
n,
Scalar multiplication of real numbers and complex numbers is associative, commutative, invertible, and it distributes over series addition.
In summary, series addition and scalar multiplication gives the set of convergent series and the set of series of real numbers the structure of a real vector space. Similarly, one gets complex vector spaces for series and convergent series of complex numbers. All these vector spaces are infinite dimensional.
The multiplication of two series
a0+a1+a2+ …
b0+b1+b2+ …
c0+c1+c2+ …
a0bk+a1bk-1+ … +ak-1b1+akb0.
c0+c1+c2+ …
a0+a1+a2+ …
b0+b1+b2+ …
Series multiplication of absolutely convergent series of real numbers and complex numbers is associative, commutative, and distributes over series addition. Together with series addition, series multiplication gives the sets of absolutely convergent series of real numbers or complex numbers the structure of a commutative ring, and together with scalar multiplication as well, the structure of a commutative algebra; these operations also give the sets of all series of real numbers or complex numbers the structure of an associative algebra.
1 + + + + + \cdots=\sum_^\infty = 2. In general, a geometric series with initial term
a
r
1 - + - + - \cdots= \sum_^\infty = \ln(2), the alternating harmonic series, and the Leibniz formula for \pi.
\sum_^\infty \left(b_n-b_\right) converges if the sequence bn converges to a limit L as n goes to infinity. The value of the series is then b1 − L.
\sum_^\infty\frac converges for p > 1 and diverges for p ≤ 1, which can be shown with the integral test for convergence described below in convergence tests. As a function of p, the sum of this series is Riemann's zeta function.
_rF_s \left[\begin{matrix}a_1, a_2, \dotsc, a_r \\ b_1, b_2, \dotsc, b_s \end{matrix}; z \right]
= \sum_^ \frac z^n and their generalizations (such as basic hypergeometric series and elliptic hypergeometric series) frequently appear in integrable systems and mathematical physics.[14]
\sum_^\infty \frac, converges or not. The convergence depends on how well
\pi
\pi
m\pi
\sinn
\sinm\pi=0
See main article: Basel problem and Leibniz formula for π.
See main article: e (mathematical constant).
See main article: Convergence tests.
One of the simplest tests for convergence of a series, applicable to all series, is the vanishing condition or nth-term test: If , then the series diverges; if , then the test is inconclusive.
See main article: Absolute convergence.
When every term of a series is a non-negative real number, for instance when the terms are the absolute values of another series of real numbers or complex numbers, the sequence of partial sums is non-decreasing. Therefore a series with non-negative terms converges if and only if the sequence of partial sums is bounded, and so finding a bound for a series or for the absolute values of its terms is an effective way to prove convergence or absolute convergence of a series.
For example, the series is convergent and absolutely convergent because for all
n\geq2
This type of bounding strategy is the basis for general series comparison tests. First is the general direct comparison test: For any series , If is an absolutely convergent series such that
\left\vertan\right\vert\leqC\left\vertbn\right\vert
C
n
\left\vertan\right\vert\geq\left\vertbn\right\vert
n
an
\left\vert\tfrac{an+1
n
\left\vert\tfrac{an+1
n
an
Using comparisons to geometric series specifically, those two general comparison tests imply two further common and generally useful tests for convergence of series with non-negative terms or for absolute convergence of series with general terms. First is the ratio test: if there exists a constant
C<1
\left\vert\tfrac{an+1
n
1
1
C<1
style\left\vertan\right\vert1/n\leqC
n
Alternatively, using comparisons to series representations of integrals specifically, one derives the integral test: if
f(x)
[1,infty)
an=f(n)
n
an
See main article: Conditional convergence. A series of real or complex numbers is said to be conditionally convergent (or semi-convergent) if it is convergent but not absolutely convergent. Conditional convergence is tested for differently than absolute convergence.
One important example of a test for conditional convergence is the alternating series test or Leibniz test: A series of the form with all
an>0
an
0
ln2
The alternating series test can be viewed as a special case of the more general Dirichlet's test: if
(an)
(λn)
λn=(-1)n
Abel's test is another important technique for handling semi-convergent series. If a series has the form where the partial sums of the series with terms
bn
sb,n=b0+ … +bn
λn
\limλnbn
λnsb,n
Other specialized convergence tests for specific types of series include the Dini test for Fourier series.
The evaluation of truncation errors of series is important in numerical analysis (especially validated numerics and computer-assisted proof). It can be used to prove convergence and to analyze rates of convergence.
See main article: Alternating series. When conditions of the alternating series test are satisfied by , there is an exact error evaluation.[15] Set
sn
S
By using the ratio, we can obtain the evaluation of the error term when the hypergeometric series is truncated.[16]
See main article: Matrix exponential. For the matrix exponential:
the following error evaluation holds (scaling and squaring method):[17] [18] [19]
See main article: Divergent series. Under many circumstances, it is desirable to assign generalized sums to series which fail to converge in the strict sense that their sequences of partial sums do not converge. A summation method is any method for assigning sums to divergent series in a way that systematically extends the classical notion of the sum of a series. Summation methods include Cesàro summation, generalized Cesàro (C,α) summation, Abel summation, and Borel summation, in order of applicability to increasingly divergent series. These methods are all based on sequence transformations of the original series of terms or of its sequence of partial sums. An alternative family of summation methods are based on analytic continuation rather than sequence transformation.
A variety of general results concerning possible summability methods are known. The Silverman–Toeplitz theorem characterizes matrix summation methods, which are methods for summing a divergent series by applying an infinite matrix to the vector of coefficients. The most general methods for summing a divergent series are non-constructive and concern Banach limits.
See main article: Function series. A series of real- or complex-valued functions
is pointwise convergent to a limit ƒ(x) on a set E if the series converges for each x in E as a series of real or complex numbers. Equivalently, the partial sums
converge to ƒ(x) as N → ∞ for each x ∈ E.
A stronger notion of convergence of a series of functions is uniform convergence. A series converges uniformly in a set
E
E
converges to zero with increasing N, independently of x.
Uniform convergence is desirable for a series because many properties of the terms of the series are then retained by the limit. For example, if a series of continuous functions converges uniformly, then the limit function is also continuous. Similarly, if the ƒn are integrable on a closed and bounded interval I and converge uniformly, then the series is also integrable on I and can be integrated term-by-term. Tests for uniform convergence include Weierstrass' M-test, Abel's uniform convergence test, Dini's test, and the Cauchy criterion.
More sophisticated types of convergence of a series of functions can also be defined. In measure theory, for instance, a series of functions converges almost everywhere if it converges pointwise except on a set of measure zero. Other modes of convergence depend on a different metric space structure on the space of functions under consideration. For instance, a series of functions converges in mean to a limit function ƒ on a set E if
See main article: Power series.
A power series is a series of the form
The Taylor series at a point c of a function is a power series that, in many cases, converges to the function in a neighborhood of c. For example, the series
is the Taylor series of
ex
Unless it converges only at x=c, such a series converges on a certain open disc of convergence centered at the point c in the complex plane, and may also converge at some of the points of the boundary of the disc. The radius of this disc is known as the radius of convergence, and can in principle be determined from the asymptotics of the coefficients an. The convergence is uniform on closed and bounded (that is, compact) subsets of the interior of the disc of convergence: to wit, it is uniformly convergent on compact sets.
Historically, mathematicians such as Leonhard Euler operated liberally with infinite series, even if they were not convergent. When calculus was put on a sound and correct foundation in the nineteenth century, rigorous proofs of the convergence of series were always required.
See main article: Formal power series.
While many uses of power series refer to their sums, it is also possible to treat power series as formal sums, meaning that no addition operations are actually performed, and the symbol "+" is an abstract symbol of conjunction which is not necessarily interpreted as corresponding to addition. In this setting, the sequence of coefficients itself is of interest, rather than the convergence of the series. Formal power series are used in combinatorics to describe and study sequences that are otherwise difficult to handle, for example, using the method of generating functions. The Hilbert–Poincaré series is a formal power series used to study graded algebras.
Even if the limit of the power series is not considered, if the terms support appropriate structure then it is possible to define operations such as addition, multiplication, derivative, antiderivative for power series "formally", treating the symbol "+" as if it corresponded to addition. In the most common setting, the terms come from a commutative ring, so that the formal power series can be added term-by-term and multiplied via the Cauchy product. In this case the algebra of formal power series is the total algebra of the monoid of natural numbers over the underlying term ring.[20] If the underlying term ring is a differential algebra, then the algebra of formal power series is also a differential algebra, with differentiation performed term-by-term.
See main article: Laurent series. Laurent series generalize power series by admitting terms into the series with negative as well as positive exponents. A Laurent series is thus any series of the form
If such a series converges, then in general it does so in an annulus rather than a disc, and possibly some boundary points. The series converges uniformly on compact subsets of the interior of the annulus of convergence.
See main article: Dirichlet series.
A Dirichlet series is one of the form
where s is a complex number. For example, if all an are equal to 1, then the Dirichlet series is the Riemann zeta function
Like the zeta function, Dirichlet series in general play an important role in analytic number theory. Generally a Dirichlet series converges if the real part of s is greater than a number called the abscissa of convergence. In many cases, a Dirichlet series can be extended to an analytic function outside the domain of convergence by analytic continuation. For example, the Dirichlet series for the zeta function converges absolutely when Re(s) > 1, but the zeta function can be extended to a holomorphic function defined on
\Complex\setminus\{1\}
This series can be directly generalized to general Dirichlet series.
See main article: Trigonometric series. A series of functions in which the terms are trigonometric functions is called a trigonometric series:
The most important example of a trigonometric series is the Fourier series of a function.
See main article: Asymptotic expansion. Asymptotic series, typically called asymptotic expansions, are infinite series whose terms are functions of a sequence of different asymptotic orders and whose partial sums are approximations of some other function in an asymptotic limit. In general they do not converge, but they are still useful as sequences of approximations, each of which provides a value close to the desired answer for a finite number of terms. They are crucial tools in perturbation theory and in the analysis of algorithms.
An asymptotic series cannot necessarily be made to produce an answer as exactly as desired away from the asymptotic limit, the way that an ordinary convergent series of functions can. In fact, a typical asymptotic series reaches its best practical approximation away from the asymptotic limit after a finite number of terms; if more terms are included, the series will produce less accurate approximations.
Infinite series play an important role in modern analysis of Ancient Greek philosophy of motion, particularly in Zeno's paradoxes. The paradox of Achilles and the tortoise demonstrates that continuous motion would require an actual infinity of temporal instants, which was arguably an absurdity: Achilles runs after a tortoise, but when he reaches the position of the tortoise at the beginning of the race, the tortoise has reached a second position; when he reaches this second position, the tortoise is at a third position, and so on. Zeno is said to have argued that therefore Achilles could never reach the tortoise, and thus that continuous movement must be an illusion. Zeno divided the race into infinitely many sub-races, each requiring a finite amount of time, so that the total time for Achilles to catch the tortoise is given by a series. The resolution of the purely mathematical and imaginative side of the paradox is that, although the series has an infinite number of terms, it has a finite sum, which gives the time necessary for Achilles to catch up with the tortoise. However, in modern philosophy of motion the physical side of the problem remains open, with both philosophers and physicists doubting, like Zeno, that spatial motions are infinitely divisible: hypothetical reconciliations of quantum mechanics and general relativity in theories of quantum gravity often introduce quantizations of spacetime at the Planck scale.[21] [22]
Greek mathematician Archimedes produced the first known summation of an infinite series with amethod that is still used in the area of calculus today. He used the method of exhaustion to calculate the area under the arc of a parabola with the summation of an infinite series, and gave a remarkably accurate approximation of π.[23] [24]
Mathematicians from the Kerala school were studying infinite series .[25]
In the 17th century, James Gregory worked in the new decimal system on infinite series and published several Maclaurin series. In 1715, a general method for constructing the Taylor series for all functions for which they exist was provided by Brook Taylor. Leonhard Euler in the 18th century, developed the theory of hypergeometric series and q-series.
The investigation of the validity of infinite series is considered to begin with Gauss in the 19th century. Euler had already considered the hypergeometric series
on which Gauss published a memoir in 1812. It established simpler criteria of convergence, and the questions of remainders and the range of convergence.
Cauchy (1821) insisted on strict tests of convergence; he showed that if two series are convergent their product is not necessarily so, and with him begins the discovery of effective criteria. The terms convergence and divergence had been introduced long before by Gregory (1668). Leonhard Euler and Gauss had given various criteria, and Colin Maclaurin had anticipated some of Cauchy's discoveries. Cauchy advanced the theory of power series by his expansion of a complex function in such a form.
Abel (1826) in his memoir on the binomial series
corrected certain of Cauchy's conclusions, and gave a completely scientific summation of the series for complex values of
m
x
Cauchy's methods led to special rather than general criteria, andthe same may be said of Raabe (1832), who made the first elaborate investigation of the subject, of De Morgan (from 1842), whoselogarithmic test DuBois-Reymond (1873) and Pringsheim (1889) haveshown to fail within a certain region; of Bertrand (1842), Bonnet(1843), Malmsten (1846, 1847, the latter without integration); Stokes (1847), Paucker (1852), Chebyshev (1852), and Arndt(1853).
General criteria began with Kummer (1835), and have been studied by Eisenstein (1847), Weierstrass in his variouscontributions to the theory of functions, Dini (1867),DuBois-Reymond (1873), and many others. Pringsheim's memoirs (1889) present the most complete general theory.
The theory of uniform convergence was treated by Cauchy (1821), his limitations being pointed out by Abel, but the first to attack itsuccessfully were Seidel and Stokes (1847–48). Cauchy took up theproblem again (1853), acknowledging Abel's criticism, and reachingthe same conclusions which Stokes had already found. Thomae used thedoctrine (1866), but there was great delay in recognizing the importance of distinguishing between uniform and non-uniformconvergence, in spite of the demands of the theory of functions.
A series is said to be semi-convergent (or conditionally convergent) if it is convergent but not absolutely convergent.
Semi-convergent series were studied by Poisson (1823), who also gave a general form for the remainder of the Maclaurin formula. The most important solution of the problem is due, however, to Jacobi (1834), who attacked the question of the remainder from a different standpoint and reached a different formula. This expression was also worked out, and another one given, by Malmsten (1847). Schlömilch (Zeitschrift, Vol.I, p. 192, 1856) also improved Jacobi's remainder, and showed the relation between the remainder and Bernoulli's function
Genocchi (1852) has further contributed to the theory.
Among the early writers was Wronski, whose "loi suprême" (1815) was hardly recognized until Cayley (1873) brought it intoprominence.
Fourier series were being investigatedas the result of physical considerations at the same time thatGauss, Abel, and Cauchy were working out the theory of infiniteseries. Series for the expansion of sines and cosines, of multiplearcs in powers of the sine and cosine of the arc had been treated byJacob Bernoulli (1702) and his brother Johann Bernoulli (1701) and stillearlier by Vieta. Euler and Lagrange simplified the subject,as did Poinsot, Schröter, Glaisher, and Kummer.
Fourier (1807) set for himself a different problem, toexpand a given function of x in terms of the sines or cosines ofmultiples of x, a problem which he embodied in his Théorie analytique de la chaleur (1822). Euler had already given the formulas for determining the coefficients in the series;Fourier was the first to assert and attempt to prove the generaltheorem. Poisson (1820–23) also attacked the problem from adifferent standpoint. Fourier did not, however, settle the questionof convergence of his series, a matter left for Cauchy (1826) toattempt and for Dirichlet (1829) to handle in a thoroughlyscientific manner (see convergence of Fourier series). Dirichlet's treatment (Crelle, 1829), of trigonometric series was the subject of criticism and improvement byRiemann (1854), Heine, Lipschitz, Schläfli, anddu Bois-Reymond. Among other prominent contributors to the theory oftrigonometric and Fourier series were Dini, Hermite, Halphen,Krause, Byerly and Appell.
Definitions may be given for infinitary sums over an arbitrary index set
I.
I
I
If
a:I\mapstoG
I
G,
a
a(x)\inG
x\inI
When the index set is the natural numbers
I=\N,
a:\N\mapstoG
a(n)=an.
When summing a family
\left\{ai:i\inI\right\}
I
When the supremum is finite then the set of
i\inI
ai>0
n\geq1,
\left|An\right|
An=\left\{i\inI:ai>1/n\right\}
If
I
I=\left\{i0,i1,\ldots\right\}
provided the value
infty
Any sum over non-negative reals can be understood as the integral of a non-negative function with respect to the counting measure, which accounts for the many similarities between the two constructions.
Let
a:I\toX
\left(ai\right)i,
I
X.
\operatorname{Finite}(I)
I,
\operatorname{Finite}(I)
\subseteq
\left(ai\right)i,
style\sumi\inai
\left(ai\right)i,
X:
Saying that the sum
styleS:=\sumi\inai
V
X,
A0
I
Because
\operatorname{Finite}(I)
For every neighborhood
W
X,
V
V-V\subseteqW.
\left(ai\right)i,
W
X,
A0
I
which implies that
ai\inW
i\inI\setminusA0
A1:=A0\cup\{i\}
A2:=A0
When
X
\left(ai\right)i
X
X
\left(ai\right)i,
X,
J\subseteqI,
\left(aj\right)j,
X.
When the sum of a family of non-negative numbers, in the extended sense defined before, is finite, then it coincides with the sum in the topological group
X=\R.
If a family
\left(ai\right)i
X
W
X,
A0\subseteqI
ai\inW
i
A0.
X
i\inI
ai ≠ 0
Suppose that
I=\N.
an,n\in\N,
X,
By nature, the definition of unconditional summability is insensitive to the order of the summation. When
style\suman
\sigma:\N\to\N
\N
Conversely, if every permutation of a series
style\suman
X
X
\varepsilonn=\pm1
converges in
X.
If
X
\left(xi\right)i
X
style\limA(I)}xA
\left(xA\right)A(I)}
X,
\operatorname{Finite}(I)
I
\subseteq
It is called absolutely summable if in addition, for every continuous seminorm
p
X,
\left(p\left(xi\right)\right)i
X
\left(xi\right)i
X,
xi
Summable families play an important role in the theory of nuclear spaces.
The notion of series can be easily extended to the case of a seminormed space. If
xn
X
x\inX
style\sumxn
x
X
x
X
More generally, convergence of series can be defined in any abelian Hausdorff topological group. Specifically, in this case,
style\sumxn
x
x.
If
(X,| ⋅ |)
X
in which case all but at most countably many of the values
\left|xi\right|
If a countable series of vectors in a Banach space converges absolutely then it converges unconditionally, but the converse only holds in finite-dimensional Banach spaces (theorem of).
Conditionally convergent series can be considered if
I
\alpha0.
and for a limit ordinal
\alpha,
if this limit exists. If all limits exist up to
\alpha0,
f:X\toY
Y,
a\inX,
\{a\}.
styleYX
I,
x,
x
x
\varphii,
\omega1
f:\left[0,\omega1\right)\to\left[0,\omega1\right]
f(\alpha)=1