Science Fair Projects Ideas - Newton-Cotes formulas

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Newton-Cotes formulas

In numerical analysis, the Newton-Cotes formulas, also called the Newton-Cotes rules, are a group of formulas for numerical integration (also called quadrature). They are named after Isaac Newton and Roger Cotes.

It is assumed that the value of a function f is known at equally spaced points xi, for i = 0, ..., n. (If the evaluation points are not assumed to be equally spaced, another class of formulas, called Gaussian quadrature formulas, can be derived.) There are two types of Newton-Cotes formulas, the "closed" type which uses the function value at all points, and the "open" type which does not use the function values at the end points. The closed Newton-Cotes formula of degree n is stated as

\int_a^b f(x) \,dx \approx \sum_{i=0}^n w_i\, f(x_i)

where xi = h i + x0, with h (called the step size) equal to (xn - x0)/n. The wi are called weights.

As can be seen in the following derivation the weights are derived from the Langrange basis polynomials. This means they depend only on the xi and not on the function f. L(x) is the interpolation polynomial in the Lagrange form for the given data points (x0, f(x0) ),..,(xn, f(xn) )

\int_a^b f(x) \,dx \approx \int_a^b L(x)\,dx = \int_a^b \sum_{i=0}^n f(x_i)\, l_i(x)\, dx
=\sum_{i=0}^n \int_{x_{i-1}}^{x_i} f(x_i)\, l_i(x)\, dx =  \sum_{i=0}^n f(x_i) \underbrace{\int_{x_{i-1}}^{x_i} l_i(x)\, dx}_{w_i}

The open Newton-Cotes formula of degree n is stated as

\int_a^b f(x)\, dx \approx \sum_{i=1}^{n-1} w_i\, f(x_i)

The weights are found in a manner similar to the closed formula.

A Newton-Cotes formula of any degree can be constructed. Some of the formulas of low degree are known by conventional names. This table lists some of the Newton-Cotes formulas of the closed type. The notation fi is a shorthand for f(xi).

Degree Common name Formula Error term
1 Trapezoid rule \frac{h}{2} (f_0 + f_1) -\frac{h^3}{12}\,f^{(2)}(\xi)
2 Simpson's rule \frac{h}{3} (f_0 + 4 f_1 + f_2) -\frac{h^5}{90}\,f^{(4)}(\xi)
3 3/8 rule \frac{3\, h}{8} (f_0 + 3 f_1 + 3 f_2 + f_3) -\frac{3\, h^5}{80}\,f^{(4)}(\xi)
4 Boole's rule \frac{2\, h}{45} (7 f_0 + 32 f_1 + 12 f_2 + 32 f_3 + 7 f_4) -\frac{8\, h^7}{945}\,f^{(6)}(\xi)

The exponent of the step size h in the error term shows the rate at which the approximation error decreases. The derivative of f in the error term shows which polynomials can be integrated exactly (i.e., with error equal to zero). Note that the derivative of f in the error term increases by 2 for every other rule. The number ξ is between a and b.

This table lists some of the Newton-Cotes formulas of the open type.

Degree Common name Formula Error term
0 Rectangle rule 2hf1 \frac{h^3}{24}\,f^{(2)}(\xi)
1 \frac{3\, h}{2} (f_1 + f_2) \frac{h^3}{4}\,f^{(2)}(\xi)
2 \frac{4 \,h}{3} (2 f_1 - f_2 + 2 f_3) \frac{28\, h^5}{90}\,f^{(4)}(\xi)
3 \frac{5 \,h}{24} (11 f_1 + f_2 + f_3 + 11 f_4) \frac{95\, h^5}{144}\,f^{(4)}(\xi)

Notice that for the Newton-Cotes rules to be accurate, the step size h needs to be small, which means that the interval of integration [a,b] must be small itself, which is not true most of the time. For this reason, one usually performs numerical integration by splitting [a,b] into smaller subintervals, applying a Newton-Cotes rule on each subinterval, and adding up the results. This is called a composite rule, see Numerical integration.

References

  • M. Abramowitz and I. A. Stegun, eds. Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. New York: Dover, 1972. (See Section 25.4.)
  • George E. Forsythe, Michael A. Malcolm, and Cleve B. Moler. Computer Methods for Mathematical Computations. Englewood Cliffs, NJ: Prentice-Hall, 1977. (See Section 5.1.)
  • William H. Press, Brian P. Flannery, Saul A. Teukolsky, William T. Vetterling. Numerical Recipes in C. Cambridge, UK: Cambridge University Press, 1988. (See Section 4.1.)
  • Josef Stoer and Roland Bulirsch. Introduction to Numerical Analysis. New York: Springer-Verlag, 1980. (See Section 3.1.)

External links

Last updated: 08-07-2005 21:01:42
12-03-2008 10:22:39
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice