SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
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
3
2
1
,
0
1











 d
f
x
x
x
f
x
x
f
x
f
x
f
GAUSS BACKWARD INTERPOLATION FORMULA:-
...
2
)
2
(
)
1
(
!
3
)
1
(
)
1
(
2
2
)
1
(
)
0
(
)
0
(
)
(
3
3
2
2
2

















f
f
x
x
f
x
f
f
x
f
x
f
• IS THE SIMPLEST FORM OF INTERPOLATION,
CONNECTING TWO DATA POINTS WITH A STRAIGHT
LINE.
)
(
)
(
)
(
)
(
)
(
)
(
)
(
)
(
)
(
0
0
0
1
0
1
0
0
1
0
0
1
x
x
x
x
x
f
x
f
x
f
x
f
x
x
x
f
x
f
x
x
x
f
x
f










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
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
)
3
4
)(
1
4
(
)
3
)(
1
)(
4
(
)
4
3
)(
1
3
(
)
4
)(
1
)(
3
(
)
4
1
)(
3
1
(
)
4
)(
3
)(
1
(
)
(















x
x
P
x
x
P
x
x
P
x
P
)
1
)(
3
(
)
3
)(
1
(
64
)
1
)(
2
(
)
4
)(
1
(
27
)
3
)(
2
(
)
4
)(
3
(
1
)
(












x
x
x
x
x
x
x
P
3
)
3
4
(
64
2
)
4
5
(
27
6
12
7
)
(
2
2
2










x
x
x
x
x
x
x
P
19
48
19
8
)
288
114
48
(
6
1
)
384
512
128
108
405
81
12
7
(
6
1
2
2
2
2
2















x
x
x
x
x
x
x
x
x
x
•
•THANK YOU

Weitere ähnliche Inhalte

Ähnlich wie interpolation-170509191157.pdf

3. market projections
3. market projections3. market projections
3. market projections
Rudy Flores
 

Ähnlich wie interpolation-170509191157.pdf (20)

Study Material Numerical Solution of Odinary Differential Equations
Study Material Numerical Solution of Odinary Differential EquationsStudy Material Numerical Solution of Odinary Differential Equations
Study Material Numerical Solution of Odinary Differential Equations
 
Reliable multimedia transmission under noisy condition
Reliable multimedia transmission under noisy conditionReliable multimedia transmission under noisy condition
Reliable multimedia transmission under noisy condition
 
Algebra
AlgebraAlgebra
Algebra
 
numericai matmatic matlab uygulamalar ali abdullah
numericai matmatic  matlab  uygulamalar ali abdullahnumericai matmatic  matlab  uygulamalar ali abdullah
numericai matmatic matlab uygulamalar ali abdullah
 
3. market projections
3. market projections3. market projections
3. market projections
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
基礎からのベイズ統計学 輪読会資料 第8章 「比率・相関・信頼性」
基礎からのベイズ統計学 輪読会資料  第8章 「比率・相関・信頼性」基礎からのベイズ統計学 輪読会資料  第8章 「比率・相関・信頼性」
基礎からのベイズ統計学 輪読会資料 第8章 「比率・相関・信頼性」
 
0. preliminares
0. preliminares0. preliminares
0. preliminares
 
Puteri de matrici
Puteri de matriciPuteri de matrici
Puteri de matrici
 
Basic m4-2-chapter1
Basic m4-2-chapter1Basic m4-2-chapter1
Basic m4-2-chapter1
 
Interpolation and Extrapolation
Interpolation and ExtrapolationInterpolation and Extrapolation
Interpolation and Extrapolation
 
Tema 26
Tema 26Tema 26
Tema 26
 
Modeling in regression
Modeling in regressionModeling in regression
Modeling in regression
 
Mecánica estática
Mecánica estática Mecánica estática
Mecánica estática
 
Task compilation - Differential Equation II
Task compilation - Differential Equation IITask compilation - Differential Equation II
Task compilation - Differential Equation II
 
Me 530 assignment 2
Me 530 assignment 2Me 530 assignment 2
Me 530 assignment 2
 
Taller 1 parcial 3
Taller 1 parcial 3Taller 1 parcial 3
Taller 1 parcial 3
 
Ch02
Ch02Ch02
Ch02
 
Perhitunngan
PerhitunnganPerhitunngan
Perhitunngan
 
Maieee04
Maieee04Maieee04
Maieee04
 

Mehr von Ashish Gupta

independent of the subnet topology. The Transport Layer should be shielded fr...
independent of the subnet topology. The Transport Layer should be shielded fr...independent of the subnet topology. The Transport Layer should be shielded fr...
independent of the subnet topology. The Transport Layer should be shielded fr...
Ashish Gupta
 
Link state Distance Vector Hierarchical routing 4.6 Routing in the Internet
Link state Distance Vector Hierarchical routing 4.6 Routing in the InternetLink state Distance Vector Hierarchical routing 4.6 Routing in the Internet
Link state Distance Vector Hierarchical routing 4.6 Routing in the Internet
Ashish Gupta
 
Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6
Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6
Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6
Ashish Gupta
 
ML) is a subdomain of artificial intelligence (AI) that focuses on developing...
ML) is a subdomain of artificial intelligence (AI) that focuses on developing...ML) is a subdomain of artificial intelligence (AI) that focuses on developing...
ML) is a subdomain of artificial intelligence (AI) that focuses on developing...
Ashish Gupta
 
Layer should be shielded from the number, type and topology of the subnets pr...
Layer should be shielded from the number, type and topology of the subnets pr...Layer should be shielded from the number, type and topology of the subnets pr...
Layer should be shielded from the number, type and topology of the subnets pr...
Ashish Gupta
 
network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...
Ashish Gupta
 
Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...
Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...
Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...
Ashish Gupta
 
services: network layer service models forwarding versus routing how a router...
services: network layer service models forwarding versus routing how a router...services: network layer service models forwarding versus routing how a router...
services: network layer service models forwarding versus routing how a router...
Ashish Gupta
 
on sending side encapsulates segments into datagrams on rcving side, deliver...
on sending side encapsulates segments into datagrams  on rcving side, deliver...on sending side encapsulates segments into datagrams  on rcving side, deliver...
on sending side encapsulates segments into datagrams on rcving side, deliver...
Ashish Gupta
 
network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...
Ashish Gupta
 
understand principles behind network layer services: network layer service mo...
understand principles behind network layer services: network layer service mo...understand principles behind network layer services: network layer service mo...
understand principles behind network layer services: network layer service mo...
Ashish Gupta
 
Presentation1.Machine learning, Supervised, semi supervised learning, cluste...
Presentation1.Machine learning,Supervised, semi supervised learning, cluste...Presentation1.Machine learning,Supervised, semi supervised learning, cluste...
Presentation1.Machine learning, Supervised, semi supervised learning, cluste...
Ashish Gupta
 
packets between same source-dest pair may take different paths
packets between same source-dest pair may take different pathspackets between same source-dest pair may take different paths
packets between same source-dest pair may take different paths
Ashish Gupta
 
on sending side encapsulates segments into datagrams
on sending side encapsulates segments into datagramson sending side encapsulates segments into datagrams
on sending side encapsulates segments into datagrams
Ashish Gupta
 
The services provided by the network layer should be independent of the subne...
The services provided by the network layer should be independent of the subne...The services provided by the network layer should be independent of the subne...
The services provided by the network layer should be independent of the subne...
Ashish Gupta
 
destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...
Ashish Gupta
 

Mehr von Ashish Gupta (19)

independent of the subnet topology. The Transport Layer should be shielded fr...
independent of the subnet topology. The Transport Layer should be shielded fr...independent of the subnet topology. The Transport Layer should be shielded fr...
independent of the subnet topology. The Transport Layer should be shielded fr...
 
Link state Distance Vector Hierarchical routing 4.6 Routing in the Internet
Link state Distance Vector Hierarchical routing 4.6 Routing in the InternetLink state Distance Vector Hierarchical routing 4.6 Routing in the Internet
Link state Distance Vector Hierarchical routing 4.6 Routing in the Internet
 
Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6
Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6
Internet Protocol Datagram format IPv4 addressing NAT ICMP IPv6
 
ML) is a subdomain of artificial intelligence (AI) that focuses on developing...
ML) is a subdomain of artificial intelligence (AI) that focuses on developing...ML) is a subdomain of artificial intelligence (AI) that focuses on developing...
ML) is a subdomain of artificial intelligence (AI) that focuses on developing...
 
Layer should be shielded from the number, type and topology of the subnets pr...
Layer should be shielded from the number, type and topology of the subnets pr...Layer should be shielded from the number, type and topology of the subnets pr...
Layer should be shielded from the number, type and topology of the subnets pr...
 
network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...
 
Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...
Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...
Virtual circuit and datagram networks 4.3 What’s inside a router 4.4 IP: Inte...
 
services: network layer service models forwarding versus routing how a router...
services: network layer service models forwarding versus routing how a router...services: network layer service models forwarding versus routing how a router...
services: network layer service models forwarding versus routing how a router...
 
on sending side encapsulates segments into datagrams on rcving side, deliver...
on sending side encapsulates segments into datagrams  on rcving side, deliver...on sending side encapsulates segments into datagrams  on rcving side, deliver...
on sending side encapsulates segments into datagrams on rcving side, deliver...
 
network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...network layer service models forwarding versus routing how a router works rou...
network layer service models forwarding versus routing how a router works rou...
 
understand principles behind network layer services: network layer service mo...
understand principles behind network layer services: network layer service mo...understand principles behind network layer services: network layer service mo...
understand principles behind network layer services: network layer service mo...
 
Presentation1.Machine learning, Supervised, semi supervised learning, cluste...
Presentation1.Machine learning,Supervised, semi supervised learning, cluste...Presentation1.Machine learning,Supervised, semi supervised learning, cluste...
Presentation1.Machine learning, Supervised, semi supervised learning, cluste...
 
packets between same source-dest pair may take different paths
packets between same source-dest pair may take different pathspackets between same source-dest pair may take different paths
packets between same source-dest pair may take different paths
 
on sending side encapsulates segments into datagrams
on sending side encapsulates segments into datagramson sending side encapsulates segments into datagrams
on sending side encapsulates segments into datagrams
 
The services provided by the network layer should be independent of the subne...
The services provided by the network layer should be independent of the subne...The services provided by the network layer should be independent of the subne...
The services provided by the network layer should be independent of the subne...
 
destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...destination. The network layer must know the topology of the subnet and choos...
destination. The network layer must know the topology of the subnet and choos...
 
yturi900.pptx
yturi900.pptxyturi900.pptx
yturi900.pptx
 
Stat 4325IS.pdf
Stat 4325IS.pdfStat 4325IS.pdf
Stat 4325IS.pdf
 
17545489052556.pdf
17545489052556.pdf17545489052556.pdf
17545489052556.pdf
 

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 

interpolation-170509191157.pdf