SlideShare a Scribd company logo
1 of 16
Download to read offline
St. John's University of Tanzania
MAT210 NUMERICAL ANALYSIS
2013/14 Semester II
INTERPOLATION
Newton Divided Difference
Kaw, Chapter 5.03
MAT210 2013/14 Sem II 2 of 16
● Interpolation of functions
●
Approximating a complex or unknown function
with a simpler function
– simpler function usually a polynomial
● Direct method
●
Solving n+1 simultaneous equations for an nth
order polynomial fit
● Newton Divided Difference
●
A combination of Taylor Series approximation
and numerical differentiation
Introduction
MAT210 2013/14 Sem II 3 of 16
Linear NDD from Taylor Series
f (x)= f (x0)+(x−x0) f ' (x0)+O((Δ x)
2
)
f (x)≈ f (x0)+(x−x0)
[f (x1)− f (x0)
x1−x0
]
⇒ f 1(x)=b0+b1(x−x0)
where b0= f (x0) ,b1=
[f (x1)− f (x0)
x1−x0
]
MAT210 2013/14 Sem II 4 of 16
Another perspective
● For Linear Direct Method
●
Equation has the slope-intercept form
● For Newton Divided Difference
● Equation has the point-slope form
●
Methods are different, but equations are
simply different forms of the same line
f 1(x)=b0+b1(x−x0)=a0+a1 x
b0−b1 x0=a0, b1=a1
MAT210 2013/14 Sem II 5 of 16
Example: Velocity
MAT210 2013/14 Sem II 6 of 16
Linear
MAT210 2013/14 Sem II 7 of 16
Find v(16)
●
Two closest points t=15 and t=20
Same as Direct
Same as Direct
MAT210 2013/14 Sem II 8 of 16
Quadratic
MAT210 2013/14 Sem II 9 of 16
NDD Quadratic
● Just include another point and add another
term to the linear NDD
● b0 and b1 unchanged
f 2(x)=b0+b1(x−x0)+b2(x−x0)(x−x1)
b2=
f (x2)− f (x1)
x2−x1
−
f (x1)− f (x0)
x1−x0
x2−x0
MAT210 2013/14 Sem II 10 of 16
Now apply Forward Difference
Approximations for f'(x1
) and f'(x0
)
Whence b2
?
● b2 is simply the coefficient of the O((Δx)²) term of
the Taylor Series!
b2≈
1
2
f ' ' (x0)≈
f '(x1)− f ' (x0)
2Δ x
H
o
w
?b2=
f (x2)− f (x1)
x2−x1
−
f (x1)− f (x0)
x1−x0
x2−x0
MAT210 2013/14 Sem II 11 of 16
Quadratic v(16)
●
Use t=10,15,20 as before
Same as Direct
MAT210 2013/14 Sem II 12 of 16
The Error is the Error
● The equations are the same, just found in
different ways and kept in different forms
|ϵa|=
|vquadratic−vlinear
vquadratic
|
Same as Direct
MAT210 2013/14 Sem II 13 of 16
So What?
● If Newton's Divided Difference produces
that same result as Direct, then why use it?
●
Isn't a matrix inversion easier?
● Not really
● For Direct, each level is a new calculation, a
new inversion. Doing an inversion many
times is not efficient
●
For NDD, each level builds on the last
MAT210 2013/14 Sem II 14 of 16
General Form
The divided differences are calculated recursively
This is more efficient
MAT210 2013/14 Sem II 15 of 16
The Big Picture
The process is a sequence of simple equations
MAT210 2013/14 Sem II 16 of 16
Going Deeper
●
This is an example of using multiple criteria
to evaluate a method
●
Accuracy and Efficiency … one is not enough
●
The velocity is not all you have
●
Calculate the acceleration at t=16s in the linear,
quadratic and cubic cases.
– Estimate the accuracy
●
Calculate the distance traveled from 15s to 20s
in each case
– Estimate the accuracy

More Related Content

What's hot

8 1 zero and negative exponents-modified
8 1 zero and negative exponents-modified8 1 zero and negative exponents-modified
8 1 zero and negative exponents-modifiedchrystal_brinson
 
The Big M Method - Operation Research
The Big M Method - Operation ResearchThe Big M Method - Operation Research
The Big M Method - Operation Research2013901097
 
Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]mh9110112
 
Lesson 30: Duality In Linear Programming
Lesson 30: Duality In Linear ProgrammingLesson 30: Duality In Linear Programming
Lesson 30: Duality In Linear Programmingguest463822
 
Tema 1 Repaso productos notables
Tema 1 Repaso productos notables Tema 1 Repaso productos notables
Tema 1 Repaso productos notables MixadysGonzalez
 
Tema# 2 Repaso de factorización
Tema# 2 Repaso de factorizaciónTema# 2 Repaso de factorización
Tema# 2 Repaso de factorizaciónMixadysGonzalez
 
Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmRuchi Maurya
 
Intro to scan conversion
Intro to scan conversionIntro to scan conversion
Intro to scan conversionMohd Arif
 
Quadratic Function Graphs2
Quadratic Function Graphs2Quadratic Function Graphs2
Quadratic Function Graphs2ste ve
 
Lines and curves algorithms
Lines and curves algorithmsLines and curves algorithms
Lines and curves algorithmsMohammad Sadiq
 
1627 simultaneous equations and intersections
1627 simultaneous equations and intersections1627 simultaneous equations and intersections
1627 simultaneous equations and intersectionsDr Fereidoun Dejahang
 
Lecture 2.2 graphs ii - solving simult.eqns graphically
Lecture 2.2   graphs ii - solving simult.eqns graphicallyLecture 2.2   graphs ii - solving simult.eqns graphically
Lecture 2.2 graphs ii - solving simult.eqns graphicallyArjuna Senanayake
 
Standard form solve equations
Standard form solve equationsStandard form solve equations
Standard form solve equationspfefferteacher
 
Line drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniquesLine drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniquesAnkit Garg
 

What's hot (19)

8 1 zero and negative exponents-modified
8 1 zero and negative exponents-modified8 1 zero and negative exponents-modified
8 1 zero and negative exponents-modified
 
The Big M Method - Operation Research
The Big M Method - Operation ResearchThe Big M Method - Operation Research
The Big M Method - Operation Research
 
Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]Ecuaciones Diferenciales[1]
Ecuaciones Diferenciales[1]
 
Task assignment approach
Task assignment approachTask assignment approach
Task assignment approach
 
Lesson 30: Duality In Linear Programming
Lesson 30: Duality In Linear ProgrammingLesson 30: Duality In Linear Programming
Lesson 30: Duality In Linear Programming
 
Tema 1 Repaso productos notables
Tema 1 Repaso productos notables Tema 1 Repaso productos notables
Tema 1 Repaso productos notables
 
Tema# 2 Repaso de factorización
Tema# 2 Repaso de factorizaciónTema# 2 Repaso de factorización
Tema# 2 Repaso de factorización
 
Computer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithmComputer graphics - bresenham line drawing algorithm
Computer graphics - bresenham line drawing algorithm
 
Intro to scan conversion
Intro to scan conversionIntro to scan conversion
Intro to scan conversion
 
Quadratic Function Graphs2
Quadratic Function Graphs2Quadratic Function Graphs2
Quadratic Function Graphs2
 
Probability And Random Variable Lecture6
Probability And Random Variable Lecture6Probability And Random Variable Lecture6
Probability And Random Variable Lecture6
 
S1 Dualsimplex
S1 DualsimplexS1 Dualsimplex
S1 Dualsimplex
 
Lines and curves algorithms
Lines and curves algorithmsLines and curves algorithms
Lines and curves algorithms
 
1627 simultaneous equations and intersections
1627 simultaneous equations and intersections1627 simultaneous equations and intersections
1627 simultaneous equations and intersections
 
Lecture 2.2 graphs ii - solving simult.eqns graphically
Lecture 2.2   graphs ii - solving simult.eqns graphicallyLecture 2.2   graphs ii - solving simult.eqns graphically
Lecture 2.2 graphs ii - solving simult.eqns graphically
 
Standard form solve equations
Standard form solve equationsStandard form solve equations
Standard form solve equations
 
Line drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniquesLine drawing algorithm and antialiasing techniques
Line drawing algorithm and antialiasing techniques
 
Bresenham circle
Bresenham circleBresenham circle
Bresenham circle
 
Chapter 11
Chapter 11Chapter 11
Chapter 11
 

Viewers also liked

Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolationVISHAL DONGA
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation Meet Patel
 
Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference FormulaJas Singh Bhasin
 
interpolation
interpolationinterpolation
interpolation8laddu8
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward differenceRaj Parekh
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal intervalDr. Nirav Vyas
 
Interpolation with Finite differences
Interpolation with Finite differencesInterpolation with Finite differences
Interpolation with Finite differencesDr. Nirav Vyas
 

Viewers also liked (9)

Newton divided difference interpolation
Newton divided difference interpolationNewton divided difference interpolation
Newton divided difference interpolation
 
Newton’s Forward & backward interpolation
Newton’s Forward &  backward interpolation Newton’s Forward &  backward interpolation
Newton’s Forward & backward interpolation
 
Newton’s Divided Difference Formula
Newton’s Divided Difference FormulaNewton’s Divided Difference Formula
Newton’s Divided Difference Formula
 
interpolation
interpolationinterpolation
interpolation
 
Interpolation Methods
Interpolation MethodsInterpolation Methods
Interpolation Methods
 
Newton's forward difference
Newton's forward differenceNewton's forward difference
Newton's forward difference
 
Interpolation with unequal interval
Interpolation with unequal intervalInterpolation with unequal interval
Interpolation with unequal interval
 
Interpolation with Finite differences
Interpolation with Finite differencesInterpolation with Finite differences
Interpolation with Finite differences
 
Numerical method
Numerical methodNumerical method
Numerical method
 

Similar to SJUT/Mat210/Interpolation/Newton's Divided Difference 2013-14S2

Differential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlabDifferential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlabRavi Jindal
 
Duel simplex method_operations research .pptx
Duel simplex method_operations research .pptxDuel simplex method_operations research .pptx
Duel simplex method_operations research .pptxRaja Manyam
 
Engr 213 midterm 1b sol 2010
Engr 213 midterm 1b sol 2010Engr 213 midterm 1b sol 2010
Engr 213 midterm 1b sol 2010akabaka12
 
2014 st josephs geelong spec maths
2014 st josephs geelong spec maths2014 st josephs geelong spec maths
2014 st josephs geelong spec mathsAndrew Smith
 
differentiol equation.pptx
differentiol equation.pptxdifferentiol equation.pptx
differentiol equation.pptxPlanningHCEGC
 
Integration techniques
Integration techniquesIntegration techniques
Integration techniquesKrishna Gali
 
IIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY TrajectoryeducationIIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY TrajectoryeducationDev Singh
 
A. Basic Calculus [15]A1. The function f (x) is de…ned as.docx
A. Basic Calculus [15]A1. The function f (x) is de…ned as.docxA. Basic Calculus [15]A1. The function f (x) is de…ned as.docx
A. Basic Calculus [15]A1. The function f (x) is de…ned as.docxannetnash8266
 
differential-calculus-1-23.pdf
differential-calculus-1-23.pdfdifferential-calculus-1-23.pdf
differential-calculus-1-23.pdfIILSASTOWER
 
IRJET- Intuitionistic Fuzzy Divisor Cordial Graph
IRJET- Intuitionistic Fuzzy Divisor Cordial GraphIRJET- Intuitionistic Fuzzy Divisor Cordial Graph
IRJET- Intuitionistic Fuzzy Divisor Cordial GraphIRJET Journal
 
ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...
ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...
ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...grssieee
 
interpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptxinterpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptxsinghakhil952
 
interpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptxinterpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptxsinghakhil952
 
Problem Understanding through Landscape Theory
Problem Understanding through Landscape TheoryProblem Understanding through Landscape Theory
Problem Understanding through Landscape Theoryjfrchicanog
 

Similar to SJUT/Mat210/Interpolation/Newton's Divided Difference 2013-14S2 (20)

Tables
TablesTables
Tables
 
Differential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlabDifferential equation & laplace transformation with matlab
Differential equation & laplace transformation with matlab
 
Prml sec3
Prml sec3Prml sec3
Prml sec3
 
Duel simplex method_operations research .pptx
Duel simplex method_operations research .pptxDuel simplex method_operations research .pptx
Duel simplex method_operations research .pptx
 
Engr 213 midterm 1b sol 2010
Engr 213 midterm 1b sol 2010Engr 213 midterm 1b sol 2010
Engr 213 midterm 1b sol 2010
 
2014 st josephs geelong spec maths
2014 st josephs geelong spec maths2014 st josephs geelong spec maths
2014 st josephs geelong spec maths
 
differentiol equation.pptx
differentiol equation.pptxdifferentiol equation.pptx
differentiol equation.pptx
 
Interpolation.pptx
Interpolation.pptxInterpolation.pptx
Interpolation.pptx
 
Integration techniques
Integration techniquesIntegration techniques
Integration techniques
 
IIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY TrajectoryeducationIIT Jam math 2016 solutions BY Trajectoryeducation
IIT Jam math 2016 solutions BY Trajectoryeducation
 
Sect2 1
Sect2 1Sect2 1
Sect2 1
 
A. Basic Calculus [15]A1. The function f (x) is de…ned as.docx
A. Basic Calculus [15]A1. The function f (x) is de…ned as.docxA. Basic Calculus [15]A1. The function f (x) is de…ned as.docx
A. Basic Calculus [15]A1. The function f (x) is de…ned as.docx
 
differential-calculus-1-23.pdf
differential-calculus-1-23.pdfdifferential-calculus-1-23.pdf
differential-calculus-1-23.pdf
 
IRJET- Intuitionistic Fuzzy Divisor Cordial Graph
IRJET- Intuitionistic Fuzzy Divisor Cordial GraphIRJET- Intuitionistic Fuzzy Divisor Cordial Graph
IRJET- Intuitionistic Fuzzy Divisor Cordial Graph
 
21 2 ztransform
21 2 ztransform21 2 ztransform
21 2 ztransform
 
ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...
ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...
ANISOTROPIC SURFACES DETECTION USING INTENSITY MAPS ACQUIRED BY AN AIRBORNE L...
 
interpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptxinterpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptx
 
interpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptxinterpolation-190605141327 (1).pptx
interpolation-190605141327 (1).pptx
 
Integration
IntegrationIntegration
Integration
 
Problem Understanding through Landscape Theory
Problem Understanding through Landscape TheoryProblem Understanding through Landscape Theory
Problem Understanding through Landscape Theory
 

More from John Ham

MAT210/DiffEq/ODE/FiniteDiff 2013-14
MAT210/DiffEq/ODE/FiniteDiff 2013-14MAT210/DiffEq/ODE/FiniteDiff 2013-14
MAT210/DiffEq/ODE/FiniteDiff 2013-14John Ham
 
MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14
MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14
MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14John Ham
 
MAT210/DiffEq/ODE/Euler 2013-14
MAT210/DiffEq/ODE/Euler 2013-14MAT210/DiffEq/ODE/Euler 2013-14
MAT210/DiffEq/ODE/Euler 2013-14John Ham
 
MAT210/Integration/Romberg 2013-14
MAT210/Integration/Romberg 2013-14MAT210/Integration/Romberg 2013-14
MAT210/Integration/Romberg 2013-14John Ham
 
MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14John Ham
 
SJUT/Mat210/Regression/Linear 2013-14S2
SJUT/Mat210/Regression/Linear 2013-14S2SJUT/Mat210/Regression/Linear 2013-14S2
SJUT/Mat210/Regression/Linear 2013-14S2John Ham
 
SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2John Ham
 
SJUT/Mat210/Interpolation/Lagrangian 2013-14S2
SJUT/Mat210/Interpolation/Lagrangian 2013-14S2SJUT/Mat210/Interpolation/Lagrangian 2013-14S2
SJUT/Mat210/Interpolation/Lagrangian 2013-14S2John Ham
 
SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2John Ham
 

More from John Ham (9)

MAT210/DiffEq/ODE/FiniteDiff 2013-14
MAT210/DiffEq/ODE/FiniteDiff 2013-14MAT210/DiffEq/ODE/FiniteDiff 2013-14
MAT210/DiffEq/ODE/FiniteDiff 2013-14
 
MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14
MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14
MAT210/DiffEq/Runge-Kutta 2nd Order 2013-14
 
MAT210/DiffEq/ODE/Euler 2013-14
MAT210/DiffEq/ODE/Euler 2013-14MAT210/DiffEq/ODE/Euler 2013-14
MAT210/DiffEq/ODE/Euler 2013-14
 
MAT210/Integration/Romberg 2013-14
MAT210/Integration/Romberg 2013-14MAT210/Integration/Romberg 2013-14
MAT210/Integration/Romberg 2013-14
 
MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14MAT210/Integration/Basic 2013-14
MAT210/Integration/Basic 2013-14
 
SJUT/Mat210/Regression/Linear 2013-14S2
SJUT/Mat210/Regression/Linear 2013-14S2SJUT/Mat210/Regression/Linear 2013-14S2
SJUT/Mat210/Regression/Linear 2013-14S2
 
SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2SJUT/Mat210/Regression/Intro 2013-14S2
SJUT/Mat210/Regression/Intro 2013-14S2
 
SJUT/Mat210/Interpolation/Lagrangian 2013-14S2
SJUT/Mat210/Interpolation/Lagrangian 2013-14S2SJUT/Mat210/Interpolation/Lagrangian 2013-14S2
SJUT/Mat210/Interpolation/Lagrangian 2013-14S2
 
SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2SJUT/Mat210/Interpolation/Direct 2013-14S2
SJUT/Mat210/Interpolation/Direct 2013-14S2
 

Recently uploaded

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 

Recently uploaded (20)

Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 

SJUT/Mat210/Interpolation/Newton's Divided Difference 2013-14S2

  • 1. St. John's University of Tanzania MAT210 NUMERICAL ANALYSIS 2013/14 Semester II INTERPOLATION Newton Divided Difference Kaw, Chapter 5.03
  • 2. MAT210 2013/14 Sem II 2 of 16 ● Interpolation of functions ● Approximating a complex or unknown function with a simpler function – simpler function usually a polynomial ● Direct method ● Solving n+1 simultaneous equations for an nth order polynomial fit ● Newton Divided Difference ● A combination of Taylor Series approximation and numerical differentiation Introduction
  • 3. MAT210 2013/14 Sem II 3 of 16 Linear NDD from Taylor Series f (x)= f (x0)+(x−x0) f ' (x0)+O((Δ x) 2 ) f (x)≈ f (x0)+(x−x0) [f (x1)− f (x0) x1−x0 ] ⇒ f 1(x)=b0+b1(x−x0) where b0= f (x0) ,b1= [f (x1)− f (x0) x1−x0 ]
  • 4. MAT210 2013/14 Sem II 4 of 16 Another perspective ● For Linear Direct Method ● Equation has the slope-intercept form ● For Newton Divided Difference ● Equation has the point-slope form ● Methods are different, but equations are simply different forms of the same line f 1(x)=b0+b1(x−x0)=a0+a1 x b0−b1 x0=a0, b1=a1
  • 5. MAT210 2013/14 Sem II 5 of 16 Example: Velocity
  • 6. MAT210 2013/14 Sem II 6 of 16 Linear
  • 7. MAT210 2013/14 Sem II 7 of 16 Find v(16) ● Two closest points t=15 and t=20 Same as Direct Same as Direct
  • 8. MAT210 2013/14 Sem II 8 of 16 Quadratic
  • 9. MAT210 2013/14 Sem II 9 of 16 NDD Quadratic ● Just include another point and add another term to the linear NDD ● b0 and b1 unchanged f 2(x)=b0+b1(x−x0)+b2(x−x0)(x−x1) b2= f (x2)− f (x1) x2−x1 − f (x1)− f (x0) x1−x0 x2−x0
  • 10. MAT210 2013/14 Sem II 10 of 16 Now apply Forward Difference Approximations for f'(x1 ) and f'(x0 ) Whence b2 ? ● b2 is simply the coefficient of the O((Δx)²) term of the Taylor Series! b2≈ 1 2 f ' ' (x0)≈ f '(x1)− f ' (x0) 2Δ x H o w ?b2= f (x2)− f (x1) x2−x1 − f (x1)− f (x0) x1−x0 x2−x0
  • 11. MAT210 2013/14 Sem II 11 of 16 Quadratic v(16) ● Use t=10,15,20 as before Same as Direct
  • 12. MAT210 2013/14 Sem II 12 of 16 The Error is the Error ● The equations are the same, just found in different ways and kept in different forms |ϵa|= |vquadratic−vlinear vquadratic | Same as Direct
  • 13. MAT210 2013/14 Sem II 13 of 16 So What? ● If Newton's Divided Difference produces that same result as Direct, then why use it? ● Isn't a matrix inversion easier? ● Not really ● For Direct, each level is a new calculation, a new inversion. Doing an inversion many times is not efficient ● For NDD, each level builds on the last
  • 14. MAT210 2013/14 Sem II 14 of 16 General Form The divided differences are calculated recursively This is more efficient
  • 15. MAT210 2013/14 Sem II 15 of 16 The Big Picture The process is a sequence of simple equations
  • 16. MAT210 2013/14 Sem II 16 of 16 Going Deeper ● This is an example of using multiple criteria to evaluate a method ● Accuracy and Efficiency … one is not enough ● The velocity is not all you have ● Calculate the acceleration at t=16s in the linear, quadratic and cubic cases. – Estimate the accuracy ● Calculate the distance traveled from 15s to 20s in each case – Estimate the accuracy