HOME

TheInfoList



OR:

In
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
, Filon quadrature or Filon's method is a technique for
numerical integration In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature (often abbreviated to quadrature) is more or less a synonym for "numerical integr ...
of
oscillatory Oscillation is the repetitive or periodic variation, typically in time, of some measure about a central value (often a point of equilibrium) or between two or more different states. Familiar examples of oscillation include a swinging pendulum ...
integrals. It is named after English mathematician Louis Napoleon George Filon, who first described the method in 1934.


Description

The method is applied to oscillatory definite integrals in the form: :\int_a^b f(x) g(x) dx where f(x) is a relatively slowly-varying function and g(x) is either sine or cosine or a complex exponential that causes the rapid oscillation of the integrand, particularly for high frequencies. In Filon quadrature, the f(x) is divided into 2N subintervals of length h, which are then interpolated by
parabola In mathematics, a parabola is a plane curve which is Reflection symmetry, mirror-symmetrical and is approximately U-shaped. It fits several superficially different Mathematics, mathematical descriptions, which can all be proved to define exactl ...
s. Since each subinterval is now converted into a Fourier integral of quadratic polynomials, these can be evaluated in closed-form by
integration by parts In calculus, and more generally in mathematical analysis, integration by parts or partial integration is a process that finds the integral of a product of functions in terms of the integral of the product of their derivative and antiderivati ...
. For the case of g(x)=\cos(kx), the integration formula is given as: :\int_a^b f(x) \cos(kx) dx \approx h ( \alpha \left f(b) \sin(kb)-f(a) \sin(ka)\right+ \beta C_ + \gamma C_ ) where :\alpha=\left(\theta^2 + \theta \sin(\theta)\cos(\theta)-2 \sin^2(\theta)\right)/\theta^3 :\beta=2\left theta (1+\cos^2(\theta)) - 2\sin(\theta)\cos(\theta) \right\theta^3 :\gamma=4(\sin(\theta)-\theta \cos(\theta))/\theta^3 :C_=\fracf(a)\cos(ka) + f(a+2h)\cos(k(a+2h)) + f(a+4h)\cos(k(a+4h)) + \ldots + \fracf(b)\cos(kb) :C_=f(a+h)\cos(k(a+h)) + f(a+3h)\cos(k(a+3h)) + \ldots + f(b-h)\cos(k(b-h)) :\theta=kh Explicit Filon integration formulas for sine and complex exponential functions can be derived similarly. The formulas above fail for small \theta values due to
catastrophic cancellation In numerical analysis, catastrophic cancellation is the phenomenon that subtracting good approximations to two nearby numbers may yield a very bad approximation to the difference of the original numbers. For example, if there are two studs, one L ...
;
Taylor series In mathematics, the Taylor series or Taylor expansion of a function is an infinite sum of terms that are expressed in terms of the function's derivatives at a single point. For most common functions, the function and the sum of its Taylor ser ...
approximations must be in such cases to mitigate numerical errors, with \theta=1/6 being recommended as a possible switchover point for 44-bit mantissa. Modifications, extensions and generalizations of Filon quadrature have been reported in
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
and
applied mathematics Applied mathematics is the application of mathematics, mathematical methods by different fields such as physics, engineering, medicine, biology, finance, business, computer science, and Industrial sector, industry. Thus, applied mathematics is a ...
literature; these are known as Filon-type integration methods. These include Filon-
trapezoidal In geometry, a trapezoid () in North American English, or trapezium () in British English, is a quadrilateral that has at least one pair of parallel sides. The parallel sides are called the ''bases'' of the trapezoid. The other two sides are ...
and Filon– Clenshaw–Curtis methods.


Applications

Filon quadrature is widely used in physics and engineering for robust computation of Fourier-type integrals. Applications include evaluation of oscillatory Sommerfeld integrals for
electromagnetic In physics, electromagnetism is an interaction that occurs between particles with electric charge via electromagnetic fields. The electromagnetic force is one of the four fundamental forces of nature. It is the dominant force in the interacti ...
and
seismic Seismology (; from Ancient Greek σεισμός (''seismós'') meaning "earthquake" and -λογία (''-logía'') meaning "study of") is the scientific study of earthquakes (or generally, quakes) and the generation and propagation of elastic ...
problems in layered media and numerical solution to steady
incompressible flow In fluid mechanics, or more generally continuum mechanics, incompressible flow is a flow in which the material density does not vary over time. Equivalently, the divergence of an incompressible flow velocity is zero. Under certain conditions, t ...
problems in
fluid mechanics Fluid mechanics is the branch of physics concerned with the mechanics of fluids (liquids, gases, and plasma (physics), plasmas) and the forces on them. Originally applied to water (hydromechanics), it found applications in a wide range of discipl ...
, as well as various different problems in
neutron scattering Neutron scattering, the irregular dispersal of free neutrons by matter, can refer to either the naturally occurring physical process itself or to the man-made experimental techniques that use the natural process for investigating materials. Th ...
,
quantum mechanics Quantum mechanics is the fundamental physical Scientific theory, theory that describes the behavior of matter and of light; its unusual characteristics typically occur at and below the scale of atoms. Reprinted, Addison-Wesley, 1989, It is ...
and
metallurgy Metallurgy is a domain of materials science and engineering that studies the physical and chemical behavior of metallic elements, their inter-metallic compounds, and their mixtures, which are known as alloys. Metallurgy encompasses both the ...
.


See also

*
Tanh-sinh quadrature Tanh-sinh quadrature is a method for numerical integration introduced by Hidetoshi Takahashi and Masatake Mori in 1974. It is especially applied where singularities or infinite derivatives exist at one or both endpoints. The method uses hyperboli ...


References

{{DEFAULTSORT:Filon quadrature Numerical integration