Series (mathematics)

From Citizendium
Revision as of 12:17, 8 March 2007 by imported>Larry Sanger (Most definitely "CZ Live")
Jump to navigation Jump to search

Informally, series refers to the cumulative sum of a given sequence of terms. Typically, these terms are real or complex numbers, but much more generality is possible.

For example, given the sequence of the natural numbers 1,2,3,..., the series is 1,1+2,1+2+3,...

According to the number of terms, the series may be finite or infinite. The former is relatively easy to deal with. In fact, the finite series is identified with the sum of all terms and --apart of the elementary algebra-- there is no particular theory that applies. It turns out, however, that much care is required when manipulating infinite series. For example, some simple operations borrowed from elementary algebra -- as a change of order of the terms Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_n} -- often lead to unexpected results. So it is sometimes tacitly understood, especially in the analysis, that the term "series" refers to the infinite series. In what follows we adopt this convention and concentrate on the theory of the infinite case.

Formal definition

Given a sequence Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a_1, a_2,...} of elements that can be added, let

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S_n=a_1+a_2+\ldots+a_n,\qquad n\in\mathbb{N}.}

Then the series is defined as the sequence Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \{S_n\}_{n=1}^\infty} and denoted by Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Sigma_{n=1}^\infty a_n.} [1] For a single n, the sum Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S_n} is called the partial sum of the series.

If the sequence Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (S_n)} has a finite limit, the series is said to be convergent. In this case we define the sum of the series as

Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \Sigma_{n=1}^\infty a_n = \lim_{n\to\infty}S_n}

(note that the sum (i.e. the above number) and the series (i.e. the sequence Failed to parse (SVG (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle S_n} ) are usually denoted by the same symbol). If the above limit does not exist - or is infinite - the series is said to be divergent.

  1. Other popular (equivalent) definition describes the series as a formal (ordered) list of terms combined by the addition operator