Calculus 2: Infinite Series

Total Page:16

File Type:pdf, Size:1020Kb

Calculus 2: Infinite Series Infinite Series – Taylor Series In the previous section we were able to generate new power series from known power series using substitution, differentiation, integration. In this section we will develop a more general method for finding power series of various functions. The power series we generate is generally referred to as a Taylor series. In the special case when the series is centered at 푥 = 0, the series is sometimes referred to as a Maclaurin series. We begin by deriving the general form of a Taylor series. Taylor Series To derive the so-called Taylor series, we start with the general expression for a power series centered at 푥 = 푐 and that is valid on the interval (푐 − 푅, 푐 + 푅). ∞ 푛 푓(푥) = ∑ 푎푛(푥 − 푐) 푛=0 Next, we express the series in expanded form and compute its derivates as shown below. 2 3 … 푓(푥) = 푎0 + 푎1(푥 − 푐) + 푎2(푥 − 푐) + 푎3(푥 − 푐) + 1 2 3 … 푓 (푥) = 푎1 + 2 ∙ 푎2(푥 − 푐) + 3푎3(푥 − 푐) + 4푎4(푥 − 푐) + 2 2 3 푓 (푥) = 2푎2 + 2 ∙ 3푎3(푥 − 푐) + 3 ∙ 4푎4(푥 − 푐) + 4 ∙ 5푎5(푥 − 푐) + … 3 2 … 푓 (푥) = 2 ∙ 3푎3 + 2 ∙ 3 ∙ 4푎4(푥 − 푐) + 3 ∙ 4 ∙ 5푎5(푥 − 푐) + … … … … … … … Now, we let 푥 = 푐 and find the following: 푓(푐) = 푎0 1 푓 (푐) = 푎1 2 푓 (푐) = 2푎2 3 푓 (푐) = 2 ∙ 3푎3 4 푓 (푐) = 2 ∙ 3 ∙ 4푎4 . 푘 푓 (푐) = 푘! 푎푘 Solving the general expression for the coefficients, 푎푘, we find 푓푘(푐) 푎 = 푘 푘! We can now use the coefficient expression above to rewrite the power series from above. The result is referred to as a Taylor series, 푇(푥), of the function 푓(푥) centered at 푥 = 푐. ∞ 푓푛(푐) 푇(푥) = ∑ (푥 − 푐)푛 푛! 푛=0 The results are formally stated below with the following theorem. Taylor Series Expansion If 푓(푥) is represented as a power series centered at 푐 in an interval |푥 − 푐| < 푅 with 푅 > 0, then the power series is the Taylor series ∞ 푓푛(푐) 푇(푥) = ∑ (푥 − 푐)푛 푛! 푛=0 In the special case where 푐 = 0, 푇(푥) is also called the Maclaurin series ∞ 푓푛(0) 푇(푥) = ∑ 푥푛 푛! 푛=0 It’s important to note that the theorem above tells us that if we want to represent a function, 푓, by a power series centered at 푐, the only candidate for this is the Taylor series. Unfortunately, there is no general method to determine whether 푇(푥) will converge to 푓(푥), (it is not guaranteed that 푇(푥) even converges), however we may use the following theorem in some special cases. Taylor Series Convergence Suppose there exists a 퐾 > 0 such that all derivatives of 푓(푥) are bounded by 퐾 on an interval, 퐼 = (푐 − 푅, 푐 + 푅), i.e. |푓푘(푥)| ≤ 퐾 , 푓표푟 푎푙푙 푘 > 0 푎푛푑 푥 ∈ 퐼 Then 푓(푥) can be represented by the Taylor series, 푇(푥) on 퐼 ∞ 푓푛(푐) 푇(푥) = ∑ (푥 − 푐)푛 , 푓표푟 푎푙푙 푥 ∈ 퐼 푛! 푛=0 Let’s start with a straightforward example where the function we want to represent by a Taylor Series is a polynomial. Example 1: Find the Taylor series for 푓(푥) centered at 푥 = 0, i.e. the Maclaurin series. 푓(푥) = 4푥3 + 8푥2 + 6푥 + 7 Solution: The general form of the Taylor series centered at zero is ∞ 푓푛(0) 푇(푥) = ∑ 푥푛 푛! 푛=0 푓푛(0) Therefore, we start by finding the coefficients, . 푛! 푓0(0) 7 = = 7 0! 1 푓1(0) 3 ∙ 4푥2 + 2 ∙ 8푥 + 6 = | = 6 1! 1 푥=0 푓2(0) 2 ∙ 3 ∙ 4푥 + 2 ∙ 8 16 = | = = 8 2! 2 푥=0 2 푓3(0) 2 ∙ 3 ∙ 4 24 = = = 4 3! 6 6 Where, we stop at the third derivative since all higher derivatives are zero. For this case, and any polynomial, the series is finite. 푓0(0) 푓1(0) 푓2(0) 푓3(0) 푇(푥) = 푥0 + 푥1 + 푥2 + 푥3 0! 1! 2! 3! 푇(푥) = 7 + 6푥1 + 8푥2 + 4푥3 + 0푥4 푇(푥) = 4푥3 + 8푥2 + 6푥 + 7 The Taylor series is the polynomial itself and of course if valid for all 푥! ______________________________________________________________________________ Next, we will look at few non-polynomial functions. Example 2: Find the Taylor series representation of the function below centered at 푥 = 1. 1 푓(푥) = 1 − 2푥 Solution: Using the substitution method from the previous section we can easily find the series expansion centered at zero, i.e. the Maclaurin series. However, we are asked to find the series expansion centered at 푥 = 1, therefore we use the general Taylor series formula. ∞ 푓푛(1) 푇(푥) = ∑ (푥 − 1)푛 푛! 푛=0 In this case it is often useful to create a table to see if one can find a pattern for the coefficients. 푛 푛! 푓푛(푥) 푓푛(1) 푛! 0 1 1 −1 1 − 2푥 1 1 2 2 (1 − 2푥)2 2 2 8 −4 (1 − 2푥)3 3 6 48 8 (1 − 2푥)4 4 24 384 −16 (1 − 2푥)5 … … … … In the last column we see two patterns: 1.) The coefficient flips sign each time starting with a negative value at 푛 = 0, hence the term: (−1)푛+1 and 2.) The magnitude of the coefficients increase by a power of two, hence the term 2푛. The Taylor series is then written as follows: ∞ 푛+1 푛 푛 푇(푥) = ∑(−1) 2 (푥 − 1) 푛=0 Finally, we use the ratio test to determine where the series converges and find the following. 2푛(푥 − 1)푛21(푥 − 1)1 퐿 = 푙푖푚 | | = 2|푥 − 1| 푛→∞ 2푛(푥 − 1)푛 The series converges when 퐿 < 1, and therefore we have 1 3 2|푥 − 1| < 1 → < |푥| < 2 2 ______________________________________________________________________________ Example 3: Find the Taylor series representation of the function below centered at 푥 = 1. 푓(푥) = 푥−2 Solution: Again, we can construct a table to see if we can find a pattern for the coefficients. 푛 푓푛(푥) 푓푛(1) 푛! 0 1푥−2 1 = 1 1 1 −2푥−3 −2 = −2 1 2 3 ∙ 2푥−4 6 = 3 2 3 −4 ∙ 3 ∙ 2푥−5 −24 = −4 6 … … … … … … (−1)푛(푛 + 1)! 푥−(푛+2) (−1)푛(푛 + 1)! = (−1)푛(푛 + 1) 푛! The Taylor series is then written as follows: ∞ 푛 푛 푇(푥) = ∑(−1) (푛 + 1)(푥 − 1) 푛=0 We can again use the ratio test to determine where the series converges. In this case we find: 1 3 < |푥| < 2 2 ______________________________________________________________________________ Example 4: Find the Maclaurin series representation of the following well known functions. a. b. 푓(푥) = 푒푥 푓(푥) = 푠푖푛(푥) Solution: a. Note that all derivatives of 푒푥 evaluated at 푥 = 0 are 푒0 = 1. Therefore, the Maclaurin series for 푓(푥) = 푒푥 is: ∞ (푥)푛 푥 푥2 푥3 푒푥 = ∑ = 1 + + + , 푓표푟 푎푙푙 푥 푛! 1! 2! 3! 푛=0 b. In this case we start by creating a table for the coefficients. 푛 푓푛(푥) 푓푛(0) 0 푠푖푛(푥) 0 1 푐표푠(푥) 1 2 − 푠푖푛(푥) 0 3 − 푐표푠(푥) −1 4 푠푖푛(푥) 0 … … … … … … After 푛 = 3 the pattern repeats. Additionally, the series contains odd terms only which alternate in sign. With this, the series expansion of 푠푖푛(푥) is ∞ (푥)2푛+1 푥3 푥5 푥7 푠푖푛(푥) = ∑(−1)푛 = 푥 − + − +. ., 푓표푟 푎푙푙 푥 (2푛 + 1)! 3! 5! 7! 푛=0 Furthermore, if we were to repeat this procedure for 푐표푠(푥) we would find a similar result with the exception that the series will contain only even terms. ∞ (푥)2푛 푥2 푥4 푥6 푐표푠(푥) = ∑(−1)푛 = 1 − + − +. ., 푓표푟 푎푙푙 푥 (2푛)! 2! 4! 6! 푛=0 ______________________________________________________________________________ In the previous section we used the substitution method to find series representations for functions that were similar to the geometric power series. We can use the series we learned in the previous example to find additional series in a similar fashion. Example 5: Find the Maclaurin series representation of the following functions. a. b. 2 푓(푥) = 푥3 푠푖푛(푥) 푓(푥) = 푥4푒2푥 Solution: a. We use the fact that we know the series representation of 푠푖푛(푥). ∞ ∞ ∞ (푥)2푛+1 (푥)2푛+1 ∙ 푥3 (푥)2푛+4 푥3 푠푖푛(푥) = 푥3 (∑(−1)푛 ) = ∑(−1)푛 = ∑(−1)푛 (2푛 + 1)! (2푛 + 1)! (2푛 + 1)! 푛=0 푛=0 푛=0 b. In this case, we additionally use the substitution method. ∞ 2 푛 ∞ 푛 2푛 4 ∞ 푛 2푛+4 2 (2푥 ) 2 ∙ 푥 ∙ 푥 2 ∙ 푥 푥4푒(2푥 ) = 푥4 ∑ = ∑ = ∑ 푛! 푛! 푛! 푛=0 푛=0 푛=0 ______________________________________________________________________________ Taylor Series Integration In many cases there turns out to be no convenient general formula for the coefficients as in the examples so far. However, we can always compute as many coefficients as we desire. One application of Taylor series is to use them to approximate definite integrals that may not otherwise have an analytic solution. Let’s look at an example below. Example 6: The Normal distribution is one of the most well-known probability distribution functions in statistics. To find the probability of an event one needs to compute a definite integral with the normal distribution as the integrand. Unfortunately, the integral cannot be evaluated analytically. Use what we know about Taylor series to approximate the following probability distribution integral. 1 푥2 1 − 푃 = ∫ 푒 2 푑푥 0 √2휋 Note: The integrand represents a normal distribution with a zero mean and unity standard deviation. Solution: We start by finding the Maclaurin series representation of the integrand.
Recommended publications
  • Sequences and Series Pg. 1
    Sequences and Series Exercise Find the first four terms of the sequence 3 1, 1, 2, 3, . [Answer: 2, 5, 8, 11] Example Let be the sequence defined by 2, 1, and 21 13 2 for 0,1,2,, find and . Solution: (k = 0) 21 13 2 2 2 3 (k = 1) 32 24 2 6 2 8 ⁄ Exercise Without using a calculator, find the first 4 terms of the recursively defined sequence • 5, 2 3 [Answer: 5, 7, 11, 19] • 4, 1 [Answer: 4, , , ] • 2, 3, [Answer: 2, 3, 5, 8] Example Evaluate ∑ 0.5 and round your answer to 5 decimal places. ! Solution: ∑ 0.5 ! 0.5 0.5 0.5 ! ! ! 0.5 0.5 ! ! 0.5 0.5 0.5 0.5 0.5 0.5 0.041666 0.003125 0.000186 0.000009 . Exercise Find and evaluate each of the following sums • ∑ [Answer: 225] • ∑ 1 5 [Answer: 521] pg. 1 Sequences and Series Arithmetic Sequences an = an‐1 + d, also an = a1 + (n – 1)d n S = ()a +a n 2 1 n Exercise • For the arithmetic sequence 4, 7, 10, 13, (a) find the 2011th term; [Answer: 6,034] (b) which term is 295? [Answer: 98th term] (c) find the sum of the first 750 terms. [Answer: 845,625] rd th • The 3 term of an arithmetic sequence is 8 and the 16 term is 47. Find and d and construct the sequence. [Answer: 2,3;the sequence is 2,5,8,11,] • Find the sum of the first 800 natural numbers. [Answer: 320,400] • Find the sum ∑ 4 5.
    [Show full text]
  • The Binomial Series 16.3   
    The Binomial Series 16.3 Introduction In this Section we examine an important example of an infinite series, the binomial series: p(p − 1) p(p − 1)(p − 2) 1 + px + x2 + x3 + ··· 2! 3! We show that this series is only convergent if |x| < 1 and that in this case the series sums to the value (1 + x)p. As a special case of the binomial series we consider the situation when p is a positive integer n. In this case the infinite series reduces to a finite series and we obtain, by replacing x with b , the binomial theorem: a n(n − 1) (b + a)n = bn + nbn−1a + bn−2a2 + ··· + an. 2! Finally, we use the binomial series to obtain various polynomial expressions for (1 + x)p when x is ‘small’. ' • understand the factorial notation $ Prerequisites • have knowledge of the ratio test for convergence of infinite series. Before starting this Section you should ... • understand the use of inequalities '& • recognise and use the binomial series $% Learning Outcomes • state and use the binomial theorem On completion you should be able to ... • use the binomial series to obtain numerical approximations & % 26 HELM (2008): Workbook 16: Sequences and Series ® 1. The binomial series A very important infinite series which occurs often in applications and in algebra has the form: p(p − 1) p(p − 1)(p − 2) 1 + px + x2 + x3 + ··· 2! 3! in which p is a given number and x is a variable. By using the ratio test it can be shown that this series converges, irrespective of the value of p, as long as |x| < 1.
    [Show full text]
  • Polar Coordinates and Complex Numbers Infinite Series Vectors And
    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]
  • A Tentative Interpretation of the Epistemological Significance of the Encrypted Message Sent by Newton to Leibniz in October 1676
    Advances in Historical Studies 2014. Vol.3, No.1, 22-32 Published Online February 2014 in SciRes (http://www.scirp.org/journal/ahs) http://dx.doi.org/10.4236/ahs.2014.31004 A Tentative Interpretation of the Epistemological Significance of the Encrypted Message Sent by Newton to Leibniz in October 1676 Jean G. Dhombres Centre Alexandre Koyré-Ecole des Hautes Etudes en Sciences Sociales, Paris, France Email: [email protected] Received October 8th, 2013; revised November 9th, 2013; accepted November 16th, 2013 Copyright © 2014 Jean G. Dhombres. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. In accordance of the Creative Commons Attribution License all Copyrights © 2014 are reserved for SCIRP and the owner of the intellectual property Jean G. Dhombres. All Copyright © 2014 are guarded by law and by SCIRP as a guardian. In Principia mathematica philosophiæ naturalis (1687), with regard to binomial formula and so general Calculus, Newton claimed that Leibniz proposed a similar procedure. As usual within Newtonian style, no explanation was provided on that, and nowadays it could only be decoded by Newton himself. In fact to the point, not even he gave up any mention of Leibniz in 1726 on the occasion of the third edition of the Principia. In this research, I analyse this controversy comparing the encrypted passages, and I will show that at least two ideas were proposed: vice versa and the algebraic handing of series. Keywords: Leibniz; Newton; Calculus Principia; Binomial Series; Controversy; Vice Versa Introduction tober 1676 to Leibniz.
    [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]
  • Final Exam: Cheat Sheet"
    7/17/97 Final Exam: \Cheat Sheet" Z Z 1 2 6. csc xdx = cot x dx =lnjxj 1. x Z Z x a x 7. sec x tan xdx = sec x 2. a dx = ln a Z Z 8. csc x cot xdx = csc x 3. sin xdx = cos x Z Z 1 x dx 1 = tan 9. 4. cos xdx = sin x 2 2 x + a a a Z Z dx x 1 2 p = sin 10. 5. sec xdx = tan x 2 2 a a x Z Z d b [f y g y ] dy [f x g x] dx. In terms of y : A = 11. Area in terms of x: A = c a Z Z d b 2 2 [g y ] dy [f x] dx. Around the y -axis: V = 12. Volume around the x-axis: V = c a Z b 13. Cylindrical Shells: V = 2xf x dx where 0 a< b a Z Z b b b 0 0 14. f xg x dx = f xg x] f xg x dx a a a R m 2 2 n 2 2 15. HowtoEvaluate sin x cos xdx.:Ifm or n are o dd use sin x =1 cos x and cos x =1 sin x, 2 1 1 2 resp ectively and then apply substitution. Otherwise, use sin x = 1 cos 2x or cos x = 1 + cos 2x 2 2 1 or sin x cos x = sin 2x. 2 R m n 2 2 2 16. HowtoEvaluate tan x sec xdx.:Ifm is o dd or n is even, use tan x = sec x 1 and sec x = 2 1 + tan x, resp ectively and then apply substitution.
    [Show full text]
  • A Note on the 2F1 Hypergeometric Function
    A Note on the 2F1 Hypergeometric Function Armen Bagdasaryan Institution of the Russian Academy of Sciences, V.A. Trapeznikov Institute for Control Sciences 65 Profsoyuznaya, 117997, Moscow, Russia E-mail: [email protected] Abstract ∞ α The special case of the hypergeometric function F represents the binomial series (1 + x)α = xn 2 1 n=0 n that always converges when |x| < 1. Convergence of the series at the endpoints, x = ±1, dependsP on the values of α and needs to be checked in every concrete case. In this note, using new approach, we reprove the convergence of the hypergeometric series for |x| < 1 and obtain new result on its convergence at point x = −1 for every integer α = 0, that is we prove it for the function 2F1(α, β; β; x). The proof is within a new theoretical setting based on a new method for reorganizing the integers and on the original regular method for summation of divergent series. Keywords: Hypergeometric function, Binomial series, Convergence radius, Convergence at the endpoints 1. Introduction Almost all of the elementary functions of mathematics are either hypergeometric or ratios of hypergeometric functions. Moreover, many of the non-elementary functions that arise in mathematics and physics also have representations as hypergeometric series, that is as special cases of a series, generalized hypergeometric function with properly chosen values of parameters ∞ (a ) ...(a ) F (a , ..., a ; b , ..., b ; x)= 1 n p n xn p q 1 p 1 q (b ) ...(b ) n! n=0 1 n q n X Γ(w+n) where (w)n ≡ Γ(w) = w(w + 1)(w + 2)...(w + n − 1), (w)0 = 1 is a Pochhammer symbol and n!=1 · 2 · ..
    [Show full text]
  • Taylor Series and Mclaurin Series • Definition of a Power Series
    Learning Goals: Taylor Series and McLaurin series • Definition of a power series expansion of a function at a. • Learn to calculate the Taylor series expansion of a function at a. • Know that if a function has a power series expansion at a, then that power series must be the Taylor series expansion at a. • Be aware that the Taylor series expansion of a function f(x) at a does not always sum to f(x) in an interval around a and know what is involved in checking whether it does or not. • Remainder Theorem: Know how to get an upper bound for the remainder. • Know the power series expansions for sin(x), cos(x) and (1 + x)k and be familiar with how they were derived. • Become familiar with how to apply previously learned methods to these new power series: i.e. methods such as substitution, integration, differentiation, limits, polynomial approximation. 1 Taylor Series and McLaurin series: Stewart Section 11.10 We have seen already that many functions have a power series representation on part of their domain. For example function Power series Repesentation Interval 1 1 X xn −1 < x < 1 1 − x n=0 1 1 X (−1)nxkn −1 < x < 1 1 + xk n=0 1 X xn+1 ln(1 + x) (−1)n −1 < x ≤ 1 n + 1 n=0 1 X x2n+1 ? ? arctan(x) (−1)n −1 < x < 1 2n + 1 n=0 1 X xn ex −∞ < x < 1 n! n=0 Now that you are comfortable with the idea of a power series representation for a function, you may be wondering if such a power series representation is unique and is there a systematic way of finding a power series representation for a function.
    [Show full text]
  • One Variable Advanced Calculus
    One Variable Advanced Calculus Kenneth Kuttler March 9, 2014 2 Contents 1 Introduction 7 2 The Real And Complex Numbers 9 2.1 The Number Line And Algebra Of The Real Numbers .......... 9 2.2 Exercises ................................... 13 2.3 Set Notation ................................. 13 2.4 Order ..................................... 14 2.5 Exercises ................................... 18 2.6 The Binomial Theorem ........................... 19 2.7 Well Ordering Principle And Archimedean Property . 20 2.8 Exercises ................................... 24 2.9 Completeness of R .............................. 27 2.10 Existence Of Roots .............................. 28 2.11 Exercises ................................... 29 2.12 The Complex Numbers ............................ 31 2.13 Exercises ................................... 33 3 Set Theory 35 3.1 Basic Definitions ............................... 35 3.2 The Schroder Bernstein Theorem ...................... 37 3.3 Equivalence Relations ............................ 40 3.4 Exercises ................................... 41 4 Functions And Sequences 43 4.1 General Considerations ............................ 43 4.2 Sequences ................................... 46 4.3 Exercises ................................... 47 4.4 The Limit Of A Sequence .......................... 49 4.5 The Nested Interval Lemma ......................... 52 4.6 Exercises ................................... 53 4.7 Compactness ................................. 55 4.7.1 Sequential Compactness ....................... 55
    [Show full text]
  • 1 the Binomial Series
    The following is an excerpt from Chapter 10 of Calculus, Early Transcendentals by James Stewart. It has been reformatted slightly from its appearance in the textbook so that it corresponds to the LaTeX article style. 1 The Binomial Series You may be acquainted with the Binomial Theorem, which states that if +, and are any real numbers and 5 is a positive integer, then 5Ð5 "Ñ 5Ð5 "ÑÐ5 #Ñ Ð+ ,Ñ55 œ + 5+ 5"5 , +,## +, 5$$ #x $x 5Ð5 "ÑÐ5 #ÑâÐ5 8 "Ñ â +,588 8x â 5+,5"5 , The traditional notation for the binomial coefficient is 555Ð5 "ÑÐ5 #ÑâÐ5 8 "Ñ œ" œ 8œ"ß#ßáß5 Œ !8 Œ 8x which enables us to write the Binomial Theorem in the abbreviated form 5 5 Ð+ ,Ñ55 œ +88 , 8œ! Œ8 In particular, if we put +œ" and ,œB, we get 5 5 Ð" BÑ58 œ B Ð1 Ñ 8œ!Œ8 One of Newton's accomplishments was to extend the Binomial Theorem (Equation 1) to the case where 5Ð" is no longer a positive integer. In this case the expression for BÑ5 is no longer a finite sum; it becomes an infinite series. Assuming that Ð" BÑ5 can be expanded as a power series, we compute its Maclaurin series in the usual way: 0ÐBÑœ Ð" BÑ5 0Ð!Ñ œ " 0ÐBÑœ5Ð"w5 BÑ"w 0 Ð!Ñ œ 5 0ÐBÑœ5Ð5ww "ÑÐ" BÑ 5#ww 0 Ð!Ñ œ 5Ð5 "Ñ 0ÐBÑœ5Ð5www "ÑÐ5 #ÑÐ" BÑ 5$ 0 www Ð!Ñ œ 5Ð5 "ÑÐ5 #Ñ ãã 0ÐBÑÐ8Ñ œ5Ð5 "ÑâÐ5 8 "ÑÐ" BÑ58Ð8Ñ 0 Ð!Ñ œ 5Ð5 "ÑâÐ5 8 "Ñ 1 ∞∞0Ð!ÑÐ8Ñ 5Ð5 "ÑâÐ5 8 "Ñ Ð" BÑ58 œ B œ B 8 8œ!8x 8œ! 8x If ?88 is the th term of this series, then 8" ?5Ð58" "ÑâÐ5 8 "ÑÐ5 8ÑB 8x œ†8 ººº?Ð88 "Ñx 5Ð5 "ÑâÐ5 8 "ÑB º " 5 5 8 ¸¸8 œkk lBl œ" lBl Ä lBlas 8 Ä ∞ 8 " " 8 Thus, by the Ratio Test, the binomial series converges if lBl "lBl and diverges if ".
    [Show full text]
  • Binomial Series F(K)(A)(X − A)K → ∞
    Taylor polynomials and Taylor series Convergence of Taylor series When we want to approximate a function near x = a Given a Taylor series we know that it approximates we have several options, the first two of which we are the function at x = a as well as possible (i.e., all of the already familiar: derivatives match up). But what happens for x 6= a. To answer this we need to find a way to estimate the • (constant) f(x) ≈ f(a) error, and this is where Taylor comes in. It is known • (linear) f(x) ≈ f(a) + f0(a)(x - a) that for a function f(x) and The linear approximation is also known as the tan- n f(k)(a)(x - a)k g(x) = , gent line (of which we had great success in using k! k=0 to understand the function). But why stop at lin- X ear? In general if we want to approximate the func- in other words the n-th order approximation, that tion we want to mimic the function as best as possi- ble. This means making sure we can match as many f(n+1)(c)(b - a)n+1 g(b)- f(b) = derivatives as possible. So constant approximation (n + 1)! matches f, and linear approximation matches f, f0. For quadratic we want the approximation to match error =Rn(b) f, f0, f00 and the function which does this is where c is between a| and b.{z Note that} this is f00(a)(x - a)2 the “next” term in the approximation.
    [Show full text]
  • MA 16200 Study Guide - Exam # 3
    Fall 2011 MA 16200 Study Guide - Exam # 3 (1) Sequences; limits of sequences; Limit Laws for Sequences; Squeeze Theorem; monotone sequences; bounded sequences; Monotone Sequence Theorem. X1 Xn X1 (2) Infinite series an; sequence of partial sums sn = ak; the series an converges to s if sn ! s. n=1 k=1 n=1 (3) Special Series: X1 a n−1 2 3 ··· j j (a) Geometric Series: ar = a(1 + r + r + r + ) = − , if r < 1 (converges). n=1 1 r The Geometric Series diverges if jrj ≥ 1. X1 1 ≤ (b) p-Series: p converges when p > 1; diverges when p 1. n=1 n X1 (4) List of Convergence Tests for an. n=1 (0) Divergence Test (1) Integral Test (2) Comparison Test (3) Limit Comparison Test (4) Alternating Series Test (5) Ratio Test (6) Root Test 1 (Useful inequality: ln x < xm, for any m > > 0:37.) e (5) Strategy for Convergence/Divergence of Infinite Series. X Usually consider the form of the series an: (i) If lim an =6 0 or DNE, the use Divergence Test. n!1 X 1 X (ii) If series is a p-Series , use p-Series conclusions; if series is a Geometric series a rn−1, np use Geometric Series conclusions. P (iii) If an looks like a p-Series or Geometric series, use Comparison Test or Limit Comparison Test. (iv) If an involves factorials, use Ratio Test. th (v) If an involves n powers, use Root Test. P (vi) If an is an alternating series, use Alternating Series Test (or use Ratio/Root Test to show absolute or conditional convergence).
    [Show full text]