You are on page 1of 2

Solving Definite Integrable and Non-integrable

Functions through Numerical Methods of


Integration
Kian Paolo M. Manoles, BSChE 1C
Kianpaolomelitante.manoles@bicol-u.edu.ph

Abstract: Numerical Analysis is very important not be use depending whether they have a
to engineers. It needs different algorithms. These theoretical value.
algorithms need numerical approximation to Introduction
solve different problems for mathematical In today's era, everyone is very familiar
analysis. In engineering analysis, accurate and with technologies. A computer is the most
relevant data is needed. The main objective of prominent medium for transactions. Numerical
this paper is to observe behaviors and integration can deftly perform by the use of
characteristics of methods of numerical computer applications. MS Excel is a convenient
integration used as well as some special application in solving numerical integration
functions. Such statistical methods were also methods. It's a big help for engineers in data
applied: the average, the standard deviation and gathering and analysis.
the percent error formula to understand more The definite integral of a function over
about their behaviors. The results show that the an interval is equal to the difference between the
trapezoidal rule has the highest percent error values of an antiderivative evaluated at the
among all of the numerical methods while the endpoints of the interval.' The antiderivatives are
Romberg method has the least percent error related to definite integrals. Unfortunately, some
indicating that it is the most accurate in all of functions have no simple antiderivatives or
numerical methods. Furthermore, as the orders cannot possibly be solved by analytical methods.
of Romberg method increases, its value is Hence, using numerical integration methods, the
increasing towards its theoretical value. The approximate value of the equation is obtained.
mean and standard deviation indicates how far Numerical Integration Methods are an
the data are from the average which tells us that easy way to get the approximate value of an
there are certain functions may or may not have integral. Using numerical methods, Engineers
higher percent error on more simple numerical are not only about solving a lot of mathematical
methods. For the case of non-integrable equations. But, it helps engineers to lessen the
functions, such observations were made that the need for the many hypotheses and idealization of
values for the area in all of the methods of the conditions. There are different techniques to
integration were fluctuating. The researcher be used: Trapezoidal Rule, Simpson's one-third
concluded that as we go on to more complex Rule, Simpson's three-digit rule, Five-point
numerical methods, the value becomes nearer to quadrature Formula, For multiple Points: For
the exact value of the integral. Non-integrable N+1 points where (N+1)/3 is an integer odd, For
functions have unusual data and it is fluctuating N+1 points where (N+1)/3 is an integer even,
and therefore methods of integration may or may and Romberg's Method. These basic techniques
are a big help in calculating the approximate Equation (4) is the Five-point Quadrature Formula
value and the error of definite integrals. where the upper and lower limits are x0 and x4.
Trapezoidal Rule is a method wherein the area
under the curves is evaluated. The area under the
curve is divided into many trapezoidal divisions
instead of using rectangles.
Among the seven basic numerical Equation (5) is for Multiple Points where (N+1)/3
and N/3 are integers and the upper and lower limits
methods, Romberg's method is the most are x0 and xN, respectively
accurate. It's a combination of Composite
Trapezoidal Rule and Richardson Extrapolation.
It is said to be the most precise method because
its divisions are severed multiple times. If the Equation (6) is for Multiple Points where N is even
divisions increase, the accuracy level also and the upper and lower limits are x0 and xN,
increases.
The researcher compares the seven
numerical integration methods. Also, the Equation (7) is for Romberg Method where
researcher proves that the Romberg method is n is the level of Romberg integration. Before
the most accurate method among the seven basic computing for the Romberg method, the researcher
techniques and to determine the approximate must divide the trapezoidal into series of
values, the relative error, and the absolute error subdivisions. For An (the trapezoidal division), let n
of integral using numerical methods. be the square of an integer. Afterwards, find the first
half of the value of h for A1. Find the second half of h
METHODOLOGY again for A2 and then its half again until you can
reach the highest subdivision that you can solve. The
The researcher used Microsoft Excel for
value of h per subdivision has a dollar sign in their
collecting data as well as analysis. The Excel file
cells (say $C$5) so that when the divisions are
consists of 2 parts. The first part consists of
dragged down, the latest value will be equal to the
Integrable and non-Integrable functions while upper limit of the integral. This is an indication that
the second part consists of trigonometric the inputted values are correct. The lower limit per
functions where the upper and lower limits are subdivision will always be equal to the given lower
integers. The theoretical values for the functions limit.
were computed using a calculator.
The following equations were input in excel for
integration of certain functions: Equation (8) is for the values of x M
between the upper and lower limits to be used
for equations 2-7.
After getting the values of the numerical
integration, the following statistical methods
Equation (1) is the Trapezoidal Rule where the lower were used to help in interpreting the data:
and upper limits are x0 and x1, respectively.
percent error, the mean or average
[AVERAGE(cells)] and standard deviation
[STDEV(cells)]. The researcher used the excel
functions for these statistical methods.
Equation (2) is the Simpson’s One-third Rule where
the lower and upper limits are x0 and x2, respectively.
RESULTS AND DISCUSSIONS

You might also like