4.4 composite numerical integration motivation: 1) 2...

5
4.4 Composite Numerical Integration Motivation: 1) on large interval, use Newton-Cotes formulas are not accurate. 2) on large interval, interpolation using high degree polynomial is unsuitable because of oscillatory nature of high degree polynomials. Main idea: divide integration interval into subintervals and use simple integration rule for each subinterval. Example a) Use Simpson’s rule to approximate . b) Divide into . Use Simpson’s rule to approximate , , and . Then approximate by adding approximations for , , and . Compare with accurate value. Solution: a) ( ) . Error= | -| = 3.17143 b) ( ) ( ) ( ) ( ) Error=| -| = 0.01807 b) is much more accurate than a).

Upload: lethuan

Post on 13-Jul-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

4.4 Composite Numerical Integration

Motivation: 1) on large interval, use Newton-Cotes formulas are not accurate.

2) on large interval, interpolation using high degree polynomial is unsuitable because of oscillatory nature of high degree

polynomials.

Main idea: divide integration interval into subintervals and use simple integration rule for each subinterval.

Example a) Use Simpson’s rule to approximate ∫

. b) Divide into . Use

Simpson’s rule to approximate ∫

, ∫

, ∫

and ∫

. Then approximate ∫

by adding approximations

for ∫

, ∫

, ∫

and ∫

. Compare with accurate value.

Solution:

a) ∫

( ) .

Error= | - | = 3.17143

b) ∫

( )

( )

(

)

( )

Error=| - | = 0.01807

b) is much more accurate than a).

Composite Trapezoidal rule

Let

, and for .

On each subinterval [ ], for for , apply Trapezoidal rule:

∫ ( )

[

( ( ) ( ))

( )] [

( ( ) ( ))

( )]

[

( ( ) ( ))

( )]

[ ( ) ∑ ( )

( )]

∑ ( )

[ ( ) ∑ ( )

( )]

( )

Figure 1 Composite Trapezoidal Rule

Error, which can be simplified

Theorem 4.5 Let

, and for each . There exists a ( ) for which Composite

Trapezoidal rule with its error term is

Error term

Composite Simpson’s rule

Let

, and for .

On each consecutive pair of subintervals, for instance , , and [ ] for each , apply

Simpson’s rule:

∫ 𝑓(𝑥)𝑑𝑥𝑏

𝑎

[𝑓(𝑎) ∑ 𝑓(𝑥𝑗)

𝑛

𝑗

𝑓(𝑏)] 𝑏 𝑎

𝑓 (𝜇)

Figure 2 Composite Simpson's rule

∫ ( )

∑∫ ( )

( ( ) ( ) ( )

( )( ))

(

( ) ∑ ( )

( )

∑ ( )

( )

( )

)

∑ ( )( )

( )

Theorem 4.4 Let

, and for each . There exists a ( )

for which Composite Simpson’s rule with its error term is

Error Term

Error, which can be simplified

∫ 𝑓(𝑥)𝑑𝑥𝑏

𝑎

𝑓(𝑎) ∑ 𝑓(𝑥 𝑗)

(𝑛 )

𝑗

∑ 𝑓(𝑥 𝑗 )

(𝑛 )

𝑗

𝑓(𝑏) 𝑏 𝑎

𝑓( )(𝜇)

Composite Midpoint rule

Theorem 4.6 Let

, and ( ) for each . There exists a

( ) for which Composite Midpoint rule with its error term is

Error Term

Figure 3 Composite Midpoint rule

∫ 𝑓(𝑥)𝑑𝑥𝑏

𝑎

∑𝑓(𝑥 𝑗)

(𝑛 )

𝑗

𝑏 𝑎

𝑓 (𝜇)