FACTOID # 161: If you are looking for work, just go to the Falkland Islands! They have full employment and a labor shortage.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Gaussian quadrature

In numerical analysis, a quadrature rule is an approximation of the definite integral of a function, usually stated as a weighted sum of function values at specified points within the domain of integration. (See numerical integration for more on quadrature rules.) 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, by a suitable choice of the n points xi and n weights wi. The domain of integration for such a rule is conventionally taken as [−1, 1], so the rule is stated as Numerical analysis is the study of approximate methods for the problems of continuous mathematics (as distinguished from discrete mathematics). ... In calculus, the integral of a function is an extension of the concept of a sum. ... Partial plot of a function f. ... A weight function is a mathematical device used when performing a sum, integral, or average in order to give some elements more of a weight than others. ... Numerical Integration with the Monte Carlo method: Nodes are random equally distributed. ...   (30 April 1777 – 23 February 1855) was a German mathematician and scientist of profound genius who contributed significantly to many fields, including number theory, analysis, differential geometry, geodesy, magnetism, astronomy and optics. ... In mathematics, a polynomial is an expression in which constants and variables are combined using only addition, subtraction, multiplication, and positive whole number exponents (raising to a power). ...

int_{-1}^1 f(x),dx approx sum_{i=1}^n w_i f(x_i)

It can be shown (see Press, et al., or Stoer and Bulirsch) that the evaluation points are just the roots of a polynomial belonging to a class of orthogonal polynomials. In mathematics, a root (or a zero) of a function f is an element x in the domain of f such that f(x) = 0. ... In mathematics, a polynomial is an expression in which constants and variables are combined using only addition, subtraction, multiplication, and positive whole number exponents (raising to a power). ... In mathematics, an orthogonal polynomial sequence is an infinite sequence of polynomials p0(x), p1(x), p2(x) ... , in which each pn(x) has degree n, and such that any two different polynomials in the sequence are orthogonal to each other in the following sense: One can define an inner...

Contents

Rules for the basic problem

For the integration problem stated above, the associated polynomials are Legendre polynomials. Some low-order rules for solving the integration problem are listed below. In mathematics, Legendre functions are solutions to Legendres differential equation: They are named after Adrien-Marie Legendre. ...

Number of points, n Points, xi Weights, wi
1 0 2
2 pmsqrt{1/3} 1
3 0 8/9
pmsqrt{3/5} 5/9
4 ±0.339981044 0.652145155
±0.861136312 0.347854845
5 0 0.568889
±0.538469 0.478629
±0.906180 0.236927

Change of interval for Gaussian quadrature

An integral over [a, b] must be changed into an integral over [−1, 1] before applying the Gaussian quadrature rule. This change of interval can be done in the following way:

int_a^b f(t),dt = frac{b-a}{2} int_{-1}^1 fleft(frac{b-a}{2}x + frac{a+b}{2}right),dx

After applying the Gaussian quadrature rule, the following approximation is obtained:

frac{b-a}{2} sum_{i=1}^n w_i fleft(frac{b-a}{2}x_i + frac{a+b}{2}right)

Other forms of Gaussian quadrature

The integration problem can be expressed in a slightly more general way by introducing a positive weight function ω into the integrand, and allowing an interval other than [−1, 1]. That is, the problem is to calculate A weight function is a mathematical device used when performing a sum, integral, or average in order to give some elements more of a weight than others. ...

int_a^b omega(x),f(x),dx

for some choices of a, b, and ω. For a = −1, b = 1, and ω(x) = 1, the problem is the same as that considered above. Other choices lead to other integration rules. Some of these are tabulated below. Equation numbers are given for Abramowitz and Stegun (A & S). Abramowitz and Stegun is the informal moniker of a mathematical reference work edited by Milton Abramowitz and Irene Stegun of the U.S. National Bureau of Standards. ...

Interval ω(x) Orthogonal polynomials A & S
[−1, 1] 1, Legendre polynomials 25.4.29
(−1, 1) (1-x)^alpha (1+x)^beta,quad alpha, beta > -1, Jacobi polynomials 25.4.33 (β = 0)
(−1, 1) frac{1}{sqrt{1 - x^2}} Chebyshev polynomials (first kind) 25.4.38
[−1, 1] sqrt{1 - x^2} Chebyshev polynomials (second kind) 25.4.40
[0, ∞) e^{-x}, Laguerre polynomials 25.4.45
(−∞, ∞) e^{-x^2} Hermite polynomials 25.4.46

In mathematics, Legendre functions are solutions to Legendres differential equation: They are named after Adrien-Marie Legendre. ... In mathematics, Jacobi polynomials are a class of orthogonal polynomials. ... In mathematics the Chebyshev polynomials, named after Pafnuty Chebyshev, are a sequence of orthogonal polynomials which are related to de Moivres formula and which are easily defined recursively, like Fibonacci or Lucas numbers. ... In mathematics, the Laguerre polynomials, named after Edmond Laguerre (1834 - 1886), are a polynomial sequence defined by These polynomials are orthogonal to each other with respect to the inner product given by Also, for each n, Ln(x) is a solution of Laguerres equation which is a second-order... In mathematics, the Hermite polynomials are a classical orthogonal polynomial sequence that arise in probability, such as the Edgeworth series; in combinatorics, as an example of an Appell sequence, obeying the umbral calculus; and in physics, as the eigenstates of the quantum harmonic oscillator. ...

Fundamental theorem

Let q be a nontrivial polynomial of degree n such that

int_a^b omega(x) , x^k q(x) , dx = 0, quad text{for all }k=0,1,ldots,n-1.

If we pick the nodes to be the zeros of q, then there exist weights wi which make the computed integral exact for all polynomials of degree up to 2n − 1. Furthermore, all these nodes will lie in the open interval (a, b) (Stoer & Bulirsch 2002, pp. 172–175). In numerical analysis, a quadrature rule is an approximation of the definite integral of a function, usually stated as a weighted sum of function values at specified points within the domain of integration. ...


Error estimates

The error of a Gaussian quadrature rule can be stated as follows (Stoer & Bulirsch 2002, Thm 3.6.24). For an integrand which has 2n continuous derivatives, In numerical analysis, a quadrature rule is an approximation of the definite integral of a function, usually stated as a weighted sum of function values at specified points within the domain of integration. ...

int_a^b omega(x),f(x),dx - sum_{i=1}^n w_i,f(x_i) = frac{f^{(2n)}(&# 0;}{(2n)!} , |p_n|^2

for some ξ in (a, b), where pn is the orthogonal polynomial of order n.


Stoer and Bulirsch remark that this error estimate is inconvenient in practice, since it may be difficult to estimate the 2n'th derivative, and furthermore the actual error may be much less than a bound established by the derivative. Another approach is to use two Gaussian quadrature rules of different orders, and to estimate the error as the difference between the two results. For this purpose, Gauss-Kronrod rules can be useful.


Gauss-Kronrod rules

If the interval [a, b] is subdivided, the evaluation points of the new subintervals generally do not coincide with the previous evaluation points, and thus the integrand must be evaluated at every point. Gauss-Kronrod rules are Gaussian quadrature rules that are modified to make some of the evaluation points coincide after subdivision. The difference between the results before and after subdivision can be taken as an estimate of the error of approximation, so such an approach can increase the accuracy achieved for a given number of function evaluations. The rules are named after Alexander Kronrod who invented them in the 1960s. The algorithms in QUADPACK (see below) are based on Gauss-Kronrod rules. Aleksandr (Alexander) Semenovich Kronrod (Russian Александр Семёнович Кронрод) (October 22, 1921 – October 6, 1986) was a Russian mathematician and computer scientist, best known for the Gauss-Kronrod quadrature which he published in 1964. ...


References

  • A.S. Kronrod, Nodes and weights of quadrature formulas. Sixteen-place tables, Authorized translation from the Russian, Consultants Bureau, New York, 1965.
  • Milton Abramowitz and Irene A. Stegun, eds., Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables (Dover: New York, 1972)
  • Robert Piessens, Elise de Doncker-Kapenga, C.W. Überhuber, D.K. Kahaner. QUADPACK, A subroutine package for automatic integration. Springer Verlag, 1983. (Reference guide for QUADPACK.)
  • William H. Press, Brian P. Flannery, Saul A. Teukolsky, William T. Vetterling. Numerical Recipes in C. Cambridge, UK: Cambridge University Press, 1988. (See Section 4.5.)
  • Stoer, Josef & Roland Bulirsch (2002), Introduction to Numerical Analysis (3rd ed.), Springer, ISBN 0-387-95452-X.

Aleksandr (Alexander) Semenovich Kronrod (Russian Александр Семёнович Кронрод) (October 22, 1921 – October 6, 1986) was a Russian mathematician and computer scientist, best known for the Gauss-Kronrod quadrature which he published in 1964. ... Abramowitz and Stegun is the informal moniker of a mathematical reference work edited by Milton Abramowitz and Irene Stegun of the U.S. National Bureau of Standards. ... Numerical Recipes is the generic term for the following books on algorithms and numerical analysis, all by William Press, Saul Teukolsky, William Vetterling and Brian Flannery: Numerical Recipes in C++. The Art of Scientific Computing, ISBN 0-521-75033-4. ...

External links


  Results from FactBites:
 
Integration (382 words)
The idea of the Gaussian quadrature is that the abscissas are no longer restricted to be equally spaced, and that they can be chosen to give higher accuracy.
The argument of Gia applies here: If the number of abscissas used in the Gaussian quadrature exceeds by one the number N in the truncated expansion in equation (3.21), the error introduced by the Gaussian quadrature is totally negligible compared with the error in the truncated expansion itself.
The Gaussian quadrature method with the weight function chosen here seems to be comparable to the one used by Gia, and greatly superior to the integration methods used otherwise in connection with the AVP.
PlanetMath: quadrature (219 words)
The terms “quadrature” and “cubature” are typically used in numerical analysis to denote the approximation of a definite integral, typically by a suitable weighted sum.
Some such numerical quadrature methods are Simpson's rule, the trapezoidal rule, and Gaussian quadrature.
This is version 9 of quadrature, born on 2002-01-05, modified 2007-02-15.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.