:: wikimiki.org ::
| Addition |
Addition
Addition is the most basic operation of arithmetic. In its simplest form, addition combines two numbers, the addends, into a single number, the sum. Adding more than two numbers can be viewed as repeated addition; this procedure is known as summation and includes ways to add infinitely many numbers in an infinite series.
Repeated addition of the number one is the most basic form of counting.
Addition can also be defined for mathematical objects other than numbers — for example, matrices or polynomials. Regardless of the nature and number of objects being added, the individual constituents of a sum typically are called summands or terms. (This is to be distinguished from factors, which are multiplied.)
Notation
multiplied
Addition is written using the plus sign "+" between the terms. For example,
:1 + 1 = 2
:2 + 2 = 4
:5 + 4 + 2 = 11 (see "associativity" below)
:3 + 3 + 3 + 3 = 12 (see "multiplication" below)
There are also situations where addition is "understood" even though no symbol appears:
- A column of numbers, with the last number in the column underlined, usually (but not always) indicates that the numbers in the column are to be added, with the sum written below the underlined number.
- A whole number followed immediately by a fraction indicates the sum of the two, called a mixed number. For example,
::31⁄2 = 3 + 1⁄2 = 3.5.
:This notation can cause confusion, since in most other contexts, juxtaposition denotes multiplication instead.
Interpretations
Addition is used to model countless physical processes. Even for the simple case of adding natural numbers, there are many possible interpretations and even more visual representations.
Combining sets
Possibly the most fundamental interpretation of addition lies in combining sets:
- When two or more collections are combined into a single collection, the number of objects in the single collection is the sum of the number of objects in the original collections.
This interpretation is well-suited to quick proofs of the properties of natural number addition, and it is easy to visualize, with little danger of ambiguity. However, it is not obvious how one should extend this version of addition to include fractional numbers or negative numbers. See [http://arxiv.org/abs/math.QA/0004133 this article] for an example of the sophistication involved in adding with sets of "fractional cardinality".
One possible fix is to consider collections of objects that can be easily divided, such as pies or, still better, segmented rods. Rather than just combining collections of segments, rods can be joined end-to-end.
:This section is under construction.
Extending a measure
- When an original measure is extended by a given amount, the final measure is the sum of the original measure and the measure of the extension.
Under this interpretation, the parts of a sum a + b play asymmetric roles; instead of calling both a and b addends, it is more appropriate to call a the augend, since a plays a passive role. In geometry, a might be a point and b a vector; their sum is then another point, the translation of a by b. In analytic geometry, a and b might both be represented by ordered pairs of numbers, but they remain conceptually different.
Here, the addition operation is not so much a binary operation as a family of unary operations; the function (+b) is acting on a. The unary and binary views are formally equivalent, in that for any sets A and B there is a natural identification of sets of functions
: (This law of exponentiation may be more familiar for numbers.)
The unary view is useful, for example, when discussing subtraction. Addition and subtraction are not inverses as binary operations, but they are inverses as families of unary operations.
:This section is under construction.
Combining translations
- When two motions are performed in succession, the measure of the resulting motion is the sum of the measures of the original motions.
:This section is under construction.
Basic properties
Commutivity
subtraction
Addition is commutative, meaning that one can reverse the terms in a sum left-to-right, and the result will be the same. Symbolically, if a and b are any two numbers, then
:a + b = b + a.
The fact that addition is commutative is known as the "commutative law of addition". This phrase suggests that there are other commutative laws: for example, there is a commutative law of multiplication. However, many binary operations are not commutative, such as subtraction and division, so it is misleading to speak of an unqualified "commutative law".
Associativity
binary operation
A somewhat subtler property of addition is associativity, which comes up when one tries to define repeated addition. Should the expression
:"a + b + c"
be defined to mean (a + b) + c or a + (b + c)? That addition is associative tells us that the choice of definition is irrelevant. For any three numbers a, b, and c, it is true that
:(a + b) + c = a + (b + c).
Not all operations are associative, so in expressions with operations other than addition, it is important to specify the order of operations.
Zero and one
order of operations
If one adds zero to any number, the quantity won't change; zero is the identity element for addition. In symbols, for any a,
:a + 0 = 0 + a = a.
The sum of any number and its additive inverse (in contexts where such a thing exists) is zero.
In the context of integers, addition of one plays a special role: for any integer a, the integer (a + 1) is the least integer greater than a, also known as the successor of a.
Units
In order to numerically add certain types of numbers, such as vulgar fractions and physical quantities with units, they must first be expressed with a common denominator. For example, if a measure of 5 feet is extended by 2 inches, the sum is 62 inches, since 60 inches is another name for 5 feet. On the other hand, it is usually meaningless to try to add 3 meters and 4 square meters, since those units are incomparable; this sort of consideration is fundamental in dimensional analysis.
Generalizations
:There are many things that can be added: numbers, vectors, matrices, spaces, shapes, sets, functions, equations, strings, chains... —[http://www.cut-the-knot.org/do_you_know/addition.shtml Alexander Bogomolny]
Addition is first defined on the natural numbers. In set theory, addition is then extended to larger sets that include the natural numbers: the integers, the rational numbers, and the real numbers. (In mathematics education, positive fractions are added before negative numbers are even considered; this is also the historical route.) In turn, real addition extends to addition operations on even larger sets, such as the set of complex numbers or a many-dimensional vector space in linear algebra.
In algebra
There are many more sets that support an operation called addition.
There are already infinitely many natural numbers, and the set of real numbers is even larger. It is also useful to study addition on smaller sets, even finite ones. In modular arithmetic, the set of integers modulo 12 has twelve elements; it inherits an addition operation from the integers that is central to musical set theory. The set of integers modulo 2 has just two elements; the addition operation it inherits is known in Boolean logic as "exclusive or".
The ideas of extending and compacting sets can be combined. In geometry, the sum of two angles is often taken to be their sum as two real numbers modulo 2π. This amounts to an addition operation on the circle, which in turn generalizes to addition operations on many-dimensional tori.
A general form of addition occurs in abstract algebra, where addition may be almost any well-defined binary operation on a set. For an operation to be called "addition" in abstract algebra, it is required to be associative and commutative.
Addition of sets
One extraordinary generalization of the addition of natural numbers is the addition of ordinal numbers. Unlike most addition operations, ordinal addition is not commutative. However, passing to the "smaller" class of cardinal numbers, we recover a commutative operation. Cardinal addition is closely related to the disjoint union of two sets. In category theory, the disjoint union is a kind of coproduct, so coproducts are perhaps the most abstract of all the generalizations of addition. Some coproducts are named to evoke their connection with addition; see Direct sum and Wedge sum.
Related operations
- Incrementation, also known as the successor operation, is the addition of 1 to a number. In formal treatments of addition, such as the Peano axioms, the successor is an elementary operation, and addition is defined from successors through recursion.
- Summation describes the addition of arbitrarily many numbers, usually more than just two. It includes the idea of the sum of a single number, which is itself, and the empty sum, which is 0. An infinite summation is known as a series.
- Counting is an intuitive procedure that can be formalized as the summation of 1 over some finite domain. In everyday counting, the domain is typically a small set of physical objects; in mathematics it may be large and abstract, as it is for the prime counting function.
- Integration is a kind of "summation" over a continuum, or more precisely and generally, over a differentiable manifold. Integration over a zero-dimensional manifold reduces to summation.
- Subtraction can be thought of as a kind of addition—that is, the addition of an additive inverse. Subtraction is itself a sort of inverse to addition, in that adding x and subtracting x are inverse functions.
- Multiplication can be thought of as repeated addition. If a single term x appears in a sum n times, then the sum is the product of n and x. If n is not a natural number, the product may still make sense; for example, multiplication by −1 yields the additive inverse of a number. In many contexts, multiplication can be transformed into addition, and vice versa, through exponentials and logarithms. In general, multiplication operations always distribute over addition.
- Linear combinations combine multiplication and summation; they are sums in which each term has a multiplier, usually a real or complex number. Linear combinations are especially useful in contexts where straightforward addition would violate some normalization rule, such as mixing of strategies in game theory or superposition of states in quantum mechanics.
- Convolution is used to add two independent random variables defined by distribution functions. Its usual definition combines integration, subtraction, and multiplication. In general, convolution is useful as a kind of domain-side addition; by contrast, vector addition is a kind of range-side addition.
See also
;Notation
- Plus and minus signs
- Equals sign
;How to add
- Elementary arithmetic: Addition
- Fraction: Addition
- Scientific notation: Operations
- Vector: Vector addition
- Binary arithmetic: Addition
- Roman arithmetic: Addition
- Increment
;Abstract definitions
- Addition of natural numbers
- Integer
- Rational number
- Construction of real numbers
- Complex number
- Modular arithmetic
- Commutative monoid
- Abelian group
- Vector space
Notes
# Begle (p.57) and Johnson (p.119) prefer "addends" and "sum". Calling both inputs "addends" emphasizes the symmetry of addition; see the section on #Extending a measure for a context in which "augend" is more appropriate.
# Devine et al p.263
# Adding it up (p.73) compares adding measuring rods to adding sets of cats: "For example, inches can be subdivided into parts, which are hard to tell from the wholes, except that they are shorter; whereas it is painful to cats to divide them into parts, and it seriously changes their nature."
# Stewart makes the distinction by writing angle brackets for vectors and parentheses for points, although this notation is not widely used. See the chapter Vectors.
# Weaver (p.62) argues for the importance of contrasting the two views, going so far as to term the version of commutivity satisfied by unary addition "pseudocommutivity".
# Enderton (p.142, Theorem 6I) discusses this relationship in the context of cardinal arithmetic identities.
# Enderton chapters 4 and 5, for example, follow this development.
# California standards; see grades [http://www.cde.ca.gov/be/st/ss/mthgrade2.asp 2], [http://www.cde.ca.gov/be/st/ss/mthgrade3.asp 3], and [http://www.cde.ca.gov/be/st/ss/mthgrade4.asp 4].
# Baez (p.37) explains the historical development, in "stark contrast" with the set theory presentation: "Apparently, half an apple is easier to understand than a negative apple!"
References
- Preprint available [http://arxiv.org/abs/math.QA/0004133 here] on arXiv.
-
- [http://www.cde.ca.gov/be/st/ss/mthmain.asp California State Board of Education mathematics content standards] Adopted December 1997, accessed December 2005.
-
-
-
- Available [http://www.nap.edu/books/0309069955/html/index.html here] from the publisher.
-
-
-
External links
;General
- [http://www.cut-the-knot.org/do_you_know/addition.shtml Addition on cut-the-knot.org] An exploration of various kinds of addition.
;Methods and practice
- [http://www.mathsisfun.com/worksheets/addition.php Addition Worksheets or Online Practice]
- [http://www.apples4theteacher.com/flash-cards.html Addition Flash Cards]
- [http://webhome.idirect.com/~totton/abacus/pages.htm#Addition1 Addition on a Japanese abacus] selected from [http://webhome.idirect.com/~totton/abacus/ Abacus: Mystery of the Bead]
Category:Arithmetic
ja:総和
ko:덧셈
simple:Addition
th:การบวก
Image:Addition01.svg Licensing
ArithmeticArithmetic or arithmetics (from the Greek word αριθμός = number) in common usage is a branch of (or the forerunner of) mathematics which records elementary properties of certain operations on numerals, though in usage by professional mathematicians, it often is treated as a synonym for number theory. It is the oldest and simplest branch of mathematics, used widely by almost everyone from simple daily counting to more advanced science and business.
Arithmetic operations
The traditional arithmetic operations are addition, subtraction, multiplication and division, although more advanced operations (such as manipulations of percentages, square root, exponentiation, and logarithmic functions) are also sometimes included in this subject. Arithmetic is performed according to an order of operations.
The arithmetic of natural numbers, integers, rational numbers (in the form of vulgar fractions), and real numbers (using the decimal place-value system known as algorism) is typically studied by schoolchildren, who learn manual algorithms for arithmetic. However, in adult life, many people prefer to use tools such as calculators, computers, or the abacus to perform the more complex arithmetical computations.
Number theory
The term arithmetic is also used to refer to number theory. This includes the properties of integers related to primality, divisibility, and the solution of equations by integers, as well as modern research which is an outgrowth of this study. It is in this context that one runs across the fundamental theorem of arithmetic and arithmetic functions. A Course in Arithmetic by Serre reflects this usage, as do such phrases as first order arithmetic or arithmetical algebraic geometry.
See also
- addition in N
- additive inverse
- associativity
- commutativity
- distributivity
- elementary arithmetic
- finite field arithmetic
- number line
- Important publications in arithmetic
- Arithmetic coding
Category:Arithmetic
ja:算数
simple:Arithmetic
th:เลขคณิต
SummationSummation is the addition of a set of numbers; the result is their sum. The "numbers" to be summed may be natural numbers, complex numbers, matrices, or still more complicated objects. An infinite sum is a subtle procedure known as a series.
Notation
The sum of 1, 2, and 4 is 1 + 2 + 4 = 7.
Since addition is associative, it does not matter whether we interpret "1 + 2 + 4" as (1 + 2) + 4 or as 1 + (2 + 4); the result is the same, so parentheses are usually omitted in a sum. Addition is also commutative, so the order in which the numbers written does not affect its sum.
If a sum has too many terms to write them all out individually, the sum may be written with an ellipsis to mark out the missing terms.
Thus, the sum of all the natural numbers from 1 to 100 is 1 + 2 + … + 99 + 100 = 5050.
Sums can be represented by the summation symbol, a capital Sigma. This is defined as:
:
The subscript gives the symbol for a dummy variable, i. Here, i represents the index of summation; m is the lower bound of summation, and n is the upper bound of summation.
So, for example:
:
One often sees generalizations of this notation in which an arbitrary logical condition is supplied, and the sum is intended to be taken over all values satisfying the condition. For example:
:
is the sum of f(x) over all (integer) x in the specified range,
:
is the sum of f(x) over all integers x in the set S, and
:
is the sum of μ(d) over all integers d dividing n.
There are also ways to generalize the use of many sigma signs. For example,
:
is the same as
:
Computerized notation
Summations can also be represented in a programming language.
Special cases
It's possible to add fewer than 2 numbers:
- If you add the single term x, then the sum is x.
- If you add zero terms, then the sum is zero, because zero is the identity for addition. This is known as the empty sum.
These degenerate cases are usually only used when the summation notation gives a degenerate result in a special case.
For example, if m = n in the definition above, then there is only one term in the sum; if m = n + 1, then there is none.
Approximation by definite integrals
Many such approximations can be obtained by the following connection between sums and integrals, which holds for any increasing function f:
:
For more general approximations, see the Euler-Maclaurin formula.
For functions that are integrable on the interval , the Riemann sum can be used as an approximation of the definite integral. For example, the following formula is the left Riemann sum with equal partitioning of the interval
:
The accuracy of such approximation increases with the number of subintervals, .
Identities
The following are useful identities:
:
:
:
:
:
:
: (see geometric series);
: (special case of the above where )
: (special case of the above, and );
: (only for );
:
:
:
:
In general, the sum of the first n mth powers is
:
where is the kth Bernoulli number.
The following are useful approximations (using theta notation):
: | for every real constant c greater than -1; |
:
: | for every real constant c greater than 1; |
: | for every nonnegative real constant c; |
: | for all nonnegative real constants c and d; |
: | for all nonnegative real constants b > 1, c, d. |
See also
- Musical set theory#Sums
- Einstein notation
- Checksum
External links
-
Category:Arithmetic
Category:Mathematical notation
Series (mathematics)In mathematics, a series is the sum of a sequence of terms. That is, a series is a list of numbers with addition operations between them, e.g,
:1 + 2 + 3 + 4 + 5 + ...
which may or may not be meaningful.
In most cases of interest the terms of the sequence are produced according to a certain rule, e.g., by a formula, by an algorithm, by a sequence of measurements, or even by a random number generator.
Series may be finite, or infinite; in the first case they may be handled with elementary algebra, but infinite series require tools from mathematical analysis if they are to be applied in anything more than a tentative way.
Examples of simple series include the arithmetic series which is a sum of an arithmetic progression, written as:
:
and finite geometric series, a sum of a geometric progression, which can be written as:
:
Infinite series
The sum of an infinite series is a limit of partial sums of infinitely many terms. Such a limit can have a finite value; if it has, the series is said to converge; if it does not, it is said to diverge. The fact that infinite series can converge resolves several of Zeno's paradoxes.
The simplest convergent infinite series is perhaps
:
It is possible to "visualize" its convergence on the real number line: we can imagine a line of length 2, with successive segments marked off of lengths 1, 1/2, 1/4, etc. There is always room to mark the next segment, because the amount of line remaining is always the same as the last segment marked: when we have marked off 1/2, we still have a piece of length 1/2 unmarked, so we can certainly mark the next 1/4. This argument does not prove that the sum is equal to 2 (although it is), but it does prove that it is at most 2 — in other words, the series has an upper bound.
This series is a geometric series and mathematicians usually write it as:
:
An infinite series is formally written as
:
where the elements an are real (or complex) numbers. We say that this series converges towards S, or that
its value is S, if the limit
:
exists and is equal to S. If there is no such number, then the series is said to diverge.
The sequence of partial sums is defined as the sequence
:
indexed by N. Then, the definition of series convergence simply says that the sequence of partial sums has limit S, as N → ∞.
Formal definition
Mathematicians usually define a series as the above sequence of partial sums. The notation
:
represents then a priori this sequence, which is always well defined, but which may or may not converge. Only in the latter case, i.e., if this sequence has a limit, the notation is also used to denote the limit of this sequence. To make a distinction between these two completely different objects (sequence vs. numerical value), one may sometimes omit the limits (atop and below the sum's symbol) in the former case, although it is usually clear from the context which one is meant.
Also, different notions of convergence of such a sequence do exist (absolute convergence, summability., etc). In case the elements of the sequence (and thus of the series) are not simple numbers, but, for example, functions, still more types of convergence can be considered (pointwise convergence, uniform convergence, etc.; see below).
History of the theory of infinite series
Convergence criteria
The investigation of the validity of infinite series is considered to begin
with Gauss. 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). Euler and Gauss had given various criteria, and 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 series
:
corrected certain of Cauchy's conclusions, and gave a completely
scientific summation of the series for complex values of and . He showed the necessity of considering the subject of continuity in questions of convergence.
Cauchy's methods led to special rather than general criteria, and
the same may be said of Raabe (1832), who made the first elaborate
investigation of the subject, of De Morgan (from 1842), whose
logarithmic test DuBois-Reymond (1873) and Pringsheim (1889) have
shown to fail within a certain region; of Bertrand (1842), Bonnet
(1843), Malmsten (1846, 1847, the latter without integration);
Stokes (1847), Paucker (1852), Tchebichef (1852), and Arndt
(1853).
General criteria began with Kummer (1835), and have been
studied by Eisenstein (1847), Weierstrass in his various
contributions to the theory of functions, Dini (1867),
DuBois-Reymond (1873), and many others. Pringsheim's (from 1889)
memoirs present the most complete general theory.
Uniform convergence
The theory of uniform convergence was treated by Cauchy (1821), his
limitations being pointed out by Abel, but the first to attack it
successfully were Stokes and Seidel (1847-48). Cauchy took up the
problem again (1853), acknowledging Abel's criticism, and reaching
the same conclusions which Stokes had already found. Thomé used the
doctrine (1866), but there was great delay in recognizing the
importance of distinguishing between uniform and non-uniform
convergence, in spite of the demands of the theory of functions.
Semi-convergence
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 into
prominence.
Fourier series
Fourier series were being investigated
as the result of physical considerations at the same time that
Gauss, Abel, and Cauchy were working out the theory of infinite
series. Series for the expansion of sines and cosines, of multiple
arcs in powers of the sine and cosine of the arc had been treated by
Jakob Bernoulli (1702) and his brother Johann Bernoulli (1701) and still
earlier by Viète. Euler and Lagrange simplified the subject,
as did Poinsot, Schröter, Glaisher, and Kummer.
Fourier (1807) set for himself a different problem, to
expand a given function of in terms of the sines or cosines of
multiples of , 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 general
theorem. Poisson (1820-23) also attacked the problem from a
different standpoint. Fourier did not, however, settle the question
of convergence of his series, a matter left for Cauchy (1826) to
attempt and for Dirichlet (1829) to handle in a thoroughly
scientific manner (see convergence of Fourier series). Dirichlet's treatment (Crelle, 1829), of trigonometric series was the subject of criticism and improvement by
Riemann (1854), Heine, Lipschitz, Schläfli, and
DuBois-Reymond. Among other prominent contributors to the theory of
trigonometric and Fourier series were Dini, Hermite, Halphen,
Krause, Byerly and Appell.
Some types of infinite series
- A geometric series is one where each successive term is produced by multiplying the previous term by a constant number. Example:
::
:In general, the geometric series
::
:converges if and only if |z| < 1.
- The harmonic series is the series
::
- An alternating series is a series where terms alternate signs. Example:
::
- The series
::
:converges if r > 1 and diverges for r ≤ 1, which can be shown with the integral criterion 5) from below, in convergence tests. As a function of r, the sum of this series is Riemann's zeta function.
- A telescoping series
::
:converges if the sequence bn converges to a limit L as n goes to infinity. The value of the series is then b1 − L.
Absolute convergence
:Main article: absolute convergence.
A series
:
is said to converge absolutely if the series of absolute values
:
converges. In this case, the original series, and all reorderings of it, converge, and converge towards the same sum.
The Riemann series theorem says that if a series converges, but not absolutely, then one can always find a reordering of the terms so that the reordered series diverges. Moreover, if the an are real and S is any real number, one can find a reordering so that the reordered series converges with limit S.
Convergence tests
- Comparison test 1: If ∑bn is an absolutely convergent series such that |an | ≤ C |bn | for some number C and for sufficiently large n , then ∑an converges absolutely as well. If ∑|bn | diverges, and |an | ≥ |bn | for all sufficiently large n , then ∑an also fails to converge absolutely (though it could still be conditionally convergent, e.g. if the an alternate in sign).
- Comparison test 2: If ∑bn is an absolutely convergent series such that |an+1 /an | ≤ C |bn+1 /bn | for some number C and for sufficiently large n , then ∑an converges absolutely as well. If ∑|bn | diverges, and |an+1 /an | ≥ |bn+1 /bn | for all sufficiently large n , then ∑an also fails to converge absolutely (though it could still be conditionally convergent, e.g. if the an alternate in sign).
- Ratio test: If |an+1/an| < 1 for all sufficiently large n, then ∑ an converges absolutely. When the ratio is 1, convergence can sometimes be determined as well.
- Root test: If there exists a constant C < 1 such that |an|1/n ≤ C for all sufficiently large n, then ∑ an converges absolutely.
- Integral test: if f(x) is a positive monotone decreasing function defined on the interval [1, ∞) with f(n) = an for all n, then ∑ an converges if and only if the integral ∫1∞ f(x) dx is finite.
- Alternating series test: A series of the form ∑ (−1)n an (with an ≥ 0) is called alternating. Such a series converges if the sequence an is monotone decreasing and converges to 0. The converse is in general not true.
- For some specific types of series there are more specialized convergence tests, for instance for Fourier series there is the Dini test.
Power series
Several important functions can be represented as Taylor series; these are infinite series involving powers of the independent variable and are also called power series. For example, the series
:
converges to for all x. See also radius of convergence.
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.
However, the formal operation with non-convergent series has been retained in rings of formal power series which are studied in abstract algebra. Formal power series are also used in combinatorics to describe and study sequences that are otherwise difficult to handle; this is the method of generating functions.
Generalizations
Asymptotic series, otherwise asymptotic expansions, are infinite series that do not converge. But they are useful as sequences of approximations, each of which provides a value close to the desired answer for a finite number of terms. The difference is that an asymptotic series cannot be made to produce an answer as exact as desired, the way that convergent series can. In fact, after a certain number of terms, a typical asymptotic series reaches its best approximation; if more terms are included, most such series will produce worse answers.
The notion of series can be defined in every abelian topological group; the most commonly encountered case is that of series in a Banach space.
There is no serious definition for an infinite sum over an uncountable set. For example if X is a set and f a function on X taking non-negative real values, such that
: | | |