Contents 8 Power Series and Taylor Series

Total Page:16

File Type:pdf, Size:1020Kb

Contents 8 Power Series and Taylor Series Calculus II (part 4): Power Series and Taylor Series (by Evan Dummit, 2015, v. 2.01) Contents 8 Power Series and Taylor Series 1 8.1 Power Series . 1 8.1.1 Convergence of Power Series . 2 8.1.2 Power Series as Functions . 5 8.2 Taylor Series . 8 8.3 Taylor Polynomials and Convergence of Taylor Series . 12 8.3.1 Taylor's Theorem . 13 8.3.2 Convergence of Common Taylor Series . 13 8.3.3 Table of Common Taylor Series . 15 8.4 Applications of Taylor Series . 15 8.4.1 Summing Series Using Taylor Expansions . 16 8.4.2 Numerical Approximations Via Taylor Series . 17 8.4.3 Approximating Functions by Polynomials . 18 8.4.4 Computing Integrals Using Series Expansions . 19 8.4.5 Computing Limits Using Series Expansions . 21 8.4.6 Euler's Formula . 22 8 Power Series and Taylor Series In this chapter, we continue our discussion of innite series from the previous chapter. However, we will narrow 1 X n our focus to a particular kind of innite series, called a power series, which has the general form an(x − c) n=0 for real numbers an and c, and a parameter x. We will discuss the basic theory of power series and methods for representing functions as power series. We will then turn our attention to Taylor series, which are a special type of power series that arise in trying to nd good polynomial approximations to arbitrary functions, and conclude by outlining some of the more important applications of Taylor series. 8.1 Power Series 1 X n • Denition: A power series centered at x = c is a series of the form an(x − c) , where the center c and the n=0 coecients ai are constants. 1 X n ◦ We will usually be interested in power series centered at x = 0, which have the simpler form anx . n=0 1 X n • We will generally think of a given power series an(x − c) as a function of x. n=0 ◦ Our initial goal is to study for which x this power series converges. 1 ◦ We will then turn our attention to describing the resulting function of x (dened where the series converges). 1 X • Example: The geometric series xn is a power series centered at x = 0 all of whose coecients are equal n=0 to 1. 1 ◦ From our earlier analysis of geometric series, we know this series will converge to the limit whenever 1 − x −1 < x < 1, and that it will diverge for other x. ◦ By the denition of convergent series, this says that the sequence of polynomials 1, 1 + x, 1 + x + x2, 1 1 + x + x2 + x3, ... converges to the value whenever −1 < x < 1. 1 − x ◦ We can see this convergence explicitly from the graphs (the functions are 1+x, 1+x+x2, 1+x+x2 +x3, 1 1 + x + x2 + x3 + x4, and from bottom to top): 1 − x 5 4 3 2 1 -1.0 -0.5 0.0 0.5 1.0 8.1.1 Convergence of Power Series • In general, we can typically determine where a power series converges by using the Ratio or Root Tests. A useful technique is to combine the Ratio/Root Tests with the Absolute Convergence Theorem to obtain versions which apply to general series (possibly with negative terms): bn+1 ◦ Strengthened Ratio Test: If fbng has the property that lim exists and equals some constant ρ, n!1 bn 1 X then the sum bn converges if ρ < 1, and diverges if ρ > 1. n=1 pn ◦ Strengthened Root Test: If fbng has the property that lim jbnj exists and equals some constant ρ, n!1 1 X then the sum bn converges if ρ < 1, and diverges if ρ > 1. n=1 ◦ For both tests, if ρ = 1 then the test is inconclusive, while if ρ = 1 then the series diverges. 1 X 1 • Example: Determine the values of x for which the power series xn converges. n2 n=1 n n+1 2 2 We use the Ratio Test: with x , we have bn+1 x =(n + 1) n + 1 . ◦ bn = 2 = n 2 = jxj · n bn x =n n bn+1 ◦ Then lim = jxj. n!1 bn ◦ Thus, by the (strengthened) Ratio Test, we see that the series converges whenever jxj < 1 and diverges whenever jxj > 1. ◦ There are two cases where the test is inconclusive: x = 1 and x = −1. 1 X 1 ◦ When x = 1, the series is , which is a convergent p-series. n2 n=1 2 1 X (−1)n ◦ When x = −1, the series is , which converges by the Alternating Series Test (or by the fact n2 n=1 that its absolute value series is the one we just saw above). ◦ Therefore, the power series converges for − 1 ≤ x ≤ 1 and diverges for other x. 1 X 1 n • Example: Determine the values of x for which the power series (x − 2) converges. 3n n=1 n (x − 2) pn x − 2 ◦ We use the Root Test: with bn = , we have jbnj = . 3n 3 pn x − 2 ◦ Then lim jbnj = . n!1 3 x − 2 ◦ Thus, by the (strengthened) Ratio Test, we see that the series converges whenever < 1 and 3 x − 2 x − 2 diverges whenever > 1, while the test is inconclusive when = 1. 3 3 x − 2 x − 2 ◦ Notice that < 1 is equivalent to −1 < < 1, which is the same as −1 < x < 5. 3 3 1 1 X (−3)n X ◦ When x = −1, the series is = (−1)n, which diverges. 3n n=1 n=1 1 1 X 3n X ◦ When x = 5, the series is = 1, which also diverges. 3n n=1 n=1 ◦ Therefore, the power series converges for − 1 < x < 5 and diverges for other x. ◦ Notice, in particular, that the region of convergence is the interval (−1; 5), and its midpoint is the center of the power series. 1 X 1 • Example: Determine the values of x for which the power series xn converges. n! n=0 1 b xn+1=(n + 1)! n! jxj We use the Ratio Test: with n, we have n+1 . ◦ bn = x = n = x · = n! bn x =n! (n + 1)! n + 1 bn+1 jxj ◦ Then, for any xed value of x, we see that lim = lim = 0. n!1 bn n!1 n + 1 ◦ Thus, by the (strengthened) Ratio Test, we see that the series converges for all x . 1 X • Example: Determine the values of x for which the power series n! · xn converges. n=0 b (n + 1)! · xn+1 (n + 1)! We use the Ratio Test: with n, we have n+1 . ◦ bn = n!·x = n = x · = jxj·(n+1) bn n! · x n! bn+1 ◦ Then, for any nonzero value of x, we see that lim = lim (n + 1) jxj = +1. If x = 0, then the n!1 bn n!1 limit is clearly zero. ◦ Thus, by the (strengthened) Ratio Test, we see that the series converges only for x = 0 . 1 X n • In each of the examples above, notice that the set of x for which the power series an(x − c) converged n=0 was an interval whose midpoint was the center x = c of the power series. 3 ◦ Note that we have included the case of the degenerate interval [0; 0] consisting of a single point, as well as the innite interval (−∞; 1). • In fact, the region of convergence is always an interval. To show this, we rst need a preliminary result: 1 X n • Proposition: If the power series anx converges for x = d, then it converges absolutely for all x with n=0 jxj < jdj. 1 X n n ◦ Proof: Since the series and converges, by the Test for Divergence we know that lim and = 0. n!1 n=0 N ◦ By the denition of limit, in particular this implies that for large enough N, aN d ≤ 1: therefore, −N jaN j ≤ d . 1 1 X X x n x ◦ But then ja xnj ≤ , and this last series is a convergent geometric series when < 1. This n d d n=N n=N x implies the original series converges absolutely for < 1 i.e., whenever jxj < d. d • From this, we can conclude that the set of convergence of a power series must have a very particular form: 1 X n • Theorem (Power Series Convergence): For any power series an(x − c) , precisely one of the following three n=0 things holds: 1. The series converges absolutely for every x. 2. The series converges at x = c and diverges for other x. 3. There exists a positive real number R such that the series converges absolutely for x with jx − cj < R and diverges for jx − cj > R. The series may or may not converge at the two endpoints x = c ± R. ◦ Remark: The value of R is called the radius of convergence for the power series. It is conventional to say that R = 1 in the rst case and to say that R = 0 in the second case. (Thus, for example, the radius 1 1 X X 1 of convergence of the power series xn is 1, while the radius of convergence of xn is 1.) n! n=0 n=0 1 X n ◦ Proof: Let u = x − c: then the power series has the form anu . n=0 ∗ Consider the set of values of juj such that this series converges: if there is no upper bound, then (by the previous proposition applied to an increasing sequence of values of u) we conclude that the series converges absolutely for every value of u.
Recommended publications
  • Ch. 15 Power Series, Taylor Series
    Ch. 15 Power Series, Taylor Series 서울대학교 조선해양공학과 서유택 2017.12 ※ 본 강의 자료는 이규열, 장범선, 노명일 교수님께서 만드신 자료를 바탕으로 일부 편집한 것입니다. Seoul National 1 Univ. 15.1 Sequences (수열), Series (급수), Convergence Tests (수렴판정) Sequences: Obtained by assigning to each positive integer n a number zn z . Term: zn z1, z 2, or z 1, z 2 , or briefly zn N . Real sequence (실수열): Sequence whose terms are real Convergence . Convergent sequence (수렴수열): Sequence that has a limit c limznn c or simply z c n . For every ε > 0, we can find N such that Convergent complex sequence |zn c | for all n N → all terms zn with n > N lie in the open disk of radius ε and center c. Divergent sequence (발산수열): Sequence that does not converge. Seoul National 2 Univ. 15.1 Sequences, Series, Convergence Tests Convergence . Convergent sequence: Sequence that has a limit c Ex. 1 Convergent and Divergent Sequences iin 11 Sequence i , , , , is convergent with limit 0. n 2 3 4 limznn c or simply z c n Sequence i n i , 1, i, 1, is divergent. n Sequence {zn} with zn = (1 + i ) is divergent. Seoul National 3 Univ. 15.1 Sequences, Series, Convergence Tests Theorem 1 Sequences of the Real and the Imaginary Parts . A sequence z1, z2, z3, … of complex numbers zn = xn + iyn converges to c = a + ib . if and only if the sequence of the real parts x1, x2, … converges to a . and the sequence of the imaginary parts y1, y2, … converges to b. Ex.
    [Show full text]
  • 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]
  • Arxiv:1207.1472V2 [Math.CV]
    SOME SIMPLIFICATIONS IN THE PRESENTATIONS OF COMPLEX POWER SERIES AND UNORDERED SUMS OSWALDO RIO BRANCO DE OLIVEIRA Abstract. This text provides very easy and short proofs of some basic prop- erties of complex power series (addition, subtraction, multiplication, division, rearrangement, composition, differentiation, uniqueness, Taylor’s series, Prin- ciple of Identity, Principle of Isolated Zeros, and Binomial Series). This is done by simplifying the usual presentation of unordered sums of a (countable) family of complex numbers. All the proofs avoid formal power series, double series, iterated series, partial series, asymptotic arguments, complex integra- tion theory, and uniform continuity. The use of function continuity as well as epsilons and deltas is kept to a mininum. Mathematics Subject Classification: 30B10, 40B05, 40C15, 40-01, 97I30, 97I80 Key words and phrases: Power Series, Multiple Sequences, Series, Summability, Complex Analysis, Functions of a Complex Variable. Contents 1. Introduction 1 2. Preliminaries 2 3. Absolutely Convergent Series and Commutativity 3 4. Unordered Countable Sums and Commutativity 5 5. Unordered Countable Sums and Associativity. 9 6. Sum of a Double Sequence and The Cauchy Product 10 7. Power Series - Algebraic Properties 11 8. Power Series - Analytic Properties 14 References 17 arXiv:1207.1472v2 [math.CV] 27 Jul 2012 1. Introduction The objective of this work is to provide a simplification of the theory of un- ordered sums of a family of complex numbers (in particular, for a countable family of complex numbers) as well as very easy proofs of basic operations and properties concerning complex power series, such as addition, scalar multiplication, multipli- cation, division, rearrangement, composition, differentiation (see Apostol [2] and Vyborny [21]), Taylor’s formula, principle of isolated zeros, uniqueness, principle of identity, and binomial series.
    [Show full text]
  • INFINITE SERIES in P-ADIC FIELDS
    INFINITE SERIES IN p-ADIC FIELDS KEITH CONRAD 1. Introduction One of the major topics in a course on real analysis is the representation of functions as power series X n anx ; n≥0 where the coefficients an are real numbers and the variable x belongs to R. In these notes we will develop the theory of power series over complete nonarchimedean fields. Let K be a field that is complete with respect to a nontrivial nonarchimedean absolute value j · j, such as Qp with its absolute value j · jp. We will look at power series over K (that is, with coefficients in K) and a variable x coming from K. Such series share some properties in common with real power series: (1) There is a radius of convergence R (a nonnegative real number, or 1), for which there is convergence at x 2 K when jxj < R and not when jxj > R. (2) A power series is uniformly continuous on each closed disc (of positive radius) where it converges. (3) A power series can be differentiated termwise in its disc of convergence. There are also some contrasts: (1) The convergence of a power series at its radius of convergence R does not exhibit mixed behavior: it is either convergent at all x with jxj = R or not convergent at P n all x with jxj = R, unlike n≥1 x =n on R, where R = 1 and there is convergence at x = −1 but not at x = 1. (2) A power series can be expanded around a new point in its disc of convergence and the new series has exactly the same disc of convergence as the original series.
    [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]
  • 1 Approximating Integrals Using Taylor Polynomials 1 1.1 Definitions
    Seunghee Ye Ma 8: Week 7 Nov 10 Week 7 Summary This week, we will learn how we can approximate integrals using Taylor series and numerical methods. Topics Page 1 Approximating Integrals using Taylor Polynomials 1 1.1 Definitions . .1 1.2 Examples . .2 1.3 Approximating Integrals . .3 2 Numerical Integration 5 1 Approximating Integrals using Taylor Polynomials 1.1 Definitions When we first defined the derivative, recall that it was supposed to be the \instantaneous rate of change" of a function f(x) at a given point c. In other words, f 0 gives us a linear approximation of f(x) near c: for small values of " 2 R, we have f(c + ") ≈ f(c) + "f 0(c) But if f(x) has higher order derivatives, why stop with a linear approximation? Taylor series take this idea of linear approximation and extends it to higher order derivatives, giving us a better approximation of f(x) near c. Definition (Taylor Polynomial and Taylor Series) Let f(x) be a Cn function i.e. f is n-times continuously differentiable. Then, the n-th order Taylor polynomial of f(x) about c is: n X f (k)(c) T (f)(x) = (x − c)k n k! k=0 The n-th order remainder of f(x) is: Rn(f)(x) = f(x) − Tn(f)(x) If f(x) is C1, then the Taylor series of f(x) about c is: 1 X f (k)(c) T (f)(x) = (x − c)k 1 k! k=0 Note that the first order Taylor polynomial of f(x) is precisely the linear approximation we wrote down in the beginning.
    [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]
  • Series: Convergence and Divergence Comparison Tests
    Series: Convergence and Divergence Here is a compilation of what we have done so far (up to the end of October) in terms of convergence and divergence. • Series that we know about: P∞ n Geometric Series: A geometric series is a series of the form n=0 ar . The series converges if |r| < 1 and 1 a1 diverges otherwise . If |r| < 1, the sum of the entire series is 1−r where a is the first term of the series and r is the common ratio. P∞ 1 2 p-Series Test: The series n=1 np converges if p1 and diverges otherwise . P∞ • Nth Term Test for Divergence: If limn→∞ an 6= 0, then the series n=1 an diverges. Note: If limn→∞ an = 0 we know nothing. It is possible that the series converges but it is possible that the series diverges. Comparison Tests: P∞ • Direct Comparison Test: If a series n=1 an has all positive terms, and all of its terms are eventually bigger than those in a series that is known to be divergent, then it is also divergent. The reverse is also true–if all the terms are eventually smaller than those of some convergent series, then the series is convergent. P P P That is, if an, bn and cn are all series with positive terms and an ≤ bn ≤ cn for all n sufficiently large, then P P if cn converges, then bn does as well P P if an diverges, then bn does as well. (This is a good test to use with rational functions.
    [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]
  • A Quotient Rule Integration by Parts Formula Jennifer Switkes ([email protected]), California State Polytechnic Univer- Sity, Pomona, CA 91768
    A Quotient Rule Integration by Parts Formula Jennifer Switkes ([email protected]), California State Polytechnic Univer- sity, Pomona, CA 91768 In a recent calculus course, I introduced the technique of Integration by Parts as an integration rule corresponding to the Product Rule for differentiation. I showed my students the standard derivation of the Integration by Parts formula as presented in [1]: By the Product Rule, if f (x) and g(x) are differentiable functions, then d f (x)g(x) = f (x)g(x) + g(x) f (x). dx Integrating on both sides of this equation, f (x)g(x) + g(x) f (x) dx = f (x)g(x), which may be rearranged to obtain f (x)g(x) dx = f (x)g(x) − g(x) f (x) dx. Letting U = f (x) and V = g(x) and observing that dU = f (x) dx and dV = g(x) dx, we obtain the familiar Integration by Parts formula UdV= UV − VdU. (1) My student Victor asked if we could do a similar thing with the Quotient Rule. While the other students thought this was a crazy idea, I was intrigued. Below, I derive a Quotient Rule Integration by Parts formula, apply the resulting integration formula to an example, and discuss reasons why this formula does not appear in calculus texts. By the Quotient Rule, if f (x) and g(x) are differentiable functions, then ( ) ( ) ( ) − ( ) ( ) d f x = g x f x f x g x . dx g(x) [g(x)]2 Integrating both sides of this equation, we get f (x) g(x) f (x) − f (x)g(x) = dx.
    [Show full text]
  • Appendix a Short Course in Taylor Series
    Appendix A Short Course in Taylor Series The Taylor series is mainly used for approximating functions when one can identify a small parameter. Expansion techniques are useful for many applications in physics, sometimes in unexpected ways. A.1 Taylor Series Expansions and Approximations In mathematics, the Taylor series is a representation of a function as an infinite sum of terms calculated from the values of its derivatives at a single point. It is named after the English mathematician Brook Taylor. If the series is centered at zero, the series is also called a Maclaurin series, named after the Scottish mathematician Colin Maclaurin. It is common practice to use a finite number of terms of the series to approximate a function. The Taylor series may be regarded as the limit of the Taylor polynomials. A.2 Definition A Taylor series is a series expansion of a function about a point. A one-dimensional Taylor series is an expansion of a real function f(x) about a point x ¼ a is given by; f 00ðÞa f 3ðÞa fxðÞ¼faðÞþf 0ðÞa ðÞþx À a ðÞx À a 2 þ ðÞx À a 3 þÁÁÁ 2! 3! f ðÞn ðÞa þ ðÞx À a n þÁÁÁ ðA:1Þ n! © Springer International Publishing Switzerland 2016 415 B. Zohuri, Directed Energy Weapons, DOI 10.1007/978-3-319-31289-7 416 Appendix A: Short Course in Taylor Series If a ¼ 0, the expansion is known as a Maclaurin Series. Equation A.1 can be written in the more compact sigma notation as follows: X1 f ðÞn ðÞa ðÞx À a n ðA:2Þ n! n¼0 where n ! is mathematical notation for factorial n and f(n)(a) denotes the n th derivation of function f evaluated at the point a.
    [Show full text]
  • Divergent and Conditionally Convergent Series Whose Product Is Absolutely Convergent
    DIVERGENTAND CONDITIONALLY CONVERGENT SERIES WHOSEPRODUCT IS ABSOLUTELYCONVERGENT* BY FLORIAN CAJOKI § 1. Introduction. It has been shown by Abel that, if the product : 71—« I(¥» + V«-i + ■•• + M„«o)> 71=0 of two conditionally convergent series : 71—0 71— 0 is convergent, it converges to the product of their sums. Tests of the conver- gence of the product of conditionally convergent series have been worked out by A. Pringsheim,| A. Voss,J and myself.§ There exist certain conditionally- convergent series which yield a convergent result when they are raised to a cer- tain positive integral power, but which yield a divergent result when they are raised to a higher power. Thus, 71 = «3 Z(-l)"+13, 7>=i n where r = 7/9, is a conditionally convergent series whose fourth power is con- vergent, but whose fifth power is divergent. || These instances of conditionally * Presented to the Society April 28, 1900. Received for publication April 28, 1900. fMathematische Annalen, vol. 21 (1883), p. 327 ; vol. 2(5 (1886), p. 157. %Mathematische Annalen, vol. 24 (1884), p. 42. § American Journal of Mathematics, vol. 15 (1893), p. 339 ; vol. 18 (1896), p. 195 ; Bulletin of the American Mathematical Society, (2) vol. 1 (1895), p. 180. || This may be a convenient place to point out a slight and obvious extension of the results which I have published in the American Journal of Mathematics, vol. 18, p. 201. It was proved there that the conditionally convergent series : V(_l)M-lI (0<r5|>). Sí n when raised by Cauchy's multiplication rule to a positive integral power g , is convergent whenever (î — l)/ï <C r ! out the power of the series is divergent, if (q— 1 )¡q > r.
    [Show full text]