MTH375-NC Week8
MTH375-NC Week8
Numerical Computing
Week 08
Interpolation
Interpolattion Methods
Error Estimation
What is Interpolation?
Interpolation:
Estimation of a function value at an intermediate point that lies between precise data
points
Polynomial?
There is one and only one nth order polynomial that perfectly fits n+1 data points.
there is only one straight line (that is, a first-order polynomial) that connects two points.
Similarly, only one parabola connects a set of three points
Newton’s Divided Difference
Interpolating Polynomials
There are different ways to expressing polynomials
Newston’s divided-difference polynomial is among the most popular
Linear Interpolation (first Order)
Quadratic Interpolation (Second Order)
Linear Interpolation
Your thoughts?
How to get better estimates
Quadratic Interpolation
ERROR?
General Form
Newton’s Divided Difference
Polynomial
Example
Example
Divided Difference Interpolation Table