1 / 8

Advanced Techniques in Numerical Differentiation

Explore high-accuracy differentiation formulas, Richardson extrapolation, and handling unequally spaced data in Chapter 23. Learn to improve derivation estimates using different methods. Discover techniques for data with errors.

phyllisf
Download Presentation

Advanced Techniques in Numerical Differentiation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 23

  2. Numerical DifferentiationChapter 23 • Notion of numerical differentiation has been introduced in Chapter 4.In this chapter more accurate formulas that retain more terms will be developed.

  3. High Accuracy Differentiation Formulas • High-accuracy divided-difference formulas can be generated by including additional terms from the Taylor series expansion.

  4. Inclusion of the 2nd derivative term has improved the accuracy to O(h2). • Similar improved versions can be developed for the backward and centered formulas as well as for the approximations of the higher derivatives.

  5. Richardson Extrapolation • There are two ways to improve derivative estimates when employing finite divided differences: • Decrease the step size, or • Use a higher-order formula that employs more points. • A third approach, based on Richardson extrapolation, uses two derivative estimates t compute a third, more accurate approximation.

  6. For centered difference approximations with O(h2). The application of this formula yield a new derivative estimate of O(h4).

  7. Derivatives of Unequally Spaced Data • Data from experiments or field studies are often collected at unequal intervals. One way to handle such data is to fit a second-order Lagrange interpolating polynomial. x is the value at which you want to estimate the derivative.

  8. Derivatives and Integrals for Data with Errors Figure 23.5

More Related