Polynomial Approximations of Elementary Functions

Slides:



Advertisements
Similar presentations
Taylor Series Section 9.2b.
Advertisements

Brook Taylor : Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas, but is most famous.
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
11.8 Power Series 11.9 Representations of Functions as Power Series Taylor and Maclaurin Series.
Additional Topics in Differential Equations
Infinite Series Copyright © Cengage Learning. All rights reserved.
Find the local linear approximation of f(x) = e x at x = 0. Find the local quadratic approximation of f(x) = e x at x = 0.
Consider the following: Now, use the reciprocal function and tangent line to get an approximation. Lecture 31 – Approximating Functions
In Section 4.1, we used the linearization L(x) to approximate a function f (x) near a point x = a:Section 4.1 We refer to L(x) as a “first-order” approximation.
Do Now: Find both the local linear and the local quadratic approximations of f(x) = e x at x = 0 Aim: How do we make polynomial approximations for a given.
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.
Warm up Construct the Taylor polynomial of degree 5 about x = 0 for the function f(x)=ex. Graph f and your approximation function for a graphical comparison.
Interpolation produces a function that matches the given data exactly. The function then can be utilized to approximate the data values at intermediate.
Copyright © Cengage Learning. All rights reserved. 12 Limits and an Introduction to Calculus.
Section 9.7 Infinite Series: “Maclaurin and Taylor Polynomials”
Copyright © Cengage Learning. All rights reserved. Differentiation 2.
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
Maclaurin and Taylor Polynomials Objective: Improve on the local linear approximation for higher order polynomials.
Chapter 10 Power Series Approximating Functions with 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.
In this section, we will investigate how we can approximate any function with a polynomial.
MTH 253 Calculus (Other Topics) Chapter 11 – Infinite Sequences and Series Section 11.8 –Taylor and Maclaurin Series Copyright © 2009 by Ron Wallace, all.
Infinite Series 9 Copyright © Cengage Learning. All rights reserved.
The following table contains the evaluation of the Taylor polynomial centered at a = 1 for f(x) = 1/x. What is the degree of this polynomial? x T(x) 0.5.
S ECT. 9-4 T AYLOR P OLYNOMIALS. Taylor Polynomials In this section we will be finding polynomial functions that can be used to approximate transcendental.
Linear Approximations. In this section we’re going to take a look at an application not of derivatives but of the tangent line to a function. Of course,
5 Logarithmic, Exponential, and Other Transcendental Functions
Copyright © Cengage Learning. All rights reserved.
The Derivative and the Tangent Line Problem
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:
Copyright © Cengage Learning. All rights reserved.
Section 11.3 – Power Series.
Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas, but is most famous for his development of.
9.7: Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas, but is most famous for his development.
The LaGrange Error Estimate
9.2: Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas, but is most famous for his development.
Taylor and Maclaurin Series
11.8 Power Series.
Taylor Polynomials & Approximation (9.7)
Remainder of a Taylor Polynomial
Taylor Polynomial Approximations
Taylor and MacLaurin 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.
Warm up In terms of letters and variables write the general form of the first 5 polynomials. For example: the first degree polynomial is represented by:
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.
Section 2: Intro to Taylor Polynomials
Numerical Integration
9.2: Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas, but is most famous for his development.
9.7 Taylor Polynomials & Approximations
Objectives Approximate a definite integral using the Trapezoidal Rule.
Operations with Power Series
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
MATH 1910 Chapter 3 Section 8 Newton’s Method.
Section 8.9: Applications of Taylor Polynomials
Presentation transcript:

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 Your task is 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 8.11. Figure 8.11

Example 1 – First-Degree Polynomial Approximation of f(x) = ex For the function f(x) = ex, find a first-degree polynomial function whose value and slope agree with the value and slope of f at x = 0.

Example 1 – Solution . Therefore, P1(x) = 1 + x. cont’d . Therefore, P1(x) = 1 + x. The figure shows the graphs of P1(x) = 1 + x and f(x) = ex.

Taylor and Maclaurin Polynomials

Taylor and Maclaurin Polynomials You can get a better and better approximation by getting the second, then third, then fourth (and so on) derivative to match. With these values, 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 4th Maclaurin polynomial for f(x) = ex.

Find the 4th Taylor polynomial centered at c = 1 for f(x) = ln x