Assignment 5
Assignment 5
x: -1 1 2 4
f 0 2 9 65
4. Use the Lagrange interpolation formula to calculate approximate values of f (x) when
x = 1.1300, 1.1500, 1.1700, and 1.1900 from the following rounded data:
5. Construct the forward and backward difference tables for the data
x: -1 0 1 2
f -8 3 1 12
7. For the following data, calculate the differences and obtain the Newton’s forward and
backward difference interpolation polynomials. Are these polynomials different? Interpo-
late at x = 0.25 and x = 0.35.
x: 0.1 0.2 0.3 0.4 0.5
f: 1.40 1.56 1.76 2.00 2.28
8. (inverse interpolation) The process of finding x for given f (x). It helps in solving f (x).
Find a zero of f (x) using the following information about f :
x: 0 1 2 3
f: -342 -218 386 1854
[Hint: Treat f data as x data and vice-versa for the process of interpolation and evaluate
the interpolating polynomial at zero.]
9. Find the interpolating polynomial of third degree with the four interpolation points
−1, 0, 1, 2 for the function f (x) := x4 .
10. Using Gauss’s forward difference formula, find f (32), if f (25) = 0.2707, f (30) = 0.3027,
f (35) = 0.3386 and f (40) = 0.3794.
Page 1 of 2
√ √
11. √
Using Gauss’s backward
√ formula find the √
value of 12525 given that
√ 12500 = 111.8034,
12510 = 111.8481, 12520 = 111.8928, 12530 = 111.9375 and 12540 = 111.9822.
Page 2 of 2