Filon quadrature

Last updated

In numerical analysis, Filon quadrature or Filon's method is a technique for numerical integration of oscillatory integrals. It is named after English mathematician Louis Napoleon George Filon, who first described the method in 1934. [1]

Contents

Description

The method is applied to oscillatory definite integrals in the form:

where is a relatively slowly-varying function and 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 is divided into subintervals of length , which are then interpolated by parabolas. Since each subinterval is now converted into a Fourier integral of quadratic polynomials, these can be evaluated in closed-form by integration by parts. For the case of , the integration formula is given as: [1] [2]

where

Explicit Filon integration formulas for sine and complex exponential functions can be derived similarly. [2] The formulas above fail for small values due to catastrophic cancellation; [3] Taylor series approximations must be in such cases to mitigate numerical errors, with being recommended as a possible switchover point for 44-bit mantissa. [2]

Modifications, extensions and generalizations of Filon quadrature have been reported in numerical analysis and applied mathematics literature; these are known as Filon-type integration methods. [4] [5] These include Filon-trapezoidal [2] and Filon–Clenshaw–Curtis methods. [6]

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 and seismic problems in layered media [7] [8] [9] and numerical solution to steady incompressible flow problems in fluid mechanics, [10] as well as various different problems in neutron scattering, [11] quantum mechanics [12] and metallurgy. [13]

See also

Related Research Articles

<span class="mw-page-title-main">Ellipse</span> Plane curve: conic section

In mathematics, an ellipse is a plane curve surrounding two focal points, such that for all points on the curve, the sum of the two distances to the focal points is a constant. It generalizes a circle, which is the special type of ellipse in which the two focal points are the same. The elongation of an ellipse is measured by its eccentricity , a number ranging from to .

<span class="mw-page-title-main">Trigonometric functions</span> Functions of an angle

In mathematics, the trigonometric functions are real functions which relate an angle of a right-angled triangle to ratios of two side lengths. They are widely used in all sciences that are related to geometry, such as navigation, solid mechanics, celestial mechanics, geodesy, and many others. They are among the simplest periodic functions, and as such are also widely used for studying periodic phenomena through Fourier analysis.

<span class="mw-page-title-main">Taylor series</span> Mathematical approximation of a function

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 series are equal near this point. Taylor series are named after Brook Taylor, who introduced them in 1715. A Taylor series is also called a Maclaurin series when 0 is the point where the derivatives are considered, after Colin Maclaurin, who made extensive use of this special case of Taylor series in the 18th century.

<span class="mw-page-title-main">Gaussian quadrature</span> Approximation of the definite integral of a function

In numerical analysis, an n-point Gaussian quadrature rule, named after Carl Friedrich Gauss, is a quadrature rule constructed to yield an exact result for polynomials of degree 2n − 1 or less by a suitable choice of the nodes xi and weights wi for i = 1, ..., n.

<span class="mw-page-title-main">Legendre polynomials</span> System of complete and orthogonal polynomials

In mathematics, Legendre polynomials, named after Adrien-Marie Legendre (1782), are a system of complete and orthogonal polynomials with a vast number of mathematical properties and numerous applications. They can be defined in many ways, and the various definitions highlight different aspects as well as suggest generalizations and connections to different mathematical structures and physical and numerical applications.

<span class="mw-page-title-main">Numerical integration</span> Methods of calculating definite integrals

In analysis, numerical integration comprises a broad family of algorithms for calculating the numerical value of a definite integral. The term numerical quadrature is more or less a synonym for "numerical integration", especially as applied to one-dimensional integrals. Some authors refer to numerical integration over more than one dimension as cubature; others take "quadrature" to include higher-dimensional integration.

In probability theory and statistics, a Gaussian process is a stochastic process, such that every finite collection of those random variables has a multivariate normal distribution. The distribution of a Gaussian process is the joint distribution of all those random variables, and as such, it is a distribution over functions with a continuous domain, e.g. time or space.

<span class="mw-page-title-main">Inverse trigonometric functions</span> Inverse functions of sin, cos, tan, etc.

In mathematics, the inverse trigonometric functions are the inverse functions of the trigonometric functions. Specifically, they are the inverses of the sine, cosine, tangent, cotangent, secant, and cosecant functions, and are used to obtain an angle from any of the angle's trigonometric ratios. Inverse trigonometric functions are widely used in engineering, navigation, physics, and geometry.

<span class="mw-page-title-main">Gaussian integral</span> Integral of the Gaussian function, equal to sqrt(π)

The Gaussian integral, also known as the Euler–Poisson integral, is the integral of the Gaussian function over the entire real line. Named after the German mathematician Carl Friedrich Gauss, the integral is

In numerical analysis, Romberg's method is used to estimate the definite integral

In mathematics, the Iwasawa decomposition of a semisimple Lie group generalises the way a square real matrix can be written as a product of an orthogonal matrix and an upper triangular matrix. It is named after Kenkichi Iwasawa, the Japanese mathematician who developed this method.

In mathematics, the Hankel transform expresses any given function f(r) as the weighted sum of an infinite number of Bessel functions of the first kind Jν(kr). The Bessel functions in the sum are all of the same order ν, but differ in a scaling factor k along the r axis. The necessary coefficient Fν of each Bessel function in the sum, as a function of the scaling factor k constitutes the transformed function. The Hankel transform is an integral transform and was first developed by the mathematician Hermann Hankel. It is also known as the Fourier–Bessel transform. Just as the Fourier transform for an infinite interval is related to the Fourier series over a finite interval, so the Hankel transform over an infinite interval is related to the Fourier–Bessel series over a finite interval.

In geometry, the area enclosed by a circle of radius r is πr2. Here the Greek letter π represents the constant ratio of the circumference of any circle to its diameter, approximately equal to 3.14159.

<span class="mw-page-title-main">Arc length</span> Distance along a curve

Arc length is the distance between two points along a section of a curve.

In calculus, the Leibniz integral rule for differentiation under the integral sign states that for an integral of the form

<span class="mw-page-title-main">Pendulum (mechanics)</span> Free swinging suspended body

A pendulum is a body suspended from a fixed support so that it swings freely back and forth under the influence of gravity. When a pendulum is displaced sideways from its resting, equilibrium position, it is subject to a restoring force due to gravity that will accelerate it back towards the equilibrium position. When released, the restoring force acting on the pendulum's mass causes it to oscillate about the equilibrium position, swinging it back and forth. The mathematics of pendulums are in general quite complicated. Simplifying assumptions can be made, which in the case of a simple pendulum allow the equations of motion to be solved analytically for small-angle oscillations.

Clenshaw–Curtis quadrature and Fejér quadrature are methods for numerical integration, or "quadrature", that are based on an expansion of the integrand in terms of Chebyshev polynomials. Equivalently, they employ a change of variables and use a discrete cosine transform (DCT) approximation for the cosine series. Besides having fast-converging accuracy comparable to Gaussian quadrature rules, Clenshaw–Curtis quadrature naturally leads to nested quadrature rules, which is important for both adaptive quadrature and multidimensional quadrature (cubature).

Stochastic approximation methods are a family of iterative methods typically used for root-finding problems or for optimization problems. The recursive update rules of stochastic approximation methods can be used, among other things, for solving linear systems when the collected data is corrupted by noise, or for approximating extreme values of functions which cannot be computed directly, but only estimated via noisy observations.

Probabilistic numerics is an active field of study at the intersection of applied mathematics, statistics, and machine learning centering on the concept of uncertainty in computation. In probabilistic numerics, tasks in numerical analysis such as finding numerical solutions for integration, linear algebra, optimization and simulation and differential equations are seen as problems of statistical, probabilistic, or Bayesian inference.

References

  1. 1 2 Filon, L. N. G. (1930). "III.—On a Quadrature Formula for Trigonometric Integrals". Proceedings of the Royal Society of Edinburgh. 49: 38–47. doi:10.1017/S0370164600026262.
  2. 1 2 3 4 Davis, Philip J.; Rabinowitz, Philip (1984). Methods of Numerical Integration (2 ed.). Academic Press. pp. 151–160. ISBN   9781483264288.
  3. Chase, Stephen M.; Fosdick, Lloyd D. (1969). "An algorithm for Filon quadrature". Communications of the ACM . 12 (8): 453–457. doi:10.1145/363196.363209.
  4. Iserles, A.; Nørsett, S. P. (2004). "On quadrature methods for highly oscillatory integrals and their implementation". BIT Numerical Mathematics . 44: 755–772. doi:10.1007/s10543-004-5243-3.
  5. Xiang, Shuhuang (2007). "Efficient Filon-type methods for". Numerische Mathematik . 105: 633–658. doi:10.1007/s00211-006-0051-0.
  6. Domínguez, V.; Graham, I. G.; Smyshlyaev, V. P. (2011). "Stability and error estimates for Filon–Clenshaw–Curtis rules for highly oscillatory integrals". IMA Journal of Numerical Analysis . 31 (4): 1253–1280. doi:10.1093/imanum/drq036.
  7. Červený, Vlastislav; Ravindra, Ravi (1971). Theory of Seismic Head Waves. University of Toronto Press. pp. 287–289. ISBN   9780802000491.
  8. Mosig, J. R.; Gardiol, F. E. (1983). "Analytical and numerical techniques in the Green's function treatment of microstrip antennas and scatterers". IEE Proceedings H . 130 (2): 175–182. doi:10.1049/ip-h-1.1983.0029.
  9. Chew, Weng Cho (1990). Waves and Fields in Inhomogeneous Media. New York: Van Nostrand Reinhold. p. 118. ISBN   9780780347496.
  10. Dennis, S. C. R.; Chang, Gau-Zu (1970). "Numerical solutions for steady flow past a circular cylinder at Reynolds numbers up to 100". Journal of Fluid Mechanics . 42 (3): 471–489. doi:10.1017/S0022112070001428.
  11. Grimley, David I.; Wright, Adrian C.; Sinclair, Roger N. (1990). "Neutron scattering from vitreous silica IV. Time-of-flight diffraction". Journal of Non-Crystalline Solids . 119 (1): 49–64. doi:10.1016/0022-3093(90)90240-M.
  12. Fedotov, A.; Ilderton, A.; Karbstein, F.; King, B.; Seipt, D.; Taya, H.; Torgrimsson, G. (2023). "Advances in QED with intense background fields". Physics Reports . 1010: 1–138. arXiv: 2203.00019 . doi:10.1016/j.physrep.2023.01.003.
  13. Thouless, M. D.; Evans, A. G.; Ashby, M. F.; Hutchinson, J. W. (1987). "The edge cracking and spalling of brittle plates". Acta Metallurgica. 35 (6): 1333–1341. doi:10.1016/0001-6160(87)90015-0.