Introduction to Taylor Polynomials and Taylor Series

Total Page:16

File Type:pdf, Size:1020Kb

Introduction to Taylor Polynomials and Taylor Series MATH 231E LECTURE 1B: INTRODUCTION TO TAYLOR POLYNOMIALS AND TAYLOR SERIES Motivating Problem. Find a practical method for calculating ex; sin(x);::: Often you have an accuracy in mind (e.g \to five decimal places"). Taylor polynomials and Taylor series give you a way to estimate the value of a function f near a real number a, if you know the derivatives of f at a. Let f be a function, and let a be a real number. Let n ≥ 0 be an integer. Definition 1. The degree n (or nth order) Taylor polynomial approximation to f at a is f (2)(a) f (3)(a) f (n)(a) T (x) = f(a) + f 0(a)(x − a) + (x − a)2 + (x − a)3 + ··· + (x − a)n: n 2! 3! n! Example 2. 0 T1(x) = f(a) + f (a)(x − a) is called the `linear approximation to f at a'. In the following picture, the blue curve is the graph y = f(x). The red line is the tangent line at (a; f(a)). It has slope f 0(a); so in point-slope form its equation is y − f(a) = f 0(a)(x − a) which you could also write y = f(a) + f 0(a)(x − a): That's T1. It is also called the ‘first-order’ or the `degree one' Taylor polynomial approxima- tion. f a H L a Date: August 2009; revised August 2012. 1 Here are some important properties of Tn: a) Tn is a polynomial of degree at most n [usually the degree is n, but it is less than n if f (n)(a) happens to equal 0] (k) (k) b) Tn (a) = f (a) if k ≤ n [so Tn has the same derivatives as f at x = a, up to order n] (k) c) Tn (a) = 0 if k > n [taking more than n derivatives gives zero, because Tn has degree at most n] Sometimes we will be interested in displaying only some of the terms in an approximation, but keeping track of the terms which are not shown. We will use big O notation. In order to explain this notation we need to recall some basic facts about the behavior of functions. Example 3. When x is close to 0, ..., x4 is much smaller than x3, x3 is much smaller than x2, x2 is much smaller than x = x1, x is much smaller than 1 = x0. Similarly, for any real number a, when x is close to a, ...,(x − a)4 is much smaller than (x − a)3, (x − a)3 is much smaller than (x − a)2, (x − a)2 is much smaller than x − a, x − a is much smaller than 1. We will write O((x − a)k) to refer to any terms in a Taylor polynomial or Taylor series at a which involve (x − a)k, (x − a)k+1,(x − a)k+2, and so on. Notice that all of these terms are much smaller than (x − a)k−1, provided that x is very close to a. Let's illustrate with some examples. Example 4. What is the degree 2 Taylor polynomial of the expression x2 1 + x + + O(x3)? 2 x2 Answer: The degree 2 Taylor polynomial is 1 + x + 2 . Example 5. What is the degree 1 Taylor polynomial of the expression x2 1 + x + + O(x3)? 2 Answer: The degree 1 Taylor polynomial is 1 + x. Example 6. What is the degree 3 Taylor polynomial of the expression x2 1 + x + + O(x3)? 2 Answer: It's impossible to say. The term O(x3) in this expression represents any sum of terms involving x3, x4, x5, or higher powers of x. We cannot identify the coefficient of x3. We use this notation to check property (c) of Taylor polynomials on page 2. First, compute f 00(a) f (3)(a) T 0 (x) = f 0(a) + 2(x − a) + 3(x − a)2 + O((x − a)3): n 2! 3! Substituting x = a into this formula shows that 0 0 Tn(a) = f (a); since all of the terms x − a,(x − a)2, O((x − a)3) are equal to zero when x = a. For the second derivative, we find f (3)(a) T 00(x) = f 00(a) + 3 · 2(x − a) + O((x − a)2): n 3! This time, substituting x = a gives 00 00 Tn (a) = f (a): Question 7. What happens at the next stage. ? Example 8. f(x) = ex; a = 0: Here's a table of derivatives of ex at 0 : k f (k)(x) f (k)(0) 0 ex 1 1 ex 1 2 ex 1 3 ex 1 n ex 1 So 1 1 1 T (x) = 1 + 1(x − 0) + (x − 0)2 + (x − 0)3 + ··· + (x − 0)n n 2! 3! n! x2 x3 xn = 1 + x + + + ··· + : 2! 3! n! Example 9. f(x) = sin(x); a = 0; n = 5: Here's a table of derivatives of sin(x) at 0 : k f (k)(x) f (k)(0) 0 sin x 0 1 cos x 1 2 − sin x 0 3 − cos x −1 4 sin x 0 5 cos x 1 (there's a pattern: every fourth line is the same). For example, 1 1 x3 x5 T (x) = 0 + x + 0 − x3 + 0 + x5 = x − + : 5 3! 5! 3! 5! Notice there are only odd powers of x : T5 is odd, just like the sine function. Remark 10. In the previous example, when f(x) = sin(x), we have T2(x) = 0 + x + 0 = x: We say that \sin x equals x to degree 2, or second order". Similarly, 1 1 T (x) = 0 + x + 0 − x3 = x − x3: 3 3! 6 1 3 We say that \sin x equals x − 6 x to degree 3, or third order". Example 11. f(x) = cos x; a = 0; n = 6: k f (k)(x) f (k)(0) 0 cos x 1 1 − sin x 0 2 − cos x −1 3 sin x 0 4 cos x 1 5 − sin x 0 6 − cos x −1 Again, every fourth line is the same. We have 1 1 1 T (x) = 1 − x2 + x4 − x6: 6 2! 4! 6! Remark 12. As in the previous remark, this time we say that \cos x = 1 − x2=2 to third 2 order", since T3(x) = 1 − x =2. Example 13. f(x) = 1=x = x−1; a = 1; n = 4: This time we cannot use a = 0. (Why not?!) Here's a table of derivatives of 1=x at 1 : k f (k)(x) f (k)(1) 0 x−1 1 1 −x−2 −1 2 2x−3 2 3 −3!x−4 −3! 4 4!x−5 4! We have 2 3! 4! T (x) = 1 − 1(x − 1) + (x − 1)2 − (x − 1)3 + (x − 1)4 4 2! 3! 4! = 1 − (x − 1) + (x − 1)2 − (x − 1)3 + (x − 1)4: Series. For many functions f, and many choices of a and x, it turns out that Tn(x) −! f(x) as n −! 1: Then we say the \Taylor series converges to f(x)". Later on we will learn how mathematicians make sense of the notion of convergence for many different kinds of objects, including series with infinitely many terms. For now, we will write such Taylor series using big O notation. Here are some examples: x2 x3 x2 xn ex = 1 + x + + + O(x4) = 1 + x + + ··· + + O(xn+1) 2! 3! 2! n! x3 x5 x3 x5 x2k+1 sin x = x − + + O(x7) = x − + − · · · + (−1)k + O(x2k+3) 3! 5! 3! 5! (2k + 1)! x2 x4 x2 x4 x2k cos x = 1 − + + O(x6) = 1 − + − · · · + (−1)k + O(x2k+2) 2! 4! 2! 4! (2k)! 1 = 1 − (x − 1) + (x − 1)2 − (x − 1)3 + O((x − 1)4) x = 1 − (x − 1) + (x − 1)2 − (x − 1)3 + ··· + (−1)n(x − 1)n + O((x − 1)n+1) The last series for 1=x obviously cannot be valid at x = 0. It is also false at x = 2. (Try it!) In fact, the series expansion for 1=x given above is only valid for 0 < x < 2. Things you can do with series. 1. Numerical approximation. Use a degree two (also called \second order" or \quadratic") Taylor polynomial to estimate cos(0:1): We'll use a = 0 since this is near to x = 0:1 and we know the Taylor polynomial for cosine when a = 0. We find (0:1)2 cos(0:1) ≈ 1 − = 1 − 0:005 = 0:995: 2 Computed with a calculator to six places after the decimal point, we have cos(0:1) = 0:995004 ::: 2. Graphical approximation. Here are some illustrative graphs of polynomial approximations to sin x at a = 0: (You might want to try the same thing yourself, with the cosine function, or with ex; or your favorite function.) T1(x) = x 1 T (x) = x − x3 3 3! 1 1 T (x) = x − x3 + x5 5 3! 5! 1 1 1 T (x) = x − x3 + x5 − x7 7 3! 5! 7! This is the linear approximation, T1. The graph of sin is blue, the linear approximation is red. Graphically, sin x ' T1(x) = x when x is near a = 0 (say, when jxj . π=6). 1 -2 p -p p 2 p -1 This is the third order approximation, T3. Again the graph of sin is blue, the approximation 3 is red. Graphically, sin x ' T3(x) = x − x =3! when x is near a = 0 (say, when jxj .
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]
  • A Short Course on Approximation Theory
    A Short Course on Approximation Theory N. L. Carothers Department of Mathematics and Statistics Bowling Green State University ii Preface These are notes for a topics course offered at Bowling Green State University on a variety of occasions. The course is typically offered during a somewhat abbreviated six week summer session and, consequently, there is a bit less material here than might be associated with a full semester course offered during the academic year. On the other hand, I have tried to make the notes self-contained by adding a number of short appendices and these might well be used to augment the course. The course title, approximation theory, covers a great deal of mathematical territory. In the present context, the focus is primarily on the approximation of real-valued continuous functions by some simpler class of functions, such as algebraic or trigonometric polynomials. Such issues have attracted the attention of thousands of mathematicians for at least two centuries now. We will have occasion to discuss both venerable and contemporary results, whose origins range anywhere from the dawn of time to the day before yesterday. This easily explains my interest in the subject. For me, reading these notes is like leafing through the family photo album: There are old friends, fondly remembered, fresh new faces, not yet familiar, and enough easily recognizable faces to make me feel right at home. The problems we will encounter are easy to state and easy to understand, and yet their solutions should prove intriguing to virtually anyone interested in mathematics. The techniques involved in these solutions entail nearly every topic covered in the standard undergraduate curriculum.
    [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]
  • 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]
  • Operations on Power Series Related to Taylor Series
    Operations on Power Series Related to Taylor Series In this problem, we perform elementary operations on Taylor series – term by term differen­ tiation and integration – to obtain new examples of power series for which we know their sum. Suppose that a function f has a power series representation of the form: 1 2 X n f(x) = a0 + a1(x − c) + a2(x − c) + · · · = an(x − c) n=0 convergent on the interval (c − R; c + R) for some R. The results we use in this example are: • (Differentiation) Given f as above, f 0(x) has a power series expansion obtained by by differ­ entiating each term in the expansion of f(x): 1 0 X n−1 f (x) = a1 + a2(x − c) + 2a3(x − c) + · · · = nan(x − c) n=1 • (Integration) Given f as above, R f(x) dx has a power series expansion obtained by by inte­ grating each term in the expansion of f(x): 1 Z a1 a2 X an f(x) dx = C + a (x − c) + (x − c)2 + (x − c)3 + · · · = C + (x − c)n+1 0 2 3 n + 1 n=0 for some constant C depending on the choice of antiderivative of f. Questions: 1. Find a power series representation for the function f(x) = arctan(5x): (Note: arctan x is the inverse function to tan x.) 2. Use power series to approximate Z 1 2 sin(x ) dx 0 (Note: sin(x2) is a function whose antiderivative is not an elementary function.) Solution: 1 For question (1), we know that arctan x has a simple derivative: , which then has a power 1 + x2 1 2 series representation similar to that of , where we subsitute −x for x.
    [Show full text]
  • February 2009
    How Euler Did It by Ed Sandifer Estimating π February 2009 On Friday, June 7, 1779, Leonhard Euler sent a paper [E705] to the regular twice-weekly meeting of the St. Petersburg Academy. Euler, blind and disillusioned with the corruption of Domaschneff, the President of the Academy, seldom attended the meetings himself, so he sent one of his assistants, Nicolas Fuss, to read the paper to the ten members of the Academy who attended the meeting. The paper bore the cumbersome title "Investigatio quarundam serierum quae ad rationem peripheriae circuli ad diametrum vero proxime definiendam maxime sunt accommodatae" (Investigation of certain series which are designed to approximate the true ratio of the circumference of a circle to its diameter very closely." Up to this point, Euler had shown relatively little interest in the value of π, though he had standardized its notation, using the symbol π to denote the ratio of a circumference to a diameter consistently since 1736, and he found π in a great many places outside circles. In a paper he wrote in 1737, [E74] Euler surveyed the history of calculating the value of π. He mentioned Archimedes, Machin, de Lagny, Leibniz and Sharp. The main result in E74 was to discover a number of arctangent identities along the lines of ! 1 1 1 = 4 arctan " arctan + arctan 4 5 70 99 and to propose using the Taylor series expansion for the arctangent function, which converges fairly rapidly for small values, to approximate π. Euler also spent some time in that paper finding ways to approximate the logarithms of trigonometric functions, important at the time in navigation tables.
    [Show full text]
  • Approximation Atkinson Chapter 4, Dahlquist & Bjork Section 4.5
    Approximation Atkinson Chapter 4, Dahlquist & Bjork Section 4.5, Trefethen's book Topics marked with ∗ are not on the exam 1 In approximation theory we want to find a function p(x) that is `close' to another function f(x). We can define closeness using any metric or norm, e.g. Z 2 2 kf(x) − p(x)k2 = (f(x) − p(x)) dx or kf(x) − p(x)k1 = sup jf(x) − p(x)j or Z kf(x) − p(x)k1 = jf(x) − p(x)jdx: In order for these norms to make sense we need to restrict the functions f and p to suitable function spaces. The polynomial approximation problem takes the form: Find a polynomial of degree at most n that minimizes the norm of the error. Naturally we will consider (i) whether a solution exists and is unique, (ii) whether the approximation converges as n ! 1. In our section on approximation (loosely following Atkinson, Chapter 4), we will first focus on approximation in the infinity norm, then in the 2 norm and related norms. 2 Existence for optimal polynomial approximation. Theorem (no reference): For every n ≥ 0 and f 2 C([a; b]) there is a polynomial of degree ≤ n that minimizes kf(x) − p(x)k where k · k is some norm on C([a; b]). Proof: To show that a minimum/minimizer exists, we want to find some compact subset of the set of polynomials of degree ≤ n (which is a finite-dimensional space) and show that the inf over this subset is less than the inf over everything else.
    [Show full text]
  • Student Understanding of Taylor Series Expansions in Statistical Mechanics
    PHYSICAL REVIEW SPECIAL TOPICS - PHYSICS EDUCATION RESEARCH 9, 020110 (2013) Student understanding of Taylor series expansions in statistical mechanics Trevor I. Smith,1 John R. Thompson,2,3 and Donald B. Mountcastle2 1Department of Physics and Astronomy, Dickinson College, Carlisle, Pennsylvania 17013, USA 2Department of Physics and Astronomy, University of Maine, Orono, Maine 04469, USA 3Maine Center for Research in STEM Education, University of Maine, Orono, Maine 04469, USA (Received 2 March 2012; revised manuscript received 23 May 2013; published 8 August 2013) One goal of physics instruction is to have students learn to make physical meaning of specific mathematical expressions, concepts, and procedures in different physical settings. As part of research investigating student learning in statistical physics, we are developing curriculum materials that guide students through a derivation of the Boltzmann factor using a Taylor series expansion of entropy. Using results from written surveys, classroom observations, and both individual think-aloud and teaching interviews, we present evidence that many students can recognize and interpret series expansions, but they often lack fluency in creating and using a Taylor series appropriately, despite previous exposures in both calculus and physics courses. DOI: 10.1103/PhysRevSTPER.9.020110 PACS numbers: 01.40.Fk, 05.20.Ày, 02.30.Lt, 02.30.Mv students’ use of Taylor series expansion to derive and I. INTRODUCTION understand the Boltzmann factor as a component of proba- Over the past several decades, much work has been done bility in the canonical ensemble. While this is a narrow investigating ways in which students understand and learn topic, we feel that it serves as an excellent example of physics (see Refs.
    [Show full text]
  • Calculus Terminology
    AP Calculus BC Calculus Terminology Absolute Convergence Asymptote Continued Sum Absolute Maximum Average Rate of Change Continuous Function Absolute Minimum Average Value of a Function Continuously Differentiable Function Absolutely Convergent Axis of Rotation Converge Acceleration Boundary Value Problem Converge Absolutely Alternating Series Bounded Function Converge Conditionally Alternating Series Remainder Bounded Sequence Convergence Tests Alternating Series Test Bounds of Integration Convergent Sequence Analytic Methods Calculus Convergent Series Annulus Cartesian Form Critical Number Antiderivative of a Function Cavalieri’s Principle Critical Point Approximation by Differentials Center of Mass Formula Critical Value Arc Length of a Curve Centroid Curly d Area below a Curve Chain Rule Curve Area between Curves Comparison Test Curve Sketching Area of an Ellipse Concave Cusp Area of a Parabolic Segment Concave Down Cylindrical Shell Method Area under a Curve Concave Up Decreasing Function Area Using Parametric Equations Conditional Convergence Definite Integral Area Using Polar Coordinates Constant Term Definite Integral Rules Degenerate Divergent Series Function Operations Del Operator e Fundamental Theorem of Calculus Deleted Neighborhood Ellipsoid GLB Derivative End Behavior Global Maximum Derivative of a Power Series Essential Discontinuity Global Minimum Derivative Rules Explicit Differentiation Golden Spiral Difference Quotient Explicit Function Graphic Methods Differentiable Exponential Decay Greatest Lower Bound Differential
    [Show full text]
  • Nonlinear Optics
    Nonlinear Optics: A very brief introduction to the phenomena Paul Tandy ADVANCED OPTICS (PHYS 545), Spring 2010 Dr. Mendes INTRO So far we have considered only the case where the polarization density is proportionate to the electric field. The electric field itself is generally supplied by a laser source. PE= ε0 χ Where P is the polarization density, E is the electric field, χ is the susceptibility, and ε 0 is the permittivity of free space. We can imagine that the electric field somehow induces a polarization in the material. As the field increases the polarization also in turn increases. But we can also imagine that this process does not continue indefinitely. As the field grows to be very large the field itself starts to become on the order of the electric fields between the atoms in the material (medium). As this occurs the material itself becomes slightly altered and the behavior is no longer linear in nature but instead starts to become weakly nonlinear. We can represent this as a Taylor series expansion model in the electric field. ∞ n 23 PAEAEAEAE==++∑ n 12 3+... n=1 This model has become so popular that the coefficient scaling has become standardized using the letters d and χ (3) as parameters corresponding the quadratic and cubic terms. Higher order terms would play a role too if the fields were extremely high. 2(3)3 PEdEE=++()εχ0 (2) ( 4χ ) + ... To get an idea of how large a typical field would have to be before we see a nonlinear effect, let us scale the above equation by the first order term.
    [Show full text]
  • 20-Finding Taylor Coefficients
    Taylor Coefficients Learning goal: Let’s generalize the process of finding the coefficients of a Taylor polynomial. Let’s find a general formula for the coefficients of a Taylor polynomial. (Students complete worksheet series03 (Taylor coefficients).) 2 What we have discovered is that if we have a polynomial C0 + C1x + C2x + ! that we are trying to match values and derivatives to a function, then when we differentiate it a bunch of times, we 0 get Cnn!x + Cn+1(n+1)!x + !. Plugging in x = 0 and everything except Cnn! goes away. So to (n) match the nth derivative, we must have Cn = f (0)/n!. If we want to match the values and derivatives at some point other than zero, we will use the 2 polynomial C0 + C1(x – a) + C2(x – a) + !. Then when we differentiate, we get Cnn! + Cn+1(n+1)!(x – a) + !. Now, plugging in x = a makes everything go away, and we get (n) Cn = f (a)/n!. So we can generate a polynomial of any degree (well, as long as the function has enough derivatives!) that will match the function and its derivatives to that degree at a particular point a. We can also extend to create a power series called the Taylor series (or Maclaurin series if a is specifically 0). We have natural questions: • For what x does the series converge? • What does the series converge to? Is it, hopefully, f(x)? • If the series converges to the function, we can use parts of the series—Taylor polynomials—to approximate the function, at least nearby a.
    [Show full text]
  • Sequences, Series and Taylor Approximation (Ma2712b, MA2730)
    Sequences, Series and Taylor Approximation (MA2712b, MA2730) Level 2 Teaching Team Current curator: Simon Shaw November 20, 2015 Contents 0 Introduction, Overview 6 1 Taylor Polynomials 10 1.1 Lecture 1: Taylor Polynomials, Definition . .. 10 1.1.1 Reminder from Level 1 about Differentiable Functions . .. 11 1.1.2 Definition of Taylor Polynomials . 11 1.2 Lectures 2 and 3: Taylor Polynomials, Examples . ... 13 x 1.2.1 Example: Compute and plot Tnf for f(x) = e ............ 13 1.2.2 Example: Find the Maclaurin polynomials of f(x) = sin x ...... 14 2 1.2.3 Find the Maclaurin polynomial T11f for f(x) = sin(x ) ....... 15 1.2.4 QuestionsforChapter6: ErrorEstimates . 15 1.3 Lecture 4 and 5: Calculus of Taylor Polynomials . .. 17 1.3.1 GeneralResults............................... 17 1.4 Lecture 6: Various Applications of Taylor Polynomials . ... 22 1.4.1 RelativeExtrema .............................. 22 1.4.2 Limits .................................... 24 1.4.3 How to Calculate Complicated Taylor Polynomials? . 26 1.5 ExerciseSheet1................................... 29 1.5.1 ExerciseSheet1a .............................. 29 1.5.2 FeedbackforSheet1a ........................... 33 2 Real Sequences 40 2.1 Lecture 7: Definitions, Limit of a Sequence . ... 40 2.1.1 DefinitionofaSequence .......................... 40 2.1.2 LimitofaSequence............................. 41 2.1.3 Graphic Representations of Sequences . .. 43 2.2 Lecture 8: Algebra of Limits, Special Sequences . ..... 44 2.2.1 InfiniteLimits................................ 44 1 2.2.2 AlgebraofLimits.............................. 44 2.2.3 Some Standard Convergent Sequences . .. 46 2.3 Lecture 9: Bounded and Monotone Sequences . ..... 48 2.3.1 BoundedSequences............................. 48 2.3.2 Convergent Sequences and Closed Bounded Intervals . .... 48 2.4 Lecture10:MonotoneSequences .
    [Show full text]