Copyright © Cengage Learning. All rights reserved.

Slides:



Advertisements
Similar presentations
AP Calculus BC Monday, 07 April 2014 OBJECTIVE TSW (1) find polynomial approximations of elementary functions and compare them with the elementary functions;
Advertisements

9.7 Taylor Series. Brook Taylor Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas,
Copyright © Cengage Learning. All rights reserved.
9.10 Taylor and Maclaurin Series Colin Maclaurin
Chapter 1 Infinite Series. Definition of the Limit of a Sequence.
Additional Topics in Differential Equations
Infinite Series Copyright © Cengage Learning. All rights reserved.
Consider the following: Now, use the reciprocal function and tangent line to get an approximation. Lecture 31 – Approximating Functions
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Now that you’ve found a polynomial to approximate your function, how good is your polynomial? Find the 6 th degree Maclaurin polynomial for For what values.
Integration Copyright © Cengage Learning. All rights reserved.
Section 9.7 Infinite Series: “Maclaurin and Taylor Polynomials”
In section 11.9, we were able to find power series representations for a certain restricted class of functions. Here, we investigate more general problems.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
MATH 6B CALCULUS II 11.3 Taylor Series. Determining the Coefficients of the Power Series Let We will determine the coefficient c k by taking derivatives.
The Convergence Problem Recall that the nth Taylor polynomial for a function f about x = x o has the property that its value and the values of its first.
In this section we develop general methods for finding power series representations. Suppose that f (x) is represented by a power series centered at.
Copyright © Cengage Learning. All rights reserved. 11 Infinite Sequences and Series.
Chapter 9 Infinite Series.
Remainder Theorem. The n-th Talor polynomial The polynomial is called the n-th Taylor polynomial for f about c.
Infinite Series Copyright © Cengage Learning. All rights reserved.
Maclaurin and Taylor Polynomials Objective: Improve on the local linear approximation for higher order polynomials.
Taylor and MacLaurin Series Lesson 8.8. Taylor & Maclaurin Polynomials Consider a function f(x) that can be differentiated n times on some interval I.
Infinite Series 9 Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved Applications of Taylor Polynomials.
Copyright © Cengage Learning. All rights reserved.
Welcome to Precalculus!
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Lecture 25 – Power Series Def: The power series centered at x = a:
Section 11.3 – Power Series.
The Taylor Polynomial Remainder (aka: the Lagrange Error Bound)
The LaGrange Error Estimate
Taylor and Maclaurin Series
11.8 Power Series.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Taylor Polynomials & Approximation (9.7)
Remainder of a Taylor Polynomial
Polynomial Approximations of Elementary Functions
Taylor and MacLaurin Series
Expressing functions as infinite series
Section 11.3 Power Series.
Taylor Series – Day 2 Section 9.6 Calculus BC AP/Dual, Revised ©2014
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Power, Taylor and Maclaurin Series
Copyright © Cengage Learning. All rights reserved.
11.1 – Polynomial Approximations of Functions
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Numerical Integration
9.7 Taylor Polynomials & Approximations
Copyright © Cengage Learning. All rights reserved.
Objectives Approximate a definite integral using the Trapezoidal Rule.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Copyright © Cengage Learning. All rights reserved. 9 Infinite Series Copyright © Cengage Learning. All rights reserved.

9.7 Taylor Polynomials and Approximations Copyright © Cengage Learning. All rights reserved.

Objectives Find polynomial approximations of elementary functions and compare them with the elementary functions. Find Taylor and Maclaurin polynomial approximations of elementary functions. Use the remainder of a Taylor polynomial.

Polynomial Approximations of Elementary Functions

Polynomial Approximations of Elementary Functions To find a polynomial function P that approximates another function f, begin by choosing a number c in the domain of f at which f and P have the same value. That is, The approximating polynomial is said to be expanded about c or centered at c. Geometrically, the requirement that P(c) = f(c) means that the graph of P passes through the point (c, f(c)). Of course, there are many polynomials whose graphs pass through the point (c, f(c)).

Polynomial Approximations of Elementary Functions To find a polynomial whose graph resembles the graph of f near this point. One way to do this is to impose the additional requirement that the slope of the polynomial function be the same as the slope of the graph of f at the point (c, f(c)). With these two requirements, you can obtain a simple linear approximation of f, as shown in Figure 9.10. Figure 9.10

Example 1 – First-Degree Polynomial Approximation of f(x) = ex For the function f(x) = ex, find a first-degree polynomial function P1(x) = a0 + a1x whose value and slope agree with the value and slope of f at x = 0. Solution: Because f(x) = ex and f'(x) = ex, the value and the slope of f, at x = 0, are given by f(0) = e0 = 1 and f'(0) = e0 = 1.

Example 1 – Solution cont’d Because P1(x) = a0 + a1x, you can use the condition that P1(0) = f(0) to conclude that a0 = 1. Moreover, because P1'(x) = a1, you can use the condition that P1'(0) = f'(0) to conclude that a1 = 1. Therefore, P1(x) = 1 + x. Figure 9.11 shows the graphs of P1(x) = 1 + x and f(x) = ex. Figure 9.11

Taylor and Maclaurin Polynomials

Taylor and Maclaurin Polynomials The polynomial approximation of f(x) = ex is expanded about c = 0. For expansions about an arbitrary value of c, it is convenient to write the polynomial in the form In this form, repeated differentiation produces

Taylor and Maclaurin Polynomials Letting x = c, you then obtain and because the values of f and its first n derivatives must agree with the values of Pn and its first n derivatives at x = c, it follows that With these coefficients, you can obtain the following definition of Taylor polynomials, named after the English mathematician Brook Taylor, and Maclaurin polynomials, named after the English mathematician Colin Maclaurin (1698–1746).

Taylor and Maclaurin Polynomials

Example 3 – A Maclaurin Polynomial for f(x) = ex Find the nth Maclaurin polynomial for f(x) = ex. Solution: The nth Maclaurin polynomial for f(x) = ex is given by

Remainder of a Taylor Polynomial

Remainder of a Taylor Polynomial An approximation technique is of little value without some idea of its accuracy. To measure the accuracy of approximating a function value f(x) by the Taylor polynomial Pn(x), you can use the concept of a remainder Rn(x), defined as follows.

Remainder of a Taylor Polynomial So, Rn(x) = f(x) – Pn(x). The absolute value of Rn(x) is called the error associated with the approximation. That is, The next theorem gives a general procedure for estimating the remainder associated with a Taylor polynomial. This important theorem is called Taylor’s Theorem, and the remainder given in the theorem is called the Lagrange form of the remainder.

Remainder of a Taylor Polynomial

Example 8 – Determining the Accuracy of an Approximation The third Maclaurin polynomial for sin x is given by Use Taylor’s Theorem to approximate sin(0.1) by P3(0.1) and determine the accuracy of the approximation. Solution: Using Taylor’s Theorem, you have where 0 < z < 0.1.

Example 8 – Solution Therefore, cont’d Therefore, Because f (4)(z) = sin z, it follows that the error |R3(0.1)| can be bounded as follows. This implies that