introduction to numerical analysis i

13
Introduction to Numerical Analysis I MATH/CMPSC 455 Numerical Integration

Upload: kapono

Post on 23-Feb-2016

75 views

Category:

Documents


0 download

DESCRIPTION

Introduction to Numerical Analysis I. Numerical Integration. MATH/CMPSC 455. Numerical Integration. Mathematical Problem:. Example:. Example:. By calculus, find that , then use. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Introduction  to  Numerical Analysis  I

Introduction to Numerical Analysis I

MATH/CMPSC 455

Numerical Integration

Page 2: Introduction  to  Numerical Analysis  I

NUMERICAL INTEGRATION

Mathematical Problem:

Example:

Example:

Page 3: Introduction  to  Numerical Analysis  I

By calculus, find that , then use

Numerical Integration: replace by another function that approximates well and is easily integral, then we have

Page 4: Introduction  to  Numerical Analysis  I

NEWTON-COTES FORMULASIdea: use polynomial interpolation to find the approximation function

Step 1: Select nodes in [a,b] Step 2: Use Lagrange form of polynomial interpolation to find the approximation function

Step 3:

Page 5: Introduction  to  Numerical Analysis  I

TRAPEZOID RULEUse two nodes: and

Page 6: Introduction  to  Numerical Analysis  I

SIMPSON’S RULEUse three nodes:

Page 7: Introduction  to  Numerical Analysis  I

Example: Apply the Trapezoid Rule and Simpson’s Rule to approximate

Example: Apply the Trapezoid Rule and Simpson’s Rule to approximate

Page 8: Introduction  to  Numerical Analysis  I

Error of the trapezoid rule:

The trapezoid rule is exact for all polynomial of degree less than or equal to 1.

Page 9: Introduction  to  Numerical Analysis  I

Error of the Simpson’s rule:

The Simpson’s rule is exact for all polynomial of degree less than or equal to 3.

Page 10: Introduction  to  Numerical Analysis  I

THE COMPOSITE TRAPEZOID RULE

Why? ? The high order polynomial interpolations are unbounded!

Step 1: Partition the interval into n subintervals by introducing points Step 2: Use the trapezoid rule on each subinterval

Step 3: Sum over all subintervals

Page 11: Introduction  to  Numerical Analysis  I

THE COMPOSITE SIMPSON’S RULE

Page 12: Introduction  to  Numerical Analysis  I

ERROR OF COMPOSITE RULES

Error of the composite trapezoid rule:

Error of the composite Simpson’s rule:

Page 13: Introduction  to  Numerical Analysis  I

Example: Apply the composite Trapezoid Rule and Simpson’s Rule ( 4 subintervals ) to approximate