Topic:Explain interpolation. Take values of x=1,3,4,5,7
Take y = 7,6,8,9,10 Find Lagrange’s Polynomial
Name: SREEJA SETH
University Roll No:11700220085
Class Roll No: IT2020/005
University Registration No:201170100210019
Paper Name: Numerical Methods
Paper Code: OEC-IT601
Continuous Assessment – 1 (Academic Session: 2023 – 2024)
Department of Information Technology 1
Interpolation
• Interpolation is a useful Mathematical and Statistical tool that is used to estimate values between
any two given points.
• Interpolation is a process of determining the unknown values that lie in between the known data
points.
• It is mostly used to predict the unknown values for any geographical related data points such as
noise level, rainfall, elevation etc.
Types of Interpolation:
▪ Lagrange’s Interpolation
▪ Newton’s backword Interpolation
▪ Newton’s forward Interpolation
▪ Newton’s divided difference Interpolation
Department of Information Technology 2
Lagrange’s Interpolation
❖If the distance between the x values are not equal then we have to use Lagrange’s Interpolation.
The value of f(x) ,using Lagrange’s Interpolation is given by from the given table(table:1):-
Department of Information Technology 3
Department of Information Technology 5
By solving the equation we get, Lagrange’s polynomial:
𝒚 = 𝟎. 𝟎𝟔𝟗𝟑𝒙𝟒
− 𝟏. 𝟐𝟑𝟔𝒙𝟑
+ 𝟕. 𝟓𝟗𝟕𝟏𝒙𝟐
− 𝟒𝟐. 𝟏𝟕𝟑𝟕𝒙 + 𝟏𝟖. 𝟏𝟔𝟔𝟓