introduction to numerical analysis i

12
Introduction to Numerical Analysis I MATH/CMPSC 455 Interpolation

Upload: alicia

Post on 20-Feb-2016

48 views

Category:

Documents


0 download

DESCRIPTION

Introduction to Numerical Analysis I. Interpolation. MATH/CMPSC 455. Chapter 3. Interpolation. A function is said to interpolate a set of data points if it passes through those points . Definition: The function interpolates the data sets if . - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Introduction  to  Numerical Analysis  I

Introduction to Numerical Analysis I

MATH/CMPSC 455

Interpolation

Page 2: Introduction  to  Numerical Analysis  I

CHAPTER 3. INTERPOLATION

A function is said to interpolate a set of data points if it passes through those points

Page 3: Introduction  to  Numerical Analysis  I

Definition: The function interpolates the data sets if

Note that is required to be a function!

Restriction on the data set:

Page 4: Introduction  to  Numerical Analysis  I

Main theorem of Polynomial interpolation:If are distinct, there is a unique polynomial of degree such that

How to find this polynomial?

INTERPOLATION POLYNOMIALMathematical Problem: (Interpolate points)Given n+1 points , we seek a polynomial of degree such that Mathematical Problem: (Interpolate a function)A function , assuming its values are known or computable at a set of n+1 points. we seek a polynomial of degree such that ,

Page 5: Introduction  to  Numerical Analysis  I

LAGRANGE INTERPOLATION

For a data set , the Lagrange form of the interpolation polynomial is

Page 6: Introduction  to  Numerical Analysis  I

Example:

x 5 -7y 1 -23

Example:

xy

Page 7: Introduction  to  Numerical Analysis  I

HOW TO?Method 1: Solving a linear system

Determine coefficients

Method 2: Lagrange Form of Interpolation

Determine basis

Method 3: Newton Form of InterpolationUse another basis which is easy to get, and has similar property as the basis for Lagrange form, and determine the coefficient easily.

Page 8: Introduction  to  Numerical Analysis  I

forms a basis of

Newton form of interpolation polynomial:

Determine the coefficients

Page 9: Introduction  to  Numerical Analysis  I

NEWTON’S DIVIDED DIFFERENCES

Definition:

Example:

Page 10: Introduction  to  Numerical Analysis  I

NEWTON FORM OF THE INTERPOLATION POLYNOMIAL

Nested Form:

Definition:

Page 11: Introduction  to  Numerical Analysis  I

Example:

Page 12: Introduction  to  Numerical Analysis  I

Example:

x 0 2 3f(x) 1 2 4