Jump to content

Power series: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Robbot (talk | contribs)
m robot Adding:nl
Teorth (talk | contribs)
→‎Power series in several variables: convergence region can be any log-convex set
Line 91: Line 91:
</math>
</math>


The theory of such series is trickier than for single-variable series. For instance, the region of absolute convergence is now given by a log-convex set rather than an interval. On the other hand, in the interior of this region of convergence one may differentiate and integrate under the series sign, just as one may with ordinary power series.
:[''I'm not sure what the region of convergence looks like, although I would expect a polydisc.'']

:[''I think differentiation and integration may be carried out term by term as before within the radius of convergence, using the standard rules from multivariate calculus.'']


[[de:Potenzreihe]]
[[de:Potenzreihe]]

Revision as of 23:50, 24 October 2004

In mathematics, a power series (in one variable) is an infinite series of the form

where the coefficients an, the center a, and the argument x are usually real or complex numbers. These series usually arise as the Taylor series of some known function; the Taylor series article contains many examples.

Radius of convergence

A power series will converge for some values of the variable x (at least for x = a) and may diverge for others. It turns out that there is always a number r with 0 ≤ r ≤ ∞ such that the series converges whenever |xa| < r and diverges whenever |xa| > r. (For |x - a| = r we cannot make any general statement.) The number r is called the radius of convergence of the power series; in general it is given as

(see lim inf) but a fast way to compute it is

The latter formula is valid only if the limit exists, while the former formula can always be used.

The series converges absolutely for |x - a| < r and converges uniformly on every compact subset of {x : |xa| < r}.

Operations on power series

Addition and subtraction

When two functions f and g are decomposed into power series, the power series of the sum or difference of the functions can be obtained by termwise addition and subtraction. That is, if:

then

Multiplication and division

With the same definitions above, for the power series of the product and quotient of the functions can be obtained as follows:

For division, observe:

and then use the above, comparing coefficients

Differentiation and integration

Once a function is given as a power series, it is continuous wherever it converges and is differentiable on the interior of this set. It can be differentiated and integrated quite easily, by treating every term separately:

Both of these series have the same radius of convergence as the original one.

Analytic functions

A function f defined on some open subset U of R or C is called analytic if it is locally given by power series. This means that every aU has an open neighborhood VU, such that there exists a power series with center a which converges to f(x) for every xV.

Every power series with a positive radius of convergence is analytic on the interior of its region of convergence. All holomorphic functions are complex-analytic. Sums and products of analytic functions are analytic, as are quotients as long as the denominator is non-zero.

If a function is analytic, then it is infinitely often differentiable, but in the real case the converse is not generally true. For an analytic function, the coefficients an can be computed as

where f (n)(a) denotes the n-th derivative of f at a. This means that every analytic function is locally represented by its Taylor series.

The global form of an analytic function is completely determined by its local behavior in the following sense: if f and g are two analytic functions defined on the same connected open set U, and if there exists an element aU such that f (n)(a) = g (n)(a) for all n ≥ 0, then f(x) = g(x) for all xU.

If a power series with radius of convergence r is given, one can consider analytic continuations of the series, i.e. analytic functions f which are defined on larger sets than { x : |x - a| < r } and agree with the given power series on this set. The number r is maximal in the following sense: there always exists a complex number x with |x - a| = r such that no analytic continuation of the series can be defined at x.

The power series expansion of the inverse function of an analytic function can be determined using the Lagrange inversion theorem.

Formal power series

In abstract algebra, one attempts to capture the essence of power series without being restricted to the fields of real and complex numbers, and without the need to talk about convergence. This leads to the concept of formal power series, a concept of great utility in combinatorics.

Power series in several variables

An extension of the theory is necessary for the purposes of multivariate calculus. A power series is here defined to be an infinite series of the form

where j = (j1,...,jn) is a vector of natural numbers, the coefficients a(j1,...,jn) are usually real or complex numbers, and the center c = (c1,...,cn) and argument x = (x1,...,xn) are usually real or complex vectors. In the more convenient multi-index notation this can be written

The theory of such series is trickier than for single-variable series. For instance, the region of absolute convergence is now given by a log-convex set rather than an interval. On the other hand, in the interior of this region of convergence one may differentiate and integrate under the series sign, just as one may with ordinary power series.