Part 3 Truncation Errors Second Term 05/06.

Slides:



Advertisements
Similar presentations
Truncation Errors and Taylor Series
Advertisements

Section 11.6 – Taylor’s Formula with Remainder
Roundoff and truncation errors
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.
Calculus I – Math 104 The end is near!. Series approximations for functions, integrals etc.. We've been associating series with functions and using them.
ECIV 201 Computational Methods for Civil Engineers Richard P. Ray, Ph.D., P.E. Error Analysis.
Copyright © Cengage Learning. All rights reserved.
Chapter 1 Introduction The solutions of engineering problems can be obtained using analytical methods or numerical methods. Analytical differentiation.
Part 3 Truncation Errors.
Second Term 05/061 Part 3 Truncation Errors (Supplement)
1 Error Analysis Part 1 The Basics. 2 Key Concepts Analytical vs. numerical Methods Representation of floating-point numbers Concept of significant digits.
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.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM.
Ch 8.1 Numerical Methods: The Euler or Tangent Line Method
Lecture 2 Number Representation and accuracy
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
CISE301_Topic11 CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4:
Infinite Series Copyright © Cengage Learning. All rights reserved.
ES 240: Scientific and Engineering Computation. Chapter 4 Chapter 4: Errors Uchechukwu Ofoegbu Temple University.
Taylor’s Polynomials & LaGrange Error Review
Consider the following: Now, use the reciprocal function and tangent line to get an approximation. Lecture 31 – Approximating Functions
11 INFINITE SEQUENCES AND SERIES Applications of Taylor Polynomials INFINITE SEQUENCES AND SERIES In this section, we will learn about: Two types.
Truncation Error and the Taylor Series
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.
MECN 3500 Lecture 4 Numerical Methods for Engineering MECN 3500 Professor: Dr. Omar E. Meza Castillo
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Chapter.
Infinite Sequences and Series
Boyce/DiPrima 9 th ed, Ch 5.1: Review of Power Series Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce.
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.
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.
Finite Difference Methods Definitions. Finite Difference Methods Approximate derivatives ** difference between exact derivative and its approximation.
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.
9.3 Taylor’s Theorem: Error Analysis for Series
In this section we develop general methods for finding power series representations. Suppose that f (x) is represented by a power series centered at.
Sect. 9-B LAGRANGE error or Remainder
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.
9.3 Taylor’s Theorem Quick Review Tell whether the function has derivatives of all orders at the given values of a.
Remainder Theorem. The n-th Talor polynomial The polynomial is called the n-th Taylor polynomial for f about c.
Numerical Analysis CC413 Propagation of Errors.
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Truncation Errors and the Taylor Series Chapter 4.
Maclaurin and Taylor Polynomials Objective: Improve on the local linear approximation for higher order polynomials.
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.
Infinite Series 9 Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved Applications of Taylor Polynomials.
NUMERICAL ANALYSIS I. Introduction Numerical analysis is concerned with the process by which mathematical problems are solved by the operations.
9.7 day 2 Taylor’s Theorem: Error Analysis for Series Tacoma Narrows Bridge: November 7, 1940 Greg Kelly, Hanford High School, Richland, Washington.
NUMERICAL DIFFERENTIATION Forward Difference Formula
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)
Taylor series in numerical computations (review)
The LaGrange Error Estimate
Section 8: Alternating Series
9.3 Taylor’s Theorem: Error Analysis for Series
Taylor Polynomials & Approximation (9.7)
Remainder of a Taylor Polynomial
Section 11.3 Power Series.
Taylor Series and Maclaurin Series
Section 11.6 – Taylor’s Formula with Remainder
Taylor’s Theorem: Error Analysis for Series
In the case where all the terms are positive,
9.3 Taylor’s Theorem: Error Analysis for Series
9.7 Taylor Polynomials & Approximations
Copyright © Cengage Learning. All rights reserved.
CISE-301: Numerical Methods Topic 1: Introduction to Numerical Methods and Taylor Series Lectures 1-4: KFUPM CISE301_Topic1.
Presentation transcript:

Part 3 Truncation Errors Second Term 05/06

Key Concepts Taylor's Series Using Taylor's series to approximate functions The Remainder of Taylor's Series Using the Remainder to estimate truncation errors Second Term 05/06

Truncation Errors Truncation Errors are those that result from using an approximation in place of an exact mathematical procedure. Approximation of accelaration Approximation Truncation Errors MacLaurin series of ex Exact mathematical formulation Second Term 05/06

A more general form of approximation is in terms of Taylor Series. Second Term 05/06

Taylor's Theorem Taylor's Theorem: If the function f and its first n+1 derivatives are continuous on an interval containing a and x, then the value of the function at x is given by where the remainder Rn is defined as (the integral form) Second Term 05/06

Derivative or Lagrange Form of the remainder The remainder Rn can also be expressed as (the Lagrange form) for some ξ between a and x The Lagrange form of the remainder makes analysis of truncation errors easier. Second Term 05/06

Taylor Series Any smooth function can be approximated as a polynomial. Taylor series provides a mean to predict a function value at one point x in terms of the function and its derivatives at another point a. Note: This is the same expression except that a and x are replaced by xi and xi+1 respectively. Second Term 05/06

Taylor Series If we let h = xi+1 - xi, we can rewrite the Taylor series and the remainder as h is called the step size. Second Term 05/06

Taylor Series Approximation If we take away the remainder, the Taylor series becomes the Taylor series approximation. The remainder Rn accounts for all the terms not included in the approximation starting from term n+1. n can be as small as zero. The larger n is (more terms used), the better the approximation and thus the smaller the error. Second Term 05/06

Some Terminologies Zero-order approximation: use only the first term First-order approximation: use only the first two terms Second-order approximation: use only the first three terms Second Term 05/06

Taylor Series Approximation Example: More terms used implies better approximation f(x) = 0.1x4 - 0.15x3 - 0.5x2 - 0.25x + 1.2 Second Term 05/06

Taylor Series Approximation Example: Smaller step size implies smaller error Errors Reduced step size f(x) = 0.1x4 - 0.15x3 - 0.5x2 - 0.25x + 1.2 Second Term 05/06

The Remainder of the Taylor Series Expansion Relationship between h and Rn Smaller h implies smaller Rn, but if we reduce/magify h by a factor of k, how much smaller/larger Rn would be? That is, if h' = kh, what is Rn' in terms of Rn? Second Term 05/06

Example: Relationship between h and R1 Use the first order Taylor series to approximate the function f(x) = x4 at x+h where x=1. h True value (x+h)4 1st Order Approx f(x) + f'(x)h = x4+4x3h = 1+4h Error = R1= True value – 1st order Approx. 1 16 5 11 0.5 5.0625 3 2.0625 0.25 2.441406 2 0.441406 0.125 1.601807 1.5 0.101807 0.0625 1.274429 1.25 0.024429 0.03125 1.130982 1.125 0.005982 0.015625 1.063980 1.0625 0.001480 Second Term 05/06

Pictorial View of h vs. R1 A slop of 2 shown in the log-log plot of the remainder indicates that the truncation error is propotional to h2 Theoritical result Do they agree? Second Term 05/06

The Remainder of the Taylor Series Expansion Summary To reduce truncation errors, we can reduce h or/and increase n. If we reduce h, the error will get smaller quicker (with less n). This relationship has no implication on the magnitude of the errors because the constant term can be huge! It only give us an estimation on how much the truncation error would reduce when we reduce h or increase n. Second Term 05/06

Example This is the Maclaurin series expansion for ex If we want to approximate e0.01 with an error less than 10-12, at least how many terms are needed? Note: Maclaurin series expansion is a special case of the Taylor series expansion with xi = 0 and h = x. Second Term 05/06

So we need at least 5 terms Note:1.1100 is about 13781 > e To find the smallest n such that Rn < 10-12, we can find the smallest n that satisfies With the help of a computer: n=0 Rn=1.100000e-02 n=1 Rn=5.500000e-05 n=2 Rn=1.833333e-07 n=3 Rn=4.583333e-10 n=4 Rn=9.166667e-13 So we need at least 5 terms Second Term 05/06

Same problem with larger step size Note:1.72 is 2.89 > e With the help of a computer: n=0 Rn=8.500000e-01 n=1 Rn=2.125000e-01 n=2 Rn=3.541667e-02 n=3 Rn=4.427083e-03 n=4 Rn=4.427083e-04 n=5 Rn=3.689236e-05 n=6 Rn=2.635169e-06 n=7 Rn=1.646980e-07 n=8 Rn=9.149891e-09 n=9 Rn=4.574946e-10 n=10 Rn=2.079521e-11 n=11 Rn=8.664670e-13 So we need at least 12 terms Second Term 05/06

Other methods for estimating truncation errors of a series By Geometry Series By Integration Alternating Convergent Series Theorem Note: Some Taylor series expansions may exhibit certain characteristics which would allow us to use different methods to approximate the truncation errors. Second Term 05/06

Estimation of Truncation Errors By Geometry Series If |tj+1| ≤ k|tj| where 0 ≤ k < 1 for all j ≤ n, then Second Term 05/06

Estimation of Truncation Errors by Geometry Series What is |R6| for the following series expansion? Solution: Second Term 05/06

Estimation of Truncation Errors By Integration If we can find a function f(x) s.t. |tj| ≤ f(j) j ≥ n and f(x) is a decreasing function x ≥ n, then Second Term 05/06

Estimation of Truncation Errors by Integration Estimate |Rn| for the following series expansion. Solution: We can pick f(x) = x-3 because it would provide a tight bound for |tj|. That is So Second Term 05/06

Alternating Convergent Series Theorem (Leibnitz Theorem) If an infinite series satisfies the conditions It is strictly alternating. Each term is smaller in magnitude than that term before it. The terms approach to 0 as a limit. Then the series has a finite sum (i.e., convergent) and moreover if we stop adding the terms after the nth term, the error thus produced is between 0 and the 1st non-zero neglected term not taken. Second Term 05/06

Alternating Convergent Series Theorem Example: Eerror estimated using the althernating convergent series theorem Actual error Another example: Actual error Second Term 05/06

More Examples If the sine series is to be used to compute sin(1) with an error less than 0.5x10-14, how many terms are needed? Solution: This series satisfies the conditions of the Alternating Convergent Series Theorem. Solving for odd n, we get n = 17 (Need 8 terms) Second Term 05/06

More Examples How many terms should be taken in order to compute π4/90 with an error of at most 0.5x10-8? Solution (by integration): Second Term 05/06