Home About a dubious proof of a correct result about closed Newton Cotes error formulas
Article Open Access

About a dubious proof of a correct result about closed Newton Cotes error formulas

  • David J. López , Jose A. Padilla , Juan Ruiz , Carlos Tapia and Juan C. Trillo EMAIL logo
Published/Copyright: November 24, 2023

Abstract

In this study, we comment about a wrong proof, at least incomplete, of the closed Newton Cotes error formulas for integration in a closed interval [ a , b ] . These error formulas appear as an intuitive generalization of the simple proof for the error formula of the trapezoidal rule, and their proofs present one controversial step, which converts the proofs in mischievous, or at least, this step needs a clear clarification that it is not easy to derive. The correct proof of such formulas comes from a technique based on the Peano kernel.

MSC 2010: 41A05; 41A55; 65D30; 65D32

1 Introduction

Integration methods are a fundamental part of numerical analysis and constitute a way of approximating the value of integrals that cannot be calculated exactly using other methods. The numerical computation of an integral of an univariate function is normally called quadrature [1,2], and the term “cubature” is used for multiple integrals [3,4].

There are many different methods of quadrature for univariate functions. Some of them are based on a set of equally spaced points at the interval [ a , b ] , such as the closed Newton Cotes formulas and the open Newton Cotes formulas [5,6]. Other methods do not require that the knots are equally spaced, but they are interpolatory [7], and a general theory arises for these methods linking them with the Vandermonde matrices to the determination of the coefficients. When trying to locate the knots at the best places in the interval in order to reduce the approximation error, we find the Gaussian methods [8]. Many other methods try to avoid possible discontinuities in the underlying function by implementing nonlinear strategies that make them adaptive methods [9,10].

Numerical integration methods have many applications in different fields, ranging from research to various areas of engineering developments. It is used, for example, in image processing since the pixels can be interpreted as cell averages of a function [1114], and in computational fluid dynamics where the right interpretation of the input data of the problem is again given by considering cell averages [15]. Many other examples arise in industry, for example, in naval manufacturing, just to mention a case. Computer programs, such as MaxSurf [16], for instance, offer to the naval architects many data about ships and submarines based on internal calculus where they constantly solve numerical integrals to approximate sectional areas, volumes, and inertial moments [17,18].

In many applications, the entries of the numerical integration methods are not longer the underlying functions but approximations, carried out by adequate measurements, of the function values at specific locations. Nevertheless, due to the final expressions of the formulas, the methods run equally. Maybe, the simplest integration method, but one of which its use is most extended, is the so-called trapezoidal rule. This method consists in nothing else but integrating the interpolation polynomial of degree 1 that passes through the points ( a , f ( a ) ) and ( b , f ( b ) ) instead of integrating the function. A generalization of this method to higher-order interpolation polynomials based on equally spaced points in the interval [ a , b ] constitutes the closed Newton Cotes rules.

In this article, we are going to deal with the error formulas associated with the closed Newton Cotes rules in a given interval [ a , b ] . In particular, we want to comment about a dubious proof, at least incomplete, of the Simpson 3 8 rule, i.e., the closed Newton Cotes formula using third-degree polynomials. This formula can be obtained using a modification of the simple proof for the error formula of the trapezoidal rule, although one of the crucial steps in the proof is not clear at all. In fact, it seems to be false. We explain in detail why the proof is doubtful and we indicate the already well-known technique of the Peano kernel [1921], which gives a more elaborated but completely correct proof.

There exists the possibility of obtaining other error formulas for functions, which are fewer times differentiable, at least for Simpson rule [22]. However, the most standard error formulas for closed Newton Cotes rules, the ones that we consider in this article, assume dealing with differentiable enough functions to validate the interpolation error formulas used through the proofs.

This article is organized as follows: in Section 2, we recall the basic integration trapezoidal rule and give the proofs for its error formula. In Section 3, we present the closed Newton Cotes rules in an interval [ a , b ] . In Section 4, we present the intuitive way of deriving the error formula for the closed Newton Cotes rule with four points, i.e., the Simpson 3 8 rule, and we point out the key step that it is not well supported. In Section 5, we present the already well-known derivation of the error formula using the Peano kernel. In Section 6, we address the same situation for general close Newton Cotes rules based on polynomials of arbitrary degree n N . Finally, in Section 7, we give some conclusions.

2 The local trapezoidal rule

In this section, the main results used for the definition of the local trapezoidal rule and the derivation of the local error formula are shown, just to serve as an indicator of how someone could imagine to carry out the proofs for the attainment of the corresponding local error formulas for general closed Newton Cotes formulas that involve higher-degree polynomials.

Let us consider a continuous function f ( x ) , x [ a , b ] . The local trapezoidal rule uses an approximation of the underlying function in the interval [ a , b ] by a polynomial p 1 ( x ) of degree 1 , i.e., a linear approximation (see Figure 1). Either geometrically or analytically, one can easily calculate the integral of p 1 ( x ) in [ a , b ] and reach the local rule:

(1) a b f ( x ) d x ( b a ) f ( a ) + f ( b ) 2 ,

which is nothing more than the formula of the area of the trapezoid of vertices ( a , f ( a ) ) , ( a , 0 ) , ( b , 0 ) , and ( b , f ( b ) ) according to Figure 1.

Figure 1 
               Local trapezoidal rule: in blue, the integrated function 
                     
                        
                        
                           f
                           
                              (
                              
                                 x
                              
                              )
                           
                           ,
                        
                        f\left(x),
                     
                   and in green, the approximation done in the interval 
                     
                        
                        
                           
                              [
                              
                                 a
                                 ,
                                 b
                              
                              ]
                           
                        
                        \left[a,b]
                     
                   by the polynomial 
                     
                        
                        
                           
                              
                                 p
                              
                              
                                 1
                              
                           
                           
                              (
                              
                                 x
                              
                              )
                           
                        
                        {p}_{1}\left(x)
                     
                   of degree 
                     
                        
                        
                           1
                           .
                        
                        1.
Figure 1

Local trapezoidal rule: in blue, the integrated function f ( x ) , and in green, the approximation done in the interval [ a , b ] by the polynomial p 1 ( x ) of degree 1 .

2.1 Error formula for the local trapezoidal rule

Assuming that f ( x ) C 2 [ a , b ] , we can first apply the Lagrange interpolation error formula to obtain

(2) E ( f , [ a , b ] ) = a b ( f ( x ) p 1 ( x ) ) d x = 1 2 a b f ( θ x ) ( x a ) ( x b ) d x ,

where θ x ( a , b ) depends on x , and therefore, it is not straightforward the fact of extracting the factor f ( θ x ) out of the integral. In fact, it is possible to do it, but due to the well-known generalized mean value theorem for integrals, which we include here for the sake of completeness.

Theorem 1

Let f ( x ) and g ( x ) be two continuous functions in [ a , b ] with g ( x ) 0 x [ a , b ] (also for g ( x ) 0 x [ a , b ] ), and then there exist μ [ a , b ] such that

a b f ( x ) g ( x ) d x = f ( μ ) a b g ( x ) d x .

Applying Theorem 1 to Expression (2) we obtain

(3) E ( f , [ a , b ] ) = f ( μ ) 2 a b ( x a ) ( x b ) d x ,

and now, it is trivial to compute the last integral by means of the variable change x = a + ( b a ) t , t [ 0 , 1 ] . Thus,

(4) E ( f , [ a , b ] ) = 1 12 f ( μ ) ( b a ) 3 ,

with μ [ a , b ] .

3 Closed Newton Cotes rules

Let us consider a continuous function f ( x ) in the interval [ a , b ] and a partition X of the interval given by:

X = { x i } i = 0 n , x i = a + i h , i = 0 , , n , and h = b a n .

In order to estimate the integral of f ( x ) over the interval [ a , b ] , one possibility is to build the n degree interpolation polynomial based on the stencil of points S = { ( x 0 , f 0 ) , , ( x n , f n ) } , where f i = f ( x i ) , i = 0 , , n , with the purpose of calculating an approximated value of the integral by integrating p n ( x ) instead, i.e.,

(5) a b f ( x ) d x a b p n ( x ) d x = i = 0 n a i f i ,

where a i = a b L i ( x ) d x , and L i ( x ) , i = 0 , , n , represent the Lagrange basis of polynomials.

The coefficients a i for the first values of n are given in Table 1.

Table 1

Coefficients a i , i = 0 , , n for the most usual Newton Cotes local rules

n Rule name Formula
1 Trapezoid h 2 ( f 0 + f 1 )
2 Simpson h 3 ( f 0 + 4 f 1 + f 2 )
3 Simpson 3 8 3 h 8 ( f 0 + 3 f 1 + 3 f 2 + f 3 )
4 Boole 2 h 45 ( 7 f 0 + 32 f 1 + 12 f 2 + 32 f 3 + 7 f 4 )
5 Fifth degree 5 h 288 ( 19 f 0 + 75 f 1 + 50 f 2 + 50 f 3 + 75 f 4 + 19 f 5 )
6 Sixth degree h 140 ( 41 f 0 + 216 f 1 + 27 f 2 + 272 f 3 + 27 f 4 + 216 f 5 + 41 f 6 )

4 A dubious proof of Simpson 3 8 error formula

In this section, we are going to use the same track as in the proof of the local error formula for the trapezoidal rule in order to derive the corresponding local error formula for the Simpson 3 8 local integration rule. In particular, we will be using the well-known expression for the interpolation error and the generalized mean value theorem for integrals. Let us give the following theorem, whose enunciate is true, but performing a captious proof that contains a dubious step. Despite this erroneous derivation, the error constant that appears at the end of the proof is correct. This fact is surprising since a correct result comes from a wrong conceptual application. The corrected proof using the Peano kernel strategy will be derived in the next section.

Theorem 2

Let f ( x ) be a function of class C 4 [ a , b ] . The approximation with the local Simpson 3 8 rule, using the points x 0 = a , x 1 = 2 a + b 3 , x 2 = a + 2 b 3 , x 3 = b ,

a b f ( x ) d x 3 h 8 ( f 0 + 3 f 1 + 3 f 2 + f 3 ) ,

commits a local error E ( f , [ a , b ] ) = a b f ( x ) d x a b p 3 ( x ) d x given by:

(6) E ( f , [ a , b ] ) = 3 80 h 5 f i v ( μ ) ,

with μ [ a , b ] and h = b a 3 .

Proof

Let us write the error E ( f , [ a , b ] ) as:

(7) E ( f , [ a , b ] ) = a b f ( x ) d x a b p 3 ( x ) d x = a b ( f ( x ) p 3 ( x ) ) d x .

Using the expression of the Lagrange interpolation error,

(8) f ( x ) p 3 ( x ) = f i v ( θ x ) 4 ! ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) ,

with θ x ( a , b ) . Plugging Expression (8) into (7), we obtain

(9) E ( f , [ a , b ] ) = a b f i v ( θ x ) 4 ! ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x .

With the idea of obtaining the factor f i v ( θ x ) 4 ! out of the integral, we separate the integration interval [ a , b ] in parts. Doing this, we ensure that the function g ( x ) = ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) will be of constant sign in each subinterval, and therefore, it will be possible to apply the generalized mean value theorem for integrals at each term. Thus,

(10) a b f i v ( θ x ) 4 ! ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x = i = 0 2 x i x i + 1 f i v ( θ x ) 4 ! ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x .

For each term in the sum, we can apply the mentioned mean value theorem in order to obtain

(11) x i x i + 1 f i v ( θ x ) 4 ! ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x = f i v ( μ i ) 4 ! x i x i + 1 ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x ,

i = 0 , 1 , 2 , with μ 0 [ a , x 1 ] , μ 1 [ x 1 , x 2 ] , μ 2 [ x 2 , x 3 ] . Then,

(12) E ( f , [ a , b ] ) = 1 4 ! i = 0 2 f i v ( μ i ) x i x i + 1 ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x .

Using the variable change x = a + t ( b a ) , we can easily compute the last integrals and we obtain

(13) a x 1 ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x = 19 7,290 ( b a ) 5 , x 1 x 2 ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x = 11 7,290 ( b a ) 5 , x 2 b ( x x 0 ) ( x x 1 ) ( x x 2 ) ( x x 3 ) d x = 19 7,290 ( b a ) 5 .

Therefore,

(14) E ( f , [ a , b ] ) = 1 4 ! h 5 19 f i v ( μ 0 ) 11 f i v ( μ 1 ) + 19 f i v ( μ 2 ) 30 .

At this point, we are going to carry out a mischievous argument, which is not true in general, and then, it makes the proof incorrect or at least incomplete. However, the obtained result is mysteriously correct.

The last term in (14) can be written as:

(15) 19 f i v ( μ 0 ) 11 f i v ( μ 1 ) + 19 f i v ( μ 2 ) 30 = 27 30 19 f i v ( μ 0 ) 11 f i v ( μ 1 ) + 19 f i v ( μ 2 ) 27 ,

and then, one can wrongly interpret that the value 19 f i v ( μ 0 ) 11 f i v ( μ 1 ) + 19 f i v ( μ 2 ) 27 is contained between the minimum and the maximum values of f i v ( x ) in the compact interval [ a , b ] , and one would follow writing

(16) 19 f i v ( μ 0 ) 11 f i v ( μ 1 ) + 19 f i v ( μ 2 ) 27 = f i v ( μ ) ,

with μ [ a , b ] .

Using (15) and (16) in (14), we finally obtain

(17) E ( f , [ a , b ] ) = 1 4 ! h 5 27 30 f i v ( μ ) = 3 80 h 5 f i v ( μ ) ,

with μ [ a , b ] .

The rest of this section is devoted to give a counterexample of the result applied in (16).

Remark 1

Let f ( x ) be a continuous function in [ a , b ] = [ 0 , 1 ] , and let α 0 , α 1 , and α 2 be three nonzero real numbers such that α 0 + α 1 + α 2 = 1 , with one of them having different sign than the other two. Let us suppose that α 0 > 0 , α 1 < 0 , and α 2 > 0 . We are going to give a counterexample to show that in general, the following equality is not true:

(18) α 0 g ( μ 0 ) + α 1 g ( μ 1 ) + α 2 g ( μ 2 ) = g ( μ ) ,

where μ 0 [ 0 , 1 3 ] , μ 1 [ 1 3 , 2 3 ] , μ 2 [ 2 3 , 1 ] , and μ [ 0 , 1 ] .

The counterexample can be given by:

(19) g ( x ) = 6 x , 0 x 1 6 , 6 x + 2 , 1 6 x 1 2 , 6 x 4 , 1 2 x 5 6 , 6 x + 7 , 5 6 x 1 ,

with μ 0 = 1 6 , μ 1 = 1 2 , and μ 2 = 5 6 . It happens that (18) becomes

(20) α 0 g ( μ 0 ) + α 1 g ( μ 1 ) + α 2 g ( μ 2 ) = α 0 α 1 + α 2 > 1 > g ( μ ) ,

for all μ [ 0 , 1 ] .

Note that the unique ways for (18) to be true are that α 1 α 0 and μ 1 = μ 0 or α 1 α 2 and μ 1 = μ 2 , or μ 0 = μ 1 = μ 2 .

We note also that equation (16) could not be true, as shown in the aforementioned counterexample, since it is the same kind of equation with g ( x ) = f i v ( x ) .

Let us give another explanatory example to illustrate the incompleteness of the aforementioned proof of Theorem 2. Let us consider the function f ( x ) given by:

(21) f ( x ) = x 4 24 + 55 1,296 x 19 2,592 , 0 x 1 3 , x 5 10 + 5 24 x 4 1 9 x 3 + 1 27 x 2 + 47 1,296 x 15 2,168 , 1 3 < x 1 2 , x 5 10 7 24 x 4 + 7 18 x 3 23 108 x 2 + 8 81 x 16 1,215 , 1 2 < x 2 3 , x 4 24 1 18 x 3 + 1 12 x 2 , 2 3 < x 1 .

Computing the fourth derivative of this function, we obtain

(22) f ( i v ) ( x ) = 1 , 0 x 1 3 , 12 x + 5 , 1 3 < x 1 2 , 12 x 7 , 1 2 < x 2 3 , 1 , 2 3 < x 1 .

Note that f ( x ) is a C 4 function and f ( i v ) ( x ) cannot satisfy equation (16) since

19 f i v ( μ 0 ) 11 f i v ( μ 1 ) + 19 f i v ( μ 2 ) 27 = 19 11 f i v ( μ 1 ) + 19 27 = 38 11 f i v ( μ 1 ) 27 > 1 ,

unless μ 1 = 1 3 or μ 1 = 2 3 due to the fact that f ( i v ) ( x ) < 1 , x .

Therefore, in general, the given proof for Theorem 2 is wrong, unless there is a way of proving that μ 1 = μ 0 or μ 1 = μ 2 , which is not clear to be possible to be attained.

5 A correct derivation of the Simpson 3 8 error formula: the Peano kernel

In this section, and for the sake of completeness, we give a correct proof of the error formula for the Simpson 3 8 rule. This proof is based on the well-known technique of the Peano kernel [19,20]. First, we introduce the definition of the Peano kernel, and we give a lemma proving that this kernel is of constant sign for the case of Simpson 3 8 .

Given f C 4 [ a , b ] , let us consider the following linear operator:

(23) L ( f ) = a b f ( x ) d x 3 8 h f ( a ) + 3 f 2 a + b 3 + 3 f a + 2 b 3 + f ( b ) ,

where h stands for the uniform spacing between the nodes a , 2 a + b 3 , a + 2 b 3 , and b .

The Peano kernel for the operator L is given by the following definition.

Definition 1

The Peano kernel associated with the Simpson 3 8 rule has the expression:

(24) k ( θ ) = L ( ( x θ ) + 3 ) , θ [ a , b ] ,

where

(25) ( x θ ) + = x θ , x θ , 0 , otherwise.

In the following lemma, we proof that the Peano kernel in (24) maintains the constant sign.

Lemma 1

The Peano kernel k ( θ ) in (24) satisfies

k ( θ ) 0 , θ [ a , b ] .

Proof

We start computing the expressions for the Peano kernel k ( θ ) . According to (24),

(26) k ( θ ) = a b ( x θ ) + 3 d θ 3 h 8 ( a θ ) + 3 + 3 2 a + b 3 θ + 3 + 3 a + 2 b 3 θ + 3 + ( b θ ) + 3 .

Introducing the positive part ( x θ ) + given in (25) into Expression (26) and integrating, we obtain

(27) k ( θ ) = 1 4 ( b θ ) 4 3 h 8 ( 3 2 a + b 3 θ 3 + 3 a + 2 b 3 θ 3 + ( b θ ) 3 ) , a θ 2 a + b 3 , 1 4 ( b θ ) 4 3 h 8 ( 3 a + 2 b 3 θ 3 + ( b θ ) 3 ) , 2 a + b 3 θ a + 2 b 3 , 1 4 ( b θ ) 4 3 h 8 ( b θ ) 3 , a + 2 b 3 θ b .

Let us study the sign of the previous expressions for the three cases, θ [ a , 2 a + b 3 ] , θ [ 2 a + b 3 , a + 2 b 3 ] and θ [ a + 2 b 3 , b ] .

  • Case 1: θ [ a , 2 a + b 3 ]

  • We have

    k ( θ ) = 1 4 ( b θ ) 4 3 h 8 ( b θ ) 3 + 3 a + 2 b 3 θ 3 + 3 2 a + b 3 θ 3 , k ( θ ) = ( b θ ) 3 + 63 h 8 ( b θ ) 2 + 135 8 h 3 162 8 h 2 ( b θ ) , k ( θ ) = 3 ( b θ ) 2 63 h 4 ( b θ ) + 162 8 h 2 .

    First, we see that k ( θ ) < 0 , θ ( a , 2 a + b 3 ) . We observe that k ( θ ) is a parabola with positive leading coefficient such that its vertex is located at v = 7 a + b 8 , where k ( v ) = 0 and k ( v ) < 0 . Moreover, k ( a ) = 0 , and k ( 3 a + b 4 ) = 0 . Hence, we obtain it. Second, we see that k ( θ ) < 0 , θ ( a , 2 a + b 3 ) . This comes from the fact that k ( a ) = 0 , and it is a strictly decreasing function since k ( θ ) < 0 . Finally, we prove that k ( θ ) 0 , θ [ a , 2 a + b 3 ] . In order to see this point, we remark that k ( a ) = 0 , and k ( θ ) is a strictly decreasing function in the mentioned interval since k ( θ ) < 0 , θ ( a , 2 a + b 3 ) .

  • Case 2: θ [ 2 a + b 3 , a + 2 b 3 ]

  • We have,

    k ( θ ) = 1 4 ( b θ ) 4 3 h 8 ( b θ ) 3 + 3 a + 2 b 3 θ 3 , k ( θ ) = ( b θ ) 3 + 3 h 8 3 ( b θ ) 2 + 9 a + 2 b 3 θ 2 , k ( θ ) = 3 ( b θ ) 2 3 h 8 6 ( b θ ) + 18 a + 2 b 3 θ .

    We note that k 2 a + b 3 = k a + 2 b 3 = h 4 8 < 0 and k ( a + b 2 ) = 9 h 4 64 < 0 . We also obtain that k ( θ ) is a strictly increasing function, since k ( θ ) > 0 , θ ( 2 a + b 3 , a + 2 b 3 ) . Moreover, k 2 a + b 3 < 0 , k ( a + b 2 ) = 0 , and k a + 2 b 3 > 0 . Therefore, the function k ( θ ) is strictly decreasing and negative in ( 2 a + b 3 , a + b 2 ) , and it is strictly increasing, but still negative in ( a + b 2 , a + 2 b 3 ) . Thus, we obtain k ( θ ) 0 , θ [ 2 a + b 3 , a + 2 b 3 ] .

  • Case 3: θ [ a + 2 b 3 , b ]

  • This case is more straightforward:

    k ( θ ) = 1 4 ( b θ ) 4 3 h 8 ( b θ ) 3 = 1 4 ( b θ ) 3 b θ 3 h 2 1 4 ( b θ ) 3 h 2 0 .

Theorem 3

(Theorem 2 with corrected proof) Let f ( x ) be a function of class C 4 [ a , b ] . The approximation with the local Simpson 3 8 rule, using the points x 0 = a , x 1 = 2 a + b 3 , x 2 = a + 2 b 3 , x 3 = b ,

a b f ( x ) d x 3 h 8 ( f 0 + 3 f 1 + 3 f 2 + f 3 ) ,

commits a local error E ( f , [ a , b ] ) given by:

(28) E ( f , [ a , b ] ) = 3 80 h 5 f i v ( μ ) , with μ [ a , b ] , h = b a 3 .

Proof

We consider the third-degree Taylor expansion of f ( x ) in the form:

(29) f ( x ) = f ( a ) + f ( a ) ( x a ) + f ( a ) 2 ! ( x a ) 2 + f ( a ) 3 ! ( x a ) 3 + 1 3 ! a x ( x θ ) 3 f i v ( θ ) d θ ,

with θ ( a , x ) . Applying now the linear operator L defined in (23) to both sides of the equality (29), we obtain

L ( f ) = L ( p ( x ) ) + 1 3 ! L a x ( x θ ) 3 f i v ( θ ) d θ ,

where p ( x ) = f ( a ) + f ( a ) ( x a ) + f ( a ) 2 ! ( x a ) 2 + f ( a ) 3 ! ( x a ) 3 is the third-degree Taylor polynomial around the point a . Now, taking into account that L ( p ( x ) ) = 0 , since the Simpson 3 8 rule is exact for polynomials of degree 3 or less, we reach to:

(30) L ( f ) = 1 3 ! L a x ( x θ ) 3 f i v ( θ ) d θ .

Using (25), we can rewrite Expression (30) as:

(31) L ( f ) = 1 3 ! L a b ( x θ ) + 3 f i v ( θ ) d θ .

Let us now define g ( x ) = a b ( x θ ) + 3 f i v ( θ ) d θ . By applying the Fubini theorem, we can see that

(32) a b g ( x ) d x = a b a b ( x θ ) + 3 f i v ( θ ) d θ d x = a b f i v ( θ ) a b ( x θ ) + 3 d x d θ .

Then, merging (31) and (32), we obtain

(33) L ( f ) = 1 3 ! a b f i v ( θ ) L ( ( x θ ) + 3 ) d θ = 1 3 ! a b f i v ( θ ) k ( θ ) d θ .

At this point, we can make use of the generalized mean value theorem for integrals given in Theorem 1 and the fact that k ( θ ) 0 , θ [ a , b ] according to Lemma 1 to obtain,

(34) L ( f ) = 1 3 ! f i v ( μ ) a b k ( θ ) d θ ,

with μ [ a , b ] . From the expression of k ( θ ) in (27), we can compute

(35) a b k ( θ ) d θ = a 2 a + b 3 k ( θ ) d θ + 2 a + b 3 a + 2 b 3 k ( θ ) d θ + a + 2 b 3 b k ( θ ) d θ = 1 4 a b ( b θ ) 4 d θ 3 h 8 a b ( b θ ) 3 d θ + a a + 2 b 3 3 a + 2 b 3 θ 3 d θ + a 2 a + b 3 3 2 a + b 3 θ 3 d θ = 9 40 h 5 .

Finally, introducing (35) into (34) we obtain

E ( f , [ a , b ] ) = L ( f ) = 1 3 ! f i v ( μ ) 9 40 h 5 = 3 80 h 5 f i v ( μ ) , with μ [ a , b ] , h = b a 3 .

Remark 2

The condition about the constant sign of the Peano kernel is needed in order to extract the derivative out of the integral, i.e., it is needed if we want to guarantee that for a given rule that is exact for polynomials of degree less or equal to m , the following equality holds

(36) L ( f ) = 1 m ! a b f m + 1 ( θ ) k ( θ ) d θ = 1 m ! f m + 1 ( μ ) a b k ( θ ) d θ , with μ [ a , b ] .

Note, for example, that the rule a b f ( x ) d x ( b a ) f ( c ) , for c = 1 2 + ε , with ε such that 1 3 c 2 > 0 does not satisfy any equation of the type:

(37) L ( f ) = D f ( μ ) , with μ [ a , b ] ,

since the general equation for a rule of approximation order m + 1 = 1 (36) is not fulfilled, i.e.,

L ( f ) = a b f ( θ ) k ( θ ) d θ f ( μ ) a b k ( θ ) d θ , for any μ [ a , b ] ,

due to the fact that the Peano kernel is not of constant sign in [a,b] in this case. More precisely,

k ( θ ) = L ( ( x θ ) + 0 ) = a b ( x θ ) + 0 d x ( b a ) ( c θ ) + 0 = a θ 0 , θ < c , b θ 0 . θ c .

Let us consider the interval [ a , b ] = [ 0 , 1 ] , and let us suppose that L ( f ) satisfies (37). Then, applying the error formula for the function f ( x ) = x , we obtain that D = 1 2 c < 0 . And applying again the error formula, but this time for the function f ( x ) = x 2 , we obtain 1 3 c 2 = 2 D μ , with μ [ 0 , 1 ] . Since D < 0 and μ 0 , we obtain that 1 3 c 2 0 , which immediately gives a contradiction by hypothesis with the chosen value of c .

6 About the dubious proof for general closed Newton Cotes error formulas

As we have pointed out in the previous section dedicated to the correct derivation of the error formula for Simpson 3 8 rule, more advanced techniques based on the Peano kernel are needed. These proofs are quite technical, and require to prove that the Peano kernel satisfies certain positivity requirements. In [21], pages 308 to 313, the interested reader can consult the correct derivation for the general case of the closed Newton Cotes error formulas. Previous studies [5,23,24] also give some interesting insights on the topic. In this section we are going to connect this known result with the fact that the dubious proof carried out for Simpson 3 8 can be also reproduced for the general case, and in the same way, it gives the correct error formulas. The dubious step is validated just because of the existence of the complete proofs using the positivity of the Peano kernel. Let us explain the situation with more detail by considering two different cases, the case of the closed Newton Cotes formulas coming from a polynomial p n ( x ) with n an odd integer and the case where n is an even integer.

6.1 Closed Newton Cotes error formulas for n odd

Let us consider n an odd integer. When using n + 1 equally spaced points x i , i = 0 , , n in the interval [ a , b ] to build the closed Newton Cotes rule, one builds a polynomial p n ( x ) by the Lagrange interpolation, and according to [21], the error can be expressed as:

(38) E ( f , [ a , b ] ) = a b f ( x ) d x a b p n ( x ) d x = C h n + 2 ( n + 1 ) ! f ( n + 1 ) ( μ ) ,

where μ ( a , b ) , and C is a constant given by:

(39) C = a b q n + 1 ( x ) d x h n + 2 ,

where q n + 1 ( x ) = ( x a ) ( x ( n 1 ) a + b n ) ( x a + ( n 1 ) b n ) ( x b ) . This expression amounts to the error committed by the integration rule for the function f ( x ) = x n + 1 .

On the other hand, if we carry out the right-forward steps of the dubious proof, we have that

(40) E ( f , [ a , b ] ) = a b f ( n + 1 ) ( μ x ) ( n + 1 ) ! q n + 1 ( x ) d x = i = 1 n x i 1 x i f ( n + 1 ) ( μ x ) ( n + 1 ) ! q n + 1 ( x ) d x , = 1 ( n + 1 ) ! i = 1 n f ( n + 1 ) ( μ i ) x i 1 x i q n + 1 ( x ) d x ,

where we have applied that the function q n + 1 ( x ) has constant sign in each [ x i , x i + 1 ] . Denoting now σ i x i 1 x i q n + 1 ( x ) d x , we obtain,

(41) E ( f , [ a , b ] ) = i = 1 n σ i ( n + 1 ) ! i = 1 n ( f ( n + 1 ) ( μ i ) σ i ) i = 1 n σ i , = a b q n + 1 ( x ) d x ( n + 1 ) ! i = 1 n ( f ( n + 1 ) ( μ i ) σ i ) i = 1 n σ i ,

since a b q n + 1 ( x ) d x = i = 1 n σ i .

Comparing the expressions for the error (41) and (38), we observe that they read exactly the same if we assume that there exists μ in [ a , b ] such that

(42) i = 1 n ( f ( n + 1 ) ( μ i ) σ i ) i = 1 n σ i = f ( n + 1 ) ( μ ) .

Therefore, the correctness of Expression (38), which was derived using the Peano kernel, explains why the dubious derivation gives mysteriously the correct error formula. Note that this assumption in (42) is not in general valid as pointed out in the counterexample given in (21), since σ 1 < 0 , σ 2 > 0 , , σ n < 0 .

But in this particular case of the proof, we have the guarantee that it is true due to the Peano kernel.

6.2 Closed Newton Cotes error formulas for n even

Let us consider now n an even integer. We again use n + 1 equally spaced points x i , i = 0 , , n in the interval [ a , b ] to build the closed Newton Cotes rule, i.e., we construct a polynomial p n ( x ) by Lagrange interpolation, and according to [21], since the rule is this time exact of degree n + 1 , the error can be expressed in this case as:

(43) E ( f , [ a , b ] ) = a b f ( x ) d x a b p n ( x ) d x = C h n + 3 ( n + 2 ) ! f ( n + 2 ) ( μ ) ,

where μ ( a , b ) , and C is a constant given by:

(44) C = a b q n + 2 ( x ) d x h n + 3 ,

where q n + 2 ( x ) = ( x a ) x ( n 2 + 1 ) a + ( n 2 1 ) b n x a + b 2 2 x ( n 2 1 ) a + ( n 2 + 1 ) b n ( x b ) . This expression amounts to the error committed by the integration rule for the function f ( x ) = x n + 2 .

The proof of error Formula (43) follows a similar path as in (38), but taking into account as a first step that,

E ( f , [ a , b ] ) = a b f ( x ) d x a b p ˜ n + 1 ( x ) d x + a b p ˜ n + 1 ( x ) d x a b p n ( x ) d x = a b f ( x ) d x a b p ˜ n + 1 ( x ) d x ,

where p ˜ n + 1 ( x ) is the Hermite interpolation polynomial that satisfies the same interpolation conditions than p n ( x ) plus the extra condition p ˜ ( a + b 2 ) = f ( a + b 2 ) . In this case, it is clear that the interpolation error is given by:

f ( x ) p ˜ n + 1 ( x ) = f ( n + 2 ) ( μ x ) ( n + 2 ) ! q n + 2 ( x ) d x ,

with μ x an intermediate point located in ( a , b ) and depending on the value of x [ a , b ] .

On the other hand, if we carry out again the right-forward steps of the dubious proof, we have that,

(45) E ( f , [ a , b ] ) = a b f ( n + 2 ) ( μ x ) ( n + 2 ) ! q n + 2 ( x ) d x = i = 1 n x i 1 x i f ( n + 2 ) ( μ x ) ( n + 2 ) ! q n + 2 ( x ) d x , = 1 ( n + 2 ) ! i = 1 n f ( n + 2 ) ( μ i ) x i 1 x i q n + 2 ( x ) d x ,

where we have applied that the function q n + 2 ( x ) has constant sign in each [ x i , x i + 1 ] . Denoting now σ i x i 1 x i q n + 2 ( x ) d x , we obtain

(46) E ( f , [ a , b ] ) = i = 1 n σ i ( n + 2 ) ! i = 1 n ( f ( n + 2 ) ( μ i ) σ i ) i = 1 n σ i , = a b q n + 2 ( x ) d x ( n + 2 ) ! i = 1 n ( f ( n + 2 ) ( μ i ) σ i ) i = 1 n σ i ,

since a b q n + 2 ( x ) d x = i = 1 n σ i .

Comparing the expressions for the error (46) and (43), we observe that they read exactly the same if we assume that there exists μ in [ a , b ] such that

(47) i = 1 n ( f ( n + 2 ) ( μ i ) σ i ) i = 1 n σ i = f ( n + 2 ) ( μ ) .

Therefore, also in this case, the correctness of Expression (43), which was derived using the Peano kernel, explains why the dubious derivation gives mysteriously the correct error formula. We need to mention and emphasize that this assumption in (47) is not in general valid either for μ i and σ i whatever. It is just valid in this particular case as it is proved by the reasoning we have shown.

7 Conclusions

In this article, we have commented about the incompleteness or the incorrectness of an extended proof of the closed Newton Cotes error formulas for numerical integration in a closed interval [ a , b ] . Albeit these formulas, the ones for Simpson and Simpson 3 8 and the rest of the closed Newton Cotes error formulas for higher degrees of approximation, come as an intuitive generalization of the simple proof for the error formula of the Trapezoidal rule, they contain a controversial step that it is not easy to overcome with simple arguments. In fact, one needs to be careful about using apparently wrong logical arguments, which, however, obtain correct results. One example of this is just the mentioned proof that includes a particular step without the needed rigor; it results to be correct, but it is not easy to see. Just for completeness and to indicate that the appropriate proof is more intricate, we have added the correct proof for the error formula of Simpson 3 8 based on the Peano kernel. For higher degrees, the correct derivation can be consulted in [21] through pages 308 to 313 . For the cases of dealing with similar formulas to Newton Cotes, or with weaker assumptions with respect to the regularity of the integrated function, one can consult other related techniques in [19,20,22].

  1. Funding information: This research has been partially supported through the Programa de Apoyo a la investigación de la fundación Séneca-Agencia de Ciencia y Tecnología de la Región de Murcia 19374/PI714 and through the national research project MTM2015-64382-P (MINECO/FEDER).

  2. Author contributions: All authors have accepted responsibility for the entire content of this manuscript and approved its submission.

  3. Conflict of interest: The authors state no conflicts of interest.

  4. Data availability statement: Data sharing is not applicable to this article as no data sets were generated or analyzed during the current study.

References

[1] H. Homeier, H. M. Srivastava, M. Masjed-Jamei, and Z. Moalemi, Some weighted quadrature methods based upon the mean value theorems, Math. Methods Appl. Sci. 44 (2021), no. 5, 3840–3856. 10.1002/mma.6990Search in Google Scholar

[2] L. M. M. Van den Bos and B. Sanderse, A geometrical interpretation of the addition of nodes to an interpolatory quadrature rule while preserving positive weights, J. Comput. Appl. Math. 391 (2021), 113430. 10.1016/j.cam.2021.113430Search in Google Scholar

[3] L. A. Harris and B. Simanek, Interpolation and cubature for rectangular sets of nodes, Proc. Amer. Math. Soc. 149 (2021), no. 8, 3485–3497. 10.1090/proc/15414Search in Google Scholar

[4] J. Jaskowiec and N. Sukumar, High-order symmetric cubature rules for tetrahedra and pyramids, Internat. J. Numer. Methods Engrg. 122 (2021), no. 1, 148–171. 10.1002/nme.6528Search in Google Scholar

[5] J. Stoer and R. Bulirsch, Introduction to Numerical Analysis, Springer-Verlag, New York, 1980. 10.1007/978-1-4757-5592-3Search in Google Scholar

[6] G. Dahlquist and A. Bjorck, Numerical Methods, Prentice Hall, Englewood Cliffs, 1974. Search in Google Scholar

[7] K. E. Atkinson, An Introduction to Numerical Analysis, John Wiley & Sons, New York, 1989. Search in Google Scholar

[8] W. Gautschi, A Software Repository for Gaussian Quadratures and Christoffel Functions, Software, Environments, and Tools, Vol. 32, Society for Industrial and Applied Mathematics (SIAM), Philadelphia, 2021. 10.1137/1.9781611976359Search in Google Scholar

[9] J. N. Lyness, Notes on the adaptive Simpson quadrature routine, J. ACM 16 (1969), no. 3, 483–495. 10.1145/321526.321537Search in Google Scholar

[10] G. F. Kuncir, Algorithm 103: Simpson’s rule integrator, Comm. ACM 5 (1962), no. 6, 347, https://doi.org/10.1145/367766.368179. Search in Google Scholar

[11] F. Aràndiga and R. Donat, Nonlinear multiscale descompositions: the approach of A. Harten, Numer. Algorithms 23 (2000), no. 2–3, 175–176. 10.1023/A:1019104118012Search in Google Scholar

[12] S. Amat, F. Aràndiga, A. Cohen, R. Donat, G. Garcia, and M. von Oehsen, Data compression with ENO schemes: a case study, Appl. Comput. Harmon. Anal. 11 (2001), no. 2, 273–288. 10.1006/acha.2001.0356Search in Google Scholar

[13] F. Aràndiga, A. Cohen, R. Donat, and N. Dyn, Interpolation and approximation of piecewise smooth functions, SIAM J. Numer. Anal 43 (2005), no. 1, 41–57. 10.1137/S0036142903426245Search in Google Scholar

[14] A. Harten, Eno schemes with subcell resolution, J. Comput. Physics 83 (1989), no. 1, 148–184. 10.1016/0021-9991(89)90226-XSearch in Google Scholar

[15] A. Martinez-Gavara and R. Donat, A hybrid second order scheme for shallow water flows, J. Sci. Comput. 48 (2011), no. 1–2, 241–257. 10.1007/s10915-010-9440-8Search in Google Scholar

[16] H. Jang, I. Lee, H. Seo, and K. Seo, Ship Design using MAXSURF 20 V8i Application, Blurb Inc., Busan, South Korea, 2019. Search in Google Scholar

[17] K. Van Dokkum, H. Ten Katen, K. Koomen, and J. Pinkster, Ship Stability, DokMar, Edinburgh, 2018. Search in Google Scholar

[18] J. Babicz, Ship Stability in Practice, Biuro Okretowe Baobab, Gdańsk, 2011. Search in Google Scholar

[19] D. Ferguson, Sufficient conditions for Peano’s kernel to be of one sign, SIAM J. Numer. Anal. 10 (1973), 1047–1054. 10.1137/0710087Search in Google Scholar

[20] P. Favati, G. Lotti, and F. Romani, Peano Kernel behavior and error bounds for symmetric quadrature formulas, Comput. Math. Appl. 29 (1995), no. 6, 27–34. 10.1016/0898-1221(95)00004-ISearch in Google Scholar

[21] E. Isaacson and H. B. Keller, Analysis of Numerical Methods, Wiley, New York, 1966. Search in Google Scholar

[22] S. Simić and B. Bin-Mohsin, Simpson’s rule revisited, Int. J. Comput. Methods 18 (2021), no. 7, 2150011. 10.1142/S0219876221500110Search in Google Scholar

[23] E. W. Weisstein, Encyclopedia of Mathematics, CRC Press, Boca Raton, 1999. Search in Google Scholar

[24] J. F. Steffensen, Interpolation. Second Edition, Dover Publications, Inc., New York, 2006. Search in Google Scholar

Received: 2022-11-17
Revised: 2023-10-24
Accepted: 2023-10-24
Published Online: 2023-11-24

© 2023 the author(s), published by De Gruyter

This work is licensed under the Creative Commons Attribution 4.0 International License.

Articles in the same Issue

  1. Special Issue on Future Directions of Further Developments in Mathematics
  2. What will the mathematics of tomorrow look like?
  3. On H 2-solutions for a Camassa-Holm type equation
  4. Classical solutions to Cauchy problems for parabolic–elliptic systems of Keller-Segel type
  5. Control of multi-agent systems: Results, open problems, and applications
  6. Logical perspectives on the foundations of probability
  7. Subharmonic solutions for a class of predator-prey models with degenerate weights in periodic environments
  8. A non-smooth Brezis-Oswald uniqueness result
  9. Luenberger compensator theory for heat-Kelvin-Voigt-damped-structure interaction models with interface/boundary feedback controls
  10. Special Issue on Fractional Problems with Variable-Order or Variable Exponents (Part II)
  11. Positive solution for a nonlocal problem with strong singular nonlinearity
  12. Analysis of solutions for the fractional differential equation with Hadamard-type
  13. Hilfer proportional nonlocal fractional integro-multipoint boundary value problems
  14. A comprehensive review on fractional-order optimal control problem and its solution
  15. The θ-derivative as unifying framework of a class of derivatives
  16. Review Articles
  17. On the use of L-functionals in regression models
  18. Minimal-time problems for linear control systems on homogeneous spaces of low-dimensional solvable nonnilpotent Lie groups
  19. Regular Articles
  20. Existence and multiplicity of solutions for a new p(x)-Kirchhoff problem with variable exponents
  21. An extension of the Hermite-Hadamard inequality for a power of a convex function
  22. Existence and multiplicity of solutions for a fourth-order differential system with instantaneous and non-instantaneous impulses
  23. Relay fusion frames in Banach spaces
  24. Refined ratio monotonicity of the coordinator polynomials of the root lattice of type Bn
  25. On the uniqueness of limit cycles for generalized Liénard systems
  26. A derivative-Hilbert operator acting on Dirichlet spaces
  27. Scheduling equal-length jobs with arbitrary sizes on uniform parallel batch machines
  28. Solutions to a modified gauged Schrödinger equation with Choquard type nonlinearity
  29. A symbolic approach to multiple Hurwitz zeta values at non-positive integers
  30. Some results on the value distribution of differential polynomials
  31. Lucas non-Wieferich primes in arithmetic progressions and the abc conjecture
  32. Scattering properties of Sturm-Liouville equations with sign-alternating weight and transmission condition at turning point
  33. Some results for a p(x)-Kirchhoff type variation-inequality problems in non-divergence form
  34. Homotopy cartesian squares in extriangulated categories
  35. A unified perspective on some autocorrelation measures in different fields: A note
  36. Total Roman domination on the digraphs
  37. Well-posedness for bilevel vector equilibrium problems with variable domination structures
  38. Binet's second formula, Hermite's generalization, and two related identities
  39. Non-solid cone b-metric spaces over Banach algebras and fixed point results of contractions with vector-valued coefficients
  40. Multidimensional sampling-Kantorovich operators in BV-spaces
  41. A self-adaptive inertial extragradient method for a class of split pseudomonotone variational inequality problems
  42. Convergence properties for coordinatewise asymptotically negatively associated random vectors in Hilbert space
  43. Relating the super domination and 2-domination numbers in cactus graphs
  44. Compatibility of the method of brackets with classical integration rules
  45. On the inverse Collatz-Sinogowitz irregularity problem
  46. Positive solutions for boundary value problems of a class of second-order differential equation system
  47. Global analysis and control for a vector-borne epidemic model with multi-edge infection on complex networks
  48. Nonexistence of global solutions to Klein-Gordon equations with variable coefficients power-type nonlinearities
  49. On 2r-ideals in commutative rings with zero-divisors
  50. A comparison of some confidence intervals for a binomial proportion based on a shrinkage estimator
  51. The construction of nuclei for normal constituents of Bπ-characters
  52. Weak solution of non-Newtonian polytropic variational inequality in fresh agricultural product supply chain problem
  53. Mean square exponential stability of stochastic function differential equations in the G-framework
  54. Commutators of Hardy-Littlewood operators on p-adic function spaces with variable exponents
  55. Solitons for the coupled matrix nonlinear Schrödinger-type equations and the related Schrödinger flow
  56. The dual index and dual core generalized inverse
  57. Study on Birkhoff orthogonality and symmetry of matrix operators
  58. Uniqueness theorems of the Hahn difference operator of entire function with a Picard exceptional value
  59. Estimates for certain class of rough generalized Marcinkiewicz functions along submanifolds
  60. On semigroups of transformations that preserve a double direction equivalence
  61. Positive solutions for discrete Minkowski curvature systems of the Lane-Emden type
  62. A multigrid discretization scheme based on the shifted inverse iteration for the Steklov eigenvalue problem in inverse scattering
  63. Existence and nonexistence of solutions for elliptic problems with multiple critical exponents
  64. Interpolation inequalities in generalized Orlicz-Sobolev spaces and applications
  65. General Randić indices of a graph and its line graph
  66. On functional reproducing kernels
  67. On the Waring-Goldbach problem for two squares and four cubes
  68. Singular moduli of rth Roots of modular functions
  69. Classification of self-adjoint domains of odd-order differential operators with matrix theory
  70. On the convergence, stability and data dependence results of the JK iteration process in Banach spaces
  71. Hardy spaces associated with some anisotropic mixed-norm Herz spaces and their applications
  72. Remarks on hyponormal Toeplitz operators with nonharmonic symbols
  73. Complete decomposition of the generalized quaternion groups
  74. Injective and coherent endomorphism rings relative to some matrices
  75. Finite spectrum of fourth-order boundary value problems with boundary and transmission conditions dependent on the spectral parameter
  76. Continued fractions related to a group of linear fractional transformations
  77. Multiplicity of solutions for a class of critical Schrödinger-Poisson systems on the Heisenberg group
  78. Approximate controllability for a stochastic elastic system with structural damping and infinite delay
  79. On extremal cacti with respect to the first degree-based entropy
  80. Compression with wildcards: All exact or all minimal hitting sets
  81. Existence and multiplicity of solutions for a class of p-Kirchhoff-type equation RN
  82. Geometric classifications of k-almost Ricci solitons admitting paracontact metrices
  83. Positive periodic solutions for discrete time-delay hematopoiesis model with impulses
  84. On Hermite-Hadamard-type inequalities for systems of partial differential inequalities in the plane
  85. Existence of solutions for semilinear retarded equations with non-instantaneous impulses, non-local conditions, and infinite delay
  86. On the quadratic residues and their distribution properties
  87. On average theta functions of certain quadratic forms as sums of Eisenstein series
  88. Connected component of positive solutions for one-dimensional p-Laplacian problem with a singular weight
  89. Some identities of degenerate harmonic and degenerate hyperharmonic numbers arising from umbral calculus
  90. Mean ergodic theorems for a sequence of nonexpansive mappings in complete CAT(0) spaces and its applications
  91. On some spaces via topological ideals
  92. Linear maps preserving equivalence or asymptotic equivalence on Banach space
  93. Well-posedness and stability analysis for Timoshenko beam system with Coleman-Gurtin's and Gurtin-Pipkin's thermal laws
  94. On a class of stochastic differential equations driven by the generalized stochastic mixed variational inequalities
  95. Entire solutions of two certain Fermat-type ordinary differential equations
  96. Generalized Lie n-derivations on arbitrary triangular algebras
  97. Markov decision processes approximation with coupled dynamics via Markov deterministic control systems
  98. Notes on pseudodifferential operators commutators and Lipschitz functions
  99. On Graham partitions twisted by the Legendre symbol
  100. Strong limit of processes constructed from a renewal process
  101. Construction of analytical solutions to systems of two stochastic differential equations
  102. Two-distance vertex-distinguishing index of sparse graphs
  103. Regularity and abundance on semigroups of partial transformations with invariant set
  104. Liouville theorems for Kirchhoff-type parabolic equations and system on the Heisenberg group
  105. Spin(8,C)-Higgs pairs over a compact Riemann surface
  106. Properties of locally semi-compact Ir-topological groups
  107. Transcendental entire solutions of several complex product-type nonlinear partial differential equations in ℂ2
  108. Ordering stability of Nash equilibria for a class of differential games
  109. A new reverse half-discrete Hilbert-type inequality with one partial sum involving one derivative function of higher order
  110. About a dubious proof of a correct result about closed Newton Cotes error formulas
  111. Ricci ϕ-invariance on almost cosymplectic three-manifolds
  112. Schur-power convexity of integral mean for convex functions on the coordinates
  113. A characterization of a ∼ admissible congruence on a weakly type B semigroup
  114. On Bohr's inequality for special subclasses of stable starlike harmonic mappings
  115. Properties of meromorphic solutions of first-order differential-difference equations
  116. A double-phase eigenvalue problem with large exponents
  117. On the number of perfect matchings in random polygonal chains
  118. Evolutoids and pedaloids of frontals on timelike surfaces
  119. A series expansion of a logarithmic expression and a decreasing property of the ratio of two logarithmic expressions containing cosine
  120. The 𝔪-WG° inverse in the Minkowski space
  121. Stability result for Lord Shulman swelling porous thermo-elastic soils with distributed delay term
  122. Approximate solvability method for nonlocal impulsive evolution equation
  123. Construction of a functional by a given second-order Ito stochastic equation
  124. Global well-posedness of initial-boundary value problem of fifth-order KdV equation posed on finite interval
  125. On pomonoid of partial transformations of a poset
  126. New fractional integral inequalities via Euler's beta function
  127. An efficient Legendre-Galerkin approximation for the fourth-order equation with singular potential and SSP boundary condition
  128. Eigenfunctions in Finsler Gaussian solitons
  129. On a blow-up criterion for solution of 3D fractional Navier-Stokes-Coriolis equations in Lei-Lin-Gevrey spaces
  130. Some estimates for commutators of sharp maximal function on the p-adic Lebesgue spaces
  131. A preconditioned iterative method for coupled fractional partial differential equation in European option pricing
  132. A digital Jordan surface theorem with respect to a graph connectedness
  133. A quasi-boundary value regularization method for the spherically symmetric backward heat conduction problem
  134. The structure fault tolerance of burnt pancake networks
  135. Average value of the divisor class numbers of real cubic function fields
  136. Uniqueness of exponential polynomials
  137. An application of Hayashi's inequality in numerical integration
Downloaded on 12.9.2025 from https://www.degruyterbrill.com/document/doi/10.1515/math-2023-0150/html
Scroll to top button