Download presentation
Presentation is loading. Please wait.
1
Numerical Analysis Lecture 21
2
Chapter 5 Interpolation
3
Finite Difference Operators Newton’s Forward Difference
Finite Difference Operators Newton’s Forward Difference Interpolation Formula Newton’s Backward Difference Interpolation Formula Lagrange’s Interpolation Formula Divided Differences Interpolation in Two Dimensions Cubic Spline Interpolation
4
For given a table of values,
the process of estimating the value of y, for any intermediate value of x, is called interpolation.
5
Method of computing the value of y, for a given value of x, lying outside the table of values of x is known as extrapolation.
7
Thus Similarly
8
Shift operator, E
9
The inverse operator E-1 is defined as
Similarly,
10
Average Operator,
11
Differential Operator, D
12
Important Results
13
Newton’s Forward Difference Interpolation Formula
14
Let y = f (x) be a function which takes values f(x0), f(x0+ h), f(x0+2h), …, corresponding to various equi-spaced values of x with spacing h, say x0, x0 + h, x0 + 2h, … . Suppose, we wish to evaluate the function f (x) for a value x0 + ph, where p is any real number, then for any real number p, we have the operator E such that
16
This is known as Newton’s forward difference formula for interpolation, which gives the value of f(x0 + ph) in terms of f(x0) and its leading differences.
17
This formula is also known as Newton-Gregory forward difference interpolation formula. Here p=(x-x0)/h. An alternate expression is
18
If we retain (r + 1) terms, we obtain a polynomial of degree r agreeing with yx at x0, x1, …, xr. This formula is mainly used for interpolating the values of y near the beginning of a set of tabular values and for extrapolating values of y, a short distance backward from
19
Numerical Analysis Lecture 21
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.