12
Most read
17
Most read
20
Most read
SARDAR PATEL COLLEGE
OF
ENGINEERING,BAKROL
HUMANITY & SCIENCE DEPARTMENT
TOPIC:-INTERPOLATION
SUBJECT:-N.S.M(2130606)
GUIDED by:- A.K.D SIR
SR. NO. NAME ENROLLMENT
NO.
1 PRAJAPATI TIRATH A. 151240106066
BRANCH : CIVIL-B
TYPES OF INTERPOLATIONS
• NEWTON’S FORWARD INTERPOLATION
• NEWTON’S BACKWARD INTERPOLATION
• GAUSS FORWARD INTERPOLATION
• GAUSS BACKWARD INTERPOLATION
• STIRLING’S INTERPOLATION
• LAGRANGE’S INTERPOLATION
• NEWTON DIVIDED DIFERENTIAL INTERPOLATION
NEWTON’S FORWARD INTERPOLATION
• 𝑦 𝑛 𝑥 = 𝑦0 + 𝑝𝚫𝑦0 +
𝑝(𝑝−1)
2!
𝚫2 𝑦0 +
𝑝 𝑝−1 𝑝−2
3!
𝚫3 𝑦0 +
•
𝑝 𝑝−1 𝑝−2 (𝑝−3)
4!
𝚫4 𝑦0
NEWTON’S BACKWARD INTERPOLATION
𝑦 𝑛 𝑥 = 𝑦0 + 𝑝𝛁𝑦 𝑛 +
𝑝(𝑝 − 1)
2!
𝛁2 𝑦 𝑛 +
𝑝 𝑝 − 1 𝑝 − 2
3!
𝛁3 𝑦 𝑛 +
𝑝 𝑝 − 1 𝑝 − 2 (𝑝 − 3)
4!
𝛁4 𝑦 𝑛
LAGRANGE’S INTERPOLATION FORMULA
• LAGRANGE’S FORMULA IS APPLICABLE TO PROBLEMS WHERE THE
INDEPENDENCE VARIABLE OCCUR WITH EQUAL AND UNEQUAL
INTERVALS, BUT PREFERABLY THIS FORMULA IS APPLIED IN A SITUATION
WHERE THERE ARE UNEQUAL INTERVALS IN THE GIVEN INDEPENDENCE
SERIES. LET THE VALUES OF THE INDEPENDENCE VARIABLES (X) ARE
GIVEN AS A,B,C,D,.... ETC., AND THE CORRESPONDING VALUES OF THE
FUNCTION (DEPENDENT VARIABLE) AS F(A),F(B),F(C),F(D),...
FORMULA
GAUSS FORWARD INTER POLATION FORMULA:-
8
...)(
3
)1)(1(
)1(
!2
)1(
)0()0()(
2,1,0
32
1,01




 df
xxx
f
xx
fxfxf
GAUSS BACKWARD INTERPOLATION FORMULA:-
...
2
)2()1(
!3
)1(
)1(
22
)1()0(
)0()(
332
2
2






ffxx
f
xff
xfxf
• IS THE SIMPLEST FORM OF INTERPOLATION,
CONNECTING TWO DATA POINTS WITH A STRAIGHT
LINE.
)(
)()(
)()(
)()()()(
0
0
01
01
0
01
0
01
xx
xx
xfxf
xfxf
xx
xfxf
xx
xfxf









NEWTON’S DIVIDED DIFFERENTIAL INTERPOLATION
Find The value Of 𝒕𝒂𝒏 0.12
𝑥 0.10 0.15 0.20 0.25 0.30
𝑦 = 𝑡𝑎𝑛 𝑥 0.1003 0.1511 0.2027 0.2553 0.3093
EXAMPLES
SOLUTION
X Y Δ Δ2 Δ3 Δ4
0.10 0.1003
0.0508
0.15 0.1511 0.0008
0.0516 0.0002
0.20 0.2027 0.0010 0.0002
0.0526 0.0004
0.25 0.2553 0.0014
0.0540
0.30 0.3093
APPLYING NEWTON’S FORWARD DIFFERENCE INTERPOLATION FORMULA.
𝑦 𝑛 𝑥 = 𝑦0 + 𝑝𝚫𝑦0 +
𝑝(𝑝 − 1)
2!
𝚫2 𝑦0 +
𝑝 𝑝 − 1 𝑝 − 2
3!
𝚫3 𝑦0 +
𝑝 𝑝 − 1 𝑝 − 2 (𝑝 − 3)
4!
𝚫4 𝑦0
HERE 𝑦 𝑛 𝑥 = TAN(0.12)
∴
𝑝 =
𝑥−𝑥0
ℎ
=
0.12−0.10
0.05
=
0.02
0.05
= 0.4
∴ 𝑦 𝑛 𝑥 = 0.1003 + 0.4 0.0508 +
0.4 0.4−1
2
0.0008 +
0.4 0.4−1 0.4−2
6
0.0002 +
0.4 0.4−1 0.4−2 (0.4−3)
24
0.0002
𝑦 𝑛 𝑥 = 0.1205
CONSIDER FOLLOWING TABULAR VALUES
DETERMINE Y (300)
𝑥 50 100 150 200 250
𝑦 618 724 805 906 1032
Solution
X Y 𝛁 𝛁2 𝛁3 𝛁4
50 618
106
100 724 -25
81 45
150 805 20 -40
101 5
200 906 5
126
250 1032
Applying Newton’s Backward Difference interpolation Formula.
𝑦 𝑛 𝑥 = 𝑦0 + 𝑝𝛁𝑦 𝑛 +
𝑝(𝑝 − 1)
2!
𝛁2 𝑦 𝑛 +
𝑝 𝑝 − 1 𝑝 − 2
3!
𝛁3 𝑦 𝑛 +
𝑝 𝑝 − 1 𝑝 − 2 (𝑝 − 3)
4!
𝛁4 𝑦 𝑛
Here:- 𝑦 𝑛 𝑥 = 𝑦𝑛 300
∴ 𝑝 =
𝑥−𝑥𝑛
ℎ
=
300−250
50
= 1
∴ 𝑦 𝑛 𝑥 = 1032 + 126 +
1(1+1)
2!
25 +
1 1+1 1+2
3!
5 +
1 1+1 1+2 1+3
4!
(−40)
= 1032 + 126 + 25 + 5 − 4
𝑦 𝑛 300 = 1148
INTERPOLATION
Find the unique Polynomial of degree 2 such that
P(1)=1, P(3)=27, P(4)=64
Use Lagrange’s method of Interpolation [2002-2003]
Sol: Here x = 1 3 4
P(x) = 1 27 64
Now by Lagrange’s formula
18
)34)(14(
)3)(1)(4(
)43)(13(
)4)(1)(3(
)41)(31(
)4)(3)(1(
)(









xxPxxPxxP
xP
)1)(3(
)3)(1(64
)1)(2(
)4)(1(27
)3)(2(
)4)(3(1
)(








xxxxxx
xP
3
)34(64
2
)45(27
6
127
)(
222







xxxxxx
xP
19
48198
)28811448(
6
1
)38451212810840581127(
6
1
2
2
222



xx
xx
xxxxxx
•
•THANK YOU

More Related Content

PPTX
Interpolation
PPTX
Newton Forward Difference Interpolation Method
PDF
Interpolation Methods
PPTX
Runge-Kutta methods with examples
PPTX
Interpolation
PPTX
Mathematical induction
PDF
3.2.interpolation lagrange
PPTX
Newton's forward & backward interpolation
Interpolation
Newton Forward Difference Interpolation Method
Interpolation Methods
Runge-Kutta methods with examples
Interpolation
Mathematical induction
3.2.interpolation lagrange
Newton's forward & backward interpolation

What's hot (20)

PPTX
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
PPT
Regulafalsi_bydinesh
PDF
numerical differentiation&integration
PPTX
Interpolation and its applications
PDF
Numerical Solution of Ordinary Differential Equations
PDF
Euler's and picard's
PPTX
Runge kutta
DOCX
Trapezoidal Method IN Numerical Analysis
PPTX
Newton's Backward Interpolation Formula with Example
PPTX
Runge Kutta Method
PPTX
Newton's forward difference
PPTX
lagrange interpolation
PDF
Interpolation with unequal interval
PPTX
Runge - Kutta Method of fourth order.pptx
PPTX
Secant Method
PPTX
Taylor series
PPTX
Interpolation In Numerical Methods.
PDF
Study Material Numerical Differentiation and Integration
PPT
Numerical Analysis (Solution of Non-Linear Equations) part 2
PPTX
Cramers rule
Runge kutta method -by Prof.Prashant Goad(R.C.Patel Institute of Technology,...
Regulafalsi_bydinesh
numerical differentiation&integration
Interpolation and its applications
Numerical Solution of Ordinary Differential Equations
Euler's and picard's
Runge kutta
Trapezoidal Method IN Numerical Analysis
Newton's Backward Interpolation Formula with Example
Runge Kutta Method
Newton's forward difference
lagrange interpolation
Interpolation with unequal interval
Runge - Kutta Method of fourth order.pptx
Secant Method
Taylor series
Interpolation In Numerical Methods.
Study Material Numerical Differentiation and Integration
Numerical Analysis (Solution of Non-Linear Equations) part 2
Cramers rule
Ad

Similar to INTERPOLATION (20)

PDF
interpolation-170509191157.pdf
PPTX
Newton’s Forward & backward interpolation
PPTX
Interpolation
PDF
Sistemas de múltiples grados de libertad
PDF
Study Material Numerical Solution of Odinary Differential Equations
PPTX
REGRESI LINEAR SEDERHANA REGRESI LINEAR SEDERHANA
PPT
Modeling in regression
PPTX
numericai matmatic matlab uygulamalar ali abdullah
PDF
ANALISIS MATRICIAL
PDF
Solutions manual for fundamentals of business math canadian 3rd edition by je...
DOCX
Internal assessment
PDF
基礎からのベイズ統計学 輪読会資料 第8章 「比率・相関・信頼性」
PPTX
Interpolation and Extrapolation
PPTX
Reliable multimedia transmission under noisy condition
DOCX
Fismat chapter 4
PDF
Perhitungan Beta Unstandardized & Beta Standardized.pdf
PPTX
Perhitungan Beta Unstandardized & Beta Standardized.pptx
PDF
Tín hiệu, hệ thống và phân giải mạch 6
PDF
Soluções dos exercícios de cinética química digitados
interpolation-170509191157.pdf
Newton’s Forward & backward interpolation
Interpolation
Sistemas de múltiples grados de libertad
Study Material Numerical Solution of Odinary Differential Equations
REGRESI LINEAR SEDERHANA REGRESI LINEAR SEDERHANA
Modeling in regression
numericai matmatic matlab uygulamalar ali abdullah
ANALISIS MATRICIAL
Solutions manual for fundamentals of business math canadian 3rd edition by je...
Internal assessment
基礎からのベイズ統計学 輪読会資料 第8章 「比率・相関・信頼性」
Interpolation and Extrapolation
Reliable multimedia transmission under noisy condition
Fismat chapter 4
Perhitungan Beta Unstandardized & Beta Standardized.pdf
Perhitungan Beta Unstandardized & Beta Standardized.pptx
Tín hiệu, hệ thống và phân giải mạch 6
Soluções dos exercícios de cinética química digitados
Ad

More from tirath prajapati (20)

PPTX
Utilization of industrial wast in coonstruction
PPTX
professional practice and valuation topic of ppt:-valuation
PDF
design engineering 2B report
PDF
Design engineering 2A report
PPT
Intake structures in wwwe
PPTX
Dimension less numbers in applied fluid mechanics
PPTX
shear strenth of soil tests
PPTX
Site distance in highway engineering
PPTX
High strength cement concrete
PPTX
Types orifice and mouthpiece
PPTX
Types of fluid flow
PPTX
Scope of soil engineering
PPT
Plane table surveying
PDF
Green building report
PPTX
Bearing capacity of soil
PPTX
Eigen values and eigen vectors
PPTX
Contri butor and non contributor
PPTX
Vision of success cpd
DOCX
my experiment with truth book review
PPTX
Tips for public speaking
Utilization of industrial wast in coonstruction
professional practice and valuation topic of ppt:-valuation
design engineering 2B report
Design engineering 2A report
Intake structures in wwwe
Dimension less numbers in applied fluid mechanics
shear strenth of soil tests
Site distance in highway engineering
High strength cement concrete
Types orifice and mouthpiece
Types of fluid flow
Scope of soil engineering
Plane table surveying
Green building report
Bearing capacity of soil
Eigen values and eigen vectors
Contri butor and non contributor
Vision of success cpd
my experiment with truth book review
Tips for public speaking

Recently uploaded (20)

PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Design Guidelines and solutions for Plastics parts
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Soil Improvement Techniques Note - Rabbi
PDF
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
PPTX
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
PPTX
Information Storage and Retrieval Techniques Unit III
PDF
Improvement effect of pyrolyzed agro-food biochar on the properties of.pdf
PDF
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
PDF
ChapteR012372321DFGDSFGDFGDFSGDFGDFGDFGSDFGDFGFD
PDF
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PPTX
CyberSecurity Mobile and Wireless Devices
PPTX
communication and presentation skills 01
PPTX
Software Engineering and software moduleing
PPTX
Fundamentals of Mechanical Engineering.pptx
PDF
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
PPTX
Amdahl’s law is explained in the above power point presentations
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Design Guidelines and solutions for Plastics parts
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Soil Improvement Techniques Note - Rabbi
22EC502-MICROCONTROLLER AND INTERFACING-8051 MICROCONTROLLER.pdf
tack Data Structure with Array and Linked List Implementation, Push and Pop O...
Information Storage and Retrieval Techniques Unit III
Improvement effect of pyrolyzed agro-food biochar on the properties of.pdf
EXPLORING LEARNING ENGAGEMENT FACTORS INFLUENCING BEHAVIORAL, COGNITIVE, AND ...
ChapteR012372321DFGDSFGDFGDFSGDFGDFGDFGSDFGDFGFD
Human-AI Collaboration: Balancing Agentic AI and Autonomy in Hybrid Systems
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
CyberSecurity Mobile and Wireless Devices
communication and presentation skills 01
Software Engineering and software moduleing
Fundamentals of Mechanical Engineering.pptx
Influence of Green Infrastructure on Residents’ Endorsement of the New Ecolog...
Amdahl’s law is explained in the above power point presentations
distributed database system" (DDBS) is often used to refer to both the distri...

INTERPOLATION