Solved Examples on Interpolation Formula

Example 1: Interpolate the value of y at x = 3, if two of the ordered pairs are (βˆ’5, 5), (5, 7).

Solution:

Given

x = 3, x0 = βˆ’5, x1 = 5, y0 = 5, y1 = 7 

Since, [Tex]y = y_0 + (x – x_0) \dfrac{y_1 – y_0}{x_1 – x_0} [/Tex]

[Tex]y = 5 + (3 βˆ’ (βˆ’5)) \dfrac{7 βˆ’ 5}{5 βˆ’ (-5)} [/Tex]

   = 5 + 8(.2)

=5 + 1.6

y = 6.6

Example 2: Interpolate the missing value in the following table:

XY
1990100
1991107
1992?
1993157
1994212

Solution:

Since the known values of Y are 4, the fourth leading difference will be zero. Thus, 

β–³40 = (y βˆ’ 1)4 = y4 βˆ’ 4y3 + 6y2 βˆ’ 4y1 + y0 = 0

Substituting the values of y’s we have,

212 βˆ’ 4(157) + 6y2 βˆ’ 4y1 + y0 = 0 

6y2 = 628 βˆ’ 212 + 428 βˆ’ 100

y2 = 124

Examples 3: The table below depicts insurance premiums payable to different age groups. Find the premium payable at 17.

AgePremium Payable
1511.1
2512.6
3514.3
4516.1
5518.3

Solution:

AgePremium(Y)β–³1β–³2β–³3β–³4
15 = x011.1 = y0    
  +1.5 = β–³10   
25 = x112.6 = y1 +0.2 = β–³20  
  +1.7 = β–³11 βˆ’0.1 = β–³30 
35 = x214.3 = y2 +0.1 = β–³21 +0.4 = β–³40
  +1.8 = β–³13 +0.3 = β–³31 
45 = x316.1 = y3 +0.4 = β–³22  
  +2.2 = β–³14   
55 = x418.3 = y4    

Now, x = 17 – 15/25 – 15 = 2/10 = 0.2

Hence, Y17 = 11.1 + 0.3 βˆ’ 0.016 βˆ’ 0.0048 βˆ’ 0.0134 = 11.4

Thus premium payable at 17 is 11.4

Example 4: Find the value of y when x = 5 from the following data:

xy
21
35
413
661
7125

Solution:

Applying Lagrange Formula, 

[Tex]f(x) = \dfrac{(x βˆ’ x_0)(x-x_2)(x-x_3)(x-x_4)}{(x_1 βˆ’ x_0)(x_1-x_2)(x_1-x_3)(x_1-x_4)} + \dfrac{(x βˆ’ x_0)(x βˆ’ x_1)(x βˆ’ x_3)(x βˆ’ x_4)}{(x_2 βˆ’ x_0)(x_2 βˆ’ x_1)(x_2 βˆ’ x_3)(x_2 βˆ’ x_4)}+\dfrac{(x βˆ’ x_0)(x βˆ’ x_1)(x βˆ’ x_2)(x βˆ’ x_4)}{(x_3 βˆ’ x_0)(x_3 βˆ’ x_1)(x_3 βˆ’ x_2)(x_3 βˆ’ x_4)}+…. [/Tex]

f(x) = [Tex]1.\dfrac{(5βˆ’3)(5-4)(5-6)(5-7)}{(2βˆ’3)(4-3)(4-6)(4-7)}+5.\dfrac{(5βˆ’2)(5βˆ’4)(5βˆ’6)(5βˆ’7)}{(3βˆ’2)(3βˆ’4)(3βˆ’6)(3βˆ’7)}+13.\dfrac{(5βˆ’2)(5βˆ’3)(5βˆ’6)(5βˆ’7)}{(4βˆ’2)(4βˆ’3)(4βˆ’6)(4βˆ’7)}+…. [/Tex]

       = 0.1 βˆ’ 2.5 + 1.3 + 30.5 βˆ’ 12.5

      = 28.6

Example 5: Reconstruct the following data with the class intervals halved using interpolation:

MarksNumber of Students
0 – 1050
10 – 2065
20 – 3085

Solution:

For estimating the marks in the class interval 0-5, 10-15, and 20-25, we will have to interpolate the values of less than 5, less than 15 and less than 25 respectively. 

Interpolation of less than 5

x = 5βˆ’10/10 = βˆ’0.5

y5 = y0 + x.β–³10 + [x(xβˆ’1).β–³2]/2 = 25

Similarly, 

Interpolation of less than 15 = 80

Interpolation of less than 25 = 155

Thus, the reconstructed table is as follows:

MarksCumulative FrequencyMarksNumber of Students
Less than 5250 – 522
Less than 10505 – 1025 
Less than 158010 – 1530
Less than 2011515 – 2035
Less than 2515520 – 2540
Less than 3020025 – 3045

Interpolation Formula

Interpolation formula is a method to find new values of any function using the set of available values through interpolation. It is an important statistical tool used to calculate the value between two points on the curve of a function from the given points which also lie on the same curve.

In statistical analysis and interpretation, sometimes it is found that a given series happens to be incomplete rather than complete, i.e., some values in the series remain unknown. But to derive correct results, it becomes essential to find the missing or unknown values in the series. The statistical technique that is used to estimate the unknown values on the basis of available data is called interpolation.

Similar Reads

What Is Interpolation?

Interpolation is the process of calculating a value between two points on the curve of a function from the given points which also lie on the same curve. In other words, interpolation involves the calculation of new values from the already available set of values. Using interpolation, the diverse data can be converted into a concise function, such that each point in the data passes through the curve of such function. It is generally used in geography to predict data points such as noise level, rainfall, elevation, and so on....

Interpolation Formula

There are various formulae used to find the Interpolation and some of them are,...

Uses of Interpolation

Various uses of Interpolation are given below,...

Difference Between Interpolation and Extrapolation

The difference between Interpolation and Extrapolation are discussed in the table given below,...

Solved Examples on Interpolation Formula

Example 1: Interpolate the value of y at x = 3, if two of the ordered pairs are (βˆ’5, 5), (5, 7)....

Interpolation Formula – FAQs

What is Interpolation?...

Contact Us