Newton Backward Interpolation is used to estimate the value of a function at a given point when the data points are tabulated at equal intervals. This method is particularly useful when you want to interpolate a value near the end of the data set. It utilizes backward differences to form the interpolation polynomial.
The formula for Newton Backward Interpolation is:
where:
This method is efficient for interpolating at or near the end of the data set.
24 | 28.06 |
28 | 30.19 |
32 | 32.75 |
36 | 34.94 |
40 | 40 |
We are tasked with finding where
Step 1: Calculate the backward differences for the values.
24 | 28.06 | ||||
28 | 30.19 | 2.13 | |||
32 | 32.75 | 2.56 | 0.43 | ||
36 | 34.94 | 2.19 | -0.37 | -0.8 | |
40 | 40 | 5.06 | 2.87 | 3.24 | 4.04 |
Step 2: use the formula values.
Step 3: Apply the Newton Backward Interpolation formula:
Substituting the values:
First term:
Second term:
Third term:
Fourth term:
Fifth term:
Adding them together:
Thus, the interpolated value of at is approximately