Chapter 3: Infinite Series

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 3: Infinite Series Chapter 3: Infinite series Introduction Definition: Let (an : n ∈ N) be a sequence. For each n ∈ N, we define the nth partial sum of (an : n ∈ N) to be: sn := a1 + a2 + . an. By the series generated by (an : n ∈ N) we mean the sequence (sn : n ∈ N) of partial sums of (an : n ∈ N) (ie: a series is a sequence). We say that the series (sn : n ∈ N) generated by a sequence (an : n ∈ N) is convergent if the sequence (sn : n ∈ N) of partial sums converges. If the series (sn : n ∈ N) is convergent then we call its limit the sum of the series and we write: P∞ lim sn = an. In detail: n→∞ n=1 s1 = a1 s2 = a1 + a + 2 = s1 + a2 s3 = a + 1 + a + 2 + a3 = s2 + a3 ... = ... sn = a + 1 + ... + an = sn−1 + an. Definition: A series that is not convergent is called divergent, ie: each series is ei- P∞ ther convergent or divergent. It has become traditional to use the notation n=1 an to represent both the series (sn : n ∈ N) generated by the sequence (an : n ∈ N) and the sum limn→∞ sn. However, this ambiguity in the notation should not lead to any confu- sion, provided that it is always made clear that the convergence of the series must be established. Important: Although traditionally series have been (and still are) represented by expres- P∞ sions such as n=1 an they are, technically, sequences of partial sums. So if somebody comes up to you in a supermarket and asks you what a series is - you answer “it is a P∞ sequence of partial sums” not “it is an expression of the form: n=1 an.” n−1 Example: (1) For 0 < r < ∞, we may define the sequence (an : n ∈ N) by, an := r for each n ∈ N. 2 n−1 (2) Then the partial sums of this sequence are: sn := 1 + r + r + . r . Therefore, 2 3 n r · sn = r + r + r + . r and so n (1 − r)sn = sn − rsn = 1 − r . 15 n (3) Hence if r 6= 1 then, sn = (1 − r )/(1 − r). (4) Moreover, for 0 < r < 1, (sn : n ∈ N) is monotonely increasing and bounded above by n 1/(1 − r) since, (1 − r ) < 1 for all n ∈ N. Hence the limit of the sequence (sn : n ∈ N) exists. (4) Furthermore, since sn+1 = r · sn + 1 for all n ∈ N we have that L = rL + 1 ⇒ L = 1/(1 − r) , where L := lim sn. 2 n→∞ Definition: The series in the above example is called the geometric series with ratio r. p Example: For each 0 < p < ∞, let (an : n ∈ N) be the sequence defined by, an := 1/n for all n ∈ N. Then the series generated by (an : n ∈ N) is called a p-series. It will be shown later that a p-series is convergent if, and only if, 1 < p < ∞. The divergent case p = 1 has special significance and is called the harmonic series. n Exercise: Let (an : n ∈ N) be the sequence defined by, an := (−1) for all n ∈ N. Show that the series generated by (an : n ∈ N) is divergent. Hint: show that sn is 0 if n is even and 1 if n is odd. ∞ X 1 Example: Calculate the sum of the series, . n(n + 1)(n + 2) n=1 Answer: By using partial fractions we see that, n X 1 s = n j(j + 1)(j + 2) j=1 n 1 X 1 1 = − 2 j(j + 1) (j + 1)(j + 2) j=1 1 1 1 1 1 1 1 = − + − + ··· + − 2 2 6 6 12 n(n + 1) (n + 1)(n + 2) 1 1 1 = − 2 2 (n + 1)(n + 2) ∞ X 1 and so lim sn = = 1/4. 2 n→∞ n(n + 1)(n + 2) n=1 P∞ Any series of the form: n=1(an − an+1), for some sequence (an : n ∈ N) is called a telescoping series and so we see that the previous example is in fact a telescoping series. P∞ Exercise: Let (an : n ∈ N) be a sequence. Show that the series n=1(an−an+1) converges if, and only if, the sequence (an : n ∈ N) converges. Hint: Show that the nth-partial sum of this series equals: a1 − an+1. ∞ X 1 Exercise: Express the sum of the series, in terms of a. (n + a)(n + a + 1) n=1 16 ∞ P Theorem: If an is a convergent series then lim an = 0. n=1 n→∞ Proof: Let sn denote the nth partial sum of the series. Then sn −sn−1 = an for all n ∈ N and so by taking the limit of both sides of this equation as, n → ∞, we see that, ∞ ∞ ! X X 0 = an − an = lim sn − lim sn−1 = lim (sn − sn−1) = lim an 2 n→∞ n→∞ n→∞ n→∞ n=1 n=1 Note: (sn−1) is a “subsequence” of (sn). If sn → L then it can be shown that every subsequence converges to L also. This concept is very useful, but will not be developed here. ∞ P Warning: The fact that lim an = 0 does not guarantee that an is convergent. n→∞ n=1 ∞ X Example: The harmonic series, 1/n is divergent. n=1 Proof: We prove this result by induction. Let, 1 1 1 1 s := 1 + + + ··· + + and P (n) := “s n 1 + n/2” n 2 3 (n − 1) n 2 > Step 1. P (1) = “s21 > 1 + 1/2”; which is true. Therefore P (n) is true for the case n = 1. Step 2. Suppose that P (k) is true, ie: suppose that s2k > 1 + k/2, then, 1 1 1 s k+1 = 1 + + + ··· + 2 2 3 2k+1 1 1 1 1 1 = 1 + + + ··· + + ··· + 2 3 2k 2k + 1 2k+1 1 1 1 (1 + k/2) + + ··· + > 2k+1 2k+1 2k+1 = (1 + k/2) + 1/2 = 1 + (k + 1)/2. Therefore P (k + 1) is true. Step 3. Hence by induction, P (n) is true for all n ∈ N, ie: s2n > 1 + n/2 for all n ∈ N. Now (sn : n ∈ N) is a monotonely inceasing sequence (why ?) that is not bounded above. ∞ P Hence, 1/n = lim sn diverges to ∞. Note however that, lim 1/n = 0. 2 n=1 n→∞ n→∞ The following theorem enables us to show that certain series converge without having to resort to using ε’s and N’s. ∞ ∞ X X Theorem: Let an and bn be convergent series then; n=1 n=1 ∞ ∞ ∞ X X X (i) (an + bn) = an + bn; n=1 n=1 n=1 17 ∞ ∞ ! X X (ii) can = c · an . n=1 n=1 Proof: Exercise. ∞ ∞ ∞ X X X Note: If an and bn converge then the product series anbn may or may not n=1 n=1 n=1 n √ converge. E.g. an = bn = (−1) / n. Series of non-negative terms Definition: If (an : n ∈ N) is a sequence with non-negative terms (ie: 0 6 an for all P∞ n ∈ N) then the series n=1 an is called a series of non-negative terms. Importantly Pn for such series the partial sums sn := j=1 aj are monotonely increasing, since sn+1 −sn = Pn+1 Pn j=1 aj − j=1 aj = an+1 > 0. Hence to show that a series of non-negative terms is convergent it is sufficient (and nec- essary) to show that the series is bounded above. We now look at some tests for convergence of series with non-negative terms. The first test we consider is the integral test. Theorem: (Integral Test) Let (an : n ∈ N) be a sequence of non-negative terms and let f : [1, ∞) → R be a monotonely decreasing continuous function such that f(n) = an for P∞ R ∞ all n ∈ N. Then the series n=1 an converges if, and only if, the integral 1 f(x)dx = R N limN→∞ 1 f(x)dx converges. Proof: In the next figure, the area of the rectangles is: a2+a3+···+an−1+an and is clearly Z n no more than the area under the curve and so, a2 + a3 + ··· + an−1 + an 6 f(x)dx. 1 y . N .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ... ... ... ... ... ... ... ... ... ... ... ... .... .... ..... ..... ..... ...... ...... ...... ...... ....... ....... ....... ........ ........ ......... .......... ........... ............ .............. ................ ................... ....................... .............................. ....................................... ........................................................ ........................................................................................... y = f(x) a2 a3 a4 an−2 an−1 an I x 1 2 3 4 n−3 n−2 n−1 n 18 Z n Thus, sn 6 a1 + f(x)dx. 1 In the next figure we see that the area of the rectangles is: a1 + a2 + a3 + ··· + an−1 + an Z n+1 and so f(x)dx 6 a1 + a2 + ··· + an−1 + an 1 y . N .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. .. ... ... ... ... ... ... ... ... ... ... ... ... .... .... ..... ..... ..... ...... ...... ...... ...... ....... ....... ....... ........ ........ ......... .......... ........... ............ .............. ................ ................... ....................... .............................. ....................................... ........................................................ ........................................................................................... y = f(x) a1 a2 a3 an−2 an−1 an I x 1 2 3 4 n−2 n−1 n n+1 Z n+1 Z n Hence, f(x)dx 6 sn 6 a1 + f(x)dx. 1 1 By taking the limit as, n → ∞, we see that that the series and improper integral are either both convergent or both divergent. Note also that the last inequality gives us both an upper and lower bound for the partial sum sn. 2 ∞ X Example: Show that the p-series, 1/np is convergent if, and only if, 1 < p < ∞. n=1 Answer: Suppose that 0 < p < ∞. Then the function f : [1, ∞) → R defined by, f(x) := 1/xp satisfies the hypotheses of the integral test. Moreover, for p 6= 1 we have that: Z ∞ Z n 1−p n 1−p ( 1 1 −p x n − 1 p > 1, dx = lim x dx = lim = lim = p − 1 xp n→∞ n→∞ 1 − p n→∞ 1 − p 1 1 1 ∞ 0 < p < 1.
Recommended publications
  • Riemann Sums Fundamental Theorem of Calculus Indefinite
    Riemann Sums Partition P = {x0, x1, . , xn} of an interval [a, b]. ck ∈ [xk−1, xk] Pn R(f, P, a, b) = k=1 f(ck)∆xk As the widths ∆xk of the subintervals approach 0, the Riemann Sums hopefully approach a limit, the integral of f from a to b, written R b a f(x) dx. Fundamental Theorem of Calculus Theorem 1 (FTC-Part I). If f is continuous on [a, b], then F (x) = R x 0 a f(t) dt is defined on [a, b] and F (x) = f(x). Theorem 2 (FTC-Part II). If f is continuous on [a, b] and F (x) = R R b b f(x) dx on [a, b], then a f(x) dx = F (x) a = F (b) − F (a). Indefinite Integrals Indefinite Integral: R f(x) dx = F (x) if and only if F 0(x) = f(x). In other words, the terms indefinite integral and antiderivative are synonymous. Every differentiation formula yields an integration formula. Substitution Rule For Indefinite Integrals: If u = g(x), then R f(g(x))g0(x) dx = R f(u) du. For Definite Integrals: R b 0 R g(b) If u = g(x), then a f(g(x))g (x) dx = g(a) f( u) du. Steps in Mechanically Applying the Substitution Rule Note: The variables do not have to be called x and u. (1) Choose a substitution u = g(x). du (2) Calculate = g0(x). dx du (3) Treat as if it were a fraction, a quotient of differentials, and dx du solve for dx, obtaining dx = .
    [Show full text]
  • The Radius of Convergence of the Lam\'{E} Function
    The radius of convergence of the Lame´ function Yoon-Seok Choun Department of Physics, Hanyang University, Seoul, 133-791, South Korea Abstract We consider the radius of convergence of a Lame´ function, and we show why Poincare-Perron´ theorem is not applicable to the Lame´ equation. Keywords: Lame´ equation; 3-term recursive relation; Poincare-Perron´ theorem 2000 MSC: 33E05, 33E10, 34A25, 34A30 1. Introduction A sphere is a geometric perfect shape, a collection of points that are all at the same distance from the center in the three-dimensional space. In contrast, the ellipsoid is an imperfect shape, and all of the plane sections are elliptical or circular surfaces. The set of points is no longer the same distance from the center of the ellipsoid. As we all know, the nature is nonlinear and geometrically imperfect. For simplicity, we usually linearize such systems to take a step toward the future with good numerical approximation. Indeed, many geometric spherical objects are not perfectly spherical in nature. The shape of those objects are better interpreted by the ellipsoid because they rotates themselves. For instance, ellipsoidal harmonics are shown in the calculation of gravitational potential [11]. But generally spherical harmonics are preferable to mathematically complex ellipsoid harmonics. Lame´ functions (ellipsoidal harmonic fuctions) [7] are applicable to diverse areas such as boundary value problems in ellipsoidal geometry, Schrodinger¨ equations for various periodic and anharmonic potentials, the theory of Bose-Einstein condensates, group theory to quantum mechanical bound states and band structures of the Lame´ Hamiltonian, etc. As we apply a power series into the Lame´ equation in the algebraic form or Weierstrass’s form, the 3-term recurrence relation starts to arise and currently, there are no general analytic solutions in closed forms for the 3-term recursive relation of a series solution because of their mathematical complexity [1, 5, 13].
    [Show full text]
  • 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]
  • Absolute and Conditional Convergence, and Talk a Little Bit About the Mathematical Constant E
    MATH 8, SECTION 1, WEEK 3 - RECITATION NOTES TA: PADRAIC BARTLETT Abstract. These are the notes from Friday, Oct. 15th's lecture. In this talk, we study absolute and conditional convergence, and talk a little bit about the mathematical constant e. 1. Random Question Question 1.1. Suppose that fnkg is the sequence consisting of all natural numbers that don't have a 9 anywhere in their digits. Does the corresponding series 1 X 1 nk k=1 converge? 2. Absolute and Conditional Convergence: Definitions and Theorems For review's sake, we repeat the definitions of absolute and conditional conver- gence here: P1 P1 Definition 2.1. A series n=1 an converges absolutely iff the series n=1 janj P1 converges; it converges conditionally iff the series n=1 an converges but the P1 series of absolute values n=1 janj diverges. P1 (−1)n+1 Example 2.2. The alternating harmonic series n=1 n converges condition- ally. This follows from our work in earlier classes, where we proved that the series itself converged (by looking at partial sums;) conversely, the absolute values of this series is just the harmonic series, which we know to diverge. As we saw in class last time, most of our theorems aren't set up to deal with series whose terms alternate in sign, or even that have terms that occasionally switch sign. As a result, we developed the following pair of theorems to help us manipulate series with positive and negative terms: 1 Theorem 2.3. (Alternating Series Test / Leibniz's Theorem) If fangn=0 is a se- quence of positive numbers that monotonically decreases to 0, the series 1 X n (−1) an n=1 converges.
    [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]
  • 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]
  • 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]
  • Dirichlet’S Test
    4. CONDITIONALLY CONVERGENT SERIES 23 4. Conditionally convergent series Here basic tests capable of detecting conditional convergence are studied. 4.1. Dirichlet’s test. Theorem 4.1. (Dirichlet’s test) n Let a complex sequence {An}, An = k=1 ak, be bounded, and the real sequence {bn} is decreasing monotonically, b1 ≥ b2 ≥ b3 ≥··· , so that P limn→∞ bn = 0. Then the series anbn converges. A proof is based on the identity:P m m m m−1 anbn = (An − An−1)bn = Anbn − Anbn+1 n=k n=k n=k n=k−1 X X X X m−1 = An(bn − bn+1)+ Akbk − Am−1bm n=k X Since {An} is bounded, there is a number M such that |An|≤ M for all n. Therefore it follows from the above identity and non-negativity and monotonicity of bn that m m−1 anbn ≤ An(bn − bn+1) + |Akbk| + |Am−1bm| n=k n=k X X m−1 ≤ M (bn − bn+1)+ bk + bm n=k ! X ≤ 2Mbk By the hypothesis, bk → 0 as k → ∞. Therefore the right side of the above inequality can be made arbitrary small for all sufficiently large k and m ≥ k. By the Cauchy criterion the series in question converges. This completes the proof. Example. By the root test, the series ∞ zn n n=1 X converges absolutely in the disk |z| < 1 in the complex plane. Let us investigate the convergence on the boundary of the disk. Put z = eiθ 24 1. THE THEORY OF CONVERGENCE ikθ so that ak = e and bn = 1/n → 0 monotonically as n →∞.
    [Show full text]
  • Chapter 11 Outline Math 236 Summer 2002
    Chapter 11 Outline Math 236 Summer 2002 11.1 Infinite Series Sigma notation: Be able to go from a written-out sum to sigma notation and back. • Know how to change indicies and algebraically manipulate a sum in sigma notation. Infinite series as sequences of partial sums: What does it mean to say that an • infinite series converges? See Definition 11.1.1 which describes a series as the limit of its sequence of partial sums. Do not confuse the series with the corresponding sequence! Telescoping series: Sometimes the terms of a series can be rewritten using partial • fractions so that you can find a formula for the nth partial sum for the series. Then you can take the limit of this sequence of partial sums to get the sum of the series (if it exists). Be able to do this and be able to explain what you are doing (including notation) while you do it. Not all series are \telescoping" like this. The geometric series: What is the general form of a geometric series? When • does it converge, and to what? Notice that the formula for the sum of a convergent geometric series only works if you start from k = 0. Be able to prove (in a particular 1 case like x = 4 or in general) the formula for the sum of a convergent geometric series. The proof involves finding a formula for the nth partial sum of the series (start by computing sn xsn) and then taking the limit of that formula to get the sum of the series.
    [Show full text]
  • Approximating the Sum of a Convergent Series
    Approximating the Sum of a Convergent Series Larry Riddle Agnes Scott College Decatur, GA 30030 [email protected] The BC Calculus Course Description mentions how technology can be used to explore conver- gence and divergence of series, and lists various tests for convergence and divergence as topics to be covered. But no specific mention is made of actually estimating the sum of a series, and the only discussion of error bounds is for alternating series and the Lagrange error bound for Taylor polynomials. With just a little additional effort, however, students can easily approximate the sum of many common convergent series and determine how precise that approximation will be. Approximating the Sum of a Positive Series Here are two methods for estimating the sum of a positive series whose convergence has been established by the integral test or the ratio test. Some fairly weak additional requirements are made on the terms of the series. Proofs are given in the appendix. ∞ n P P Let S = an and let the nth partial sum be Sn = ak. n=1 k=1 1. Suppose an = f(n) where the graph of f is positive, decreasing, and concave up, and the R ∞ improper integral 1 f(x) dx converges. Then Z ∞ Z ∞ an+1 an+1 Sn + f(x) dx + < S < Sn + f(x) dx − . (1) n+1 2 n 2 (If the conditions for f only hold for x ≥ N, then inequality (1) would be valid for n ≥ N.) an+1 2. Suppose (an) is a positive decreasing sequence and lim = L < 1.
    [Show full text]
  • Calculus Online Textbook Chapter 10
    Contents CHAPTER 9 Polar Coordinates and Complex Numbers 9.1 Polar Coordinates 348 9.2 Polar Equations and Graphs 351 9.3 Slope, Length, and Area for Polar Curves 356 9.4 Complex Numbers 360 CHAPTER 10 Infinite Series 10.1 The Geometric Series 10.2 Convergence Tests: Positive Series 10.3 Convergence Tests: All Series 10.4 The Taylor Series for ex, sin x, and cos x 10.5 Power Series CHAPTER 11 Vectors and Matrices 11.1 Vectors and Dot Products 11.2 Planes and Projections 11.3 Cross Products and Determinants 11.4 Matrices and Linear Equations 11.5 Linear Algebra in Three Dimensions CHAPTER 12 Motion along a Curve 12.1 The Position Vector 446 12.2 Plane Motion: Projectiles and Cycloids 453 12.3 Tangent Vector and Normal Vector 459 12.4 Polar Coordinates and Planetary Motion 464 CHAPTER 13 Partial Derivatives 13.1 Surfaces and Level Curves 472 13.2 Partial Derivatives 475 13.3 Tangent Planes and Linear Approximations 480 13.4 Directional Derivatives and Gradients 490 13.5 The Chain Rule 497 13.6 Maxima, Minima, and Saddle Points 504 13.7 Constraints and Lagrange Multipliers 514 CHAPTER Infinite Series Infinite series can be a pleasure (sometimes). They throw a beautiful light on sin x and cos x. They give famous numbers like n and e. Usually they produce totally unknown functions-which might be good. But on the painful side is the fact that an infinite series has infinitely many terms. It is not easy to know the sum of those terms.
    [Show full text]