1 / 26

The Islamic University of Gaza Faculty of Engineering Civil Engineering Department

The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter 21. Newton-Cotes Integration Formula. What is Integration?. Integrate means “to bring together”, as parts, into a whole; to indicate total amount.

sdeen
Download Presentation

The Islamic University of Gaza Faculty of Engineering Civil Engineering Department

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Islamic University of Gaza Faculty of Engineering Civil Engineering Department Numerical Analysis ECIV 3306 Chapter21 Newton-Cotes Integration Formula

  2. What is Integration? • Integrate means “to bring together”, as parts, into a whole; to indicate total amount. • The above stands for integral of function f(x) with respect to the independent variable x between the limits x = a to x = b.

  3. What is Integration? • Graphically integration is simply to find the area under a certain curve between the 2 integration limits.

  4. Newton-Cotes integration FormulasIntroduction • The Newton-Cotes formulas are the most common numerical integration methods. • They are based on the strategy of replacing a complicated function with an approximating function that is easy to integrate.

  5. 1. Trapezoidal Rule The trapezoidal rule uses a polynomial of the first degree to replace the function to be integrated.

  6. Error of the Trapezoidal Rule When we employ the integral under a straight line segment to approximate the integral under a curve, error may be: Where lies somewhere in the interval from a to b.

  7. Trapezoidal RuleExample 21.1

  8. Multiple Trapezoidal Rule • One way to improve the accuracy of the trapezoidal rule is to divide the integration interval from a to b into a number of segments and apply the method to each segment. • The areas of individual segments can then be added to yield the integral for the entire interval.

  9. Multiple Trapezoidal Rule

  10. Multiple Trapezoidal Rule Substitute into the integrals for f(x) by f1(x) in each segment and integrate:

  11. Multiple Trapezoidal Rule An error for multiple-application trapezoidal rule can be obtained by summing the individual errors for each segment: Where

  12. Simpson’s Rules More accurate estimate of an integral is obtained if a high-order polynomial is used to connect the points. The formulas that result from taking the integrals under such polynomials are called Simpson’s Rules.

  13. Simpson’s Rules • Simpson’s 1/3 Rule Results when a second-order interpolating polynomial is used. • Simpson’s 3/8 Rule Results when a third-order (cubic) interpolating polynomial is used.

  14. Simpson’s Rules Simpson’s 1/3 Rule Simpson’s 3/8 Rule

  15. Simpson’s 1/3 Rule Simpson’s 1/3 Rule

  16. Simpson’s 1/3 Rule • Single segment application of Simpson’s 1/3 rule has a truncation error of: • Simpson’s 1/3 rule is more accurate than trapezoidal rule.

  17. The Multiple-Application Simpson’s 1/3 Rule • Just as the trapezoidal rule, Simpson’s rule can be improved by dividing the integration interval into a number of segments of equal width.

  18. The Multiple-Application Simpson’s 1/3 Rule

  19. Simpson’s 3/8 Rule If there are 2 extra points between the integration limits a and b, then a 3rd degree polynomial can be used instead of the parabola to replace the function to be integrated: Simpson’s 3/8 Rule

  20. Newton Cotes Integration-Example Find the integral of: f(x) = 0.2 +25 x – 200 x2 + 675 x3 – 900 x4 + 400 x5 Between the limits 0 to 0.8, f(0) = 0.2, f(0.8) = 0.232, Iexact=1.640533 • The trapezoidal rule (ans. 0.1728)

  21. Newton Cotes Integration-Example • Multiple trapezoidal rule (n=4)(ans. 1.4848) f(0)=0.2, f(0.2)=1.288, f(0.4)=2.456, f(0.6)=3.464 ,f(0.8)=0.232

  22. Newton Cotes Integration-Example • The Simpson 1/3 rule (ans. 1.367467) f(0) = 0.2, f(0.4) = 0.2.456, f(0.8) = 0.232

  23. Newton Cotes Integration-Example • Multiple application of Simpson 1/3 rule (n=4) (ans. 1.623467). f(0)=0.2, f(0.2)=1.288, f(0.4)=2.456, f(0.6)=3.464 ,f(0.8)=0.232

  24. Newton Cotes Integration-Example • The Simpson 3/8 rule (ans. 1.519170) f(0)=0.2, f(0.2667)=1.432724, f(0.5333)=3.487177, f(0.8)=0.232

More Related