In order to determine the best interpolation method for the current case should be constructed the table of deviation between interpolation results and root mean square, if number of interpolations methods increases then value of RMS become closer to the true value.
Linear interpolation | Least squares interpolation | Lagrange polynomial | Cubic spline | |
| | | | |
| | | | |
| | | | |
Average deviation from the RMS | | | | |
Table 2. Table of Average deviation between average deviation and interpolation results.
One can see that cubic spline interpolation gives the best results among discussed methods, but it should be noted that sometimes cubic spline gives wrong interpolation, especially near the sudden function change. Also good interpolation results are provided by Linear interpolation method, but actually this method gives average values on each segment between values on it boundaries.
For the above mentioned data set, if you are asked to give the integration of
In numerical analysis, numerical integration constitutes a broad family of algorithms for calculating the numerical value of a definite integral.
There are several reasons for carrying out numerical integration. The integrand
A formula for the integrand may be known, but it may be difficult or impossible to find an antiderivative which is an elementary function. An example of such an integrand is
It may be possible to find an antiderivative symbolically, but it may be easier to compute a numerical approximation than to compute the antiderivative. That may be the case if the antiderivative is given as an infinite series or product, or if its evaluation requires a special function which is not available.
The following methods were described in this semester:
· Rectangular method
· Trapezoidal rule
· Simpson's rule
· Gauss-Legendre method
· Gauss-Chebyshev method
The most straightforward way to approximate the area under a curve is to divide up the interval along the x-axis between
The approximate area under the curve is then simply the sum of the areas of all the rectangles formed by our subintervals:
The summary approximation error for
Thus it is impossible to calculate maximum of the derivative function, we can estimate integration error like value:
Trapezoidal rule is a way to approximately calculate the definite integral. The trapezium rule works by approximating the region under the graph of the function
To calculate this integral more accurately, one first splits the interval of integration
The summary approximation error for
Simpson's rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically, it is the following approximation:
If the interval of integration
However, it is often the case that the function we are trying to integrate is not smooth over the interval. Typically, this means that either the function is highly oscillatory, or it lacks derivatives at certain points. In these cases, Simpson's rule may give very poor results. One common way of handling this problem is by breaking up the interval
Suppose that the interval
The error committed by the composite Simpson's rule is bounded (in absolute value) by
Since function values are given in fixed points then just two points Gauss-Legendre method can be applied. If
The Gauss-Legendre rule
where