HOME

TheInfoList



OR:

In mathematics, a power series (in one variable) is an infinite series of the form \sum_^\infty a_n \left(x - c\right)^n = a_0 + a_1 (x - c) + a_2 (x - c)^2 + \dots where ''an'' represents the
coefficient In mathematics, a coefficient is a multiplicative factor in some term of a polynomial, a series, or an expression; it is usually a number, but may be any expression (including variables such as , and ). When the coefficients are themselves ...
of the ''n''th term and ''c'' is a constant. Power series are useful in
mathematical analysis Analysis is the branch of mathematics dealing with continuous functions, limit (mathematics), limits, and related theories, such as Derivative, differentiation, Integral, integration, measure (mathematics), measure, infinite sequences, series (m ...
, where they arise as Taylor series of infinitely differentiable functions. In fact, Borel's theorem implies that every power series is the Taylor series of some smooth function. In many situations, ''c'' (the ''center'' of the series) is equal to zero, for instance when considering a Maclaurin series. In such cases, the power series takes the simpler form \sum_^\infty a_n x^n = a_0 + a_1 x + a_2 x^2 + \dots. Beyond their role in mathematical analysis, power series also occur in
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many a ...
as
generating function In mathematics, a generating function is a way of encoding an infinite sequence of numbers () by treating them as the coefficients of a formal power series. This series is called the generating function of the sequence. Unlike an ordinary ser ...
s (a kind of formal power series) and in electronic engineering (under the name of the Z-transform). The familiar decimal notation for
real number In mathematics, a real number is a number that can be used to measurement, measure a ''continuous'' one-dimensional quantity such as a distance, time, duration or temperature. Here, ''continuous'' means that values can have arbitrarily small var ...
s can also be viewed as an example of a power series, with
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the language ...
coefficients, but with the argument ''x'' fixed at . In
number theory Number theory (or arithmetic or higher arithmetic in older usage) is a branch of pure mathematics devoted primarily to the study of the integers and integer-valued functions. German mathematician Carl Friedrich Gauss (1777–1855) said, "Math ...
, the concept of ''p''-adic numbers is also closely related to that of a power series.


Examples


Polynomial

Any
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An ex ...
can be easily expressed as a power series around any center ''c'', although all but finitely many of the coefficients will be zero since a power series has infinitely many terms by definition. For instance, the polynomial f(x) = x^2 + 2x + 3 can be written as a power series around the center c = 0 as f(x) = 3 + 2 x + 1 x^2 + 0 x^3 + 0 x^4 + \cdots or around the center c = 1 as f(x) = 6 + 4(x - 1) + 1(x - 1)^2 + 0(x - 1)^3 + 0(x - 1)^4 + \cdots This is because of the Taylor series expansion of f(x) around x = 1 is f(x) = f(1)+\frac (x-1)+ \frac (x-1)^2+\frac(x-1)^3+ \cdots, as f(x=1) = 1 + 2 +3 = 6 and the non-zero derivatives are f'(x) = 2x + 2, so f'(1) = 4 and f''(x) = 2, a constant. Or indeed the expansion is possible around any other center ''c''. One can view power series as being like "polynomials of infinite degree," although power series are not polynomials.


Geometric series, exponential function and sine

The geometric series formula \frac = \sum_^\infty x^n = 1 + x + x^2 + x^3 + \cdots, which is valid for , x, < 1, is one of the most important examples of a power series, as are the exponential function formula e^x = \sum_^\infty \frac = 1 + x + \frac + \frac + \cdots, and the sine formula \sin(x) = \sum_^\infty \frac = x - \frac + \frac - \frac + \cdots, valid for all real ''x''. These power series are also examples of Taylor series.


On the set of exponents

Negative powers are not permitted in a power series; for instance, 1 + x^ + x^ + \cdots is not considered a power series (although it is a Laurent series). Similarly, fractional powers such as x^\frac are not permitted (but see Puiseux series). The coefficients a_n are not allowed to depend on thus for instance: \sin(x) x + \sin(2x) x^2 + \sin(3x) x^3 + \cdots is not a power series.


Radius of convergence

A power series \sum_^\infty a_n(x-c)^n is convergent for some values of the variable , which will always include (as usual, (x-c)^0 evaluates as and the sum of the series is thus a_0 for ). The series may diverge for other values of . If is not the only point of convergence, then there is always a number with such that the series converges whenever and diverges whenever . The number is called the radius of convergence of the power series; in general it is given as r = \liminf_ \left, a_n\^ or, equivalently, r^ = \limsup_ \left, a_n\^\frac (this is the
Cauchy–Hadamard theorem In mathematics, the Cauchy–Hadamard theorem is a result in complex analysis named after the French mathematicians Augustin Louis Cauchy and Jacques Hadamard, describing the radius of convergence of a power series. It was published in 1821 by ...
; see limit superior and limit inferior for an explanation of the notation). The relation r^ = \lim_\left, \ is also satisfied, if this limit exists. The set of the
complex number In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the for ...
s such that is called the disc of convergence of the series. The series
converges absolutely In mathematics, an infinite series of numbers is said to converge absolutely (or to be absolutely convergent) if the sum of the absolute values of the summands is finite. More precisely, a real or complex series \textstyle\sum_^\infty a_n is s ...
inside its disc of convergence, and
converges uniformly In the mathematical field of analysis, uniform convergence is a mode of convergence of functions stronger than pointwise convergence. A sequence of functions (f_n) converges uniformly to a limiting function f on a set E if, given any arbitra ...
on every compact
subset In mathematics, set ''A'' is a subset of a set ''B'' if all elements of ''A'' are also elements of ''B''; ''B'' is then a superset of ''A''. It is possible for ''A'' and ''B'' to be equal; if they are unequal, then ''A'' is a proper subset o ...
of the disc of convergence. For , there is no general statement on the convergence of the series. However, Abel's theorem states that if the series is convergent for some value such that , then the sum of the series for is the limit of the sum of the series for where is a real variable less than that tends to .


Operations on power series


Addition and subtraction

When two functions ''f'' and ''g'' are decomposed into power series around the same center ''c'', the power series of the sum or difference of the functions can be obtained by termwise addition and subtraction. That is, if f(x) = \sum_^\infty a_n (x - c)^n and g(x) = \sum_^\infty b_n (x - c)^n then f(x) \pm g(x) = \sum_^\infty (a_n \pm b_n) (x - c)^n. It is not true that if two power series \sum_^\infty a_n x^n and \sum_^\infty b_n x^n have the same radius of convergence, then \sum_^\infty \left(a_n + b_n\right) x^n also has this radius of convergence. If a_n = (-1)^n and b_n = (-1)^ \left(1 - \frac\right), then both series have the same radius of convergence of 1, but the series \sum_^\infty \left(a_n + b_n\right) x^n = \sum_^\infty \frac x^n has a radius of convergence of 3. The sum of two power series will have, at minimum, a radius of convergence of the smaller of the two radii of convergence of the two series (and it may be higher than either, as seen in the example above).


Multiplication and division

With the same definitions for f(x) and g(x), the power series of the product and quotient of the functions can be obtained as follows: \begin f(x)g(x) &= \left(\sum_^\infty a_n (x-c)^n\right)\left(\sum_^\infty b_n (x - c)^n\right) \\ &= \sum_^\infty \sum_^\infty a_i b_j (x - c)^ \\ &= \sum_^\infty \left(\sum_^n a_i b_\right) (x - c)^n. \end The sequence m_n = \sum_^n a_i b_ is known as the convolution of the sequences a_n and For division, if one defines the sequence d_n by \frac = \frac = \sum_^\infty d_n (x - c)^n then f(x) = \left(\sum_^\infty b_n (x - c)^n\right)\left(\sum_^\infty d_n (x - c)^n\right) and one can solve recursively for the terms d_n by comparing coefficients. Solving the corresponding equations yields the formulae based on
determinant In mathematics, the determinant is a scalar value that is a function of the entries of a square matrix. It characterizes some properties of the matrix and the linear map represented by the matrix. In particular, the determinant is nonzero if ...
s of certain matrices of the coefficients of f(x) and g(x) d_0=\frac d_n=\frac \begin a_n &b_1 &b_2 &\cdots&b_n \\ a_&b_0 &b_1 &\cdots&b_\\ a_&0 &b_0 &\cdots&b_\\ \vdots &\vdots&\vdots&\ddots&\vdots \\ a_0 &0 &0 &\cdots&b_0\end


Differentiation and integration

Once a function f(x) is given as a power series as above, it is differentiable on the
interior Interior may refer to: Arts and media * ''Interior'' (Degas) (also known as ''The Rape''), painting by Edgar Degas * ''Interior'' (play), 1895 play by Belgian playwright Maurice Maeterlinck * ''The Interior'' (novel), by Lisa See * Interior de ...
of the domain of convergence. It can be differentiated and integrated quite easily, by treating every term separately: \begin f'(x) &= \sum_^\infty a_n n (x - c)^ = \sum_^\infty a_ (n + 1) (x - c)^n, \\ \int f(x)\,dx &= \sum_^\infty \frac + k = \sum_^\infty \frac + k. \end 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 a convergent power series. This means that every ''a'' ∈ ''U'' has an open neighborhood ''V'' ⊆ ''U'', such that there exists a power series with center ''a'' that converges to ''f''(''x'') for every ''x'' ∈ ''V''. Every power series with a positive radius of convergence is analytic on the
interior Interior may refer to: Arts and media * ''Interior'' (Degas) (also known as ''The Rape''), painting by Edgar Degas * ''Interior'' (play), 1895 play by Belgian playwright Maurice Maeterlinck * ''The Interior'' (novel), by Lisa See * Interior de ...
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 differentiable, but in the real case the converse is not generally true. For an analytic function, the coefficients ''a''''n'' can be computed as a_n = \frac where f^(c) denotes the ''n''th derivative of ''f'' at ''c'', and f^(c) = f(c). 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 such that for all , then for all . If a power series with radius of convergence ''r'' is given, one can consider
analytic continuation In complex analysis, a branch of mathematics, analytic continuation is a technique to extend the domain of definition of a given analytic function. Analytic continuation often succeeds in defining further values of a function, for example in a n ...
s of the series, i.e. analytic functions ''f'' which are defined on larger sets than 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 In mathematics, a complex number is an element of a number system that extends the real numbers with a specific element denoted , called the imaginary unit and satisfying the equation i^= -1; every complex number can be expressed in the for ...
with such that no analytic continuation of the series can be defined at . The power series expansion of the
inverse function In mathematics, the inverse function of a function (also called the inverse of ) is a function that undoes the operation of . The inverse of exists if and only if is bijective, and if it exists, is denoted by f^ . For a function f\colon ...
of an analytic function can be determined using the Lagrange inversion theorem.


Behavior near the boundary

The sum of a power series with a positive radius of convergence is an analytic function at every point in the interior of the disc of convergence. However, different behavior can occur at points on the boundary of that disc. For example: # ''Divergence while the sum extends to an analytic function'': \sum_^z^n has radius of convergence equal to 1 and diverges at every point of , z, =1. Nevertheless, the sum in , z, <1 is \frac, which is analytic at every point of the plane except for z=1. # ''Convergent at some points divergent at others'': \sum_^\frac has radius of convergence 1. It converges for z=-1, while it diverges for z=1. # ''Absolute convergence at every point of the boundary'': \sum_^\frac has radius of convergence 1, while it converges absolutely, and uniformly, at every point of , z, =1 due to
Weierstrass M-test In mathematics, the Weierstrass M-test is a test for determining whether an infinite series of functions converges uniformly and absolutely. It applies to series whose terms are bounded functions with real or complex values, and is analogous ...
applied with the hyper-harmonic convergent series \sum_^\frac. # ''Convergent on the closure of the disc of convergence but not continuous sum'': Sierpiński gave an example of a power series with radius of convergence 1, convergent at all points with , z, =1, but the sum is an unbounded function and, in particular, discontinuous. A sufficient condition for one-sided continuity at a boundary point is given by Abel's theorem.


Formal power series

In
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures. Algebraic structures include groups, rings, fields, modules, vector spaces, lattices, and algebras over a field. The te ...
, 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 algebraic combinatorics.


Power series in several variables

An extension of the theory is necessary for the purposes of multivariable calculus. A power series is here defined to be an infinite series of the form f(x_1, \dots, x_n) = \sum_^\infty a_ \prod_^n (x_k - c_k)^, where is a vector of natural numbers, the coefficients are usually real or complex numbers, and the center and argument are usually real or complex vectors. The symbol \Pi is the product symbol, denoting multiplication. In the more convenient multi-index notation this can be written f(x) = \sum_ a_\alpha (x - c)^\alpha. where \N is the set of
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called '' cardinal ...
s, and so \N^n is the set of ordered ''n''-
tuple In mathematics, a tuple is a finite ordered list (sequence) of elements. An -tuple is a sequence (or ordered list) of elements, where is a non-negative integer. There is only one 0-tuple, referred to as ''the empty tuple''. An -tuple is defi ...
s of natural numbers. The theory of such series is trickier than for single-variable series, with more complicated regions of convergence. For instance, the power series \sum_^\infty x_1^n x_2^n is absolutely convergent in the set \ between two hyperbolas. (This is an example of a ''log-convex set'', in the sense that the set of points (\log , x_1, , \log , x_2, ), where (x_1, x_2) lies in the above region, is a convex set. More generally, one can show that when c=0, the interior of the region of absolute convergence is always a log-convex set in this sense.) 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.


Order of a power series

Let be a multi-index for a power series . The order of the power series ''f'' is defined to be the least value r such that there is ''a''''α'' ≠ 0 with r = , \alpha, = \alpha_1 + \alpha_2 + \cdots + \alpha_n, or \infty if ''f'' ≡ 0. In particular, for a power series ''f''(''x'') in a single variable ''x'', the order of ''f'' is the smallest power of ''x'' with a nonzero coefficient. This definition readily extends to Laurent series.


Notes


References

*


External links

* *
Powers of Complex Numbers
by Michael Schreiber,
Wolfram Demonstrations Project The Wolfram Demonstrations Project is an organized, open-source collection of small (or medium-size) interactive programs called Demonstrations, which are meant to visually and interactively represent ideas from a range of fields. It is hos ...
. {{DEFAULTSORT:Power Series Real analysis Complex analysis Multivariable calculus Mathematical series