Project Report for User:lxm1117

edit

For Introduction to Numerical Analysis, Fall 2012.

Introduction

edit

My final project is about error analysis of Newton-Cotes formulas. The topic is important because it helps students to understand the accuracy of using numerical integration methods with different rules. It is difficult to understand using only Wikipedia because the related Wikipedia page shows only the result formulas but not the detailed steps of how to get these formulas.

To facilitate learning of this topic I created my project page. I showed steps in details to obtain the error term of Newton-Cotes formulas, also an example illustrating the meaning of the error terms, and two exercises to develop skill at understanding the presented method.

Contribution

edit

I created the topic page on error analysis of Newton-Cotes formulas which contains how to get general form of the error term. The method is based on the general error term of polynomial, which has already existed in Wikipedia. The method is not as complicated as expected but is easy to understand. The topic page also shows how to apply the method to numerical integration with different rules: trapezoid, simpson's 1/3 and simpson's 3/8. One numerical example has been given. I chose this particular example because it effectively demonstrates the concept of error ratio. I also added two exercises. They are both adapted from related book chapters. There has been questions on how to justify the steps involved in trapezoid composite rules, from the summation step to its next step concerning that different   are involved in different intervals. I added a short paragraph to show that the derivation of equation (2) is based on a theorem, which is essentially analogous to the mean value theorem. The theorem is from the book by Hamming (1986) and proof is in the book.

Future Work

edit

I decided that although adding other possible methods for comparison would be good it was too much for this project, so I just showed one method, which should be enough to clarify the topic. It would be beneficial if the topic can be expanded to related with other topics discussed in class. Also the method is derived by using Newton's polynomial, while the wikipedia one is given with Lagrange polynomial. Although these two forms are essentially the same, it would be more informative to see how the error term can be derived from the latter approach.

Conclusions

edit

In conclusion, in this project I presented how to derive the error terms for Newton-Cotes formulas, which is missing in Wikipedia. I think this is a valuable contribution because it helps students understand the topic of numerical integration and view the concept of error term of numerical interpolation in a different context.