Chapter 4 Slides
Chapter 4 Slides
Approximation
8 Hours
Introduction
Introduction
• Suppose we are given the following values of y = f(x) for a set of
values of x.
0.9
Newton-Gregory Interpolation
• Interpolation with Equidistant points
• Three ways of solving
1. Using Forward Difference Table
Best suited to interpolate the values of y near the
beginning of a set of equally spaced independent variables
2. Using Backward Difference Table
Best suited to interpolate the values of y near the end of
a set of equally spaced independent variables
2. Using Central Difference Table
For values near the middle of the table
Using Forward Difference Table
θ Sin θ Δf Δ 2f Δ3f Δ4f
10 0.1736
0.1684
20 0.3420 -0.0104
0.158 -4.8*10^-3
30 0.5 -0.0152 4*10^-4
0.1428 -4.4*10^-3
40 0.6428 -0.0196
0.1232
50 0.7660
Using
Backward
Difference
Table
Central Difference ( Stirling’s Formula)
Stirling Central Interpolation Example
Central Difference ( Bessel’s Formula)
i = 0,1,2 …. n-1