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
between two ends and ? Please discuss the possibility accuracies of all the numerical integration formulas you have learned in this semester.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
may be known only at certain points, such as obtained by sampling. Some embedded systems and other computer applications may need numerical integration for this reason.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
, the antiderivative of which cannot be written in elementary form.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
and into a number of smaller intervals, each of the same length. For example, if we divide the interval into subintervals, then the width of each one will be given by: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
intervals with width is less than or equal toThus 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
by a trapezium and calculating its area. It follows thatTo calculate this integral more accurately, one first splits the interval of integration
into n smaller subintervals, and then applies the trapezium rule on each of them. One obtains the composite trapezium rule:The summary approximation error for
intervals with width is less than or equal to: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
is in some sense "small", then Simpson's rule will provide an adequate approximation to the exact integral. By small, what we really mean is that the function being integrated is relatively smooth over the interval . For such a function, a smooth quadratic interpolant like the one used in Simpson's rule will give good results.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
into a number of small subintervals. Simpson's rule is then applied to each subinterval, with the results being summed to produce an approximation for the integral over the entire interval. This sort of approach is termed the composite Simpson's rule.Suppose that the interval
is split up in subintervals, with n an even number. Then, the composite Simpson's rule is given byThe 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
is continuous on , thenThe Gauss-Legendre rule
G2( f ) has degree of precision . If , then ,where