31.2. Numerical Integration. Introduction. Prerequisites. Learning Outcomes

Size: px
Start display at page:

Download "31.2. Numerical Integration. Introduction. Prerequisites. Learning Outcomes"

Transcription

1 Numericl Integrtion 3. Introduction In this Section we will present some methods tht cn be used to pproximte integrls. Attention will be pid to how we ensure tht such pproximtions cn be gurnteed to be of certin level of ccurcy. Prerequisites Before strting this Section you should... Lerning Outcomes On completion you should be ble to... review previous mteril on integrls nd integrtion pproximte certin integrls be ble to ensure tht these pproximtions re of some desired ccurcy 8 HELM (8): Workbook 3: Numericl Methods of Approximtion

2 . Numericl integrtion The im in this Section is to describe numericl methods for pproximting integrls of the form f(x) dx One motivtion for this is in the mteril on probbility tht ppers in cn be nlysed by working out 39. Norml distributions π e x / dx for certin vlues of nd b. It turns out tht it is not possible, using the kinds of functions most engineers would cre to know bout, to write down function with derivtive equl to π e x / so vlues of the integrl re pproximted insted. Tbles of numbers giving the vlue of this integrl for different intervl widths ppered t the end of 39, nd it is known tht these tbles re ccurte to the number of deciml plces given. How cn this be known? One im of this Section is to give possible nswer to tht question. It is cler tht, not only do we need wy of pproximting integrls, but we lso need wy of working out the ccurcy of the pproximtions if we re to be sure tht our tbles of numbers re to be relied on. In this Section we ddress both of these points, begining with simple pproximtion method.. The simple trpezium rule The first pproximtion we shll look t involves finding the re under stright line, rther thn the re under curve f. Figure 6 shows it best. f(x) f(b) f() b b x Figure 6 HELM (8): Section 3.: Numericl Integrtion 9

3 We pproximte s follows f(x) dx = grey shded re re of the trpezium surrounding the shded region = width of trpezium verge height of the two sides = ) (f() (b ) + f(b) The simple trpezium rule for pproximting the grph of f by the re of trpezium. Key Point 5 Simple Trpezium Rule f(x) dx is given by pproximting the re under The formul is: f(x) dx (b ) ( f() + f(b) ) Or, to put it nother wy tht my prove helpful little lter on, f(x) dx ( (intervl width) f(left-hnd end) + f(right-hnd end) ) Next we show some instnces of implementing this method. Exmple Approximte ech of these integrls using the simple trpezium rule () π/4 sin(x) dx (b) e x / dx (c) cosh(x) dx Solution () (b) π/4 ( π 4 ) ( + ) =.7768, sin(x) dx (b )(sin() + sin(b)) = e x / dx ( ) (b ) e / + e b / = ( ) ( e / + e ) =.3793, (c) cosh(x) dx (b ) (cosh() + cosh(b)) = ( ) ( + cosh()) = 4.76, where ll three nswers re given to 5 deciml plces. 3 HELM (8): Workbook 3: Numericl Methods of Approximtion

4 It is importnt to note tht, lthough we hve given these integrl pproximtions to 5 deciml plces, this does not men tht they re ccurte to tht mny plces. We will del with the ccurcy of our pproximtions lter in this Section. Next re some Tsks for you to try. Tsk Approximte the following integrls using the simple trpezium method () 5 x dx (b) ln(x) dx Your solution Answer 5 ( () x dx (b ) ) + b = ( (5 ) + ) 5 = (b) ln(x) dx (b )(ln() + ln(b)) = ( ) ( + ln()) = The nswer you obtin for this next Tsk cn be checked ginst the tble of results in 39 concerning the Norml distribution or in stndrd sttistics textbook. Tsk Use the simple trpezium method to pproximte π e x / dx Your solution Answer We find tht π e x / dx ( ) π ( + e / ) =.346 to 5 deciml plces. So we hve mens of pproximting pproximtion. f(x) dx. The question remins whether or not it is good HELM (8): Section 3.: Numericl Integrtion 3

5 How good is the simple trpezium rule? We define e T, the error in the simple trpezium rule to be the difference between the ctul vlue of the integrl nd our pproximtion to it, tht is e T = f(x) dx ) (f() (b ) + f(b) It is enough for our purposes here to omit some theory nd skip stright to the result of interest. In mny different textbooks on the subject it is shown tht e T = (b )3 f (c) where c is some number between nd b. (The principl drwbck with this expression for e T is tht we do not know wht c is, but we will find wy to work round tht difficulty lter.) It is worth pusing to sk wht mening we cn ttch to this expression for e T. There re two fctors which cn influence e T :. If b is smll then, clerly, e T will most probbly lso be smll. This seems sensible enough - if the integrtion intervl is smll one then there is less room to ccumulte lrge error. (This observtion forms prt of the motivtion for the composite trpezium rule discussed lter in this Section.). If f is smll everywhere in < x < b then e T will be smll. This reflects the fct tht we worked out the integrl of stright line function, insted of the integrl of f. If f is long wy from being stright line then f will be lrge nd so we must expect the error e T to be lrge too. We noted bove tht the expression for e T is less useful thn it might be becuse it involves the unknown quntity c. We perform trde-off to get round this problem. The expression bove gives n exct vlue for e T, but we do not know enough to evlute it. So we replce the expression with one we cn evlute, but it will not be exct. We replce f (c) with worst cse vlue to obtin n upper bound on e T. This worst cse vlue is the lrgest (positive or negtive) vlue tht f (x) chieves for x b. This leds to e T mx f (b )3 (x). x b We summrise this in Key Point 6. Key Point 6 Error in the Simple Trpezium Rule The error, e T, in the simple trpezium pproximtion to mx f (x) x b (b )3 f(x) dx is bounded bove by 3 HELM (8): Workbook 3: Numericl Methods of Approximtion

6 Exmple Work out the error bound (to 6 deciml plces) for the simple trpezium method pproximtions to () π/4 sin(x) dx (b) cosh(x) dx Solution In ech cse the trickiest prt is working out the mximum vlue of f (x). () Here f(x) = sin(x), therefore f (x) = cos(x) nd f (x) = sin(x). The function sin(x) tkes vlues between nd when x vries between nd π/4. Hence e T < (π/4)3 =.8548 to 6 deciml plces. (b) If f(x) = cosh(x) then f (x) = cosh(x) too. The mximum vlue of cosh(x) for x between nd will be cosh() = , to 6 deciml plces. Hence, in this cse, e T < (3.7696) ( )3 =.583 to 6 deciml plces. (In Exmple we used rounded vlue of cosh(). To be on the sfe side, it is best to round this number up to mke sure tht we still hve n upper bound on e T. In this cse, of course, rounding up is wht we would nturlly do, becuse the seventh deciml plce ws 6.) Tsk Work out the error bound (to 5 significnt figures) for the simple trpezium method pproximtions to () 5 x dx (b) ln(x) dx Your solution () HELM (8): Section 3.: Numericl Integrtion 33

7 Answer If f(x) = x = x / then f (x) = x / nd f (x) = 4 x 3/. The negtive power here mens tht f tkes its biggest vlue in mgnitude t the left-hnd end of the intervl [, 5] nd we see tht mx x 5 f (x) = f () = 4. Therefore e T < 4 43 =.3333 to 5 s.f. Your solution (b) Answer Here f(x) = ln(x) hence f (x) = /x nd f (x) = /x. It follows then tht mx x f (x) = nd we conclude tht e T < 3 = to 5 s.f. One deficiency in the simple trpezium rule is tht there is nothing we cn do to improve it. Hving computed n error bound to mesure the qulity of the pproximtion we hve no wy to go bck nd work out better pproximtion to the integrl. It would be preferble if there were prmeter we could lter to tune the ccurcy of the method. The following pproch uses the simple trpezium method in wy tht llows us to improve the ccurcy of the nswer we obtin. 34 HELM (8): Workbook 3: Numericl Methods of Approximtion

8 3. The composite trpezium rule The generl ide here is to split the intervl [, b] into sequence of N smller subintervls of equl width h = (b )/N. Then we pply the simple trpezium rule to ech of the subintervls. Figure 7 below shows the cse where N = (nd h = (b )). To simplify nottion lter on we let f = f(), f = f( + h) nd f = f( + h) = f(b). f f(x) f f h Figure 7 b x Applying the simple trpezium rule to ech subintervl we get f(x) dx (re of first trpezium) + (re of second trpezium) = h(f + f ) + h(f + f ) = h ( f + f + f ) where we remember tht the width of ech of the subintervls is h, rther thn the b we hd in the simple trpezium rule. The next improvement will come from tking N = 3 subintervls (Figure 8). Here h = (b ) 3 is smller thn in Figure 7 bove nd we denote f = f(), f = f( + h), f = f( + h) nd f 3 = f( + 3h) = f(b). (Notice tht f nd f men something different from wht they did in the N = cse.) f 3 f(x) f f f h Figure 8 b x HELM (8): Section 3.: Numericl Integrtion 35

9 As Figure 8 shows, the pproximtion is getting closer to the grey shded re nd in this cse we hve f(x) dx h(f + f ) + h(f + f ) + h(f + f 3 ) = h ( f + {f + f } + f 3 ). The pttern is probbly becoming cler by now, but here is one more improvement. In Figure 9 N = 4, h = 4 (b ) nd we denote f = f(), f = f( + h), f = f( + h), f 3 = f( + 3h) nd f 4 = f( + 4h) = f(b). f 4 f(x) f 3 f f f h Figure 9 b x This leds to f(x) dx h(f + f ) + h(f + f ) + h(f + f 3 ) + + h(f 3 + f 4 ) = h ( f + {f + f + f 3 } + f 4 ). We generlise this ide into the following Key Point. 36 HELM (8): Workbook 3: Numericl Methods of Approximtion

10 The composite trpezium rule for pproximting. Choose N, the number of subintervls,. where Key Point 7 Composite Trpezium Rule f(x) dx h ( f + {f + f + + f N } + f N ), f(x) dx is crried out s follows: h = b N, f = f(), f = f( + h),..., f n = f( + nh),..., nd f N = f( + Nh) = f(b). Exmple Using 4 subintervls in the composite trpezium rule, nd working to 6 deciml plces, pproximte cosh(x) dx Solution In this cse h = ( )/4 =.5. We require cosh(x) evluted t five x-vlues nd the results re tbulted below to 6 d.p. x n f n = cosh(x n ) It follows tht cosh(x) dx h (f + f 4 + {f + f + f 3 }) = (.5) ( { }) = HELM (8): Section 3.: Numericl Integrtion 37

11 Tsk Using 4 subintervls in the composite trpezium rule pproximte ln(x) dx Your solution Answer In this cse h = ( )/4 =.5. We require ln(x) evluted t five x-vlues nd the results re tbulted below t 6 d.p. x n f n = ln(x n ) It follows tht ln(x) dx h (f + f 4 + {f + f + f 3 }) = (.5) ( { }) = HELM (8): Workbook 3: Numericl Methods of Approximtion

12 How good is the composite trpezium rule? We cn work out n upper bound on the error incurred by the composite trpezium method. Fortuntely, ll we hve to do here is pply the method for the error in the simple rule over nd over gin. Let e N T denote the error in the composite trpezium rule with N subintervls. Then e N T mx = h3 st subintervl f (x) h3 + mx nd subintervl f (x) h mx lst subintervl f (x) ( ) mx f (x) + mx f (x) mx f (x). st subintervl nd subintervl lst subintervl }{{} N terms This is ll very well s piece of theory, but it is wkwrd to use in prctice. The process of working out the mximum vlue of f seprtely in ech subintervl is very time-consuming. We cn obtin more user-friendly, if less ccurte, error bound by replcing ech term in the lst brcket bove with the biggest one. Hence we obtin e N T h 3 ( N mx f (x) x b ) This upper bound cn be rewritten by reclling tht Nh = b, nd we now summrise the result in Key Point. h3 Key Point 8 Error in the Composite Trpezium Rule The error, b e N, T in the N-subintervl composite trpezium pproximtion to f(x) dx is bounded bove by mx f (x) x b (b )h Note: the specil cse when N = is the simple trpezium rule, in which cse b = h (refer to Key Point 6 to compre). The formul in Key Point 8 cn be used to decide how mny subintervls to use to gurntee specific ccurcy. HELM (8): Section 3.: Numericl Integrtion 39

13 Exmple 3 The function f is known to hve second derivtive with the property tht f (x) < for x between nd 4. Using the error bound given in Key Point 8 determine how mny subintervls re required so tht the composite trpezium rule used to pproximte 4 f(x) dx cn be gurnteed to be in error by less thn 3. Solution We require tht tht is (b )h 4h <.5. <.5 This implies tht h <.5 nd therefore h <.83. Now N = (b )/h = 4/h nd it follows tht N > Clerly, N must be whole number nd we conclude tht the smllest number of subintervls which gurntees n error smller thn.5 is N = 358. It is worth remembering tht the error bound we re using here is pessimistic one. We effectively use the sme (worst cse) vlue for f (x) ll the wy through the integrtion intervl. Odds re tht fewer subintervls will give the required ccurcy, but the vlue for N we found here will gurntee good enough pproximtion. Next re two Tsks for you to try. 4 HELM (8): Workbook 3: Numericl Methods of Approximtion

14 Tsk The function f is known to hve second derivtive with the property tht f (x) < 4 for x between nd 4. Using the error bound given in Key Point 8 determine how mny subintervls re required so tht the composite trpezium rule used to pproximte 4 f(x) dx cn be gurnteed to hve n error less thn.. Your solution Answer We require tht tht is 4 (b )h 7h <. <. This implies tht h <.74 nd therefore h <.444. Now N = (b )/h = 5/h nd it follows tht N > Clerly, N must be whole number nd we conclude tht the smllest number of subintervls which gurntees n error smller thn. is N = 8. HELM (8): Section 3.: Numericl Integrtion 4

15 Tsk It is given tht the function e x / hs second derivtive tht is never greter thn in bsolute vlue. () Use this fct to determine how mny subintervls re required for the composite trpezium method to deliver n pproximtion to π e x / dx tht is gurnteed to hve n error less thn. (b) Find n pproximtion to the integrl tht is in error by less thn. Your solution () Answer We require tht (b )h π <.5. This mens tht h <.5398 nd therefore, since N = /h, it is necessry for N = 3 for the error bound to be less thn ±. Your solution (b) 4 HELM (8): Workbook 3: Numericl Methods of Approximtion

16 Answer To crry out the composite trpezium rule, with h = 3 x =, h, h,. This evlution gives we need to evlute f(x) = π e x / t f() = f =.39894, f(h) = f =.37738, f(h) = f =.3945 nd f() = f 3 =.497, ll to 5 deciml plces. It follows tht π e x / dx h(f + f 3 + {f + f }) =.339 We know from prt () tht this pproximtion is in error by less thn. Exmple 4 Determine the minimum number of steps needed to gurntee n error not exceeding ±., when evluting cosh(x ) dx using the trpezium rule. Solution f(x) = cosh(x ) f (x) = x sinh(x ) f (x) = sinh(x ) + 4x cosh(x ) Using the error formul in Key Point 8 E = h { sinh(x ) + 4x cosh(x )} x [, ] E mx occurs when x =. > h { sinh() + 4 cosh()} h <./{( sinh() + 4 cosh()} h <.48 h <.3753 n 6.65 n = 7 needed HELM (8): Section 3.: Numericl Integrtion 43

17 Tsk Determine the minimum of strips, n, needed to evlute by the trpezium rule: π/4 {3x.5 sin(x)} dx such tht the error is gurnteed not to exceed ±.5. Your solution Answer f(x) = 3x.5 sin(x) f (x) = sin(x) Error will be mximum t x = π 4 so tht sin(x) = E = (b ) h f () (x) x [, π 4 ] E = π 48 h 6{ + sin(x)}, x [, π 4 ] E mx = π 48 h () = πh 4 We need πh 4 <.5 h <. π Now nh = (b ) = π so n = π 4 4h π We need n > = so n = required h < HELM (8): Workbook 3: Numericl Methods of Approximtion

18 4. Other methods for pproximting integrls Here we briefly describe other methods tht you my hve herd, or get to her, bout. In the end they ll mount to the sme sort of thing, tht is we smple the integrnd f t few points in the integrtion intervl nd then tke weighted verge of ll these f vlues. All tht is needed to implement ny of these methods is the list of smpling points nd the weight tht should be ttched to ech evlution. Lists of these points nd weights cn be found in mny books on the subject. Simpson s rule This is bsed on pssing qudrtic through three eqully spced points, rther thn pssing stright line through two points s we did for the simple trpezium rule. The composite Simpson s rule is given in the following Key Point. The composite Simpson s rule for pproximting Key Point 9 Composite Simpson s Rule. Choose N, which must be n even number of subintervls,. Clculte f(x) dx f(x) dx is crried out s follows: 3 h ( f + 4{f + f 3 + f f N } + {f + f 4 + f f N } + f N ) where h = b N, f = f(), f = f( + h),..., f n = f( + nh),..., nd f N = f( + Nh) = f(b). The formul in Key Point 9 is slightly more complicted thn the corresponding one for composite trpezium rule. One wy of remembering the rule is the lern the pttern which show tht the end point vlues re multiplied by, the vlues with odd-numbered subscripts re multiplied by 4 nd the interior vlues with even subscripts re multiplied by. HELM (8): Section 3.: Numericl Integrtion 45

19 Exmple 5 Using 4 subintervls in the composite Simpson s rule pproximte cosh(x) dx. Solution In this cse h = ( )/4 =.5. We require cosh(x) evluted t five x-vlues nd the results re tbulted below to 6 d.p. x n f n = cosh(x n ) It follows tht cosh(x) dx 3 h (f + 4f + f + 4f 3 + f 4 ) = (.5) ( ) 3 = , where this pproximtion is given to 6 deciml plces. This pproximtion to cosh(x) dx is closer to the true vlue of sinh() (which is to 6 d.p.) thn we obtined when using the composite trpezium rule with the sme number of subintervls. Tsk Using 4 subintervls in the composite Simpson s rule pproximte ln(x) dx. Your solution 46 HELM (8): Workbook 3: Numericl Methods of Approximtion

20 Answer In this cse h = ( )/4 =.5. There will be five x-vlues nd the results re tbulted below to 6 d.p. x n f n = ln(x n ) It follows tht ln(x) dx 3 h (f + 4f + f + 4f 3 + f 4 ) = (.5) ( ) 3 =.3866 to 6 d.p. How good is the composite Simpson s rule? On pge 39 (Key Point 8) we sw formul for n upper bound on the error in the composite trpezium method. A corresponding result for the composite Simpson s rule exists nd is given in the following Key Point. Key Point Error in Composite Simpson s Rule The error in the N-subintervl composite Simpson s rule pproximtion to bove by mx f (iv) (x) x b (b )h4 8 f(x) dx is bounded (Here f (iv) is the fourth derivtive of f nd h is the subintervl width, so N h = b.) The formul in Key Point cn be used to decide how mny subintervls to use to gurntee specific ccurcy. HELM (8): Section 3.: Numericl Integrtion 47

21 Exmple 6 The function f is known to hve fourth derivtive with the property tht f (iv) (x) < 5 for x between nd 5. Determine how mny subintervls re required so tht the composite Simpson s rule used to pproximte 5 f(x) dx incurs n error tht is gurnteed less thn.5. Solution We require tht 5 4h4 8 <.5 This implies tht h 4 <.45 nd therefore h < Now N = 4/h nd it follows tht N > For the composite Simpson s rule N must be n even whole number nd we conclude tht the smllest number of subintervls which gurntees n error smller thn.5 is N =. Tsk The function f is known to hve fourth derivtive with the property tht f (iv) (x) < for x between nd 6. Determine how mny subintervls re required so tht the composite Simpson s rule used to pproximte 6 f(x) dx incurs n error tht is gurnteed less thn.5. Your solution 48 HELM (8): Workbook 3: Numericl Methods of Approximtion

22 Answer We require tht 4h4 8 <.5 This implies tht h 4 <.875 nd therefore h <.89. Now N = 4/h nd it follows tht N > 9.49 N must be n even whole number nd we conclude tht the smllest number of subintervls which gurntees n error smller thn.5 is N =. The following Tsk is similr to one tht we sw erlier in this Section (pge 4). Using the composite Simpson s rule we cn chieve greter ccurcy, for similr mount of effort, thn we mnged using the composite trpezium rule. Tsk It is given tht the function e x / hs fourth derivtive tht is never greter thn 3 in bsolute vlue. () Use this fct to determine how mny subintervls re required for the composite Simpson s rule to deliver n pproximtion to π e x / dx tht is gurnteed to hve n error less thn 4. Your solution Answer We require tht 3 π (b )h 4 8 <.5. This mens tht h 4 < nd therefore h < Since N = /h it is necessry for N = 4 for the error bound to be gurnteed to be less thn ± 4. HELM (8): Section 3.: Numericl Integrtion 49

23 (b) Find n pproximtion to the integrl tht is in error by less thn 4. Your solution Answer In this cse h = ( )/4 =.5. We require results re tbulted below to 6 d.p. x n π e x n / It follows tht π e x / evluted t five x-vlues nd the π e x / dx 3 h (f + 4f + f + 4f 3 + f 4 ) = (.5) ( ) = to 6 d.p. We know from prt () tht this pproximtion is in error by less thn 4 5 HELM (8): Workbook 3: Numericl Methods of Approximtion

24 Exmple 7 Find out how mny strips re needed to be sure tht 4 sinh(t) dt is evluted by Simpson s rule with error less thn ±. Solution E = (b ) 8 h4 (6) sinh(x) < x < 4 E 64h sinh(8) 8. h sinh(8) h.84 4 nh = b n.84 = 9.9 So n = 9 is needed (minimum even number). HELM (8): Section 3.: Numericl Integrtion 5

25 Engineering Exmple Plstic bottle design Introduction Mnufcturing continers is lrge nd vried industry nd optimum pckging cn sve compnies millions of pounds. Although determining the cpcity of continer nd mount of mteril needed cn be done by physicl experiment, mthemticl modelling provides cost-effective nd efficient mens for the designer to experiment. Problem in words A mnufcturer is designing new plstic bottle to contin 9 ml of fbric softener. The bottle is circulr in cross section, with vrying rdius given by r = 4 +.5z.7z +.z 3 where z is the height bove the bse in cm. () Find n expression for the volume of the bottle nd hence show tht the fill level needs to be pproximtely 8 cm. (b) If the wll thickness of the plstic is mm, show tht this is lwys smll compred to the bottle rdius. (c) Hence, find the volume of plstic required to mnufcture bottle which is cm tll (include the plstic in the bse nd side wlls), using numericl method. A grph the rdius ginst z is shown below: 8 6 z Figure Mthemticl sttement of problem Clculte ll lengths in centimetres. () The formul for the volume of solid of revolution, revolved round the z xis between z = nd z = d is d πr dz. We hve to evlute this integrl. (b) To show tht the thickness is smll reltive to the rdius we need to find the minimum rdius. r 5 HELM (8): Workbook 3: Numericl Methods of Approximtion

26 (c) Given tht the thickness is smll compred with the rdius, the volume cn be tken to be the surfce re times the thickness. Now the surfce re of the bse is esy to clculte being π 4, but we lso need to clculte the surfce re for the sides, which is much hrder. For n element of height dz this is πz (the slnt height) of the surfce between z nd z +dz. ( ) The slnt height is, nlyticlly dr + dz, or equivlently the distnce between dz (r(z), z) nd (r(z + dz), z + dz), which is esier to use numericlly. ( ) dr Anlyticlly the surfce re to height is πr + dz; we shll pproximte this dz numericlly. This will give the re of the side surfce. Mthemticl nlysis () We could clculte this integrl exctly, s the volume is d π(4+.5z.7z +.z 3 ) dz but here we do this numericlly (which cn often be simpler pproch nd possibly is so here). To do tht we need to keep n eye on the likely error, nd for this problem we shll ensure the error in the integrls is less thn ml. The formul for the error with the trpezium rule, with step h nd integrted from to (ssuming from the problem tht we shll not integrte over lrger rnge) is h mx f. Doing this crudely with f = πg where g(z) = 4 +.5z.7z +.z 3 we see tht g(z) = 58 (using only positive signs nd z ) nd g (z).5 +.4z +.6z = 5.7 < 6, nd g (z).4 +.z.38. Therefore f = π(gg + (g ) ) ( )π < 7π, so h mx f 63h. We need h < /63, or h <.43. We will use h =., nd the error will be t most.5. The pproximtion to the integrl from to 8 is πg () i= πg (.i). + πg (8). (reclling the multiplying fctor is hlf for the first nd lst entries in the trpezium rule). This yields vlue of 899.7, which is certinly within ml of 9. (b) From the grph the minimum rdius looks to be bout t bout z = 8. Looking more exctly (found by solving the qudrtic to find the plces where the derivtive is zero, or by plotting the vlues nd by inspection), the minimum is t z = 8.93, when r =.948 cm. So the thickness is indeed smll (lwys less thn.6 of the rdius t ll plces.) HELM (8): Section 3.: Numericl Integrtion 53

27 ( ) dr (c) For the re of the side surfce we shll clculte πr + dz numericlly, using dz ( ) dr the trpezium rule with step. s before. + dz = (dz) dz + (dr), which we shll pproximte t point z n by (z n+ z n ) + (r n+ r n ), so evluting r(z) t intervls of. gives the pproximtion πr() 999 (.) + (r(.) r()) + πr(.i) (.) + (r(.(i + )) r(.i)) i= +πr() (.) + (r() r(9.98)). Clculting this gives 473 cm. Approximting the nlyticl expression by direct numericl clcultion gives 474 cm. (The nswer is between nd cm, so this vrition is understndble nd does not indicte n error.) The bottom surfce re is 6π = 5.3 cm, so the totl surfce re we my tke to be = 54 cm, nd hence the volume of plstic is 54. = 5.4 cm 3. Mthemticl comment An lterntive to using the trpezium rule is Simpson s rule which will require mny fewer steps. When using computer progrm such s Microsoft Excel hving n efficient method my not be importnt for smll problem but could be significnt when mny clcultions re needed or computtionl power is limited (such s if using progrmmble clcultor). The reder is invited to repet the clcultions for () nd (c) using Simpson s rule. The nlyticl nswer to () is given by 8 π(6 + 4z.3z.54z z 4.8z 5 +.4z 6 ) dz which gives to 4 d.p. 54 HELM (8): Workbook 3: Numericl Methods of Approximtion

28 Exercises. Using 4 subintervls in the composite trpezium rule pproximte 5 x dx.. The function f is known to hve second derivtive with the property tht f (x) < for x between nd 3. Using the error bound given erlier in this Section determine how mny subintervls re required so tht the composite trpezium rule used to pproximte 3 f(x) dx cn be gurnteed to hve n error in it tht is less thn.. 3. Using 4 subintervls in the composite Simpson rule pproximte 5 x dx. 4. The function f is known to hve fourth derivtive with the property tht f (iv) (x) < 6 for x between nd 5. Determine how mny subintervls re required so tht the composite Simpson s rule used to pproximte 5 f(x) dx incurs n error tht is less thn.. 5. Determine the minimum number of steps needed to gurntee n error not exceeding ±. when numericlly evluting 4 ln(x) dx using Simpson s rule. HELM (8): Section 3.: Numericl Integrtion 55

29 Answers. In this cse h = (5 )/4 =. We require x evluted t five x-vlues nd the results re tbulted below x n f n = x n It follows tht 5 x dx h (f + f 4 + {f + f + f 3 }) = ) ( () { } = (b )h. We require tht <.. This implies tht h <.368. Now N = (b )/h = /h nd it follows tht N > 3.68 Clerly, N must be whole number nd we conclude tht the smllest number of subintervls which gurntees n error smller thn. is N = In this cse h = (5 )/4 =. We require x evluted t five x-vlues nd the results re s tbulted in the solution to Exercise. It follows tht 5 x dx 3 h (f + 4f + f + 4f 3 + f 4 ) = () ( ) 3 = We require tht 6 6h4 8 <.. This implies tht h4 <.5 nd therefore h < Now N = 6/h nd it follows tht N > We know tht N must be n even whole number nd we conclude tht the smllest number of subintervls which gurntees n error smller thn. is N = HELM (8): Workbook 3: Numericl Methods of Approximtion

30 Answers 5. f(x) = ln(x) f (4) (x) = 6 x 4 Error = (b )h4 f (4) (x) 8 =, b = 4 E = h4 (6/x 4 ) 8 x [, 4] E mx = h h h.4467 Now nh = (b ) so n.4467 n n = 8 (minimum even number) HELM (8): Section 3.: Numericl Integrtion 57

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives

Properties of Integrals, Indefinite Integrals. Goals: Definition of the Definite Integral Integral Calculations using Antiderivatives Block #6: Properties of Integrls, Indefinite Integrls Gols: Definition of the Definite Integrl Integrl Clcultions using Antiderivtives Properties of Integrls The Indefinite Integrl 1 Riemnn Sums - 1 Riemnn

More information

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus

Unit #9 : Definite Integral Properties; Fundamental Theorem of Calculus Unit #9 : Definite Integrl Properties; Fundmentl Theorem of Clculus Gols: Identify properties of definite integrls Define odd nd even functions, nd reltionship to integrl vlues Introduce the Fundmentl

More information

Math 1B, lecture 4: Error bounds for numerical methods

Math 1B, lecture 4: Error bounds for numerical methods Mth B, lecture 4: Error bounds for numericl methods Nthn Pflueger 4 September 0 Introduction The five numericl methods descried in the previous lecture ll operte by the sme principle: they pproximte the

More information

Chapter 0. What is the Lebesgue integral about?

Chapter 0. What is the Lebesgue integral about? Chpter 0. Wht is the Lebesgue integrl bout? The pln is to hve tutoril sheet ech week, most often on Fridy, (to be done during the clss) where you will try to get used to the ides introduced in the previous

More information

Math& 152 Section Integration by Parts

Math& 152 Section Integration by Parts Mth& 5 Section 7. - Integrtion by Prts Integrtion by prts is rule tht trnsforms the integrl of the product of two functions into other (idelly simpler) integrls. Recll from Clculus I tht given two differentible

More information

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by.

NUMERICAL INTEGRATION. The inverse process to differentiation in calculus is integration. Mathematically, integration is represented by. NUMERICAL INTEGRATION 1 Introduction The inverse process to differentition in clculus is integrtion. Mthemticlly, integrtion is represented by f(x) dx which stnds for the integrl of the function f(x) with

More information

Numerical Analysis: Trapezoidal and Simpson s Rule

Numerical Analysis: Trapezoidal and Simpson s Rule nd Simpson s Mthemticl question we re interested in numericlly nswering How to we evlute I = f (x) dx? Clculus tells us tht if F(x) is the ntiderivtive of function f (x) on the intervl [, b], then I =

More information

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite

Goals: Determine how to calculate the area described by a function. Define the definite integral. Explore the relationship between the definite Unit #8 : The Integrl Gols: Determine how to clculte the re described by function. Define the definite integrl. Eplore the reltionship between the definite integrl nd re. Eplore wys to estimte the definite

More information

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007

A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H. Thomas Shores Department of Mathematics University of Nebraska Spring 2007 A REVIEW OF CALCULUS CONCEPTS FOR JDEP 384H Thoms Shores Deprtment of Mthemtics University of Nebrsk Spring 2007 Contents Rtes of Chnge nd Derivtives 1 Dierentils 4 Are nd Integrls 5 Multivrite Clculus

More information

14.4. Lengths of curves and surfaces of revolution. Introduction. Prerequisites. Learning Outcomes

14.4. Lengths of curves and surfaces of revolution. Introduction. Prerequisites. Learning Outcomes Lengths of curves nd surfces of revolution 4.4 Introduction Integrtion cn be used to find the length of curve nd the re of the surfce generted when curve is rotted round n xis. In this section we stte

More information

APPROXIMATE INTEGRATION

APPROXIMATE INTEGRATION APPROXIMATE INTEGRATION. Introduction We hve seen tht there re functions whose nti-derivtives cnnot be expressed in closed form. For these resons ny definite integrl involving these integrnds cnnot be

More information

Numerical Integration

Numerical Integration Chpter 5 Numericl Integrtion Numericl integrtion is the study of how the numericl vlue of n integrl cn be found. Methods of function pproximtion discussed in Chpter??, i.e., function pproximtion vi the

More information

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but...

Z b. f(x)dx. Yet in the above two cases we know what f(x) is. Sometimes, engineers want to calculate an area by computing I, but... Chpter 7 Numericl Methods 7. Introduction In mny cses the integrl f(x)dx cn be found by finding function F (x) such tht F 0 (x) =f(x), nd using f(x)dx = F (b) F () which is known s the nlyticl (exct) solution.

More information

Math 8 Winter 2015 Applications of Integration

Math 8 Winter 2015 Applications of Integration Mth 8 Winter 205 Applictions of Integrtion Here re few importnt pplictions of integrtion. The pplictions you my see on n exm in this course include only the Net Chnge Theorem (which is relly just the Fundmentl

More information

1 Part II: Numerical Integration

1 Part II: Numerical Integration Mth 4 Lb 1 Prt II: Numericl Integrtion This section includes severl techniques for getting pproimte numericl vlues for definite integrls without using ntiderivtives. Mthemticll, ect nswers re preferble

More information

13.4. Integration by Parts. Introduction. Prerequisites. Learning Outcomes

13.4. Integration by Parts. Introduction. Prerequisites. Learning Outcomes Integrtion by Prts 13.4 Introduction Integrtion by Prts is technique for integrting products of functions. In this Section you will lern to recognise when it is pproprite to use the technique nd hve the

More information

10. AREAS BETWEEN CURVES

10. AREAS BETWEEN CURVES . AREAS BETWEEN CURVES.. Ares etween curves So res ove the x-xis re positive nd res elow re negtive, right? Wrong! We lied! Well, when you first lern out integrtion it s convenient fiction tht s true in

More information

We divide the interval [a, b] into subintervals of equal length x = b a n

We divide the interval [a, b] into subintervals of equal length x = b a n Arc Length Given curve C defined by function f(x), we wnt to find the length of this curve between nd b. We do this by using process similr to wht we did in defining the Riemnn Sum of definite integrl:

More information

1 The Riemann Integral

1 The Riemann Integral The Riemnn Integrl. An exmple leding to the notion of integrl (res) We know how to find (i.e. define) the re of rectngle (bse height), tringle ( (sum of res of tringles). But how do we find/define n re

More information

APPLICATIONS OF THE DEFINITE INTEGRAL

APPLICATIONS OF THE DEFINITE INTEGRAL APPLICATIONS OF THE DEFINITE INTEGRAL. Volume: Slicing, disks nd wshers.. Volumes by Slicing. Suppose solid object hs boundries extending from x =, to x = b, nd tht its cross-section in plne pssing through

More information

CMDA 4604: Intermediate Topics in Mathematical Modeling Lecture 19: Interpolation and Quadrature

CMDA 4604: Intermediate Topics in Mathematical Modeling Lecture 19: Interpolation and Quadrature CMDA 4604: Intermedite Topics in Mthemticl Modeling Lecture 19: Interpoltion nd Qudrture In this lecture we mke brief diversion into the res of interpoltion nd qudrture. Given function f C[, b], we sy

More information

III. Lecture on Numerical Integration. File faclib/dattab/lecture-notes/numerical-inter03.tex /by EC, 3/14/2008 at 15:11, version 9

III. Lecture on Numerical Integration. File faclib/dattab/lecture-notes/numerical-inter03.tex /by EC, 3/14/2008 at 15:11, version 9 III Lecture on Numericl Integrtion File fclib/dttb/lecture-notes/numerical-inter03.tex /by EC, 3/14/008 t 15:11, version 9 1 Sttement of the Numericl Integrtion Problem In this lecture we consider the

More information

Chapter 5. Numerical Integration

Chapter 5. Numerical Integration Chpter 5. Numericl Integrtion These re just summries of the lecture notes, nd few detils re included. Most of wht we include here is to be found in more detil in Anton. 5. Remrk. There re two topics with

More information

Advanced Calculus: MATH 410 Notes on Integrals and Integrability Professor David Levermore 17 October 2004

Advanced Calculus: MATH 410 Notes on Integrals and Integrability Professor David Levermore 17 October 2004 Advnced Clculus: MATH 410 Notes on Integrls nd Integrbility Professor Dvid Levermore 17 October 2004 1. Definite Integrls In this section we revisit the definite integrl tht you were introduced to when

More information

Numerical Integration

Numerical Integration Chpter 1 Numericl Integrtion Numericl differentition methods compute pproximtions to the derivtive of function from known vlues of the function. Numericl integrtion uses the sme informtion to compute numericl

More information

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1

Exam 2, Mathematics 4701, Section ETY6 6:05 pm 7:40 pm, March 31, 2016, IH-1105 Instructor: Attila Máté 1 Exm, Mthemtics 471, Section ETY6 6:5 pm 7:4 pm, Mrch 1, 16, IH-115 Instructor: Attil Máté 1 17 copies 1. ) Stte the usul sufficient condition for the fixed-point itertion to converge when solving the eqution

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2019

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER /2019 ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS MATH00030 SEMESTER 208/209 DR. ANTHONY BROWN 7.. Introduction to Integrtion. 7. Integrl Clculus As ws the cse with the chpter on differentil

More information

Review of Calculus, cont d

Review of Calculus, cont d Jim Lmbers MAT 460 Fll Semester 2009-10 Lecture 3 Notes These notes correspond to Section 1.1 in the text. Review of Clculus, cont d Riemnn Sums nd the Definite Integrl There re mny cses in which some

More information

7.2 The Definite Integral

7.2 The Definite Integral 7.2 The Definite Integrl the definite integrl In the previous section, it ws found tht if function f is continuous nd nonnegtive, then the re under the grph of f on [, b] is given by F (b) F (), where

More information

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0)

P 3 (x) = f(0) + f (0)x + f (0) 2. x 2 + f (0) . In the problem set, you are asked to show, in general, the n th order term is a n = f (n) (0) 1 Tylor polynomils In Section 3.5, we discussed how to pproximte function f(x) round point in terms of its first derivtive f (x) evluted t, tht is using the liner pproximtion f() + f ()(x ). We clled this

More information

Math 131. Numerical Integration Larson Section 4.6

Math 131. Numerical Integration Larson Section 4.6 Mth. Numericl Integrtion Lrson Section. This section looks t couple of methods for pproimting definite integrls numericlly. The gol is to get good pproimtion of the definite integrl in problems where n

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Indices & Logrithms 2 Contents Indices.2 Frctionl Indices.4 Logrithms 6 Exponentil equtions. Simplifying Surds 13 Opertions on Surds..16 Scientific Nottion..18

More information

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS.

THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS. THE EXISTENCE-UNIQUENESS THEOREM FOR FIRST-ORDER DIFFERENTIAL EQUATIONS RADON ROSBOROUGH https://intuitiveexplntionscom/picrd-lindelof-theorem/ This document is proof of the existence-uniqueness theorem

More information

5.7 Improper Integrals

5.7 Improper Integrals 458 pplictions of definite integrls 5.7 Improper Integrls In Section 5.4, we computed the work required to lift pylod of mss m from the surfce of moon of mss nd rdius R to height H bove the surfce of the

More information

and that at t = 0 the object is at position 5. Find the position of the object at t = 2.

and that at t = 0 the object is at position 5. Find the position of the object at t = 2. 7.2 The Fundmentl Theorem of Clculus 49 re mny, mny problems tht pper much different on the surfce but tht turn out to be the sme s these problems, in the sense tht when we try to pproimte solutions we

More information

13.3. The Area Bounded by a Curve. Introduction. Prerequisites. Learning Outcomes

13.3. The Area Bounded by a Curve. Introduction. Prerequisites. Learning Outcomes The Are Bounded b Curve 3.3 Introduction One of the importnt pplictions of integrtion is to find the re bounded b curve. Often such n re cn hve phsicl significnce like the work done b motor, or the distnce

More information

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1

a < a+ x < a+2 x < < a+n x = b, n A i n f(x i ) x. i=1 i=1 Mth 33 Volume Stewrt 5.2 Geometry of integrls. In this section, we will lern how to compute volumes using integrls defined by slice nlysis. First, we recll from Clculus I how to compute res. Given the

More information

Math 113 Exam 2 Practice

Math 113 Exam 2 Practice Mth 3 Exm Prctice Februry 8, 03 Exm will cover 7.4, 7.5, 7.7, 7.8, 8.-3 nd 8.5. Plese note tht integrtion skills lerned in erlier sections will still be needed for the mteril in 7.5, 7.8 nd chpter 8. This

More information

Lecture 14: Quadrature

Lecture 14: Quadrature Lecture 14: Qudrture This lecture is concerned with the evlution of integrls fx)dx 1) over finite intervl [, b] The integrnd fx) is ssumed to be rel-vlues nd smooth The pproximtion of n integrl by numericl

More information

Chapters 4 & 5 Integrals & Applications

Chapters 4 & 5 Integrals & Applications Contents Chpters 4 & 5 Integrls & Applictions Motivtion to Chpters 4 & 5 2 Chpter 4 3 Ares nd Distnces 3. VIDEO - Ares Under Functions............................................ 3.2 VIDEO - Applictions

More information

Not for reproduction

Not for reproduction AREA OF A SURFACE OF REVOLUTION cut h FIGURE FIGURE πr r r l h FIGURE A surfce of revolution is formed when curve is rotted bout line. Such surfce is the lterl boundry of solid of revolution of the type

More information

Section 5.1 #7, 10, 16, 21, 25; Section 5.2 #8, 9, 15, 20, 27, 30; Section 5.3 #4, 6, 9, 13, 16, 28, 31; Section 5.4 #7, 18, 21, 23, 25, 29, 40

Section 5.1 #7, 10, 16, 21, 25; Section 5.2 #8, 9, 15, 20, 27, 30; Section 5.3 #4, 6, 9, 13, 16, 28, 31; Section 5.4 #7, 18, 21, 23, 25, 29, 40 Mth B Prof. Audrey Terrs HW # Solutions by Alex Eustis Due Tuesdy, Oct. 9 Section 5. #7,, 6,, 5; Section 5. #8, 9, 5,, 7, 3; Section 5.3 #4, 6, 9, 3, 6, 8, 3; Section 5.4 #7, 8,, 3, 5, 9, 4 5..7 Since

More information

The Fundamental Theorem of Calculus. The Total Change Theorem and the Area Under a Curve.

The Fundamental Theorem of Calculus. The Total Change Theorem and the Area Under a Curve. Clculus Li Vs The Fundmentl Theorem of Clculus. The Totl Chnge Theorem nd the Are Under Curve. Recll the following fct from Clculus course. If continuous function f(x) represents the rte of chnge of F

More information

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function?

How can we approximate the area of a region in the plane? What is an interpretation of the area under the graph of a velocity function? Mth 125 Summry Here re some thoughts I ws hving while considering wht to put on the first midterm. The core of your studying should be the ssigned homework problems: mke sure you relly understnd those

More information

n f(x i ) x. i=1 In section 4.2, we defined the definite integral of f from x = a to x = b as n f(x i ) x; f(x) dx = lim i=1

n f(x i ) x. i=1 In section 4.2, we defined the definite integral of f from x = a to x = b as n f(x i ) x; f(x) dx = lim i=1 The Fundmentl Theorem of Clculus As we continue to study the re problem, let s think bck to wht we know bout computing res of regions enclosed by curves. If we wnt to find the re of the region below the

More information

12 TRANSFORMING BIVARIATE DENSITY FUNCTIONS

12 TRANSFORMING BIVARIATE DENSITY FUNCTIONS 1 TRANSFORMING BIVARIATE DENSITY FUNCTIONS Hving seen how to trnsform the probbility density functions ssocited with single rndom vrible, the next logicl step is to see how to trnsform bivrite probbility

More information

Chapter 7 Notes, Stewart 8e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m x cos n (x) dx...

Chapter 7 Notes, Stewart 8e. 7.1 Integration by Parts Trigonometric Integrals Evaluating sin m x cos n (x) dx... Contents 7.1 Integrtion by Prts................................... 2 7.2 Trigonometric Integrls.................................. 8 7.2.1 Evluting sin m x cos n (x)......................... 8 7.2.2 Evluting

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 2013 Outline 1 Riemnn Sums 2 Riemnn Integrls 3 Properties

More information

Week 10: Line Integrals

Week 10: Line Integrals Week 10: Line Integrls Introduction In this finl week we return to prmetrised curves nd consider integrtion long such curves. We lredy sw this in Week 2 when we integrted long curve to find its length.

More information

The Regulated and Riemann Integrals

The Regulated and Riemann Integrals Chpter 1 The Regulted nd Riemnn Integrls 1.1 Introduction We will consider severl different pproches to defining the definite integrl f(x) dx of function f(x). These definitions will ll ssign the sme vlue

More information

Chapter 6 Notes, Larson/Hostetler 3e

Chapter 6 Notes, Larson/Hostetler 3e Contents 6. Antiderivtives nd the Rules of Integrtion.......................... 6. Are nd the Definite Integrl.................................. 6.. Are............................................ 6. Reimnn

More information

4.4 Areas, Integrals and Antiderivatives

4.4 Areas, Integrals and Antiderivatives . res, integrls nd ntiderivtives 333. Ares, Integrls nd Antiderivtives This section explores properties of functions defined s res nd exmines some connections mong res, integrls nd ntiderivtives. In order

More information

Riemann Sums and Riemann Integrals

Riemann Sums and Riemann Integrals Riemnn Sums nd Riemnn Integrls Jmes K. Peterson Deprtment of Biologicl Sciences nd Deprtment of Mthemticl Sciences Clemson University August 26, 203 Outline Riemnn Sums Riemnn Integrls Properties Abstrct

More information

13.3. The Area Bounded by a Curve. Introduction. Prerequisites. Learning Outcomes

13.3. The Area Bounded by a Curve. Introduction. Prerequisites. Learning Outcomes The Are Bounded b Curve 3.3 Introduction One of the importnt pplictions of integrtion is to find the re bounded b curve. Often such n re cn hve phsicl significnce like the work done b motor, or the distnce

More information

p(t) dt + i 1 re it ireit dt =

p(t) dt + i 1 re it ireit dt = Note: This mteril is contined in Kreyszig, Chpter 13. Complex integrtion We will define integrls of complex functions long curves in C. (This is bit similr to [relvlued] line integrls P dx + Q dy in R2.)

More information

Lecture 1. Functional series. Pointwise and uniform convergence.

Lecture 1. Functional series. Pointwise and uniform convergence. 1 Introduction. Lecture 1. Functionl series. Pointwise nd uniform convergence. In this course we study mongst other things Fourier series. The Fourier series for periodic function f(x) with period 2π is

More information

Sections 5.2: The Definite Integral

Sections 5.2: The Definite Integral Sections 5.2: The Definite Integrl In this section we shll formlize the ides from the lst section to functions in generl. We strt with forml definition.. The Definite Integrl Definition.. Suppose f(x)

More information

Definite integral. Mathematics FRDIS MENDELU

Definite integral. Mathematics FRDIS MENDELU Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová Brno 1 Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function defined on [, b]. Wht is the re of the

More information

Scientific notation is a way of expressing really big numbers or really small numbers.

Scientific notation is a way of expressing really big numbers or really small numbers. Scientific Nottion (Stndrd form) Scientific nottion is wy of expressing relly big numbers or relly smll numbers. It is most often used in scientific clcultions where the nlysis must be very precise. Scientific

More information

A sequence is a list of numbers in a specific order. A series is a sum of the terms of a sequence.

A sequence is a list of numbers in a specific order. A series is a sum of the terms of a sequence. Core Module Revision Sheet The C exm is hour 30 minutes long nd is in two sections. Section A (36 mrks) 8 0 short questions worth no more thn 5 mrks ech. Section B (36 mrks) 3 questions worth mrks ech.

More information

Abstract inner product spaces

Abstract inner product spaces WEEK 4 Abstrct inner product spces Definition An inner product spce is vector spce V over the rel field R equipped with rule for multiplying vectors, such tht the product of two vectors is sclr, nd the

More information

3.4 Numerical integration

3.4 Numerical integration 3.4. Numericl integrtion 63 3.4 Numericl integrtion In mny economic pplictions it is necessry to compute the definite integrl of relvlued function f with respect to "weight" function w over n intervl [,

More information

Improper Integrals, and Differential Equations

Improper Integrals, and Differential Equations Improper Integrls, nd Differentil Equtions October 22, 204 5.3 Improper Integrls Previously, we discussed how integrls correspond to res. More specificlly, we sid tht for function f(x), the region creted

More information

1 Probability Density Functions

1 Probability Density Functions Lis Yn CS 9 Continuous Distributions Lecture Notes #9 July 6, 28 Bsed on chpter by Chris Piech So fr, ll rndom vribles we hve seen hve been discrete. In ll the cses we hve seen in CS 9, this ment tht our

More information

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30

Definite integral. Mathematics FRDIS MENDELU. Simona Fišnarová (Mendel University) Definite integral MENDELU 1 / 30 Definite integrl Mthemtics FRDIS MENDELU Simon Fišnrová (Mendel University) Definite integrl MENDELU / Motivtion - re under curve Suppose, for simplicity, tht y = f(x) is nonnegtive nd continuous function

More information

NUMERICAL INTEGRATION

NUMERICAL INTEGRATION NUMERICAL INTEGRATION How do we evlute I = f (x) dx By the fundmentl theorem of clculus, if F (x) is n ntiderivtive of f (x), then I = f (x) dx = F (x) b = F (b) F () However, in prctice most integrls

More information

Definite Integrals. The area under a curve can be approximated by adding up the areas of rectangles = 1 1 +

Definite Integrals. The area under a curve can be approximated by adding up the areas of rectangles = 1 1 + Definite Integrls --5 The re under curve cn e pproximted y dding up the res of rectngles. Exmple. Approximte the re under y = from x = to x = using equl suintervls nd + x evluting the function t the left-hnd

More information

Distance And Velocity

Distance And Velocity Unit #8 - The Integrl Some problems nd solutions selected or dpted from Hughes-Hllett Clculus. Distnce And Velocity. The grph below shows the velocity, v, of n object (in meters/sec). Estimte the totl

More information

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 2014 SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 5 NOVEMBER 014 Mrk Scheme: Ech prt of Question 1 is worth four mrks which re wrded solely for the correct nswer.

More information

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3

UNIFORM CONVERGENCE. Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 UNIFORM CONVERGENCE Contents 1. Uniform Convergence 1 2. Properties of uniform convergence 3 Suppose f n : Ω R or f n : Ω C is sequence of rel or complex functions, nd f n f s n in some sense. Furthermore,

More information

Lecture 19: Continuous Least Squares Approximation

Lecture 19: Continuous Least Squares Approximation Lecture 19: Continuous Lest Squres Approximtion 33 Continuous lest squres pproximtion We begn 31 with the problem of pproximting some f C[, b] with polynomil p P n t the discrete points x, x 1,, x m for

More information

W. We shall do so one by one, starting with I 1, and we shall do it greedily, trying

W. We shall do so one by one, starting with I 1, and we shall do it greedily, trying Vitli covers 1 Definition. A Vitli cover of set E R is set V of closed intervls with positive length so tht, for every δ > 0 nd every x E, there is some I V with λ(i ) < δ nd x I. 2 Lemm (Vitli covering)

More information

2008 Mathematical Methods (CAS) GA 3: Examination 2

2008 Mathematical Methods (CAS) GA 3: Examination 2 Mthemticl Methods (CAS) GA : Exmintion GENERAL COMMENTS There were 406 students who st the Mthemticl Methods (CAS) exmintion in. Mrks rnged from to 79 out of possible score of 80. Student responses showed

More information

AP Calculus Multiple Choice: BC Edition Solutions

AP Calculus Multiple Choice: BC Edition Solutions AP Clculus Multiple Choice: BC Edition Solutions J. Slon Mrch 8, 04 ) 0 dx ( x) is A) B) C) D) E) Divergent This function inside the integrl hs verticl symptotes t x =, nd the integrl bounds contin this

More information

Anti-derivatives/Indefinite Integrals of Basic Functions

Anti-derivatives/Indefinite Integrals of Basic Functions Anti-derivtives/Indefinite Integrls of Bsic Functions Power Rule: In prticulr, this mens tht x n+ x n n + + C, dx = ln x + C, if n if n = x 0 dx = dx = dx = x + C nd x (lthough you won t use the second

More information

Section 4.8. D v(t j 1 ) t. (4.8.1) j=1

Section 4.8. D v(t j 1 ) t. (4.8.1) j=1 Difference Equtions to Differentil Equtions Section.8 Distnce, Position, nd the Length of Curves Although we motivted the definition of the definite integrl with the notion of re, there re mny pplictions

More information

x = b a N. (13-1) The set of points used to subdivide the range [a, b] (see Fig. 13.1) is

x = b a N. (13-1) The set of points used to subdivide the range [a, b] (see Fig. 13.1) is Jnury 28, 2002 13. The Integrl The concept of integrtion, nd the motivtion for developing this concept, were described in the previous chpter. Now we must define the integrl, crefully nd completely. According

More information

Further integration. x n nx n 1 sinh x cosh x log x 1/x cosh x sinh x e x e x tan x sec 2 x sin x cos x tan 1 x 1/(1 + x 2 ) cos x sin x

Further integration. x n nx n 1 sinh x cosh x log x 1/x cosh x sinh x e x e x tan x sec 2 x sin x cos x tan 1 x 1/(1 + x 2 ) cos x sin x Further integrtion Stndrd derivtives nd integrls The following cn be thought of s list of derivtives or eqully (red bckwrds) s list of integrls. Mke sure you know them! There ren t very mny. f(x) f (x)

More information

Reversing the Chain Rule. As we have seen from the Second Fundamental Theorem ( 4.3), the easiest way to evaluate an integral b

Reversing the Chain Rule. As we have seen from the Second Fundamental Theorem ( 4.3), the easiest way to evaluate an integral b Mth 32 Substitution Method Stewrt 4.5 Reversing the Chin Rule. As we hve seen from the Second Fundmentl Theorem ( 4.3), the esiest wy to evlute n integrl b f(x) dx is to find n ntiderivtive, the indefinite

More information

Lecture 1: Introduction to integration theory and bounded variation

Lecture 1: Introduction to integration theory and bounded variation Lecture 1: Introduction to integrtion theory nd bounded vrition Wht is this course bout? Integrtion theory. The first question you might hve is why there is nything you need to lern bout integrtion. You

More information

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as

Improper Integrals. Type I Improper Integrals How do we evaluate an integral such as Improper Integrls Two different types of integrls cn qulify s improper. The first type of improper integrl (which we will refer to s Type I) involves evluting n integrl over n infinite region. In the grph

More information

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions

Physics 116C Solution of inhomogeneous ordinary differential equations using Green s functions Physics 6C Solution of inhomogeneous ordinry differentil equtions using Green s functions Peter Young November 5, 29 Homogeneous Equtions We hve studied, especilly in long HW problem, second order liner

More information

Overview of Calculus I

Overview of Calculus I Overview of Clculus I Prof. Jim Swift Northern Arizon University There re three key concepts in clculus: The limit, the derivtive, nd the integrl. You need to understnd the definitions of these three things,

More information

Euler, Ioachimescu and the trapezium rule. G.J.O. Jameson (Math. Gazette 96 (2012), )

Euler, Ioachimescu and the trapezium rule. G.J.O. Jameson (Math. Gazette 96 (2012), ) Euler, Iochimescu nd the trpezium rule G.J.O. Jmeson (Mth. Gzette 96 (0), 36 4) The following results were estblished in recent Gzette rticle [, Theorems, 3, 4]. Given > 0 nd 0 < s

More information

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral

f(x) dx, If one of these two conditions is not met, we call the integral improper. Our usual definition for the value for the definite integral Improper Integrls Every time tht we hve evluted definite integrl such s f(x) dx, we hve mde two implicit ssumptions bout the integrl:. The intervl [, b] is finite, nd. f(x) is continuous on [, b]. If one

More information

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a).

The First Fundamental Theorem of Calculus. If f(x) is continuous on [a, b] and F (x) is any antiderivative. f(x) dx = F (b) F (a). The Fundmentl Theorems of Clculus Mth 4, Section 0, Spring 009 We now know enough bout definite integrls to give precise formultions of the Fundmentl Theorems of Clculus. We will lso look t some bsic emples

More information

Riemann is the Mann! (But Lebesgue may besgue to differ.)

Riemann is the Mann! (But Lebesgue may besgue to differ.) Riemnn is the Mnn! (But Lebesgue my besgue to differ.) Leo Livshits My 2, 2008 1 For finite intervls in R We hve seen in clss tht every continuous function f : [, b] R hs the property tht for every ɛ >

More information

We know that if f is a continuous nonnegative function on the interval [a, b], then b

We know that if f is a continuous nonnegative function on the interval [a, b], then b 1 Ares Between Curves c 22 Donld Kreider nd Dwight Lhr We know tht if f is continuous nonnegtive function on the intervl [, b], then f(x) dx is the re under the grph of f nd bove the intervl. We re going

More information

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b.

We partition C into n small arcs by forming a partition of [a, b] by picking s i as follows: a = s 0 < s 1 < < s n = b. Mth 255 - Vector lculus II Notes 4.2 Pth nd Line Integrls We begin with discussion of pth integrls (the book clls them sclr line integrls). We will do this for function of two vribles, but these ides cn

More information

(0.0)(0.1)+(0.3)(0.1)+(0.6)(0.1)+ +(2.7)(0.1) = 1.35

(0.0)(0.1)+(0.3)(0.1)+(0.6)(0.1)+ +(2.7)(0.1) = 1.35 7 Integrtion º½ ÌÛÓ Ü ÑÔÐ Up to now we hve been concerned with extrcting informtion bout how function chnges from the function itself. Given knowledge bout n object s position, for exmple, we wnt to know

More information

CHM Physical Chemistry I Chapter 1 - Supplementary Material

CHM Physical Chemistry I Chapter 1 - Supplementary Material CHM 3410 - Physicl Chemistry I Chpter 1 - Supplementry Mteril For review of some bsic concepts in mth, see Atkins "Mthemticl Bckground 1 (pp 59-6), nd "Mthemticl Bckground " (pp 109-111). 1. Derivtion

More information

Objectives. Materials

Objectives. Materials Techer Notes Activity 17 Fundmentl Theorem of Clculus Objectives Explore the connections between n ccumultion function, one defined by definite integrl, nd the integrnd Discover tht the derivtive of the

More information

Best Approximation. Chapter The General Case

Best Approximation. Chapter The General Case Chpter 4 Best Approximtion 4.1 The Generl Cse In the previous chpter, we hve seen how n interpolting polynomil cn be used s n pproximtion to given function. We now wnt to find the best pproximtion to given

More information

Lecture 12: Numerical Quadrature

Lecture 12: Numerical Quadrature Lecture 12: Numericl Qudrture J.K. Ryn@tudelft.nl WI3097TU Delft Institute of Applied Mthemtics Delft University of Technology 5 December 2012 () Numericl Qudrture 5 December 2012 1 / 46 Outline 1 Review

More information

different methods (left endpoint, right endpoint, midpoint, trapezoid, Simpson s).

different methods (left endpoint, right endpoint, midpoint, trapezoid, Simpson s). Mth 1A with Professor Stnkov Worksheet, Discussion #41; Wednesdy, 12/6/217 GSI nme: Roy Zho Problems 1. Write the integrl 3 dx s limit of Riemnn sums. Write it using 2 intervls using the 1 x different

More information

MATH 144: Business Calculus Final Review

MATH 144: Business Calculus Final Review MATH 144: Business Clculus Finl Review 1 Skills 1. Clculte severl limits. 2. Find verticl nd horizontl symptotes for given rtionl function. 3. Clculte derivtive by definition. 4. Clculte severl derivtives

More information

Appendix 3, Rises and runs, slopes and sums: tools from calculus

Appendix 3, Rises and runs, slopes and sums: tools from calculus Appendi 3, Rises nd runs, slopes nd sums: tools from clculus Sometimes we will wnt to eplore how quntity chnges s condition is vried. Clculus ws invented to do just this. We certinly do not need the full

More information

Math 113 Exam 2 Practice

Math 113 Exam 2 Practice Mth Em Prctice Februry, 8 Em will cover sections 6.5, 7.-7.5 nd 7.8. This sheet hs three sections. The first section will remind you bout techniques nd formuls tht you should know. The second gives number

More information

Tangent Line and Tangent Plane Approximations of Definite Integral

Tangent Line and Tangent Plane Approximations of Definite Integral Rose-Hulmn Undergrdute Mthemtics Journl Volume 16 Issue 2 Article 8 Tngent Line nd Tngent Plne Approximtions of Definite Integrl Meghn Peer Sginw Vlley Stte University Follow this nd dditionl works t:

More information

Math 426: Probability Final Exam Practice

Math 426: Probability Final Exam Practice Mth 46: Probbility Finl Exm Prctice. Computtionl problems 4. Let T k (n) denote the number of prtitions of the set {,..., n} into k nonempty subsets, where k n. Argue tht T k (n) kt k (n ) + T k (n ) by

More information