Namespaces
Variants
Actions

Difference between revisions of "Quadrature formula"

From Encyclopedia of Mathematics
Jump to: navigation, search
(Importing text file)
 
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
<!--
 +
q0761801.png
 +
$#A+1 = 122 n = 0
 +
$#C+1 = 122 : ~/encyclopedia/old_files/data/Q076/Q.0706180 Quadrature formula
 +
Automatically converted into TeX, above some diagnostics.
 +
Please remove this comment and the {{TEX|auto}} line below,
 +
if TeX found to be correct.
 +
-->
 +
 +
{{TEX|auto}}
 +
{{TEX|done}}
 +
 
An approximate formula for the calculation of a definite integral:
 
An approximate formula for the calculation of a definite integral:
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761801.png" /></td> <td valign="top" style="width:5%;text-align:right;">(1)</td></tr></table>
+
$$ \tag{1 }
 +
\int\limits _ { a } ^ { b }
 +
p ( x) f ( x)  d x
 +
\cong  \sum _ { j= 1} ^ { N }
 +
C _ {j} f ( x _ {j} ) .
 +
$$
  
On the left-hand side is the integral to be calculated. The integrand is written as a product of two functions. The first, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761802.png" />, is considered to be fixed for the given quadrature formula and is called the weight function; the function <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761803.png" /> belongs to a fairly-wide class of functions, for example, continuous functions for which the integral on the left-hand side of (1) exists. The sum on the right-hand side of (1) is called the quadrature sum, the numbers <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761804.png" /> are called the nodes of the quadrature formula, while the numbers <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761805.png" /> are called its weights. The determination of an approximate value of the integral by means of formula (1) reduces to the calculation of the quadrature sum; the values of the nodes and the weights are usually taken from tables (see, for example, [[#References|[3]]]).
+
On the left-hand side is the integral to be calculated. The integrand is written as a product of two functions. The first, $  p ( x) $,  
 +
is considered to be fixed for the given quadrature formula and is called the weight function; the function $  f ( x) $
 +
belongs to a fairly-wide class of functions, for example, continuous functions for which the integral on the left-hand side of (1) exists. The sum on the right-hand side of (1) is called the quadrature sum, the numbers $  x _ {j} $
 +
are called the nodes of the quadrature formula, while the numbers $  C _ {j} $
 +
are called its weights. The determination of an approximate value of the integral by means of formula (1) reduces to the calculation of the quadrature sum; the values of the nodes and the weights are usually taken from tables (see, for example, [[#References|[3]]]).
  
The most widespread quadrature formulas are those based on algebraic interpolation. Let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761806.png" /> be distinct points (usually <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761807.png" /> although this requirement is not essential) and let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761808.png" /> be the interpolation polynomial for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q0761809.png" /> constructed from its values at these points:
+
The most widespread quadrature formulas are those based on algebraic interpolation. Let $  x _ {1} \dots x _ {N} $
 +
be distinct points (usually $  x _ {i} \in [ a , b ] $
 +
although this requirement is not essential) and let $  P ( x) $
 +
be the interpolation polynomial for $  f ( x) $
 +
constructed from its values at these points:
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618010.png" /></td> </tr></table>
+
$$
 +
P ( x)  = \
 +
\sum _ { i= 1} ^ { N }
 +
L _ {i} ( x) f ( x _ {i} ) .
 +
$$
  
Here <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618011.png" /> is the Lagrangian basis polynomial of the <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618012.png" />-th node (cf. [[Lagrange interpolation formula|Lagrange interpolation formula]]): <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618013.png" /> (<img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618014.png" /> is the [[Kronecker symbol|Kronecker symbol]]). The integral over <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618015.png" /> of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618016.png" /> is approximately replaced by the integral of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618017.png" />; one obtains an approximate equation of the form (1), in which
+
Here $  L _ {i} ( x) $
 +
is the Lagrangian basis polynomial of the $  i $-th node (cf. [[Lagrange interpolation formula|Lagrange interpolation formula]]): $  L _ {i} ( x _ {j} ) = \delta _ {ij} $ (
 +
$  \delta _ {ij} $
 +
is the [[Kronecker symbol|Kronecker symbol]]). The integral over $  [ a , b ] $
 +
of $  p ( x) f ( x) $
 +
is approximately replaced by the integral of $  p ( x) P ( x) $;  
 +
one obtains an approximate equation of the form (1), in which
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618018.png" /></td> <td valign="top" style="width:5%;text-align:right;">(2)</td></tr></table>
+
$$ \tag{2 }
 +
C _ {i}  = \
 +
\int\limits _ { a } ^ { b }
 +
p ( x) L _ {i} ( x)  d x ,\  i = 1 \dots N .
 +
$$
  
 
The existence of the integral in (2) is equivalent to the existence of the moments of the weight function:
 
The existence of the integral in (2) is equivalent to the existence of the moments of the weight function:
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618019.png" /></td> </tr></table>
+
$$
 +
\mu _ {k}  = \
 +
\int\limits _ { a } ^ { b }  p ( x) x  ^ {k}  d x ,\  k = 0 \dots N
 +
$$
  
(here and in what follows it is assumed that the required moments of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618020.png" /> exist; in particular, in the case <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618021.png" /> the interval <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618022.png" /> is taken to be finite, cf. [[Moment problem|Moment problem]]).
+
(here and in what follows it is assumed that the required moments of $  p ( x) $
 +
exist; in particular, in the case $  p ( x) = 1 $
 +
the interval $  [ a , b ] $
 +
is taken to be finite, cf. [[Moment problem|Moment problem]]).
  
The quadrature formula (1) in which the weights are defined by equations (2) is called an interpolatory quadrature formula. An integer <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618023.png" /> is called the algebraic degree of accuracy of (1) if (1) is exact when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618024.png" /> is any polynomial of degree not exceeding <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618025.png" /> and if it is not exact for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618026.png" />. In order that (1) be an interpolatory quadrature formula it is necessary and sufficient that its algebraic degree of accuracy <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618027.png" /> satisfies the inequality <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618028.png" />.
+
The quadrature formula (1) in which the weights are defined by equations (2) is called an interpolatory quadrature formula. An integer $  d \geq  0 $
 +
is called the algebraic degree of accuracy of (1) if (1) is exact when $  f ( x) $
 +
is any polynomial of degree not exceeding $  d $
 +
and if it is not exact for $  f ( x) = x  ^ {d+1} $.  
 +
In order that (1) be an interpolatory quadrature formula it is necessary and sufficient that its algebraic degree of accuracy $  d $
 +
satisfies the inequality $  d \geq  N - 1 $.
  
Let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618029.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618030.png" /> be finite. The interpolatory quadrature formula with equally-spaced nodes
+
Let $  p ( x) = 1 $
 +
and $  [ a , b ] $
 +
be finite. The interpolatory quadrature formula with equally-spaced nodes
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618031.png" /></td> <td valign="top" style="width:5%;text-align:right;">(3)</td></tr></table>
+
$$ \tag{3 }
 +
x _ {j}  = a + j h ,\ \
 +
j = 0 \dots n ,\ \
 +
h =  
 +
\frac{( b - a ) }{n}
 +
,
 +
$$
  
where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618032.png" /> is a positive integer, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618033.png" />, is called the [[Newton–Cotes quadrature formula|Newton–Cotes quadrature formula]]; this quadrature formula has algebraic degree of accuracy <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618034.png" /> when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618035.png" /> is odd and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618036.png" /> when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618037.png" /> is even. The interpolatory quadrature formula with a single node,
+
where $  n $
 +
is a positive integer, $  N = n + 1 $,  
 +
is called the [[Newton–Cotes quadrature formula|Newton–Cotes quadrature formula]]; this quadrature formula has algebraic degree of accuracy $  d = n $
 +
when $  n $
 +
is odd and $  d = n + 1 $
 +
when $  n $
 +
is even. The interpolatory quadrature formula with a single node,
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618038.png" /></td> </tr></table>
+
$$
 +
\int\limits _ { a } ^ { b }
 +
f ( x)  d x  \cong \
 +
( b - a ) f ( \xi ) ,\ \
 +
a \leq  \xi \leq  b ,
 +
$$
  
is called the [[Rectangle rule|rectangle rule]] or midpoint rule; its algebraic degree of accuracy <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618039.png" /> when <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618040.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618041.png" /> in the remaining cases.
+
is called the [[Rectangle rule|rectangle rule]] or midpoint rule; its algebraic degree of accuracy $  d = 1 $
 +
when $  \xi = ( a + b ) / 2 $
 +
and $  d = 0 $
 +
in the remaining cases.
  
 
Let
 
Let
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618042.png" /></td> <td valign="top" style="width:5%;text-align:right;">(4)</td></tr></table>
+
$$ \tag{4 }
 +
p ( x)  \geq  0 \ \
 +
\mathop{\rm on} \
 +
[ a , b ] ,\ \
 +
\mu _ {0}  > 0 .
 +
$$
 +
 
 +
An interpolatory quadrature formula (1) in which the nodes are the roots of an orthogonal polynomial of degree  $  n $
 +
on  $  [ a , b ] $
 +
with weight function  $  p ( x) $
 +
is called a quadrature formula of Gauss type; it is also called a quadrature formula of highest algebraic degree of accuracy, since under the conditions (4) no quadrature formula with  $  N $
 +
nodes can be precise for  $  x  ^ {2N} $.
  
An interpolatory quadrature formula (1) in which the nodes are the roots of an orthogonal polynomial of degree <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618043.png" /> on <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618044.png" /> with weight function <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618045.png" /> is called a quadrature formula of Gauss type; it is also called a quadrature formula of highest algebraic degree of accuracy, since under the conditions (4) no quadrature formula with <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618046.png" /> nodes can be precise for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618047.png" />. The most widely used quadrature formulas of Gauss type are those defined by the following special cases of the weight function <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618048.png" /> and interval <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618049.png" />:
+
The most widely used quadrature formulas of Gauss type are those defined by the following special cases of the weight function $  p ( x) $
 +
and interval $  [ a , b ] $:
  
the Jacobi weight <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618050.png" /> (<img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618051.png" />) on <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618052.png" /> with parameter values: a) <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618053.png" /> (the [[Gauss quadrature formula|Gauss quadrature formula]]); b) <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618054.png" /> (the [[Mehler quadrature formula|Mehler quadrature formula]]); c) <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618055.png" />; and d) <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618056.png" />;
+
* the Jacobi weight $  ( 1 - x )  ^  \alpha  ( 1 + x )  ^  \beta  $ ($  \alpha , \beta > - 1 $) on $  [ - 1 , 1 ] $ with parameter values:  
 +
** a) $  \alpha = \beta = 0 $ (the [[Gauss quadrature formula|Gauss quadrature formula]]);  
 +
** b) $  \alpha = \beta = - 1 / 2 $ (the [[Mehler quadrature formula|Mehler quadrature formula]]);  
 +
** c) $  \alpha = \beta = 1 / 2 $; and
 +
** d) $  \alpha = - \beta = 1 / 2 $;
  
the Hermite weight <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618057.png" /> on (<img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618058.png" />); and
+
* the Hermite weight $  \mathop{\rm exp} ( - x  ^ {2} ) $ on ( $  - \infty , + \infty $); and
  
the Laguerre weight <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618059.png" /> (<img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618060.png" />) on <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618061.png" />.
+
* the Laguerre weight $  x  ^  \alpha    \mathop{\rm exp} ( - x ) $ ($  \alpha > - 1 $) on $  ( 0 , + \infty ) $.
  
There exist quadrature formulas in which some of the nodes are fixed in advance, while the remaining ones are chosen so that the formula will have highest algebraic degree of accuracy. Such, for example, are the [[Lobatto quadrature formula|Lobatto quadrature formula]] and the [[Radau quadrature formula|Radau quadrature formula]] for the calculation of an integral over <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618062.png" /> with weight function 1. In the first of these the nodes are <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618063.png" />, while in the second, one of these points is fixed only.
+
There exist quadrature formulas in which some of the nodes are fixed in advance, while the remaining ones are chosen so that the formula will have highest algebraic degree of accuracy. Such, for example, are the [[Lobatto quadrature formula|Lobatto quadrature formula]] and the [[Radau quadrature formula|Radau quadrature formula]] for the calculation of an integral over $  [ - 1 , 1 ] $
 +
with weight function 1. In the first of these the nodes are $  - 1 , 1 $,  
 +
while in the second, one of these points is fixed only.
  
 
Two quadrature formulas with weight function 1,
 
Two quadrature formulas with weight function 1,
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618064.png" /></td> </tr></table>
+
$$
 +
\int\limits _ { c } ^ { d }
 +
f ( t)  d t  \cong \
 +
\sum _ { j= 1} ^ { m }
 +
C _ {j} f ( t _ {j} ) ,\ \
 +
\int\limits _  \gamma  ^  \delta 
 +
\phi ( \tau )  d \tau  \cong \
 +
\sum _ { j= 1} ^ { m }
 +
\Gamma _ {j} \phi ( \tau _ {j} ) ,
 +
$$
  
are said to be similar if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618065.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618066.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618067.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618068.png" /> is defined by the equation <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618069.png" />. In the case of a finite interval <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618070.png" />,
+
are said to be similar if $  t _ {j} - c = s ( \tau _ {j} - \gamma ) $,  
 +
$  C _ {j} = s \Gamma _ {j} $,  
 +
$  j = 1 \dots m $,  
 +
where $  s $
 +
is defined by the equation $  d - c = s ( \delta - \gamma ) $.  
 +
In the case of a finite interval $  [ a , b ] $,
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618071.png" /></td> <td valign="top" style="width:5%;text-align:right;">(5)</td></tr></table>
+
$$ \tag{5 }
 +
\int\limits _ { a } ^ { b }
 +
f ( x)  d x  = \
 +
\sum _ { i= 0} ^ { n-1 }
 +
\int\limits _ {x _ {i} } ^ {x _ {i+1}}
 +
f ( x) d x ,
 +
$$
  
where the <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618072.png" /> are defined by (3). If for the calculation of integrals over the intervals <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618073.png" /> one applies quadrature formulas that are similar to the same quadrature formula, equation (5) leads to a composite quadrature formula for the calculation of the integral at the left-hand side. Such, for example, is the composite rectangle rule:
+
where the $  x _ {i} $
 +
are defined by (3). If for the calculation of integrals over the intervals $  [ x _ {i} , x _ {i+1} ) $
 +
one applies quadrature formulas that are similar to the same quadrature formula, equation (5) leads to a composite quadrature formula for the calculation of the integral at the left-hand side. Such, for example, is the composite rectangle rule:
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618074.png" /></td> </tr></table>
+
$$
 +
\int\limits _ { a } ^ { b }  f ( x)  d x  \cong  h
 +
\sum _ { j= 1} ^ { n }  f ( \xi + ( j - 1 ) h ) ,\ \
 +
\xi \in [ a , a + h ] .
 +
$$
  
In the case <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618075.png" /> this quadrature formula is exact for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618076.png" /> for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618077.png" />.
+
In the case $  b - a = 2 \pi $
 +
this quadrature formula is exact for $  \cos  k x , \sin  k x $
 +
for $  k = 0 \dots n - 1 $.
  
It is possible to consider the interpolatory formulas obtained by integrating the Hermite interpolation polynomials of the function <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618078.png" />. In the quadrature sum of such a quadrature formula not only the values of the function itself at the nodes do enter, but also the values of its successive derivatives up to some order. The values of the derivatives of the integrand at the ends of the range of integration are also used in the [[Euler–MacLaurin formula|Euler–MacLaurin formula]].
+
It is possible to consider the interpolatory formulas obtained by integrating the Hermite interpolation polynomials of the function $  f ( x) $.  
 +
In the quadrature sum of such a quadrature formula not only the values of the function itself at the nodes do enter, but also the values of its successive derivatives up to some order. The values of the derivatives of the integrand at the ends of the range of integration are also used in the [[Euler–MacLaurin formula|Euler–MacLaurin formula]].
  
 
For the error of the quadrature formula (1),
 
For the error of the quadrature formula (1),
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618079.png" /></td> </tr></table>
+
$$
 +
R ( f  )  = \
 +
\int\limits _ { a } ^ { b }  p ( x) f ( x)  d x -
 +
\sum _ { j= 1} ^ { N }  C _ {j} f ( x _ {j} ),
 +
$$
  
there are representations in which the derivative <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618080.png" /> enters. These representations are of little use for the actual estimation of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618081.png" />, since one needs an estimate of the derivative <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618082.png" />. The error <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618083.png" /> is an additive homogeneous functional on the vector space of functions for which it is defined.
+
there are representations in which the derivative $  f ^ { ( r) } ( x) $
 +
enters. These representations are of little use for the actual estimation of $  R ( f  ) $,  
 +
since one needs an estimate of the derivative $  f ^ { ( r) } ( x) $.  
 +
The error $  R ( f  ) $
 +
is an additive homogeneous functional on the vector space of functions for which it is defined.
  
Another approach to the construction of a quadrature formula is based on minimization of the norm of the error functional <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618084.png" />.
+
Another approach to the construction of a quadrature formula is based on minimization of the norm of the error functional $  R( f  ) $.
  
Let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618085.png" /> be the error of a quadrature formula that is exact for all polynomials of degree not exceeding <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618086.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618087.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618088.png" />. Let <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618089.png" /> (<img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618090.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618091.png" /> is a positive integer) be the vector space of functions <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618092.png" /> that have on <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618093.png" /> an absolutely-continuous derivative of order <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618094.png" /> and a derivative of order <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618095.png" /> whose <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618096.png" />-th power is summable. Two functions in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618097.png" /> are considered to be equivalent if their difference is a polynomial of degree not exceeding <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618098.png" />. The set of equivalence classes (the quotient space of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q07618099.png" /> by the vector space of polynomials of degree not exceeding <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180100.png" />) is a vector space, denoted by <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180101.png" />. A norm can be introduced into <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180102.png" /> be setting for a class <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180103.png" />,
+
Let $  R ( f  ) $
 +
be the error of a quadrature formula that is exact for all polynomials of degree not exceeding $  r - 1 $,  
 +
where $  [ a , b ] = [ 0 , 1 ] $
 +
and $  p ( x) = 1 $.  
 +
Let $  W _ {q}  ^ {( r)} $
 +
(q > 1 $ and $  r $
 +
is a positive integer) be the vector space of functions $  f ( x) $
 +
that have on $  [ 0 , 1 ] $
 +
an absolutely-continuous derivative of order $  r - 1 $
 +
and a derivative of order $  r $
 +
whose q $-
 +
th power is summable. Two functions in $  W _ {q}  ^ {( r)} $
 +
are considered to be equivalent if their difference is a polynomial of degree not exceeding $  r - 1 $.  
 +
The set of equivalence classes (the quotient space of $  W _ {q}  ^ {( r)} $
 +
by the vector space of polynomials of degree not exceeding $  r - 1 $)  
 +
is a vector space, denoted by $  L _ {q}  ^ {( r)} $.  
 +
A norm can be introduced into $  L _ {q}  ^ {( r)} $
 +
be setting for a class $  \psi \in L _ {q}  ^ {( r)} $,
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180104.png" /></td> </tr></table>
+
$$
 +
\| \psi \|  = \
 +
\| f ^ { ( r) } \| _ { L _ q }  = \
 +
\left \{
 +
\int\limits _ { 0 } ^ { 1 }  | f ^ { ( r) } ( x) |  ^ {q}  d x
 +
\right \}  ^ {1/q} ,
 +
$$
  
where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180105.png" /> is any function belonging to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180106.png" />. The error functional of the quadrature formula can be considered on <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180107.png" /> by setting <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180108.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180109.png" />. The error functional <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180110.png" /> is continuous on the normed linear space <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180111.png" />. Its norm <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180112.png" /> characterizes the accuracy of the quadrature formula for all functions in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180113.png" />: For any <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180114.png" /> the inequality
+
where $  f $
 +
is any function belonging to $  \psi $.  
 +
The error functional of the quadrature formula can be considered on $  L _ {q}  ^ {( r)} $
 +
by setting $  R ( \psi ) = R ( f  ) $,  
 +
$  f \in \psi $.  
 +
The error functional $  R ( \psi ) $
 +
is continuous on the normed linear space $  L _ {q}  ^ {( r)} $.  
 +
Its norm $  \| R \| $
 +
characterizes the accuracy of the quadrature formula for all functions in $  W _ {q}  ^ {( r)} $:  
 +
For any $  f \in W _ {q}  ^ {( r)} $
 +
the inequality
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180115.png" /></td> </tr></table>
+
$$
 +
| R ( f  ) |  \leq  \
 +
\| R \| \cdot \| f ^ { ( r) } \| _ {L _ {q}  }
 +
$$
  
holds, and this best possible. It is clear that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180116.png" /> is a function of the parameters <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180117.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180118.png" />, of the quadrature formula and it is natural to try to choose them so that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180119.png" /> has a minimal value. This leads to a quadrature formula (from the class considered) whose error allows a minimal estimate for all functions of the space <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180120.png" />. Thus, the construction of a quadrature formula reduces to the solution of an extremal problem. This problem, even for the special case above, is extremely complicated and its solution has been obtained only for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180121.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/q/q076/q076180/q076180122.png" />.
+
holds, and this best possible. It is clear that $  \| R \| $
 +
is a function of the parameters $  x _ {k} , C _ {k} $,  
 +
$  k = 1 \dots N $,  
 +
of the quadrature formula and it is natural to try to choose them so that $  \| R \| $
 +
has a minimal value. This leads to a quadrature formula (from the class considered) whose error allows a minimal estimate for all functions of the space $  W _ {q}  ^ {( r)} $.  
 +
Thus, the construction of a quadrature formula reduces to the solution of an extremal problem. This problem, even for the special case above, is extremely complicated and its solution has been obtained only for $  r = 1 $
 +
and $  r = 2 $.
  
 
====References====
 
====References====
 
<table><TR><TD valign="top">[1]</TD> <TD valign="top">  V.I. Krylov,  "Approximate calculation of integrals" , Macmillan  (1962)  (Translated from Russian)</TD></TR><TR><TD valign="top">[2]</TD> <TD valign="top">  S.M. Nikol'skii,  "Quadrature formulas" , Hindushtan Publ. Comp. , London  (1974)  (Translated from Russian)</TD></TR><TR><TD valign="top">[3]</TD> <TD valign="top">  V.I. Krylov,  L.T. Shul'gina,  "Handbook on numerical integration" , Moscow  (1966)  (In Russian)</TD></TR></table>
 
<table><TR><TD valign="top">[1]</TD> <TD valign="top">  V.I. Krylov,  "Approximate calculation of integrals" , Macmillan  (1962)  (Translated from Russian)</TD></TR><TR><TD valign="top">[2]</TD> <TD valign="top">  S.M. Nikol'skii,  "Quadrature formulas" , Hindushtan Publ. Comp. , London  (1974)  (Translated from Russian)</TD></TR><TR><TD valign="top">[3]</TD> <TD valign="top">  V.I. Krylov,  L.T. Shul'gina,  "Handbook on numerical integration" , Moscow  (1966)  (In Russian)</TD></TR></table>
 
 
  
 
====Comments====
 
====Comments====
 
  
 
====References====
 
====References====
 
<table><TR><TD valign="top">[a1]</TD> <TD valign="top">  P.J. Davis,  P. Rabinowitz,  "Methods of numerical integration" , Acad. Press  (1975)</TD></TR></table>
 
<table><TR><TD valign="top">[a1]</TD> <TD valign="top">  P.J. Davis,  P. Rabinowitz,  "Methods of numerical integration" , Acad. Press  (1975)</TD></TR></table>

Latest revision as of 01:56, 4 January 2022


An approximate formula for the calculation of a definite integral:

$$ \tag{1 } \int\limits _ { a } ^ { b } p ( x) f ( x) d x \cong \sum _ { j= 1} ^ { N } C _ {j} f ( x _ {j} ) . $$

On the left-hand side is the integral to be calculated. The integrand is written as a product of two functions. The first, $ p ( x) $, is considered to be fixed for the given quadrature formula and is called the weight function; the function $ f ( x) $ belongs to a fairly-wide class of functions, for example, continuous functions for which the integral on the left-hand side of (1) exists. The sum on the right-hand side of (1) is called the quadrature sum, the numbers $ x _ {j} $ are called the nodes of the quadrature formula, while the numbers $ C _ {j} $ are called its weights. The determination of an approximate value of the integral by means of formula (1) reduces to the calculation of the quadrature sum; the values of the nodes and the weights are usually taken from tables (see, for example, [3]).

The most widespread quadrature formulas are those based on algebraic interpolation. Let $ x _ {1} \dots x _ {N} $ be distinct points (usually $ x _ {i} \in [ a , b ] $ although this requirement is not essential) and let $ P ( x) $ be the interpolation polynomial for $ f ( x) $ constructed from its values at these points:

$$ P ( x) = \ \sum _ { i= 1} ^ { N } L _ {i} ( x) f ( x _ {i} ) . $$

Here $ L _ {i} ( x) $ is the Lagrangian basis polynomial of the $ i $-th node (cf. Lagrange interpolation formula): $ L _ {i} ( x _ {j} ) = \delta _ {ij} $ ( $ \delta _ {ij} $ is the Kronecker symbol). The integral over $ [ a , b ] $ of $ p ( x) f ( x) $ is approximately replaced by the integral of $ p ( x) P ( x) $; one obtains an approximate equation of the form (1), in which

$$ \tag{2 } C _ {i} = \ \int\limits _ { a } ^ { b } p ( x) L _ {i} ( x) d x ,\ i = 1 \dots N . $$

The existence of the integral in (2) is equivalent to the existence of the moments of the weight function:

$$ \mu _ {k} = \ \int\limits _ { a } ^ { b } p ( x) x ^ {k} d x ,\ k = 0 \dots N $$

(here and in what follows it is assumed that the required moments of $ p ( x) $ exist; in particular, in the case $ p ( x) = 1 $ the interval $ [ a , b ] $ is taken to be finite, cf. Moment problem).

The quadrature formula (1) in which the weights are defined by equations (2) is called an interpolatory quadrature formula. An integer $ d \geq 0 $ is called the algebraic degree of accuracy of (1) if (1) is exact when $ f ( x) $ is any polynomial of degree not exceeding $ d $ and if it is not exact for $ f ( x) = x ^ {d+1} $. In order that (1) be an interpolatory quadrature formula it is necessary and sufficient that its algebraic degree of accuracy $ d $ satisfies the inequality $ d \geq N - 1 $.

Let $ p ( x) = 1 $ and $ [ a , b ] $ be finite. The interpolatory quadrature formula with equally-spaced nodes

$$ \tag{3 } x _ {j} = a + j h ,\ \ j = 0 \dots n ,\ \ h = \frac{( b - a ) }{n} , $$

where $ n $ is a positive integer, $ N = n + 1 $, is called the Newton–Cotes quadrature formula; this quadrature formula has algebraic degree of accuracy $ d = n $ when $ n $ is odd and $ d = n + 1 $ when $ n $ is even. The interpolatory quadrature formula with a single node,

$$ \int\limits _ { a } ^ { b } f ( x) d x \cong \ ( b - a ) f ( \xi ) ,\ \ a \leq \xi \leq b , $$

is called the rectangle rule or midpoint rule; its algebraic degree of accuracy $ d = 1 $ when $ \xi = ( a + b ) / 2 $ and $ d = 0 $ in the remaining cases.

Let

$$ \tag{4 } p ( x) \geq 0 \ \ \mathop{\rm on} \ [ a , b ] ,\ \ \mu _ {0} > 0 . $$

An interpolatory quadrature formula (1) in which the nodes are the roots of an orthogonal polynomial of degree $ n $ on $ [ a , b ] $ with weight function $ p ( x) $ is called a quadrature formula of Gauss type; it is also called a quadrature formula of highest algebraic degree of accuracy, since under the conditions (4) no quadrature formula with $ N $ nodes can be precise for $ x ^ {2N} $.

The most widely used quadrature formulas of Gauss type are those defined by the following special cases of the weight function $ p ( x) $ and interval $ [ a , b ] $:

  • the Jacobi weight $ ( 1 - x ) ^ \alpha ( 1 + x ) ^ \beta $ ($ \alpha , \beta > - 1 $) on $ [ - 1 , 1 ] $ with parameter values:
  • the Hermite weight $ \mathop{\rm exp} ( - x ^ {2} ) $ on ( $ - \infty , + \infty $); and
  • the Laguerre weight $ x ^ \alpha \mathop{\rm exp} ( - x ) $ ($ \alpha > - 1 $) on $ ( 0 , + \infty ) $.

There exist quadrature formulas in which some of the nodes are fixed in advance, while the remaining ones are chosen so that the formula will have highest algebraic degree of accuracy. Such, for example, are the Lobatto quadrature formula and the Radau quadrature formula for the calculation of an integral over $ [ - 1 , 1 ] $ with weight function 1. In the first of these the nodes are $ - 1 , 1 $, while in the second, one of these points is fixed only.

Two quadrature formulas with weight function 1,

$$ \int\limits _ { c } ^ { d } f ( t) d t \cong \ \sum _ { j= 1} ^ { m } C _ {j} f ( t _ {j} ) ,\ \ \int\limits _ \gamma ^ \delta \phi ( \tau ) d \tau \cong \ \sum _ { j= 1} ^ { m } \Gamma _ {j} \phi ( \tau _ {j} ) , $$

are said to be similar if $ t _ {j} - c = s ( \tau _ {j} - \gamma ) $, $ C _ {j} = s \Gamma _ {j} $, $ j = 1 \dots m $, where $ s $ is defined by the equation $ d - c = s ( \delta - \gamma ) $. In the case of a finite interval $ [ a , b ] $,

$$ \tag{5 } \int\limits _ { a } ^ { b } f ( x) d x = \ \sum _ { i= 0} ^ { n-1 } \int\limits _ {x _ {i} } ^ {x _ {i+1}} f ( x) d x , $$

where the $ x _ {i} $ are defined by (3). If for the calculation of integrals over the intervals $ [ x _ {i} , x _ {i+1} ) $ one applies quadrature formulas that are similar to the same quadrature formula, equation (5) leads to a composite quadrature formula for the calculation of the integral at the left-hand side. Such, for example, is the composite rectangle rule:

$$ \int\limits _ { a } ^ { b } f ( x) d x \cong h \sum _ { j= 1} ^ { n } f ( \xi + ( j - 1 ) h ) ,\ \ \xi \in [ a , a + h ] . $$

In the case $ b - a = 2 \pi $ this quadrature formula is exact for $ \cos k x , \sin k x $ for $ k = 0 \dots n - 1 $.

It is possible to consider the interpolatory formulas obtained by integrating the Hermite interpolation polynomials of the function $ f ( x) $. In the quadrature sum of such a quadrature formula not only the values of the function itself at the nodes do enter, but also the values of its successive derivatives up to some order. The values of the derivatives of the integrand at the ends of the range of integration are also used in the Euler–MacLaurin formula.

For the error of the quadrature formula (1),

$$ R ( f ) = \ \int\limits _ { a } ^ { b } p ( x) f ( x) d x - \sum _ { j= 1} ^ { N } C _ {j} f ( x _ {j} ), $$

there are representations in which the derivative $ f ^ { ( r) } ( x) $ enters. These representations are of little use for the actual estimation of $ R ( f ) $, since one needs an estimate of the derivative $ f ^ { ( r) } ( x) $. The error $ R ( f ) $ is an additive homogeneous functional on the vector space of functions for which it is defined.

Another approach to the construction of a quadrature formula is based on minimization of the norm of the error functional $ R( f ) $.

Let $ R ( f ) $ be the error of a quadrature formula that is exact for all polynomials of degree not exceeding $ r - 1 $, where $ [ a , b ] = [ 0 , 1 ] $ and $ p ( x) = 1 $. Let $ W _ {q} ^ {( r)} $ ($ q > 1 $ and $ r $ is a positive integer) be the vector space of functions $ f ( x) $ that have on $ [ 0 , 1 ] $ an absolutely-continuous derivative of order $ r - 1 $ and a derivative of order $ r $ whose $ q $- th power is summable. Two functions in $ W _ {q} ^ {( r)} $ are considered to be equivalent if their difference is a polynomial of degree not exceeding $ r - 1 $. The set of equivalence classes (the quotient space of $ W _ {q} ^ {( r)} $ by the vector space of polynomials of degree not exceeding $ r - 1 $) is a vector space, denoted by $ L _ {q} ^ {( r)} $. A norm can be introduced into $ L _ {q} ^ {( r)} $ be setting for a class $ \psi \in L _ {q} ^ {( r)} $,

$$ \| \psi \| = \ \| f ^ { ( r) } \| _ { L _ q } = \ \left \{ \int\limits _ { 0 } ^ { 1 } | f ^ { ( r) } ( x) | ^ {q} d x \right \} ^ {1/q} , $$

where $ f $ is any function belonging to $ \psi $. The error functional of the quadrature formula can be considered on $ L _ {q} ^ {( r)} $ by setting $ R ( \psi ) = R ( f ) $, $ f \in \psi $. The error functional $ R ( \psi ) $ is continuous on the normed linear space $ L _ {q} ^ {( r)} $. Its norm $ \| R \| $ characterizes the accuracy of the quadrature formula for all functions in $ W _ {q} ^ {( r)} $: For any $ f \in W _ {q} ^ {( r)} $ the inequality

$$ | R ( f ) | \leq \ \| R \| \cdot \| f ^ { ( r) } \| _ {L _ {q} } $$

holds, and this best possible. It is clear that $ \| R \| $ is a function of the parameters $ x _ {k} , C _ {k} $, $ k = 1 \dots N $, of the quadrature formula and it is natural to try to choose them so that $ \| R \| $ has a minimal value. This leads to a quadrature formula (from the class considered) whose error allows a minimal estimate for all functions of the space $ W _ {q} ^ {( r)} $. Thus, the construction of a quadrature formula reduces to the solution of an extremal problem. This problem, even for the special case above, is extremely complicated and its solution has been obtained only for $ r = 1 $ and $ r = 2 $.

References

[1] V.I. Krylov, "Approximate calculation of integrals" , Macmillan (1962) (Translated from Russian)
[2] S.M. Nikol'skii, "Quadrature formulas" , Hindushtan Publ. Comp. , London (1974) (Translated from Russian)
[3] V.I. Krylov, L.T. Shul'gina, "Handbook on numerical integration" , Moscow (1966) (In Russian)

Comments

References

[a1] P.J. Davis, P. Rabinowitz, "Methods of numerical integration" , Acad. Press (1975)
How to Cite This Entry:
Quadrature formula. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Quadrature_formula&oldid=12491
This article was adapted from an original article by I.P. Mysovskikh (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article