Math 8 Winter 2020 Taylor Polynomials and Taylor Series Day 3

Math 8 Winter 2020 Taylor Polynomials and Taylor Series Day 3

Math 8 Winter 2020 Taylor Polynomials and Taylor Series Day 3 Infinite Series Our major interest in discussing limits of sequences is to find limits of Taylor polynomials, n (k) X f (a) k lim Tn(x) = lim (x − a) : n!1 n!1 k! k=0 We may write this limit instead as 1 X f (k)(a) (x − a)k: k! k=0 Definition: An infinite series is a sum of infinitely many terms, 1 X ak: k=0 (A sequence is a list; a series is a sum.) The sum is defined as follows: The nth partial sum is the sum of the first n terms, n−1 X Sn = ak; k=0 and the sum of the series is the limit of the partial sums, 1 n−1 X X ak = lim Sn = lim ak: n!1 n!1 k=0 k=0 If this limit exists and is a number, the series converges; if not, it diverges. Definition: The Taylor series for f(x) centered at a is the series 1 X f (k)(a) (x − a)k: k! k=0 This is sort of the degree infinity Taylor polynomial. Its nth partial sum is the degree n − 1 Taylor polynomial for f(x) centered at a. Remark: We hope that the sum of the Taylor series for f(x) is equal to f(x). In many nice cases, it is. We will learn of some important examples where this is true. 1 Geometric Series 1 X Definition: The series an is a geometric series with ratio r if for every n we have n=0 an+1 = r (for the same number r); in other words, an+1 = anr. an 1 X If an is a geometric series with ratio r, we can write n=0 2 2 3 n a1 = a0r a2 = a1r = (a0r)r = a0r a3 = a2r = (a0r )r = a0r ··· an = a0r : Therefore, we can write the series as 1 1 1 X X n X n an = a0r = a0 r : n=0 n=0 n=0 1 X 1 But xn is just the Taylor series centered at 0 for the function f(x) = , and we have 1 − x n=0 already seen that 8 1 if jxj < 1; n n+1 > X 1 − x <1 − x lim xk = lim = n!1 n!1 1 − x k=0 > :>divergent if jxj ≥ 1: This gives us the following proposition. Proposition: 1 X If an is a geometric series with ratio r and first term a0, then n=0 8 a 0 if jrj < 1; 1 > X <1 − r an = > n=0 :>divergent if jrj ≥ 1: Example: Find the sum of the series 1 X 2 · 3k : 52k k=0 2 2 · 3k The kth term of the series is a = , and the ratio of successive terms is k 52k 2·3k+1 k+1 2k a 2(k+1) 2 · 3 5 3 k+1 = 5 = = : a 2·3k 2 · 3k52(k+1) 25 k 52k 3 Because this is the same number for every k, this is a geometric series, with ratio r = 25 2 · 30 and jrj < 1. The first term is a = = 2, so the sum is 0 50 1 k X 2 · 3 a0 2 25 = = = : 52k 1 − r 22 11 k=0 25 Some Rules for Series There is an extensive theory of sequences and series, most of which we will not see in Math 8. In this section, we state a few rules that should make sense. This is not a collection of facts to memorize. This is reassurance that your common sense conclusions about series and sequences are generally valid. Generally the limits A and B in these rules are assumed to be numbers. The rules also apply to limits of 1 and −∞, as long as the expression you are evaluating is defined (1 + 1 = 1) rather than undefined (1 − 1 is undefined). Be warned that the quotient 1 is undefined, not 1. That is because if a approaches 1 and b approaches 0 while 0 n n a oscillating between positive and negative values, then n will also oscillate between positive bn and negative values, and therefore will not approach 1. You are free to use these rules in any homework or exam problem (unless the instructions say otherwise, such as, \use the definition of limit.") You do not have to cite the rule by name, as long as you make clear what fact you are using. 1. (constant multiple rule) If c is a constant, then 1 ! 1 X X an = A =) (can) = cA: n=0 n=0 2. (addition and subtraction rules) 1 1 ! 1 X X X an = A & bn = B =) (an ± bn) = A ± B: n=0 n=0 n=0 3 3. (tail end rule) 1 1 X X an converges () an converges. n=0 n=k In fact, 1 1 X X an = a0 + a1 + ··· + ak−1 + an: n=0 n=k 4. (comparison rule) If an ≤ bn for all n, then 1 1 ! X X an = A & bn = B =) A ≤ B: n=0 n=0 5. (decreasing terms rule) 1 X If ak converges, then lim (ak) = 0. n!1 k=0 The converse of this is false, as you can see from the series 1 1 1 1 1 1 1 1 1 1 + + + + + + + + + + ··· ; 2 2 3 3 3 4 4 4 4 which does not converge even though the individual terms do approach zero. 6. (nonnegative series rule) 1 X If an ≥ 0 for all n, then an either converges to a finite sum or approaches +1. n=0 These rules basically follow from applying sequence rules to the sequences of partial sums. For example, the nonnegative series rule follows from the monotone sequence theorem, since if an ≥ 0 for all n, then the sequence of partial sums is an increasing sequence, which must either converge to a number or diverge to +1. Convergence You may notice that we have listed many more sequence rules than series rules. This is because there are many more elementary methods for finding the limit of a sequence than for finding the sum of a series. Sometimes, even if we cannot find the sum of a series, we can determine whether the series converges or not. There are a number of different convergence tests for series. We will see a few of them now. Be warned, the next proposition applies only to nonnegative series, which are series with no negative terms. 4 1 1 X X Proposition (the comparison test): Suppose an and bn are non-negative series. n=0 n=0 If 0 ≤ bn ≤ an for all n, then 1 1 X X an converges =) bn converges. n=0 n=0 This proposition follows from the fact that a series with nonnegative terms must either converge or approach infinity. If the larger series does not approach infinity, the smaller one cannot do so either, so it must converge. The following definition turns out to be useful. 1 1 X X Definition: The series an is absolutely convergent if the series janj is convergent. n=0 n=0 The reason it is useful is the following proposition. 1 X Proposition: If an is absolutely convergent, then it is convergent. n=0 This proposition follows from things we have already noted. By the sum rule, we can break up a series into the sum of its positive terms and the sum of its negative terms, and show each of those series converges by comparison to the sum of the absolute values of the terms. (There are more details in the last section.) Be warned that the converse of this proposition is false. There are some series that are convergent but not absolutely convergent. The alternating harmonic series, 1 X 1 1 1 1 1 (−1)n+1 = 1 − + − + − · · · ; n 2 3 4 5 n=1 is one important example. 1 1 X X We can use this proposition to prove an converges by proving janj converges. n=0 n=0 This is often easier, because we have tests such as the comparison test that apply only to nonnegative series. Alternating Series Here is a convergence test that applies to series that are not non-negative. It applies to alternating series, series whose terms alternate between positive and negative. For an example of an alternating series, remember that the Maclaurin polynomials (Taylor polynomials with center 0) for cos(x) have the form x2 x4 x6 1 − + − + ··· 2! 4! 6! 5 so we can write the Maclaurin series for cos(x) as 1 x2 x4 x6 X x2k 1 − + − + ··· = (−1)k : 2! 4! 6! (2k)! k=0 Whatever value we use for x, the terms of this series alternate between positive and negative. 1 X Proposition (the alternating series test): If a series ak satisfies the following three k=0 conditions, then it converges: (1.) The terms an alternate between positive and negative. (2.) The terms an are decreasing in absolute value, that is, jan+1j ≤ janj for all n. (3.) The terms an are approaching zero, lim an = 0. n!1 There is a nice proof, with picture, at the beginning of section 11.5 in the textbook. Example: Show that the Maclaurin series for cos(x) converges for x = 1. This series, we see by substituting x = 1 into the Maclaurin series we had above, is 1 X 1 (−1)k : (2k)! k=0 It is easy to see that all three conditions of the alternating series test are satisfied. Example: Show that the Maclaurin series for cos(x) converges for x = 10.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    9 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us