Calculus I – Math 104 The end is near!. 1. Limits: Series give a good idea of the behavior of functions in the neighborhood of 0: We know for other reasons.

Slides:



Advertisements
Similar presentations
Section 11.6 – Taylor’s Formula with Remainder
Advertisements

Taylor Series The Coefficients of a Power Series.
Taylor’s Theorem Section 9.3a. While it is beautiful that certain functions can be represented exactly by infinite Taylor series, it is the inexact Taylor.
SEQUENCES and INFINITE SERIES
Calculus I – Math 104 The end is near!. Series approximations for functions, integrals etc.. We've been associating series with functions and using them.
AP Calculus BC Monday, 07 April 2014 OBJECTIVE TSW (1) find polynomial approximations of elementary functions and compare them with the elementary functions;
9.7 Taylor Series. Brook Taylor Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas,
(a) an ordered list of objects.
Sequences and Series & Taylor series
Section 9.2a. Do Now – Exploration 1 on p.469 Construct a polynomial with the following behavior at : Since, the constant coefficient is Since, the coefficient.
Infinite Sequences and Series
9.10 Taylor and Maclaurin Series Colin Maclaurin
INFINITE SEQUENCES AND SERIES
Part 3 Truncation Errors Second Term 05/06.
Math Calculus I August 9 (but first, a quick review…)
Math Calculus I Part 8 Power series, Taylor series.
Part 3 Truncation Errors.
Infinite Sequences and Series
Math Calculus I Part 8 Power series, Taylor series.
Ch 8.1 Numerical Methods: The Euler or Tangent Line Method
Chapter 9 Sequences and Series The Fibonacci sequence is a series of integers mentioned in a book by Leonardo of Pisa (Fibonacci) in 1202 as the answer.
© 2010 Pearson Education Inc.Goldstein/Schneider/Lay/Asmar, CALCULUS AND ITS APPLICATIONS, 12e– Slide 1 of 57 Chapter 11 Taylor Polynomials and Infinite.
Taylor Series & Error. Series and Iterative methods Any series ∑ x n can be turned into an iterative method by considering the sequence of partial sums.
Brook Taylor : Taylor Series Brook Taylor was an accomplished musician and painter. He did research in a variety of areas, but is most famous.
Infinite Series Copyright © Cengage Learning. All rights reserved.
Taylor’s Polynomials & LaGrange Error Review
9.3 Taylor’s Theorem: Error Analysis for 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.
9.7 and 9.10 Taylor Polynomials and Taylor Series.
Remainder Estimation Theorem
Taylor’s Theorem: Error Analysis for Series. Taylor series are used to estimate the value of functions (at least theoretically - now days we can usually.
Infinite Sequences and Series 8. Taylor and Maclaurin Series 8.7.
9.5 Part 1 Ratio and Root Tests
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.
Math 104 Calculus I Part 6 INFINITE SERIES. Series of Constants We’ve looked at limits and sequences. Now, we look at a specific kind of sequential limit,
Copyright © Cengage Learning. All rights reserved.
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.
This is an example of an infinite series. 1 1 Start with a square one unit by one unit: This series converges (approaches a limiting value.) Many series.
12 INFINITE SEQUENCES AND SERIES. In general, it is difficult to find the exact sum of a series.  We were able to accomplish this for geometric series.
Remainder Theorem. The n-th Talor polynomial The polynomial is called the n-th Taylor polynomial for f about c.
Section 9.7 – Taylor Theorem. Taylor’s Theorem Like all of the “Value Theorems,” this is an existence theorem.
Math Calculus I August 11 (but first, a quick review…)
Copyright © Cengage Learning. All rights reserved.
9.5 Testing for Convergence Remember: The series converges if. The series diverges if. The test is inconclusive if. The Ratio Test: If is a series with.
9.3 Taylor’s Theorem: Error Analysis yes no.
Taylor series are used to estimate the value of functions (at least theoretically - now days we can usually use the calculator or computer to calculate.
Chapter 10 Power Series Approximating Functions with Polynomials.
Infinite Series 9 Copyright © Cengage Learning. All rights reserved.
Calculus BC Unit 4 Day 3 Test for Divergence Integral Test P-Series (Including Harmonic)
Copyright © Cengage Learning. All rights reserved Applications of Taylor Polynomials.
Copyright © Cengage Learning. All rights reserved The Integral Test and Estimates of Sums.
Convergence of Taylor Series Objective: To find where a Taylor Series converges to the original function; approximate trig, exponential and logarithmic.
INFINITE SEQUENCES AND SERIES In general, it is difficult to find the exact sum of a series.  We were able to accomplish this for geometric series and.
9.7 day 2 Taylor’s Theorem: Error Analysis for Series Tacoma Narrows Bridge: November 7, 1940 Greg Kelly, Hanford High School, Richland, Washington.
In the special case c = 0, T (x) is also called the Maclaurin Series: THEOREM 1 Taylor Series Expansion If f (x) is represented by a power series.
Lecture 25 – Power Series Def: The power series centered at x = a:
The Taylor Polynomial Remainder (aka: the Lagrange Error Bound)
The LaGrange Error Estimate
Math 166 SI review With Rosalie .
Taylor Polynomials & Approximation (9.7)
Calculus BC AP/Dual, Revised © : Lagrange's Error Bound
Remainder of a Taylor Polynomial
Section 11.6 – Taylor’s Formula with Remainder
Taylor’s Theorem: Error Analysis for Series
In the case where all the terms are positive,
Infinite Sequences and Series
9.3 Taylor’s Theorem: Error Analysis for Series
Lagrange Remainder.
Presentation transcript:

Calculus I – Math 104 The end is near!

1. Limits: Series give a good idea of the behavior of functions in the neighborhood of 0: We know for other reasons that We could do this by series: Application of Series

This can be used on complicated limits... Calculate the limit: A. 0 B. 1/6 C. 1 D. 1/12 E. does not exist

Application of series (continued) 2. Approximate evaluation of integrals: Many integrals that cannot be evaluated in closed form (i.e., for which no elementary anti-derivative exists) can be approximated using series (and we can even estimate how far off the approximations are). Example: Calculate to the nearest

We begin by...

According to Maple... The last series is an alternating series with decreasing terms. We need to find the first one that is less than to ensure that the error will be less than According to Maple: evalf(1/(7*factorial(3))), evalf(1/(9*factorial(4))),evalf( 1/(11*factorial(5))); evalf(1/(13*factorial(6))); , ,

Keep going... So it's enough to go out to the 5! term. We do this as follows: Sum((-1)^n/((2*n+1)*factorial(n)),n=0..5) = sum((-1)^n/((2*n+1) *factorial(n)),n=0..5); evalf(%); =

and finally... So we get that to the nearest thousandth. Again, according to Maple, the actual answer (to 10 places) isevalf(int(exp(-x^2),x=0..1));

Try this... Sum the first four nonzero terms to approximate A B C D E

Series approximations for functions, integrals etc.. We've been associating series with functions and using them to evaluate limits, integrals and such. We have not thought too much about how good the approximations are. For serious applications, it is important to do that.

Questions you can ask-- 1. If I use only the first three terms of the series, how big is the error? 2. How many terms do I need to get the error smaller than ?

To get error estimates: Use a generalization of the Mean Value Theorem for derivatives

Derivative MVT approach:

If you know... If you know that the absolute value of the derivative is always less than M, then you know that | f(x) - f(0) | < M |x| The derivative form of the error estimate for series is a generalization of this.

Lagrange's form of the remainder:

Lagrange... Lagrange's form of the remainder looks a lot like what would be the next term of the series, except the n+1 st derivative is evaluated at an unknown point between 0 and x, rather than at 0: So if we know bounds on the n+1st derivative of f, we can bound the error in the approximation.

Example: The series for sin(x) was:

5th derivative For f(x) = sin(x), the fifth derivative is f '''''(x) = cos(x). And we know that |cos(t)| < 1 for all t between 0 and x. We can conclude from this that: So for instance, we can conclude that the approximation sin(1) = 1 - 1/6 = 5/6 is accurate to within 1/5! = 1/ i.e., to two decimal places.

Your turn...

Another application... Another application of Lagrange's form of the remainder is to prove that the series of a function actually converges to the function. For example, for the series for sin(x), we have (since all the derivatives of sin(x) are always less than or equal to 1 in absolute value):

Shifting the origin -- Taylor vs Maclaurin So far, we've been writing all of our series as infinite polynomials and using values of the function f(x) and its derivatives evaluated at x=0. It is possible to change one's point of view and use values of the function and derivatives at other points.

As an example, we’ll return to the geometric series

Taylor series By taking derivatives of the function g(x) = -1/x and evaluating them at x=-1, we will discover that the expansion of g(x) we have found is the Taylor series for g(x) expanded around -1: g(x) = g(-1) + g '(-1) (x+1) + g ''(-1) +....

Note:

Maclaurin Series expansions around points other than zero are useful when trying to approximate function values for x far from zero, but close to a different point where much is known about the function. But note that by defining a new function g(x) = f(x+a), you can use Maclaurin expansions for g instead of general Taylor expansions for f.

Binomial series

If p is not a positive integer...

Fibonacci numbers Everyone is probably familiar with the famous sequence of Fibonacci numbers. The idea is that you start with 1 (pair of) rabbit(s) the zeroth month. The first month you still have 1 pair. But then in the second month you have 1+1 = 2 pairs, the third you have = 3 pairs, the fourth, = 5 pairs, etc... The pattern is that if you have a pairs in the nth month, and a pairs in the n+1st month, then you will have pairs in the n+2nd month. The first several terms of the sequence are thus: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, etc... Is there a general formula for a ? n n n+1 n a + a

Generating functions This is a common problem in many parts of mathematics and science. And a powerful method for solving such problems involves series -- which in this case are called generating functions for their sequences. For the Fibonacci numbers, we will simply define a function f(x) via the series:

Recurrence relation To do this, we'll use the fact that multiplication by x "shifts" the series for f(x) as follows: Now, subtract the second two from the first -- almost everything will cancel because of the recurrence relation!

The result is...

Further...

Then use partial fractions to write:

Work it out... First And

Now, recall that...

Our series for f(x) becomes: