9.8 Power Series ∞ Let {An}N=0 Be a Sequence of Numbers

Total Page:16

File Type:pdf, Size:1020Kb

9.8 Power Series ∞ Let {An}N=0 Be a Sequence of Numbers Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan 9.8 Power Series 1 Let fangn=0 be a sequence of numbers. Then a power series about x = a is a series of the form 1 X n 2 an(x − a) = a0 + a1(x − a) + a2(x − a) + ··· n=0 Note that a power series about x = a always converges at x = a with sum equals to a0. Example 9.8.1 Which of the following is a power series? (a) A polynomial of degree m: (b) The geometric series 1 + x + x2 + ··· : 1 1 1 (c) The series x + x2 + x3 + ··· : (d) The series 1 + x + (x − 1)2 + (x − 2)3 + (x − 3)4 + ··· : Solution. (a) A polynomial of degree m is a power series about x = 0 since 2 m p(x) = a0 + a1x + a2x + ··· + amx : Note that an = 0 for n ≥ m + 1: (b) The geometric series 1 + x + x2 + ··· is a power series about x = 0 with an = 1 for all n. 1 1 1 (c) The series x + x2 + x3 + ··· is not a power series since it has negative powers of x: (d) The series 1 + x + (x − 1)2 + (x − 2)3 + (x − 3)4 + ··· is not a power series since each term is a power of a different quantity Convergence of Power Series To study the convergence of a power series about x = a one starts by fixing x and then constructing the partial sums S0(x) =a0 S1(x) =a0 + a1(x − a) 2 S2(x) =a0 + a1(x − a) + a2(x − a) . 2 n Sn(x) =a0 + a1(x − a) + a2(x − a) + ··· + an(x − a) : 1 1 Thus obtaining the sequence fSn(x)gn=0. If this sequence converges to a number L; i.e. limn!1 Sn(x) = L, then we say that the power series con- verges to L for the specific value of x: Otherwise, we say that the power series diverges. Power series may converge for some values of x and diverge for other values. The following theorems provide a tool for determining the values of x for which a power series converges and those for which it diverges. Theorem 9.8.1 Given a power series 1 X n 2 an(x − a) = a0 + a1(x − a) + a2(x − a) + ··· n=0 Then one of following is true: (i) The series converges only at x = a; (ii) the series converges for all x; (iii) there is some positive number R such that the series converges absolutely for jx − aj < R and diverges for jx − aj > R: The series may or may not converge for jx − aj = R: That is for the values x = a − R and x = a + R: The largest interval for which the power series converges is called the inter- val of convergence. If a power series converges at only the point x = a then we define R = 0: If a power series converges for all values of x then we define R = 1: We call R the radius of convergence. Finding the radius of convergence The radius of convergence of a power series is found by using the Ratio Test as illustrated in the following examples. Example 9.8.2 P1 xn Find the radius of convergence of the series n=0 n! : Solution. Using the Ratio Test, we find n+1 x (n+1)! n! jxj lim n = lim jxj = lim = 0 n!1 x n!1 (n + 1)! n!1 n + 1 n! for any x: Thus, R = 1 and the series converges everywhere 2 Example 9.8.3 P1 n Find the radius of convergence of the series n=0 n!x : Solution. Using the Ratio Test, we find n+1 (n + 1)!x lim = lim (n + 1)jxj = 1 n!1 n!xn n!1 for x 6= 0: That is, the series diverges for all x 6= 0: If x = 0: the series converges to 0. Hence, R = 0 Example 9.8.4 P1 n2 2n What is the radius of convergence of the series n=0 22n x ? Solution. Using the Ratio Test we find 2 (n+1) x2n+2 2 2 2 22(n+1) n + 1 jxj jxj lim 2 = lim = : n!1 n x2n n!1 n 4 4 22n jxj2 Thus, the series converges if 4 < 1 or jxj < 2: Hence, the radius of con- vergence is R = 2 Endpoint Convergence Example 9.8.5 P1 n−1 (x−1)n Find the interval of convergence of the series n=1(−1) n : Solution. First, we find the radius of convergence. We have jx−1jn+1 n lim n+1 = lim jx − 1j = jx − 1j: n!1 jx−1jn n!1 n + 1 n By the Ratio Test, the given series converges for jx − 1j < 1 so that R = 1: Hence, by Theorem 9.8.1, the series converges for jx−1j < 1 (i.e., 0 < x < 2) and diverges for jx−1j > 1: What about the endpoints x = 0 and x = 2? If we P1 1 replace x by 0 we obtain the series − n=1 n which is divergent (Harmonic P1 n−1 1 series). If we replace x by 2 we obtain the alternating series n=1(−1) n 3 which converges by the alternating series test. Thus, the interval of conver- gence is 0 < x ≤ 2 Differentiation and Integration of Power Series Convergent power series can be differentiated, or integrated, term-by-term to obtain a new power series that has the same radius of convergence as the original power series. The new power series is a representation of the derivative, or antiderivative, of the the original power series. More formally, we have Theorem 9.8.2 1 X n If R > 0 is the radius of convergence of a power series an(x − a) then n=0 the function 2 X n f(x) = a0 + a1(x − a) + a2(x − a) + ··· = an(x − a) n=0 is differentiable on the interval (a − R; a + R) with derivative 1 0 X n−1 f (x) = nan(x − a) : n=1 Since f(x) is differentiable, it is therefore continuous and hence integrable with antiderivative 1 Z X (x − a)n+1 f(x)dx = C + a n n + 1 n=0 where C is a constant of integration. Both new series have radii of conver- gence R (but not necessarily the same interval of convergence). Example 9.8.6 Consider the power series 1 X xn f(x) = : n n=1 Find the interval of convergence of each of the following: (a) f(x) (b) R f(x)dx (c) f 0(x): 4 Solution. (a) By The Ratio Test, we find xn+1 n+1 n lim n = lim jxj = jxj: n!1 x n!1 n n + 1 Thus, the power series f(x) converges for jxj < 1 so that R = 1: Next, we P1 (−1)n check the endpoints. For x = −1; we obtain the series n=1 n which is convergent by the Alternating Series Test. For x = 1; we obtain the series P1 1 n=1 n which is the Harmonic series (divergent). Hence, the interval of convergence for f is [−1; 1): (b) We have 1 Z X xn+1 f(x)dx = n(n + 1) n=1 with radius of convergence equals to 1. For x = −1; we obtain the series P1 (−1)n+1 n=1 n(n+1) which is convergent by the Alternating Series Test. For x = 1; P1 1 we obtain the series n=1 n(n+1) which is a convergent Telescoping Series. Hence, the interval of convergence of R f(x)dx is [−1; 1]: (c) We have 1 X f 0(x) = xn−1: n=1 The radius of convergnce is 1. The series diverges at x = ±1: The interval of convergence is (−1; 1) 5.
Recommended publications
  • Topic 7 Notes 7 Taylor and Laurent Series
    Topic 7 Notes Jeremy Orloff 7 Taylor and Laurent series 7.1 Introduction We originally defined an analytic function as one where the derivative, defined as a limit of ratios, existed. We went on to prove Cauchy's theorem and Cauchy's integral formula. These revealed some deep properties of analytic functions, e.g. the existence of derivatives of all orders. Our goal in this topic is to express analytic functions as infinite power series. This will lead us to Taylor series. When a complex function has an isolated singularity at a point we will replace Taylor series by Laurent series. Not surprisingly we will derive these series from Cauchy's integral formula. Although we come to power series representations after exploring other properties of analytic functions, they will be one of our main tools in understanding and computing with analytic functions. 7.2 Geometric series Having a detailed understanding of geometric series will enable us to use Cauchy's integral formula to understand power series representations of analytic functions. We start with the definition: Definition. A finite geometric series has one of the following (all equivalent) forms. 2 3 n Sn = a(1 + r + r + r + ::: + r ) = a + ar + ar2 + ar3 + ::: + arn n X = arj j=0 n X = a rj j=0 The number r is called the ratio of the geometric series because it is the ratio of consecutive terms of the series. Theorem. The sum of a finite geometric series is given by a(1 − rn+1) S = a(1 + r + r2 + r3 + ::: + rn) = : (1) n 1 − r Proof.
    [Show full text]
  • Formal Power Series - Wikipedia, the Free Encyclopedia
    Formal power series - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Formal_power_series Formal power series From Wikipedia, the free encyclopedia In mathematics, formal power series are a generalization of polynomials as formal objects, where the number of terms is allowed to be infinite; this implies giving up the possibility to substitute arbitrary values for indeterminates. This perspective contrasts with that of power series, whose variables designate numerical values, and which series therefore only have a definite value if convergence can be established. Formal power series are often used merely to represent the whole collection of their coefficients. In combinatorics, they provide representations of numerical sequences and of multisets, and for instance allow giving concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved; this is known as the method of generating functions. Contents 1 Introduction 2 The ring of formal power series 2.1 Definition of the formal power series ring 2.1.1 Ring structure 2.1.2 Topological structure 2.1.3 Alternative topologies 2.2 Universal property 3 Operations on formal power series 3.1 Multiplying series 3.2 Power series raised to powers 3.3 Inverting series 3.4 Dividing series 3.5 Extracting coefficients 3.6 Composition of series 3.6.1 Example 3.7 Composition inverse 3.8 Formal differentiation of series 4 Properties 4.1 Algebraic properties of the formal power series ring 4.2 Topological properties of the formal power series
    [Show full text]
  • The Discovery of the Series Formula for Π by Leibniz, Gregory and Nilakantha Author(S): Ranjan Roy Source: Mathematics Magazine, Vol
    The Discovery of the Series Formula for π by Leibniz, Gregory and Nilakantha Author(s): Ranjan Roy Source: Mathematics Magazine, Vol. 63, No. 5 (Dec., 1990), pp. 291-306 Published by: Mathematical Association of America Stable URL: http://www.jstor.org/stable/2690896 Accessed: 27-02-2017 22:02 UTC JSTOR is a not-for-profit service that helps scholars, researchers, and students discover, use, and build upon a wide range of content in a trusted digital archive. We use information technology and tools to increase productivity and facilitate new forms of scholarship. For more information about JSTOR, please contact [email protected]. Your use of the JSTOR archive indicates your acceptance of the Terms & Conditions of Use, available at http://about.jstor.org/terms Mathematical Association of America is collaborating with JSTOR to digitize, preserve and extend access to Mathematics Magazine This content downloaded from 195.251.161.31 on Mon, 27 Feb 2017 22:02:42 UTC All use subject to http://about.jstor.org/terms ARTICLES The Discovery of the Series Formula for 7r by Leibniz, Gregory and Nilakantha RANJAN ROY Beloit College Beloit, WI 53511 1. Introduction The formula for -r mentioned in the title of this article is 4 3 57 . (1) One simple and well-known moderm proof goes as follows: x I arctan x = | 1 +2 dt x3 +5 - +2n + 1 x t2n+2 + -w3 - +(-I)rl2n+1 +(-I)l?lf dt. The last integral tends to zero if Ix < 1, for 'o t+2dt < jt dt - iX2n+3 20 as n oo.
    [Show full text]
  • AN INTRODUCTION to POWER SERIES a Finite Sum of the Form A0
    AN INTRODUCTION TO POWER SERIES PO-LAM YUNG A finite sum of the form n a0 + a1x + ··· + anx (where a0; : : : ; an are constants) is called a polynomial of degree n in x. One may wonder what happens if we allow an infinite number of terms instead. This leads to the study of what is called a power series, as follows. Definition 1. Given a point c 2 R, and a sequence of (real or complex) numbers a0; a1;:::; one can form a power series centered at c: 2 a0 + a1(x − c) + a2(x − c) + :::; which is also written as 1 X k ak(x − c) : k=0 For example, the following are all power series centered at 0: 1 x x2 x3 X xk (1) 1 + + + + ::: = ; 1! 2! 3! k! k=0 1 X (2) 1 + x + x2 + x3 + ::: = xk: k=0 We want to think of a power series as a function of x. Thus we are led to study carefully the convergence of such a series. Recall that an infinite series of numbers is said to converge, if the sequence given by the sum of the first N terms converges as N tends to infinity. In particular, given a real number x, the series 1 X k ak(x − c) k=0 converges, if and only if N X k lim ak(x − c) N!1 k=0 exists. A power series centered at c will surely converge at x = c (because one is just summing a bunch of zeroes then), but there is no guarantee that the series will converge for any other values x.
    [Show full text]
  • Fun Power Series Problems
    FUN POWER SERIES PROBLEMS Joseph Breen Solutions will be periodically added at the bottom. Problems 1. Evaluate each of the following infinite series. Don’t just show they converge, actually evaluate them! (a) 1 X n 2n n=1 (b) 1 X n2 2n n=1 (c) 1 X n + 1 n! n=0 (d) 1 X 1 (2n)! n=0 2. Let f(x) = x sin(x2). What is f (147)(0)? What about f (148)(0)? Hint: you probably don’t want to take 147 derivatives of f. 3. Evaluate the following integral as an infinite series: Z 1 1 x dx: 0 x 4. Determine whether the following series converge or diverge. (The point of these exercises is that thinking about Maclaurin series can help you!) (a) 1 X 1 arctan : n2 n=1 (b) 1 X − 1 1 − 3 n : n=1 (c) 1 X 1 sin3 p : n n=1 (d) 1 1 ! X Z n sin(x2) dx : x n=1 0 1 (e) 1 ! X 1 ln 2 1 : n=1 1 − sin n (f) 1 1 X arcsin n : (ln n)2 n=1 (g) 1 X − 1 −1 tan n 2 sin n : n=1 (h) 1 1 1 1 1 X ln 1 + 1 + + + ··· + n 2 3 n : n n=1 5. Determine the interval of convergence for each of the following power series. (a) 1 X n!(x − 2)2n : nn n=1 (b) 1 X x3n : (2n)! n=1 (c) 1 X 3n n!(x − 1)n : nn n=1 6.
    [Show full text]
  • Formal Power Series License: CC BY-NC-SA
    Formal Power Series License: CC BY-NC-SA Emma Franz April 28, 2015 1 Introduction The set S[[x]] of formal power series in x over a set S is the set of functions from the nonnegative integers to S. However, the way that we represent elements of S[[x]] will be as an infinite series, and operations in S[[x]] will be closely linked to the addition and multiplication of finite-degree polynomials. This paper will introduce a bit of the structure of sets of formal power series and then transfer over to a discussion of generating functions in combinatorics. The most familiar conceptualization of formal power series will come from taking coefficients of a power series from some sequence. Let fang = a0; a1; a2;::: be a sequence of numbers. Then 2 the formal power series associated with fang is the series A(s) = a0 + a1s + a2s + :::, where s is a formal variable. That is, we are not treating A as a function that can be evaluated for some s0. In general, A(s0) is not defined, but we will define A(0) to be a0. 2 Algebraic Structure Let R be a ring. We define R[[s]] to be the set of formal power series in s over R. Then R[[s]] is itself a ring, with the definitions of multiplication and addition following closely from how we define these operations for polynomials. 2 2 Let A(s) = a0 + a1s + a2s + ::: and B(s) = b0 + b1s + b1s + ::: be elements of R[[s]]. Then 2 the sum A(s) + B(s) is defined to be C(s) = c0 + c1s + c2s + :::, where ci = ai + bi for all i ≥ 0.
    [Show full text]
  • Calculus II Section 8.6 Representing Functions As Power Series
    MATH 122: Calculus II Section 8.6 Representing Functions as Power Series 8.6 Representing Functions as Power Series This section deals with representing certain functions as power series either by starting with a geometric series and manipulating it or by differentiating or integrating a known series. The reason for doing this is that it provides us with a way of integrating functions that don’t have elementary antiderivatives, for solving certain differential equations, or for approximating functions by polynomials. 8.6 Representing Functions as Power Series Consider the series ∞ xn = 1 + x + x2 + x3 + · · · n=0 X It is a geometric series with a = 1 and r = x. We know that it will converge if |r| = |x| < 1. In fact, it will converge to a 1 = . 1 − r 1 − x Therefore ∞ 1 = 1 + x + x2 + x3 + · · · = xn provided that |x| < 1. 1 − x n=0 X 8.6 Representing Functions as Power Series It is important to realize what we mean when we say that ∞ 1 = 1 + x + x2 + x3 + · · · = xn provided that |x| < 1. 1 − x n=0 X If |x| < 1, then the function on the left and the power series on the right produce the exact same result. If |x| ≥ 1, we may still be able to compute with the function on the left (except when x = 1), but the power series diverges. For these values of x, the two sides of the equation give different results. 8.6 Representing Functions as Power Series Example 1 1 Find a power series representation of f (x) = and state the 1 − x3 interval of convergence.
    [Show full text]
  • Power Series Math 122 Calculus III D Joyce, Fall 2012
    Power Series Math 122 Calculus III D Joyce, Fall 2012 Introduction to power series. One of the main purposes of our study of series is to understand power series. A power series is like a polynomial of infinite degree. For example, 1 X xn = 1 + x + x2 + ··· + xn + ··· n=0 is a power series. We'll look at this one in a moment. Power series have a lot of properties that polynomials have, and that makes them easy to work with. Also, they're general enough to represent lots of important functions like ex, ln x, sin x, and cos x. Let's look at 1 + x + x2 + ··· + xn + ··· . For a fixed value of x, this is just a geometric 1 series, and we know that it sums to when x 2 (−1; 1). For values of x outside the 1 − x interval (−1; 1), the series diverges. Thus, 1 = 1 + x + x2 + ··· + xn + ··· for x 2 (−1; 1): 1 − x The interval where a power series converges is called the interval of convergence. 1 Since we know the series for , we can use it to find power series for some other 1 − x functions. For instance, if we subsititute −x for x we get 1 = 1 − x + x2 − · · · + (−1)nxn + ··· for x 2 (−1; 1): 1 + x If, instead, we substitute 2x for x we get 1 = 1 + 2x + 4x2 + ··· + 2nxn + ··· for x 2 (− 1 ; 1 ); 1 − 2x 2 2 and −x2 for x gives 1 = 1 − x2 + x4 − · · · + (−1)nx2n + ··· for x 2 (−1; 1): 1 + x2 Two of the important properties of polynomials that are shared with power series is that they can be differentiated and integrated term by term.
    [Show full text]
  • Laurent Series and Residue Calculus
    Laurent Series and Residue Calculus Nikhil Srivastava March 19, 2015 If f is analytic at z0, then it may be written as a power series: 2 f(z) = a0 + a1(z − z0) + a2(z − z0) + ::: which converges in an open disk around z0. In fact, this power series is simply the Taylor series of f at z0, and its coefficients are given by I 1 (n) 1 f(z) an = f (z0) = n+1 ; n! 2πi (z − z0) where the latter equality comes from Cauchy's integral formula, and the integral is over a positively oriented contour containing z0 contained in the disk where it f(z) is analytic. The existence of this power series is an extremely useful characterization of f near z0, and from it many other useful properties may be deduced (such as the existence of infinitely many derivatives, vanishing of simple closed contour integrals around z0 contained in the disk of convergence, and many more). The situation is not much worse when z0 is an isolated singularity of f, i.e., f(z) is analytic in a puncured disk 0 < jz − z0j < r for some r. In this case, we have: Laurent's Theorem. If z0 is an isolated singularity of f and f(z) is analytic in the annulus 0 < jz − z0j < r, then 2 b1 b2 bn f(z) = a0 + a1(z − z0) + a2(z − z0) + ::: + + 2 + ::: + n + :::; (∗) z − z0 (z − z0) (z − z0) where the series converges absolutely in the annulus. In class I described how this can be done for any annulus, but the most useful case is a punctured disk around an isolated singularity.
    [Show full text]
  • Introduction to Power Series Power Series As Functions
    Section 3.4: Introduction to power series Power Series as Functions Definition 70 Define a “function” by A power series in the variablex resembles a polynomial, except that it ∞ n 2 may contain infinitely many positive powers ofx. It is an expression of f(x)= x = 1 +x+x + ... the type �n=0 ∞ i 2 ai x =a 0 +a 1x+a 2x + ... , If we try to evaluate this function at x=2 , we get a series of real numbers. �i=0 ∞ n 2 where eacha i is a number. f (2) = 2 = 1 + 2 + 2 + ... �n=0 Example 71 This series is divergent, so our power series does not define a function that can be evaluated at 2. ∞ xn = 1 +x+x 2 +x 3 + ... �n=0 is a power series. Question: Can we think of a power series as a function ofx? Dr Rachel Quinlan MA180/MA186/MA190 Calculus Power series 205 / 171 Dr Rachel Quinlan MA180/MA186/MA190 Calculus Power series 206 / 171 n 2 Power Series as Functions f(x)= n∞=0 x = 1 +x+x + ... Define a “function” by � If we try evaluating atx= 1 , we get ∞ 2 f(x)= xn = 1 +x+x 2 + ... n 2 1 ∞ 1 1 1 �n=0 f = = 1 + + + ... 2 2 2 2 � � n=0 � � � � If we try to evaluate this function at x=2 , we get a series of real � numbers. This is a geometric series withfirst term a=1 and common ratio 1 ∞ n 2 r= . We know that if r <1 , such a series converges to the f (2) = 2 = 1 + 2 + 2 + ..
    [Show full text]
  • Enumerative Combinatorics 2: Formal Power Series
    Enumerative Combinatorics 2: Formal power series Peter J. Cameron Autumn 2013 Probably you recognised in the last chapter a few things from analysis, such as the exponential and geometric series; you may know from complex analysis that convergent power series have all the nice properties one could wish. But there are reasons for considering non-convergent power series, as the following example shows. Recall the generating function for the factorials: X F (x) = n!xn, n≥0 which converges nowhere. Now consider the following problem. A permu- tation of {1, . , n} is said to be connected if there is no number m with 1 ≤ m ≤ n − 1 such that the permutation maps {1, . , m} to itself. Let Cn be the number of connected permutations of {1, . , n}. Any permutation is composed of a connected permutation on an initial interval and an arbitrary permutation of the remainder; so n X n! = Cm(n − m)!. m=1 Hence, if X n G(x) = 1 − Cnx , n≥1 we have F (x)G(x) = 1, and so G(x) = 1/F (x). Fortunately we can do everything that we require for combinatorics (ex- cept some asymptotic analysis) without assuming any convergence proper- ties. 1 2.1 Formal power series Let R be a commutative ring with identity. A formal power series over R is, formally, an infinite sequence (r0, r1, r2,...) of elements of R; but we always represent it in the suggestive form 2 X n r0 + r1x + r2x + ··· = rnx . n≥0 We denote the set of all formal power series by R[[x]].
    [Show full text]
  • Power Series, Taylor and Maclaurin Series
    4.5. POWER SERIES 97 4.5. Power Series A power series is a series of the form ∞ c xn = c + c x + c x2 + + c xn + 0 0 1 2 · · · n · · · n=0 X where x is a variable of indeterminate. It can be interpreted as an infinite polynomial. The cn’s are the coefficients of the series. The sum of the series is a function ∞ n f(x) = c0x n=0 X For instance the following series converges to the function shown for 1 < x < 1: − ∞ 1 xn = 1 + x + x2 + + xn + = . · · · · · · 1 x n=0 X − More generally given a fix number a, a power series in (x a), or centered in a, or about a, is a series of the form − ∞ c (x a)n = c + c (x a) + c (x a)2 + + c (x a)n + 0 − 0 1 − 2 − · · · n − · · · n=0 X 4.5.1. Convergence of Power Series. For a given power series ∞ c (x a)n there are only three possibilities: n − n=1 X (1) The series converges only for x = a. (2) The series converges for all x. (3) There is a number R, called radius of convergence, such that the series converges if x a < R and diverges if x a > R. | − | | − | The interval of convergence is the set of values of x for which the series converges. Example: Find the radius of convergence and interval of convergence of the series ∞ (x 3)n − . n n=0 X 4.5. POWER SERIES 98 Answer: We use the Ratio Test: a (x 3)n+1/(n + 1) n n+1 = − = (x 3) x 3 , a (x 3)n/n − n + 1 n−→ − ¯ n ¯ →∞ ¯ ¯ − So the ¯power¯ series converges if x 3 < 1 and diverges if x 3 > 1.
    [Show full text]