Power series


In mathematics, a power series (in one variable) is an infinite series of the form
- ∑n=0∞an(x−c)n=a0+a1(x−c)1+a2(x−c)2+⋯displaystyle sum _n=0^infty a_nleft(x-cright)^n=a_0+a_1(x-c)^1+a_2(x-c)^2+cdots
where an represents the coefficient of the nth term and c is a constant. an is independent of x and may be expressed as a function of n (e.g., an=1n!displaystyle a_n=frac 1n!). This series usually arises as the Taylor series of some known 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
- ∑n=0∞anxn=a0+a1x+a2x2+⋯displaystyle sum _n=0^infty a_nx^n=a_0+a_1x+a_2x^2+cdots
These power series arise primarily in analysis, but also occur in combinatorics (as generating functions, a kind of formal power series) and in electrical engineering (under the name of the Z-transform). The familiar decimal notation for real numbers can also be viewed as an example of a power series, with integer coefficients, but with the argument x fixed at 1⁄10. In number theory, the concept of p-adic numbers is also closely related to that of a power series.
Contents
1 Examples
2 Radius of convergence
3 Operations on power series
3.1 Addition and subtraction
3.2 Multiplication and division
3.3 Differentiation and integration
4 Analytic functions
5 Formal power series
6 Power series in several variables
7 Order of a power series
8 See also
9 Notes
10 References
11 External links
Examples

The exponential function (in blue), and the sum of the first n + 1 terms of its Maclaurin power series (in red).
Any polynomial can be easily expressed as a power series around any center c, although most of the coefficients will be zero since a power series has infinitely many terms by definition. For instance, the polynomial f(x)=x2+2x+3textstyle f(x)=x^2+2x+3 can be written as a power series around the center c=0textstyle c=0
as
- f(x)=3+2x+1x2+0x3+0x4+⋯displaystyle f(x)=3+2x+1x^2+0x^3+0x^4+cdots ,
or around the center c=1textstyle c=1 as
- f(x)=6+4(x−1)+1(x−1)2+0(x−1)3+0(x−1)4+⋯displaystyle f(x)=6+4(x-1)+1(x-1)^2+0(x-1)^3+0(x-1)^4+cdots ,
or indeed around any other center c.[1] One can view power series as being like "polynomials of infinite degree," although power series are not polynomials.
The geometric series formula
- 11−x=∑n=0∞xn=1+x+x2+x3+⋯,displaystyle frac 11-x=sum _n=0^infty x^n=1+x+x^2+x^3+cdots ,
which is valid for |x|<1x, is one of the most important examples of a power series, as are the exponential function formula
- ex=∑n=0∞xnn!=1+x+x22!+x33!+⋯,displaystyle e^x=sum _n=0^infty frac x^nn!=1+x+frac x^22!+frac x^33!+cdots ,
and the sine formula
- sin(x)=∑n=0∞(−1)nx2n+1(2n+1)!=x−x33!+x55!−x77!+⋯,displaystyle sin(x)=sum _n=0^infty frac (-1)^nx^2n+1(2n+1)!=x-frac x^33!+frac x^55!-frac x^77!+cdots ,
valid for all real x.
These power series are also examples of Taylor series.
Negative powers are not permitted in a power series; for instance, 1+x−1+x−2+⋯textstyle 1+x^-1+x^-2+cdots is not considered a power series (although it is a Laurent series). Similarly, fractional powers such as x12textstyle x^frac 12
are not permitted (but see Puiseux series). The coefficients antextstyle a_n
are not allowed to depend on xtextstyle x
, thus for instance:
- sin(x)x+sin(2x)x2+sin(3x)x3+⋯displaystyle sin(x)x+sin(2x)x^2+sin(3x)x^3+cdots ,
is not a power series.
Radius of convergence
A power series will converge for some values of the variable x and may diverge for others. All power series f(x) in powers of (x − c) will converge at x = c. (The correct value f(c) = a0 requires interpreting the expression 00 as equal to 1.) If c is not the only convergent point, then there is always a number r with 0 < r ≤ ∞ such that the series converges whenever |x − c| < r and diverges whenever |x − c| > r. The number r is called the radius of convergence of the power series; in general it is given as
- r=lim infn→∞|an|−1n^-frac 1n
or, equivalently,
- r−1=lim supn→∞|an|1na_nright
(this is the Cauchy–Hadamard theorem; see limit superior and limit inferior for an explanation of the notation). A fast way to compute it is
- r−1=limn→∞|an+1an|
if this limit exists.
The series converges absolutely for |x − c| < r and converges uniformly on every compact subset of < r. That is, the series is absolutely and compactly convergent on the interior of the disc of convergence.
For |x − c| = r, we cannot make any general statement on whether the series converges or diverges. However, for the case of real variables, Abel's theorem states that the sum of the series is continuous at x if the series converges at x. In the case of complex variables, we can only claim continuity along the line segment starting at c and ending at x.
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)=∑n=0∞an(x−c)ndisplaystyle f(x)=sum _n=0^infty a_n(x-c)^nand g(x)=∑n=0∞bn(x−c)ndisplaystyle g(x)=sum _n=0^infty b_n(x-c)^n
then
- f(x)±g(x)=∑n=0∞(an±bn)(x−c)n.displaystyle f(x)pm g(x)=sum _n=0^infty (a_npm b_n)(x-c)^n.
It is not true that if two power series ∑n=0∞anxntextstyle sum _n=0^infty a_nx^n and ∑n=0∞bnxntextstyle sum _n=0^infty b_nx^n
have the same radius of convergence, then ∑n=0∞(an+bn)xntextstyle sum _n=0^infty left(a_n+b_nright)x^n
also has this radius of convergence. If an=(−1)ntextstyle a_n=(-1)^n
and bn=(−1)n+1(1−13n)textstyle b_n=(-1)^n+1left(1-frac 13^nright)
, then both series have the same radius of convergence of 1, but the series ∑n=0∞(an+bn)xn=∑n=0∞(−1)n3nxntextstyle sum _n=0^infty left(a_n+b_nright)x^n=sum _n=0^infty frac (-1)^n3^nx^n
has a radius of convergence of 3.
Multiplication and division
With the same definitions for f(x)displaystyle f(x) and g(x)displaystyle g(x)
, the power series of the product and quotient of the functions can be obtained as follows:
- f(x)g(x)=(∑n=0∞an(x−c)n)(∑n=0∞bn(x−c)n)=∑i=0∞∑j=0∞aibj(x−c)i+j=∑n=0∞(∑i=0naibn−i)(x−c)n.displaystyle beginalignedf(x)g(x)&=left(sum _n=0^infty a_n(x-c)^nright)left(sum _n=0^infty b_n(x-c)^nright)\&=sum _i=0^infty sum _j=0^infty a_ib_j(x-c)^i+j\&=sum _n=0^infty left(sum _i=0^na_ib_n-iright)(x-c)^n.endaligned
The sequence mn=∑i=0naibn−idisplaystyle m_n=sum _i=0^na_ib_n-i is known as the convolution of the sequences andisplaystyle a_n
and bndisplaystyle b_n
.
For division, if one defines the sequence dndisplaystyle d_n by
- f(x)g(x)=∑n=0∞an(x−c)n∑n=0∞bn(x−c)n=∑n=0∞dn(x−c)ndisplaystyle frac f(x)g(x)=frac sum _n=0^infty a_n(x-c)^nsum _n=0^infty b_n(x-c)^n=sum _n=0^infty d_n(x-c)^n
then
- f(x)=(∑n=0∞bn(x−c)n)(∑n=0∞dn(x−c)n)displaystyle f(x)=left(sum _n=0^infty b_n(x-c)^nright)left(sum _n=0^infty d_n(x-c)^nright)
and one can solve recursively for the terms dndisplaystyle d_n by comparing coefficients.
Differentiation and integration
Once a function f(x)displaystyle f(x) is given as a power series as above, it is differentiable on the interior of the domain of convergence. It can be differentiated and integrated quite easily, by treating every term separately:
- f′(x)=∑n=1∞ann(x−c)n−1=∑n=0∞an+1(n+1)(x−c)n,∫f(x)dx=∑n=0∞an(x−c)n+1n+1+k=∑n=1∞an−1(x−c)nn+k.displaystyle beginalignedf^prime (x)&=sum _n=1^infty a_nnleft(x-cright)^n-1=sum _n=0^infty a_n+1left(n+1right)left(x-cright)^n,\int f(x),dx&=sum _n=0^infty frac a_nleft(x-cright)^n+1n+1+k=sum _n=1^infty frac a_n-1left(x-cright)^nn+k.endaligned
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 which converges to f(x) for every x ∈ V.
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
- an=f(n)(c)n!displaystyle a_n=frac f^left(nright)left(cright)n!
where f(n)(c)displaystyle f^(n)(c) denotes the nth derivative of f at c, and f(0)(c)=f(c)displaystyle f^(0)(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 c∈U such that f (n)(c) = g (n)(c) for all n ≥ 0, then f(x) = g(x) for all x ∈ U.
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 − c 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 − c| = 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 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(x1,…,xn)=∑j1,…,jn=0∞aj1,…,jn∏k=1n(xk−ck)jk,displaystyle f(x_1,dots ,x_n)=sum _j_1,dots ,j_n=0^infty a_j_1,dots ,j_nprod _k=1^nleft(x_k-c_kright)^j_k,
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. The symbol Πdisplaystyle Pi is the product symbol, denoting multiplication. In the more convenient multi-index notation this can be written
- f(x)=∑α∈Nnaα(x−c)α.displaystyle f(x)=sum _alpha in mathbb N ^na_alpha left(x-cright)^alpha .
where Ndisplaystyle mathbb N is the set of natural numbers, and so Nndisplaystyle mathbb N ^n
is the set of ordered n-tuples 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 ∑n=0∞x1nx2ndisplaystyle sum _n=0^infty x_1^nx_2^n is absolutely convergent in the set (x1,x2):displaystyle <1
between two hyperbolas. (This is an example of a log-convex set, in the sense that the set of points (log|x1|,log|x2|))
, where (x1,x2)displaystyle (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 f(x1, x2, …, xn). The order of the power series f is defined to be the least value |α| such that aα ≠ 0, or 0 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.
See also
- Flat function
- Linear approximation
- Random variable
- Series multisection
Notes
^ Howard Levi (1967). Polynomials, Power Series, and Calculus. Van Nostrand. p. 24.
References
Solomentsev, E.D. (2001) [1994], "Power series", in Hazewinkel, Michiel, Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4
External links
- Weisstein, Eric W. "Formal Power Series". MathWorld.
- Weisstein, Eric W. "Power Series". MathWorld.
Powers of Complex Numbers by Michael Schreiber, Wolfram Demonstrations Project.
Comments
Post a Comment