• Tidak ada hasil yang ditemukan

Newton-Cotes Integration Formulas

N/A
N/A
Protected

Academic year: 2025

Membagikan "Newton-Cotes Integration Formulas"

Copied!
29
0
0

Teks penuh

(1)

1

~ Numerical Differentiation and Integration ~

Newton-Cotes Integration Formulas

Chapter 21

(2)

2

• Calculus is the mathematics of change. Since engineers continuously deal with systems and processes that change, calculus is an essential tool of engineering.

• Standing at the heart of calculus are the concepts of:

x

x f x x

f dx

dy

x

x f x x

f x y

i i

x

i i

= +

= +

) ( )

lim (

) ( )

(

0

Differentiation

and Integration

= b

a

dx x f

I ( )

(3)

• Based on the strategy of replacing a complicated function or tabulated data with an approximating function that is easy to integrate:

Zero order approximation First-order Second-order

 

=

b

a n b

a

dx x

f dx

x f

I ( ) ( )

Newton-Cotes Integration Formulas

)

(

0 1 n n

n

x a a x a x

f = + +  +

(4)

Error:

where x lies somewhere in the interval from a to b

The Trapezoidal Rule

• Use a first order polynomial in approximating the function f(x) :

• The area under this first order polynomial is an estimate of the integral of f(x) between a and b :

Trapezoidal rule

 

=

b

a b

a

dx x f dx

x f

I ( )

1

( )

2

) ( )

) (

( f a f b

a b

I = − +

)

3

)(

12 (

1 f b a

E

t

= −  x −

(5)

Example 21.1 Single Application of the Trapezoidal Rule

f(x) = 0.2 +25 x – 200 x

2

+ 675 x

3

– 900 x

4

+ 400 x

5

Integrate f(x) from a=0 to b=0.8

% .

. .

. E

. . . .

) ( )

) ( (

t t

: of error an

represents which

: Rule l

Trapezoida

5 89 46773

1 1728 0

64053 1

1728 2 0

232 0

2 8 0 0

2

=

=

=

+ =

=

− +

=

b f a

a f b I

=

=

=

=

08

0

64053 1

.

. )

(

: value integral

True

b

a

dx x f I

Solution: f(a)=f(0) = 0.2 and f(b)=f(0.8) = 0.232

(6)

6

• The accuracy can be improved by dividing the interval from a to b into a number of segments and applying the method to each segment.

• The areas of individual segments are added to yield the integral for the entire interval.

Using the trapezoidal rule, we get:

+ + +

=

=

=

− =

=

n

n

x

x x

x x

x

n

dx x f dx

x f dx

x f I

x b x

n a a h b

1 2

1 1

0

) ( )

( )

(

seg.

of

#

n

0

 

 

 + +

= −

+ + + +

+ +

=

=

1

1 0

1 2

1 1

0

2 2

2 2

2

n

i

i n

n n

x f x

f x

n f a I b

x f x

h f x

f x

h f x

f x

h f I

) ( )

( )

(

) ( )

( )

( )

( )

( )

( 

The Multiple-Application Trapezoidal Rule

(7)

7

• Error estimate for one segment is given as:

• An error for multiple-application trapezoidal rule can be obtained by summing the individual errors for each segment:

Thus, if the number of segments is doubled, the truncation error will be quartered.

( )

3

12 ( )

t

E = b a − f  x

3

" " "

1 3

"

3

" 2 " 2

2

where " is the mean of the second derivative over the interval

( ) since ( ) 12

12

( ) ( ) ( )

O( )

12 12

Since

n

a i i

i

a

a

f

E h f f nf

E h nf

b a b a b a

h E f h f h

n n

x x

=

= 

=

− − −

= = = =

 

The Error Estimate for

The Multiple-Application Trapezoidal Rule

(8)

Simpson’s Rules

• More accurate estimate of an integral is obtained if a high-order polynomial is used to connect the points. These formulas are called Simpson’s rules.

Simpson’s 1/3 Rule:

results when a 2nd order Lagrange interpolating polynomial is used for f(x)

dx x

x f x

x x

x x x x x

x f x x x

x x x x x

x f x

x x

x x x I x

dx x f dx

x f I

x

x b

a

b

a

x b x a

x f

 



 

− + −

− + −

= −

=

=

=

2

0

) ) (

)(

(

) )(

) ( ) (

)(

(

) )(

) ( ) (

)(

(

) )(

(

)

( )

(

2 1

2 0 2

1 0

1 2

1 0 1

2 0

0 2

0 1 0

2 1

2 0

2

Using

. polynomial order

- second a

is ) 2( where

  SIMPSON' S 1/3 RULE

2 )

( )

( 4 )

3 (

0 1 2

: result s formula

following t he

on, manipulat i algebraic

and n int egrat io aft er

− 

= +

+

b a

h x

f x

f x

h f I

a=x0 x1 b=x2

(9)

• Just as the trapezoidal rule, Simpson’s rule can be improved by dividing the integration interval into a number of segments of equal width.

• However, it is limited to cases where values are equispaced, there are an even number of segments and odd number of points.

The Multiple-Application Simpson’s 1/3 Rule

( )

( )

( )

2 4

0 2 2

0

0 2 2

0 1 2

2 3 4

2 1

n # of seg.

( ) ( ) ( )

( ) 4 ( ) ( )

3

( ) 4 ( ) ( ) 3

( ) 4 ( ) ( )

3

n

n

n x

x x

n

x x x

n n n

h b a a x b x

n

I f x dx f x dx f x dx

I h f x f x f x

h f x f x f x

h f x f x f x

= = = =

= + + +

= + +

+ + + +

+ + +

  





 + + +

=

 

=

=

) ( ) ( 2

) ( 4

) 3 (

2

...

6 , 4 , 2 1

...

5 , 3 , 1

0 n

n

j

j n

i

i f x f x

x f x

h f I

(10)

10

 

8

) ( )

( 3 ) ( 3 ) ) (

(

) ( )

( 3 ) ( 3 ) 8 (

3

) ( )

(

3 2

1 0

3 2

1 0

3

3 ) (

x f x

f x

f x

a f b I

x f x

f x

f x

h f I

dx x f dx

x f I

a b h

b

a

b

a

+ +

− +

+ +

+

=

=

 

Simpson’s 3/8 Rule

Simpson’s 1/3 and 3/8 rules can be applied in tandem to handle

multiple applications with odd number of intervals

Fit a 3

rd

order Lagrange interpolating

polynomial to four points and integrate

(11)

11

Newton-Cotes Closed Integration Formulas

Points Name Formula Truncation

Error

2 Trapezoidal (b-a) * (f(x0)+ f(x1))/2 (1/12)(b-a)3f(ξ) 3 Simpson’s

1/3

(b-a) * (f(x0)+ 4f(x1)+f(x2))/6 (1/2880)(b-a)5f(4)(ξ) 4 Simpson’s

3/8

(b-a) * (f(x0)+ 3f(x1)+ 3f(x2)+ f(x3))/8 (1/6480)(b-a)5f(4)(ξ) 5 Boole’s (b-a) * (7f(x0) + 32f(x1) + 12f(x2) + 32f(x3)

+ 7f(x4))/90

proportional with (b-a)7

Same order,

but Simpson’s 3/8 is more accurate

In engineering practice, higher order (greater than 4-point) formulas are rarely used

(12)

12

Integration with Unequal Segments

Example 21.7

2

) ( )

( 2

) ( )

( 2

) ( )

(

1 2 1

2 1

0 1

n n

n

x f x

h f x

f x

h f x

f x

h f

I +

+ + +

+ +

= 

x f(x) x f(x)

0.0 0.2 0.44 2.842

0.12 1.309 0.54 3.507 0.22 1.305 0.64 3.181 0.32 1.743 0.70 2.363 0.36 2.074 0.80 0.232 0.40 2.456

594 . 1 12975 .

0 1307

. 0 0905 .

0

2

363 . 2 232 . 100 . 2 0

181 . 3 363 . 060 . 2 0

309 . 1 305 . 101 . 2 0

2 . 0 309 . 121 . 0

= +

+ +

=

+ + + +

+ + + +

=

I

Data for

f(x)= 0.2+25x-200x2+675x3-900x4+400x5 which represents a relative error of  = 2.8%

Using Trapezoidal Rule

(13)

Compute Integrals Using MATLAB

First, create a file called fx.m which contains f(x):

function y = fx(x)

y = 0.2+25*x-200*x.^2+675*x.^3-900*x.^4+400*x.^5 ; Then, execute in the command window:

>> Q=integral('fx', 0, 0.8) % true integral Q =1.6405  true value

>> x=[0 .12 .22 .32 .36 .4 .44 .54 .64 .7 .8]

>> y = fx(x)

y = 0.200 1.309 1.305 1.743 2.074 2.456 2.843 3.507 3.181 2.363 0.232

>> I = trapz(x,y) % or trapz(x, fx(x)) Integral =1.5948

Demo: (how I changes wrt n) + (0th order approx. With large n).

x f(x) x f(x)

0.0 0.2 0.44 2.842 0.12 1.309 0.54 3.507 0.22 1.305 0.64 3.181 0.32 1.743 0.70 2.363 0.36 2.074 0.80 0.232 0.40 2.456

(14)

14

~ Numerical Differentiation and Integration ~

Integration of Equations

Chapter 22

(15)

) ( )

(

)

( )

(

2

2 1 2

2 1 2

2 1 2

1

 

 

 

 h

h h E h

h E h h

E h E

Romberg Integration

Successive application of the trapezoidal rule to attain efficient numerical integrals of functions.

Richardson’s Extrapolation: In numerical analysis, Richardson extrapolation is a sequence acceleration method, used to improve the rate of convergence of a sequence.

Here we use two estimates of an integral to compute a third and more accurate approximation.

sizes) st ep

different for

const ant is

(assume

) ( )

( )

( )

(

/ ) (

/

) (

)

( )

(

2) 2 (

12

2 2

1 1

f h

O f

h a b E

h E h

I h

E h

I

h a b n

n a

b h

h E h

I I

= 



+

= +

=

= +

=

I = exact value of integral E(h)= the truncation error I(h): trapezoidal rule (n segments, step size h)

Improved estimate of the integral.

It is shown that the error of this

estimate is O(h4). Trapezoidal rule had an error estimate of

O(h

2

).

( )  ( ) ( ) 

) / (

) ( )

(

1 2 2

2 1 2

2 2

1

1 I h I h

h h h

I I

h E h

I I

− − +

+

=

( / ) ( ) ( ) ( ) ( ( / ) ) ( 1 )

) ( )

(

2

2 1

1 2

2 2

2 2

2 1 2

1

 −

 +

+ h h

h I h

h I E h

E h

I h

h h E h

I

(16)

16

( )  ( ) ( ) 

1 /

) 1 (

2 2 1

2 1

2

I h I h

h h h

I

I −

+ −

Example

Evaluate the integral of f(x) = 0.2 +25x – 200x2 + 675x3 – 900x4 + 400x5 from a=0 to b=0.8. I (True Integral value) = 1.6405

Segments h Integral εtr%

1 0.8 0.1728 89.5

2 0.4 1.0688 34.9

4 0.2 1.4848 9.5

%) 6 . 16 (

0.273 3675

. 1 6405 .

1 E

3675 .

1 ) 1728 .

0 3( ) 1 0688 .

1 3( 4

: give to combined 2

&

1 Segments

t

t = − = =

=

I

In each case, two estimates with error O(h2) are combined to give a third estimate with error O(h4)

%) 1 (

0.0171 6234

. 1 6405 .

1 E

6234 .

1 ) 0688 .

1 3 ( ) 1 4848 .

1 3 ( 4

: give to

combined 4

&

2 Segments

t

t = − = =

=

I

) 2 / (

If h

2

= h

1

   ( )

3 ) 1 3 (

) 4 ( )

1 ( 2

) 1

( h

2 2

I h

2

I h

1

I h

2

I h

1

I

I − = −

+ −

(17)

17

In Example 22.1, we computed two improved estimates of O(h

4

). These two

estimates can, in turn, be combined to yield an even better value with error O(h

6

).

For the special case where the original trapezoidal estimates are based on successive halving of the step size, the equation used for O(h

6

) accuracy is:

where I

m

and I

l

are more and less accurate estimates

Similarly, two O(h

6

) estimates can be combined to compute an I that is O(h

8

).

l

m

I

I

I 15

1 15

16 −

l

m

I

I

I 63

1 63

64 −

(18)

18

k=1 refers to trapezoidal rule, hence O(h

2

) accuracy.

k=2 refers to O(h

4

) and k=3 ➔ O(h

6

)

Index j is used to distinguish between the more (j+1) and the less (j) accurate estimates.

1 4

4

1

1 , 1

, 1 1

,

+

k

k j k

j k

k j

I I I

The Romberg Integration Algorithm

(19)

19

~ Numerical Differentiation and Integration ~

Numerical Differentiation

Chapter 23

(20)

High Accuracy Differentiation Formulas

• High-accuracy divided-difference formulas can be generated by including additional terms from the Taylor series expansion.

• Inclusion of the 2nd derivative term has improved the accuracy to O(h2).

• Similar improved versions can be developed for the backward and centered formulas

2

) ( )

( )

) ( (

2 ) ) (

( )

( )

(

1

2 1

 −

− −

 =

 +

 + +

=

+ +

x h f h

x f x

x f f

x h h f

x f x

f x

f

i i

i i

i i

i i

)

) ( ( )

( 2 ) (

) ( ' )

( ) '

(

1 2 2 1 O h

h

x f x

f x

f h

x f x

x f

f i i i ii + i +

− =

 = + + +

) ) (

( )

( )

) ( (

) ) (

( )

( )

( )

( )

) ( (

1 2 2

2 2

1 2

1

2

3 4

2 2

h h O

x f x

f x

x f f

h O h h

x f x

f x

f h

x f x

x f f

i i

i i

i i

i i

i i

− + +

= −

+ +

− −

= −

+ +

+ +

+

(21)

Forward finite-divided-difference formulas

2

) ( 3 )

( 4 )

) ( (

)

( )

) ( (

Derivative First

1 2

1

h

x f x

f x

x f f

h

x f x

x f f

i i

i i

i i

i

− +

= −

= −

+ +

+

Error O( h )

O( h

2

)

Error O( h )

O( h

2

)

2

1 2

3

2 1 2

) ( 2 )

( 5 ) (

4 )

) ( (

"

)

( )

( 2 )

) ( (

"

Derivative

Second

h

x f x

f x

f x

x f f

h

x f x

f x

x f f

i i

i i

i

i i

i i

+

− +

= −

+

= −

+ +

+

+ +

(22)

Backward finite-divided-difference formulas

2

) (

) (

4 )

( ) 3

(

)

( )

) ( (

Derivative First

2 1

1

h

x f x

f x

x f f

h

x f x

x f f

i i

i i

i i

i

+

= −

= −

Error O( h )

O( h

2

)

Error O( h )

O( h

2

)

2

3 2

1 2

2 1

) (

) (

4 )

( 5 ) ( ) 2

(

"

)

( )

( 2 )

) ( (

"

Derivative

Second

h

x f x

f x

f x

x f f

h

x f x

f x

x f f

i i

i i

i

i i

i i

− +

= −

+

= −

(23)

Centered finite-divided-difference formulas

h

x f x

f x

f x

x f f

h

x f x

x f f

i i

i i

i

i i

i

12

) (

) (

8 ) (

8 ) ) (

(

2

) (

) ) (

(

Derivative First

2 1

1 2

1 1

+

+

+

+

− +

= −

= −

Error O( h

2

)

O( h

4

)

Error O( h

2

) O( h

4

)

2

2 1

1 2

2

1 1

12

) (

) ( 16 )

( 30 )

( 16 )

) ( (

"

) ( )

( 2 ) ) (

(

"

Derivative

Second

h

x f x

f x

f x

f x

x f f

h

x f x

f x

x f f

i i

i i

i i

i i

i i

+

+

+

− +

− +

= −

+

= −

(24)

2

1 1

2

1 1

1

2

1 1

1

2 1

2 1

) (

) ( 2 )

) ( (

) (

) (

) ( 2 )

( 2

2 )

) (

) ) (

( )

( ( 2

) ) ( )

( )

( ( ) 2

(

2 ) ) (

( )

( )

(

h

x f x

f x

x f f

h

x f x

f x

f x

f

h

h h

x f x

x f f x

f

h

h x f

x f x

x f f

x h h f

x f x

f x

f

i i

i i

i i

i i

i i

i i

i i

i i

i i

i i

+

+

+

+ +

+ +

+

= −



+

= −

− −

= −

− 

= −



 +

 + +

= 

Derivation of the centered formula for f’’ ( x

i

)

(25)

Differentiation Using MATLAB

First, create a file called fx1.m which contains y=f(x):

function y = fx1(x)

y = 1.2 - .25*x - .5*x.^2 - .15*x.^3 -.1*x.^4 ; Command window:

>> x=0:.25:1

0 0.25 0.5 0.75 1

>> y = fx1(x)

1.2 1.1035 0.925 0.6363 0.2

>> d = diff(y) ./ diff(x) % diff() takes differences between

% consecutive vector elements d = -0.3859 -0.7141 -1.1547 -1.7453

Forward: x = 0 0.25 0.5 0.75 1 Backward: x = 0.25 0.5 0.75 1

x f(x)

i-2 0 1.2

i-1 0.25 1.1035

i 0.50 0.925

i+1 0.75 0.6363

i+2 1 0.2

(26)

Forward difference of accuracy O(h2) is computed as:

Backward difference of accuracy O(h2) is computed as:

26

Example :

f(x) = -0.1 x

4

– 0.15 x

3

– 0.5 x

2

– 0.25 x + 1.2

At x = 0.5 True value for First Derivative = -0.9125

Using finite divided differences and a step size of h = 0.25 we obtain:

t

0.2 4(0.6363) 3(0.925)

(0.5) 0.8593 5.82%

2(0.25)

f = + = −=

Forward O(h)

Backward O(h)

Estimate -1.155 -0.714

εt (%) 26.5 21.7

x f(x)

i-2 0 1.2

i-1 0.25 1.1035

i 0.50 0.925

i+1 0.75 0.6363

i+2 1 0.2

t

3(0.925) 4(1.1035) 1.2

(0.5) 0.8781 3.77%

2(0.25)

f = + = −=

(27)

27

Richardson Extrapolation

• There are two ways to improve derivative estimates when employing finite divided differences:

– Decrease the step size, or

– Use a higher-order formula that employs more points.

• A third approach, based on Richardson extrapolation, uses two derivative estimates (with O(h2) error) to compute a third (with O(h4) error) , more accurate approximation.

We can derive this formula following the same steps used in the case of the integrals:

) 3 (

) 1 3 (

4

2

/

2 1

1

2

h D D h D h

h =   −

Example:

using the previous example and Richardson’s formula, estimate the first derivative at x=0.5 Using Centered Difference approx. (with error O(h2)) with h=0.5 and h=0.25 :

Dh=0.5(x=0.5) = (0.2-1.2)/1 = -1 [ εt=|(-.9125+1)/-.9125| = 9.6% ] Dh=0.25(x=0.5) = (0.6363-1.103)/0.5=-0.9343 [ εt=|(-.9125+0.9343)/-.9125| = 2.4%]

The improved estimate is:

D = 4/3(-0.9343) – 1/3(-1) = -0.9125 [ εt=(-.9125+.9125)/-.9125 = 0% perfect!]

(28)

28

Derivatives of Unequally Spaced Data

• Derivation formulas studied so far (especially the ones with O(h2) error) require multiple points to be spaced evenly.

• Data from experiments or field studies are often collected at unequal intervals.

• Fit a Lagrange interpolating polynomial, and then calculate the 1st derivative.

As an example, second order Lagrange interpolating polynomial is used below:

*Note that any three points, xi-1 xi and xi+1 can be used to calculate the derivative. The points do not need to be spaced equally.

( )( )

( )( )

(

i i i

)(

i i i

)

i

i i i

i

i i

i

i i

i i

i i i

x x

x x

x x

x x f

x x x

x

x x

x x f

x x

x x

x x x x

f x

f

− + −

− + −

= −

+

+

+

+

+

+

+

1 1

1

1 1

1 1

1 1

1 1

1

1 1

) 2 (

) 2 (

) 2 (

)

( )( ) (

( )( )

( )( )

( )( )

( )( )

(

i ii

)(

i i i

)

i

i i

i i

i i

i

i i

i i

i i

i

x x

x x

x x x

x x f

x x

x x

x x x

x x f

x x

x x

x x x x x

f x

f

− + −

− + −

= −

+

+

+

+

+

+

+

1 1

1

1 1

1 1

1 1

1 1

1

1 1

) (

) (

) (

)

(

(29)

A temperature gradient can be measured down into the soil as shown below.

Example:

The heat flux at the soil-air interface can be computed with Fourier’s Law:

q = heat flux

k = coefficient of thermal diffusivity in soil (≈3.5x10-7 m2/s) ρ = soil density(≈ 1800 kg/m3)

C = soil specific heat(≈ 840 J/kg . Co)

*Positive flux value means heat is transferred from the air to the soil

Calculate dT/dz (z=0) first and then and determine the heat flux.

( )( )

( )( )

( )( )

cm C

z f

/ 333 . 1 333

. 1 4 . 14 4

. 14

25 . 1 75 . 3 0 75 . 3

25 . 1 0 ) 0 ( 10 2

75 . 3 25 . 1 0 25 . 1

75 . 3 0 ) 0 ( 12 2

75 . 3 0 25 . 1 0

75 . 3 25 . 1 ) 0 ( 5 2 . 13 )

0 (

0

=

− +

=

− + −

− + −

= −

 =

0

) 0 (

=

=

=

dz

z

C dT k

z

q 

MEASUREMENTS

which can be used to compute the heat flux at z=0:

q(z=0) = -3.5x10-7(1800)(840)(-133.3 0C/m)=70.56 W/m2

Referensi

Dokumen terkait