2 Employ inverse interpolation using a cubic interpolating p
2) Employ inverse interpolation using a cubic interpolating polynomial and bisection to determine the value of x that corresponds to f(x) = 1.7 for the following tabulated data.
Solution
The following points are used to generate a cubic interpolating polynomial
x0 = 1 f(x0) = 3.6
x1 = 2 f(x1) = 1.8
x2 = 3 f(x2) = 1.2
x3 = 4 f(x3) = 0.9
The polynomial can be generated in a number of ways including Newton
