Interpolation
We will cover following topics
PYQs
Newton’s (Forward And Backward) Interpolation
1) Using Newton’s forward difference formula find the lowest degree polynomial when it is given that , , , ,.
[2018, 10M]
2) In an examination, the number of students who obtained marks between certain limits were given in the following table:
.
Using Newton forward interpolation formula, find the number of students whose marks lie between 45 and 50.
[2013, 10M]
Lagrange’s Interpolation
1) For given equidistant values , , and , a value is interpolated by Lagrange’s formula. Show that it may be written in the form , where .
[2017, 15M]
2) Let for . Estimate the value of using Lagrange interpolating polynomial of degree 3 over the nodes , , and . Also compute the error bound over the interval and the actual error .
[2016, 20M]
3) Find the Lagrange interpolating polynomial that fits the following data:
Find .
[2015, 20M]
4) For the given set of data points , , , write an algorithm to find the value of by using Lagrange’s interpolation formula.
[2010, 10M]
5) Using Lagrange interpolation formula, calculate the value of from the following table of values of and :
[2009, 15M]
6) The following values of the function are given:
$$\begin{array}{ | c | c | c | c | c | c | c | }\hline x & {10^{0}} & {20^{0}} & {30^{0}}\ \hline f(x) & {1.1585} & {1.2817} & {1.3360}\ \hline \end{array}$$. |
Construct the quadratic interpolating polynomial that fits the data. Hence calculate . Compare with exact value.
[2008, 15M]
7) If is a polynomial with simple roots and if is a polynomial of , show that . Hence, prove that there exists a unique polynomial of degree with given values at the point .
[2006, 30M]
8) Find the unique polynomial of degree 2 or less such that , , . Using the Lagrange’s interpolation formula and the Newton’s divided difference formula, evaluate .
[2005, 30M]
9) Find the cubic polynomial which takes the following values: , , and . Hence, or otherwise, obtain .
[2002, 10M]
10) Show that the truncation error associated with linear interpolation of , using ordinates at and with is not larger in magnitude than where in . Hence, show that if , the truncation error corresponding to linear interpolation of in cannot exceed .
[2001, 12M]