Some formulae

The following are all closed Newton-Cotes formulae:

n=1 (Trapezoidal Rule)

[Maple Math]

>

n=2 (Simpson's Rule)

[Maple Math]

>

n=3 (Simpson's three-eights rule)

[Maple Math]

>

n=4

[Maple Math]

>

with, in all cases [Maple Math] a value in the integration interval.

>

One example of an open Newton-Cotes formula is the Midpoint Rule (n=0):

[Maple Math]

Notice that the end points of the integration interval are not being used in the formula. This is characteristic of open Newton-Cotes formulae.

>