Numerical Integration
Based on the strategy of replacing a complicated function or tabulated data with an approximating function that is easy to integrate.
Numerical quadrature
The basic method involved in approximating:
Degree of Accuracy
Aka. precision. The largest positive integer
Trapezoidal Rule
Equivalent to approximating the trapezoidal area under the straight line connecting
Degree of accuracy is
Simpson’s Rules
A more accurate method of approximating the integral of a function, is to use higher-order polynomials to connect the points.
Degree of accuracy is
Simpson’s 1/3 Rule
Resulted when a second-order interpolating polynomial with 3 equally-spaced points is used to approximate the integral.
Here
Simpson’s 3/8 Rule
Resulted when a third-order interpolating polynomial with 4 equally-spaced points is used to approximate the integral.
Here
Composite Numerical Integration
Composite Trapezoidal Rule
An improved version of the trapezoidal rule. Uses multiple intervals (say
Here
Composite Simpson’s Rule
An improved version of Simpson’s 1/3 rule. Uses even number of multiple intervals to approximate the integral.
Here