ECS /1 Part IV.2 Dr.Prapun

Size: px
Start display at page:

Download "ECS /1 Part IV.2 Dr.Prapun"

Transcription

1 Sirindhorn Interntionl Institute of Technology Thmmst University School of Informtion, Computer nd Communiction Technology ECS35 6/ Prt IV. Dr.Prpun.4 Fmilies of Continuous Rndom Vribles Theorem.3 sttes tht ny nonnegtive function f() whose integrl over the intervl (, + ) equls cn be regrded s probbility density function of rndom vrible. In rel-world pplictions, however, specil mthemticl forms nturlly show up. In this section, we introduce couple fmilies of continuous rndom vribles tht frequently pper in prcticl pplictions. The probbility densities of the members of ech fmily ll hve the sme mthemticl form but differ only in one or more prmeters..4. (Continuous) Uniform Distribution Definition.4. The (continuous) uniform distribution on n intervl [, b], is denoted by uniform([, b]) or U([, b]) or simply U(, b). Epressions tht re synonymous with X is uniform rndom vrible re () X is uniformly distributed, (b) X hs uniform distribution, (c) nd X hs uniform density. To specify the support (rnge) of X, we my lso ppend on/over the intervl (, b). 47

2 This fmily is chrcterized by pdf of the form {, <, > b f X () = b, b The constnts nd b re referred to s the prmeters of the uniform distribution..43. Importnt Interprettion: A continuous uniform rndom vrible X on the intervl [, b] is just s likely to be ner ny vlue in [, b] s ny other vlue..44. In MATLAB, () use X = +(b-)*rnd or X = rndom( Uniform,,b) to generte X U(, b), (b) use pdf( Uniform,,,b) nd cdf( Uniform,,,b) to evlute the pdf nd cdf t, respectively., <, Eercise.45. Show tht F X () = b, b,, > b. 84 Probbility theory, rndom vribles nd rndom processes f () F () b Fig. 3.5 The pdf nd cdf for the uniform rndom vrible. Figure 3: The pdf nd cdf for the uniform rndom vrible. [6, Fig. 3.5] f () F () πσ b b μ 48 μ Fig. 3.6 The pdf nd cdf of Gussin rndom vrible.

3 Emple.46 (F). Suppose X is uniformly distributed on the intervl (, ). (X U(, ).) () Plot the pdf f X () of X. (b) Plot the cdf F X () of X..47. The uniform distribution provides probbility model for selecting point t rndom from the intervl [, b]. Use with cution to model quntity tht is known to vry rndomly between nd b but bout which little else is known. Emple.48. [9, E. 4. p. 4-4] In coherent rdio communictions, the phse difference between the trnsmitter nd the receiver, denoted by Θ, is modeled s hving uniform density on [ π, π]. () P [Θ ] = (b) P [ Θ π ] = 3 4 Eercise.49. Show tht when X U([, b]), EX = +b Vr X = (b ), nd E [ X ] ( = 3 b + b + )., 49

4 .4. Gussin Distribution.5. This is the most widely used model for the distribution of rndom vrible. When you hve mny independent rndom vribles, fundmentl result clled the centrl limit theorem (CLT) (informlly) sys tht the sum (or the verge) of them cn often be pproimted by norml distribution The Gussin rndom vrible nd process Signl mplitude (V) () Figure 4: Electricl ctivity of skeletl muscle: () A smple skeletl muscle (emg) signl, nd (b) its histogrm nd pdf fits. [6, Fig. 3.4] t (s) (b) Histogrm Gussin fit Lplcin fit f () (/V) (V) Fig. 3.4 () A smple skeletl muscle (emg) signl, nd (b) its histogrm nd pdf fits. Definition.5. Gussin rndom vribles: [ [ = f ()d] = K e d = K e d frequently = y= in prctice. = K = y= e y dy ] Often clled norml rndom vribles becuse they occur so e ( +y ) ddy. (3.3) 5

5 The Gussin distribution is denoted by N ( m, σ ). It hs two prmeters: m R nd σ >. 84 Probbility theory, rndom vribles nd rndom processes Cution: The second rgument in N ( m, σ ) is σ (not f () F () σ). Severl references use µ insted of m. b This fmily is chrcterized by pdf of the form f X () = e ( m σ ). πσ b b Fig. 3.5 The pdf nd cdf for the uniform rndom vrible. πσ f () F () Fig. 3.6 The pdf nd cdf of Gussin rndom vrible. Figure 5: The pdf nd cdf of N (µ, σ ). [6, Fig. 3.6] μ μ Gussin (or norml) rndom vrible is described by the following pdf: This is continuous rndom vrible tht In Ecel, use NORMDIST(,m,σ,FALSE). In MATLAB, use normpdf(,m,σ) or pdf( Norml,,m,σ). { } f () = ep ( μ) πσ σ, (3.6) Figure 5 nd Figure 7 disply the fmous bell-shped grphs of the Gussin pdf. This curves re lso clled where μ nd σ re two prmeters whose mening is described lter. It is usully denoted s N (μ, the σ ). Figure norml 3.6 shows curves. sketches of the pdf nd cdf of Gussin rndom vrible. The Gussin rndom vrible is the most importnt nd frequently encountered rndom vrible in communictions. This is becuse therml noise, which is the mjor source of noise in communiction systems, hs Gussin distribution. Gussin noise nd the + m to generte X N (m, σ ). Gussin pdf re discussed in more depth t the end of this chpter. The problems eplore other pdf models. Some of these rise when rndom vrible is pssed through nonlinerity. How to determine the pdf of the rndom vrible in this cse is discussed net. In MATLAB, use X = rndom( Norml,m,σ) or X = σ*rndn F X () hs no closed-form epression. However, see.58. In MATLAB, use normcdf(,m,σ) or cdf( Norml,,m,σ). In Ecel, use NORMDIST(,m,σ,TRUE). Functions of rndom vrible A function of rndom vrible y = g() is itself rndom vrible. From the definition, the cdf of y cn be written s.5. EX = m nd Vr X = σ. F y (y) = P(ω : g((ω)) y). (3.7) 5

6 3.5 The Gussin rndom vrible nd process σ = σ = σ = 5 Figure 6: Plots of the zeromen Gussin pdf for different vlues of stndrd devition, σ X. [6, Fig. 3.5] f () Fig. 3.5 Plots of the zero-men Gussin pdf for different vlues of stndrd devition, σ..53. Importnt probbilities: P [ X µ < σ] =.687; Tble 3. Influence of σ on differentquntities j m j fx fx e dt e ω ω F = Rnge (±kσp ) [ X µ > = ωσ. σ] = k.373; k = k = 3 k = 4 3) Fourier trnsform: ( ) ( ) P [ X µ > σ] =.455; α π 4) P(m Note tht kσ < e md + = kσ ) Error probbility α P [ X µ < σ] = Distnce from the men m ) P[ X > ] = QThese σ ; vlues [ ] m m P X < = re Q illustrted = Q σ σ in. Figure 7. numbers gin in Emple.59. P of the pdf X μ < σ re ignorble. =.687, P Indeed when X μ > σ communiction =.373 systems re considered lter it is the presence P ofxthese μ > tils σ tht =.455, results Pin bit X errors. μ < The σ = probbilities.9545 re on the order of 3, very smll, but still significnt in terms of system performnce. It is of interest to see how fr, in terms of σ, one must be from the men vlue to hve the different levels of f X error probbilities. As shll ( ) ( ) f X be seen in lter chpters this trnsltes to the required SNR to chieve specified bit error probbility. This is lso shown in Tble 3.. Hving considered the single (or univrite) Gussin rndom 95% 68% vrible, we turn our ttention to the cse of two jointly Gussin rndom vribles (or the bivrite cse). Agin they re described by their joint pdf which, in generl, is n eponentil whose eponent μ σ μ μ + σ μ σ is qudrtic in the two vribles, i.e., f,y (, y) = Ke ( +b+cy+dy+ey μ μ + σ +f ), where the constnts K,, b, c, d, e, nd f re Q z = chosen to stisfy the bsic properties of vlid joint pdf, e d corresponds to P[ X > z] where X ~ N (,) ; nmely being lwys nonnegtive ( ), hving unit volume, nd lso tht the mrginl pdfs, f () = z π tht is Q( z ) is the f,y(, probbility y)dy ndof f y the (y) til = of f,y(, N (,y)d, ). re vlid. Written in stndrd form the joint pdf is N, 6) Q-function: ( ) the norml distribution. ( ) Q =. ) Q is decresing function with ( ) b) Q( z) = Q( z) c) Q ( Q( z) ) = z π π sin θ d) Q( ) = e dθ. ( ) π 4 sin θ Q = e dθ π..5 We will see these Figure 7: Probbility density function of X N (µ, σ ). The purple res correspond to P [ X µ < σ] =.687 nd P [ X µ < σ] =.9545, respectively. Emple.54. Figure 8 compres severl devition scores nd () Stndrd scores hve men of zero nd stndrd devition of.. Q( z ) (b) Scholstic z Aptitude Test scores hve men of 5 nd stndrd devition of. 5

7 prison of sevnorml distrive men of ition of.. scores hve d devition of FIGURE A Figure 8: Comprison of Severl Devition Scores nd the Norml Distribution scores hve devition of 6. percent of the d one stndrd n one nd two ercent beyond % 4% 34% 34% 4% % Stndrd Scores SAT Scores Binet Intelligence Scle Scores riticl nd Cretive Thinking, Figure 6. Pictures the Comprison of Severl Devition 99 Prentice-Hll, Inc. Reproduced by permission of Person Eduction, Inc. (c) Binet Intelligence Scle 45 scores hve men of nd stndrd devition of 6. In ech cse there re 34 percent of the scores between the men nd one stndrd devition, 4 percent between one nd two stndrd devitions, nd percent beyond two stndrd devitions. [Source: Beck, Applying Psychology: Criticl nd Cretive Thinking.].55. The re under norml probbility density function beyond 3σ from the men is quite smll. In fct, P [ X µ < 3σ] Therefore, pproimtely 99.73% of the probbility of norml distribution is within the intervl (µ 3σ, µ + 3σ). 45 Alfred Binet, who devised the first generl ptitude test t the beginning of the th century, defined intelligence s the bility to mke dpttions. The generl purpose of the test ws to determine which children in Pris could benefit from school. Binets test, like its subsequent revisions, consists of series of progressively more difficult tsks tht children of different ges cn successfully complete. A child who cn solve problems typiclly solved by children t prticulr ge level is sid to hve tht mentl ge. For emple, if child cn successfully do the sme tsks tht n verge 8-yer-old cn do, he or she is sid to hve mentl ge of 8. The intelligence quotient, or IQ, is defined by the formul: IQ = (Mentl Age/Chronologicl Age) There hs been gret del of controversy in recent yers over wht intelligence tests mesure. Mny of the test items depend on either lnguge or other specific culturl eperiences for correct nswers. Nevertheless, such tests cn rther effectively predict school success. If school requires lnguge nd the tests mesure lnguge bility t prticulr point of time in childs life, then the test is better-thn-chnce predictor of school performnce. 53

8 Definition.56. N (, ) is the stndrd Gussin (norml) distribution. We usully use Z to denote stndrd Gussin RV. In Ecel, use NORMSINV(RAND()). In MATLAB, use rndn. The stndrd norml cdf is denoted by Φ(z). It inherits ll properties of cdf. Moreover, note tht Φ( z) = Φ(z)..57. Reltionship between N (, ) nd N (m, σ ). () An rbitrry Gussin rndom vrible with men m nd vrince σ cn be represented s σz+m, where Z N (, ). This reltionship cn be used to generte generl Gussin RV from stndrd Gussin RV. (b) If X N ( m, σ ), the rndom vrible Z = X m σ is stndrd norml rndom vrible. Tht is, Z N (, ). Creting new rndom vrible by this trnsformtion is referred to s stndrdizing. The stndrdized vrible is clled stndrd score or z-score..58. It is impossible to epress the integrl of Gussin PDF between non-infinite limits (e.g., ()) s function tht ppers on most scientific clcultors. 54

9

10 An old but still populr technique to find integrls of the Gussin PDF is to refer to tbles tht hve been obtined by numericl integrtion. An emple of such tble is Tble 4, which lists Φ(z) for mny vlues of positive z. For X N ( m, σ ), we cn show tht the CDF of X cn be clculted from ( ) m F X () = Φ. σ Emple.59. Suppose Z N (, ). Evlute the following probbilities. () P [ Z ] (b) P [ Z ] Emple.6. Suppose X N (, ). Find P [ X ]. Emple.6. Signl Detection: Assume tht in the detection of digitl signl, the bckground noise follows norml distribution with men of volt nd stndrd devition of.45 volt. The system ssumes digitl hs been trnsmitted when the 55

11 z (z) z (z) z (z) z (z) z (z) z (z) Tble 4: The stndrd norml CDF: Φ(z) 56

12 voltge eceeds.9. (Otherwise, it ssumes digitl hs been N trnsmitted), Wht is the probbility of detectingerf ( z digitl ) when none ws sent? [Montgomery nd Runger, 3, E. 4-5] Q( z ).6. Q-function: Q (z) = π e d corresponds to P [Z > z] z where Z N (, ); tht is Q (z) is the probbility of the til of N (, ). The Q function is then complementry cdf (ccdf). z N (,).9.8 Q( z ) z z Figure 9: Q-function () Q is decresing function with Q () =. (b) Q ( z) = Q (z) = Φ(z) (c) Tble 5 lists the vlues of Q(z) for z between 3 to 5. For z between to 3, we use Q(z) = Φ(z). For z 5, the vlue of Q(z) is etremely smll. We my ssume Q(z)..63. Error function (MATLAB): erf (z) = π Q ( z ) () It is n odd function of z. z e d = (b) For z, it corresponds to P [ X < z] where X N (, ). (c) lim z erf (z) = 57

13 z Q(z) z Q(z) z Q(z) z Q(z) z Q(z) 3..35E E E E E E E E E E E E E 5 4..E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E E 7 Tble 5: The stndrd norml complementry CDF: Q(z) 58

14 k, k odd = = k 35 ( k ) σ, k even k E ( X μ) ( k ) E ( X μ) k k 4 6 ( k ) σ, k odd X μ E = π [Ppoulis p ]. k 35 (d) erf ( z) = erf (z) ( k ) σ, k even 4 Vr X ( = 4μ σ + ( σ. )) ( ) (e) Φ() = + erf = () erfc, odd 8) For N (,) nd k, ( ) k k k E X = k E X = 35 ( k, ) k even (f) The complementry error function: erfc (z) = erf (z) = Q ( z 9) Error function (Mtlb): ( ) = z ) = ( π = erf z e d Q z) corresponds to π z e d P X < z where X ~ N,. N, erf ( z ) Q ( z ) ) erf ( z) lim = z Figure 3: erf-function nd Q-function b) erf ( z) = erf ( z).4.3 Eponentil Distribution Definition.64. The eponentil distribution is denoted by E (λ). () λ > is prmeter of the distribution, often clled the rte prmeter. (b) Chrcterized by { λe f X () = λ, >,, { e F X () = λ, >,, z 59

15 (c) MATLAB: X = eprnd(/λ) or rndom( ep,/λ) f X () = eppdf(,/λ) or pdf( ep,,/λ) F X () = epcdf(,/λ) or cdf( ep,,/λ).65. The eponentil distribution is intimtely relted to the Poisson process. In fct, the rndom vrible X tht equls the distnce (or length or durtion) between (ny) successive events of Poisson process with prmeter λ is n eponentil rndom vrible with the sme prmeter. Emple.66. Eponentil distribution is often used s probbility model for the (witing) time until the net rre event occurs. time elpsed until the net erthquke in certin region decy time of rdioctive prticle time between independent events such s rrivls t service fcility or rrivls of customers in shop. durtion of cell-phone cll time it tkes computer network to trnsmit messge from one node to nother..67. In Emple.35, we showed tht EX = λ. Emple.68. Suppose X E(λ), find P [ < X < ]..69. Survivl-, survivor-, or relibility-function: 6

16 Eercise.7. Eponentil rndom vrible s continuous version of geometric rndom vrible: Suppose X E (λ). Show tht X G (e λ ) nd X G (e λ ) Emple.7. Phone Compny A chrges $.5 per minute for telephone clls. For ny frction of minute t the end of cll, they chrge for full minute. Phone Compny B lso chrges $.5 per minute. However, Phone Compny B clcultes its chrge bsed on the ect durtion of cll. If T, the durtion of cll in minutes, is eponentil with prmeter λ = /3, wht re the epected revenues per cll E [R A ] nd E [R B ] for compnies A nd B? Solution: First, note tht ET = λ = 3. Hence, nd E [R B ] = E [.5 T ] =.5ET = $.45. E [R A ] = E [.5 T ] =.5E T. ( Now, recll, from Eercise.7, tht T G ) e λ. E T = Therefore, e λ E [R A ] =.5E T.59. Hence,.7. Memoryless property: The eponentil r.v. is the only continuous 46 r.v. on [, ) tht stisfies the memoryless property: P [X > s + X > s] = P [X > ] for ll > nd ll s > [8, p ]. In words, the future is independent of the pst. The fct tht it hsn t hppened yet, tells us nothing bout how much longer it will tke before it does hppen. Imgining tht the eponentilly distributed rndom vrible X represents the lifetime of n item, the residul life of n item hs the sme eponentil distribution s the originl lifetime, regrdless of how long the item hs been lredy in use. In other words, there is no deteriortion/degrdtion over time. If it is still currently working fter yers of use, then tody, its condition is just like new. 46 For discrete rndom vrible, geometric rndom vribles stisfy the memoryless property. 6

17 In prticulr, suppose we define the set B+ to be { + b : b B}. For ny > nd set B [, ), we hve P [X B + X > ] = P [X B] becuse P [X B + ] P [X > ] = B+ λe λt dt e λ τ=t = B λe λ(τ+) dτ e λ. Emple.73. The eponentil distribution is often used in relibility studies s the model for the time until filure of device. For emple, the lifetime of semiconductor chip might be modeled s n eponentil rndom vrible with men of 4, hours. The lck of memory property of the eponentil distribution implies tht the device does not wer out. Tht is, regrdless of how long the device hs been operting, the probbility of filure in the net hours is the sme s the probbility of filure in the first hours of opertion..74. The lifetime L of device with filures cused by rndom shocks might be ppropritely modeled s n eponentil rndom vrible. However, the lifetime L of device tht suffers slow mechnicl wer, such s bering wer, is better modeled by other distributions such s the Weibull distribution..75. Summry: X Support S X f X () = { Uniform U(, b) (, b), < < b, b, otherwise. Norml (Gussin) N (m, σ ) R πσ e ( m { λe Eponentil E(λ) (, ) λ, >,, σ ) Tble 6: Emples of probbility density functions. Here, λ, σ >. 6

18 .5 Function of Continuous Rndom Vribles: SISO Reconsider the derived rndom vrible Y = g(x). Recll tht we cn find EY esily by (): EY = E [g(x)] = g()f X ()d. However, there re cses when we hve to evlute probbility directly involving the rndom vrible Y or find f Y (y) directly. Recll tht for discrete rndom vribles, it is esy to find p Y (y) by dding ll p X () over ll such tht g() = y: p Y (y) = p X (). (3) R :g()=y For continuous rndom vribles, it turns out tht we cn t 47 simply integrte or dd the pdf of X to get the pdf of Y..76. For Y = g(x), if you wnt to find f Y (y), the following two-step procedure will lwys work nd is esy to remember: () Find the cdf F Y (y) = P [Y y]. (b) Compute the pdf from the cdf by finding the derivtive f Y (y) = d dy F Y (y) (s described in.5). Emple.77. Suppose X E(λ). Let Y = 5X. Find f Y (y). 47 When you pplied Eqution (3) to continuous rndom vribles, wht you would get is =, which is true but not interesting nor useful. 63

19 .78. Liner Trnsformtion: Suppose Y = X + b. Then, the cdf of Y is given by [ ] P X y b, >, F Y (y) = P [Y y] = P [X + b y] = [ ] P X y b, <. Now, by definition, we know tht [ P X y b ] ( ) y b = F X, nd P [ X y b ] [ = P X > y b ] + P ( ) y b = F X + P [ For continuous rndom vrible, P F Y (y) = ( ) F y b X F X ( y b X = y b, ) >,, <. [ X = y b ] [ X = y b ]. ] =. Hence, Finlly, fundmentl theorem of clculus nd chin rule gives ( ) f Y (y) = d dy F Y (y) = f y b X, >, ( ) f y b X, <. Note tht we cn further simplify the finl formul by using the function: f Y (y) = ( ) y b f X,. (4) Grphiclly, to get the plots of f Y, we compress f X horizontlly by fctor of, scle it verticlly by fctor of /, nd shift it to the right by b. Of course, if =, then we get the uninteresting degenerted rndom vrible Y b. 64

20 .79. Suppose X N (m, σ ) nd Y = X+b for some constnts nd b. Then, we cn use (4) to show tht Y N (m+b, σ ). Emple.8. Amplitude modultion in certin communiction systems cn be ccomplished using vrious nonliner devices such s semiconductor diode. Suppose we model the nonliner device by the function Y = X. If the input X is continuous rndom vrible, find the density of the output Y = X. 65

21 .8. There is no gurntee tht function of continuous rndom vrible will lso give continuous rndom vrible. Emple.8. Let X U(, ) nd Y = g(x) where {, <.6 g() =,.6. Before going deeply into the mth, it is helpful to think bout the nture of the derived rndom vrible Y. The definition of g() tells us tht Y hs only two possible vlues, Y = nd Y =. Thus, Y is discrete rndom vrible..83. Suppose X is continuous rndom vrible. To check whether rndom vrible Y = g(x) is continuous rndom vrible, there re two importnt techniques: () Check tht the cdf F Y (y) is continuous (no jump) function (for ll y). (b) Check tht P [Y = y] = for ll y. Emple.84. Consider Y = X when X is continuous rndom vrible. Emple

22 Emple.86. Consider Y = cos(x) when X is continuous rndom vrible..87. Let X be continuous rndom vrible nd Y = g(x). Suppose, for ech y, the collection of vlues tht stisfy y = g() is t most countble. Then Y is continuous rndom vrible. To see this, let B y be the collection of vlues tht stisfy y = g(). Then, [Y = y] = [X B y ] nd hence P [Y = y] = P [X B y ]. If B y is countble, then we cn write B y s countble disjoint union of events [X = ] for the B y. By the countble dditivity iom (P3), P [Y = y] = B y P [X = ]. (5) Becuse X is continuous, we know tht P [X = ] = for ny. Hence, the sum bove is. Emple.88. In Emple.8, there re uncountbly mny vlues tht stisfy g() =. Therefore, the condition in.87 is not stisfied nd hence we cn t use.87. Emple.89. Suppose X E(λ). Let Y = X. () Check tht Y is continuous rndom vrible. (b) Find F Y (y). 67

23 (c) Find f Y (y). Eercise.9 (F). Suppose X is uniformly distributed on the intervl (, ). (X U(, ).) Let Y = X. () Find f Y (y). (b) Find EY. Eercise.9 (F). Consider the function {, g() =, <. Suppose Y = g(x), where X U(, ). Remrk: The function g opertes like full-wve rectifier in tht if positive input voltge X is pplied, the output is Y = X, while if negtive input voltge X is pplied, the output is Y = X. () Find EY. (b) Plot the cdf of Y. (c) Find the pdf of Y 68

24 P [X B] = Discrete p X () B Continuous f X ()d P [X = ] = p X () = F X () F X ( ) B Intervl prob. EX = P X ((, b]) = F X (b) F X () P X ([, b]) = F X (b) F X ( ) P X ([, b)) = F X ( b ) F X ( ) P X ((, b)) = F X ( b ) F X () p X () = P X ((, b]) = P X ([, b]) = P X ([, b)) = P X ((, b)) b f X ()d = F (b) F () + f X ()d f Y (y) = d P [g(x) y]. dy For Y = g(x), p Y (y) = : g()=y p X () Alterntively, f Y (y) = k f X ( k ) g ( k ), For Y = g(x), P [Y B] = E [g(x)] = E [X ] = Vr X = p X () :g() B g()p X () p X () ( EX) p X () k re the rel-vlued roots of the eqution y = g(). f X ()d + {:g() B} + + g()f X ()d f X ()d ( EX) f X ()d Tble 7: Importnt Formuls for Discrete nd Continuous Rndom Vribles 69

ECS /1 Part IV.2 Dr.Prapun

ECS /1 Part IV.2 Dr.Prapun Sirindhorn Interntionl Institute of Technology Thmmst University School of Informtion, Computer nd Communiction Technology ECS35 3/ Prt IV. Dr.Prpun.4 Fmilies of Continuous Rndom Vribles Theorem.4 sttes

More information

ECS /1 Part IV.2 Dr.Prapun

ECS /1 Part IV.2 Dr.Prapun Sirindhorn International Institute of Technology Thammasat University School of Information, Computer and Communication Technology ECS35 4/ Part IV. Dr.Prapun.4 Families of Continuous Random Variables

More information

Continuous Random Variables

Continuous Random Variables STAT/MATH 395 A - PROBABILITY II UW Winter Qurter 217 Néhémy Lim Continuous Rndom Vribles Nottion. The indictor function of set S is rel-vlued function defined by : { 1 if x S 1 S (x) if x S Suppose tht

More information

Chapter 5 : Continuous Random Variables

Chapter 5 : Continuous Random Variables STAT/MATH 395 A - PROBABILITY II UW Winter Qurter 216 Néhémy Lim Chpter 5 : Continuous Rndom Vribles Nottions. N {, 1, 2,...}, set of nturl numbers (i.e. ll nonnegtive integers); N {1, 2,...}, set of ll

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

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

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

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

Math 135, Spring 2012: HW 7

Math 135, Spring 2012: HW 7 Mth 3, Spring : HW 7 Problem (p. 34 #). SOLUTION. Let N the number of risins per cookie. If N is Poisson rndom vrible with prmeter λ, then nd for this to be t lest.99, we need P (N ) P (N ) ep( λ) λ ln(.)

More information

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac

ARITHMETIC OPERATIONS. The real numbers have the following properties: a b c ab ac REVIEW OF ALGEBRA Here we review the bsic rules nd procedures of lgebr tht you need to know in order to be successful in clculus. ARITHMETIC OPERATIONS The rel numbers hve the following properties: b b

More information

Lecture 3 Gaussian Probability Distribution

Lecture 3 Gaussian Probability Distribution Introduction Lecture 3 Gussin Probbility Distribution Gussin probbility distribution is perhps the most used distribution in ll of science. lso clled bell shped curve or norml distribution Unlike the binomil

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

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

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

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

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

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!!

Before we can begin Ch. 3 on Radicals, we need to be familiar with perfect squares, cubes, etc. Try and do as many as you can without a calculator!!! Nme: Algebr II Honors Pre-Chpter Homework Before we cn begin Ch on Rdicls, we need to be fmilir with perfect squres, cubes, etc Try nd do s mny s you cn without clcultor!!! n The nth root of n n Be ble

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

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

Continuous Random Variables

Continuous Random Variables CPSC 53 Systems Modeling nd Simultion Continuous Rndom Vriles Dr. Anirn Mhnti Deprtment of Computer Science University of Clgry mhnti@cpsc.uclgry.c Definitions A rndom vrile is sid to e continuous if there

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

CS667 Lecture 6: Monte Carlo Integration 02/10/05

CS667 Lecture 6: Monte Carlo Integration 02/10/05 CS667 Lecture 6: Monte Crlo Integrtion 02/10/05 Venkt Krishnrj Lecturer: Steve Mrschner 1 Ide The min ide of Monte Crlo Integrtion is tht we cn estimte the vlue of n integrl by looking t lrge number of

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

Stuff You Need to Know From Calculus

Stuff You Need to Know From Calculus Stuff You Need to Know From Clculus For the first time in the semester, the stuff we re doing is finlly going to look like clculus (with vector slnt, of course). This mens tht in order to succeed, you

More information

MATH , Calculus 2, Fall 2018

MATH , Calculus 2, Fall 2018 MATH 36-2, 36-3 Clculus 2, Fll 28 The FUNdmentl Theorem of Clculus Sections 5.4 nd 5.5 This worksheet focuses on the most importnt theorem in clculus. In fct, the Fundmentl Theorem of Clculus (FTC is rgubly

More information

Duality # Second iteration for HW problem. Recall our LP example problem we have been working on, in equality form, is given below.

Duality # Second iteration for HW problem. Recall our LP example problem we have been working on, in equality form, is given below. Dulity #. Second itertion for HW problem Recll our LP emple problem we hve been working on, in equlity form, is given below.,,,, 8 m F which, when written in slightly different form, is 8 F Recll tht we

More information

Math 113 Fall Final Exam Review. 2. Applications of Integration Chapter 6 including sections and section 6.8

Math 113 Fall Final Exam Review. 2. Applications of Integration Chapter 6 including sections and section 6.8 Mth 3 Fll 0 The scope of the finl exm will include: Finl Exm Review. Integrls Chpter 5 including sections 5. 5.7, 5.0. Applictions of Integrtion Chpter 6 including sections 6. 6.5 nd section 6.8 3. Infinite

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

The practical version

The practical version Roerto s Notes on Integrl Clculus Chpter 4: Definite integrls nd the FTC Section 7 The Fundmentl Theorem of Clculus: The prcticl version Wht you need to know lredy: The theoreticl version of the FTC. Wht

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

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

Section 6.1 INTRO to LAPLACE TRANSFORMS

Section 6.1 INTRO to LAPLACE TRANSFORMS Section 6. INTRO to LAPLACE TRANSFORMS Key terms: Improper Integrl; diverge, converge A A f(t)dt lim f(t)dt Piecewise Continuous Function; jump discontinuity Function of Exponentil Order Lplce Trnsform

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

20 MATHEMATICS POLYNOMIALS

20 MATHEMATICS POLYNOMIALS 0 MATHEMATICS POLYNOMIALS.1 Introduction In Clss IX, you hve studied polynomils in one vrible nd their degrees. Recll tht if p(x) is polynomil in x, the highest power of x in p(x) is clled the degree of

More information

Operations with Polynomials

Operations with Polynomials 38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: How to identify the leding coefficients nd degrees of polynomils How to dd nd subtrct polynomils How to multiply polynomils

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

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

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

New Expansion and Infinite Series

New Expansion and Infinite Series Interntionl Mthemticl Forum, Vol. 9, 204, no. 22, 06-073 HIKARI Ltd, www.m-hikri.com http://dx.doi.org/0.2988/imf.204.4502 New Expnsion nd Infinite Series Diyun Zhng College of Computer Nnjing University

More information

Lesson 1: Quadratic Equations

Lesson 1: Quadratic Equations Lesson 1: Qudrtic Equtions Qudrtic Eqution: The qudrtic eqution in form is. In this section, we will review 4 methods of qudrtic equtions, nd when it is most to use ech method. 1. 3.. 4. Method 1: Fctoring

More information

UNIT 1 FUNCTIONS AND THEIR INVERSES Lesson 1.4: Logarithmic Functions as Inverses Instruction

UNIT 1 FUNCTIONS AND THEIR INVERSES Lesson 1.4: Logarithmic Functions as Inverses Instruction Lesson : Logrithmic Functions s Inverses Prerequisite Skills This lesson requires the use of the following skills: determining the dependent nd independent vribles in n exponentil function bsed on dt from

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

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

Conservation Law. Chapter Goal. 5.2 Theory

Conservation Law. Chapter Goal. 5.2 Theory Chpter 5 Conservtion Lw 5.1 Gol Our long term gol is to understnd how mny mthemticl models re derived. We study how certin quntity chnges with time in given region (sptil domin). We first derive the very

More information

INTRODUCTION TO INTEGRATION

INTRODUCTION TO INTEGRATION INTRODUCTION TO INTEGRATION 5.1 Ares nd Distnces Assume f(x) 0 on the intervl [, b]. Let A be the re under the grph of f(x). b We will obtin n pproximtion of A in the following three steps. STEP 1: Divide

More information

Indefinite Integral. Chapter Integration - reverse of differentiation

Indefinite Integral. Chapter Integration - reverse of differentiation Chpter Indefinite Integrl Most of the mthemticl opertions hve inverse opertions. The inverse opertion of differentition is clled integrtion. For exmple, describing process t the given moment knowing the

More information

Review of Probability Distributions. CS1538: Introduction to Simulations

Review of Probability Distributions. CS1538: Introduction to Simulations Review of Proility Distriutions CS1538: Introduction to Simultions Some Well-Known Proility Distriutions Bernoulli Binomil Geometric Negtive Binomil Poisson Uniform Exponentil Gmm Erlng Gussin/Norml Relevnce

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

Math Calculus with Analytic Geometry II

Math Calculus with Analytic Geometry II orem of definite Mth 5.0 with Anlytic Geometry II Jnury 4, 0 orem of definite If < b then b f (x) dx = ( under f bove x-xis) ( bove f under x-xis) Exmple 8 0 3 9 x dx = π 3 4 = 9π 4 orem of definite Problem

More information

x = b a n x 2 e x dx. cdx = c(b a), where c is any constant. a b

x = b a n x 2 e x dx. cdx = c(b a), where c is any constant. a b CHAPTER 5. INTEGRALS 61 where nd x = b n x i = 1 (x i 1 + x i ) = midpoint of [x i 1, x i ]. Problem 168 (Exercise 1, pge 377). Use the Midpoint Rule with the n = 4 to pproximte 5 1 x e x dx. Some quick

More information

CS 109 Lecture 11 April 20th, 2016

CS 109 Lecture 11 April 20th, 2016 CS 09 Lecture April 0th, 06 Four Prototypicl Trjectories Review The Norml Distribution is Norml Rndom Vrible: ~ Nµ, σ Probbility Density Function PDF: f x e σ π E[ ] µ Vr σ x µ / σ Also clled Gussin Note:

More information

Interpreting Integrals and the Fundamental Theorem

Interpreting Integrals and the Fundamental Theorem Interpreting Integrls nd the Fundmentl Theorem Tody, we go further in interpreting the mening of the definite integrl. Using Units to Aid Interprettion We lredy know tht if f(t) is the rte of chnge of

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

Polynomial Approximations for the Natural Logarithm and Arctangent Functions. Math 230

Polynomial Approximations for the Natural Logarithm and Arctangent Functions. Math 230 Polynomil Approimtions for the Nturl Logrithm nd Arctngent Functions Mth 23 You recll from first semester clculus how one cn use the derivtive to find n eqution for the tngent line to function t given

More information

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O

The area under the graph of f and above the x-axis between a and b is denoted by. f(x) dx. π O 1 Section 5. The Definite Integrl Suppose tht function f is continuous nd positive over n intervl [, ]. y = f(x) x The re under the grph of f nd ove the x-xis etween nd is denoted y f(x) dx nd clled the

More information

7 - Continuous random variables

7 - Continuous random variables 7-1 Continuous rndom vribles S. Lll, Stnford 2011.01.25.01 7 - Continuous rndom vribles Continuous rndom vribles The cumultive distribution function The uniform rndom vrible Gussin rndom vribles The Gussin

More information

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp.

MA123, Chapter 10: Formulas for integrals: integrals, antiderivatives, and the Fundamental Theorem of Calculus (pp. MA123, Chpter 1: Formuls for integrls: integrls, ntiderivtives, nd the Fundmentl Theorem of Clculus (pp. 27-233, Gootmn) Chpter Gols: Assignments: Understnd the sttement of the Fundmentl Theorem of Clculus.

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

Math 360: A primitive integral and elementary functions

Math 360: A primitive integral and elementary functions Mth 360: A primitive integrl nd elementry functions D. DeTurck University of Pennsylvni October 16, 2017 D. DeTurck Mth 360 001 2017C: Integrl/functions 1 / 32 Setup for the integrl prtitions Definition:

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

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

Main topics for the First Midterm

Main topics for the First Midterm Min topics for the First Midterm The Midterm will cover Section 1.8, Chpters 2-3, Sections 4.1-4.8, nd Sections 5.1-5.3 (essentilly ll of the mteril covered in clss). Be sure to know the results of the

More information

approaches as n becomes larger and larger. Since e > 1, the graph of the natural exponential function is as below

approaches as n becomes larger and larger. Since e > 1, the graph of the natural exponential function is as below . Eponentil nd rithmic functions.1 Eponentil Functions A function of the form f() =, > 0, 1 is clled n eponentil function. Its domin is the set of ll rel f ( 1) numbers. For n eponentil function f we hve.

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

Review of basic calculus

Review of basic calculus Review of bsic clculus This brief review reclls some of the most importnt concepts, definitions, nd theorems from bsic clculus. It is not intended to tech bsic clculus from scrtch. If ny of the items below

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

Continuous Random Variables Class 5, Jeremy Orloff and Jonathan Bloom

Continuous Random Variables Class 5, Jeremy Orloff and Jonathan Bloom Lerning Gols Continuous Rndom Vriles Clss 5, 8.05 Jeremy Orloff nd Jonthn Bloom. Know the definition of continuous rndom vrile. 2. Know the definition of the proility density function (pdf) nd cumultive

More information

MATHS NOTES. SUBJECT: Maths LEVEL: Higher TEACHER: Aidan Roantree. The Institute of Education Topics Covered: Powers and Logs

MATHS NOTES. SUBJECT: Maths LEVEL: Higher TEACHER: Aidan Roantree. The Institute of Education Topics Covered: Powers and Logs MATHS NOTES The Institute of Eduction 06 SUBJECT: Mths LEVEL: Higher TEACHER: Aidn Rontree Topics Covered: Powers nd Logs About Aidn: Aidn is our senior Mths techer t the Institute, where he hs been teching

More information

Unit 1 Exponentials and Logarithms

Unit 1 Exponentials and Logarithms HARTFIELD PRECALCULUS UNIT 1 NOTES PAGE 1 Unit 1 Eponentils nd Logrithms (2) Eponentil Functions (3) The number e (4) Logrithms (5) Specil Logrithms (7) Chnge of Bse Formul (8) Logrithmic Functions (10)

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

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

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

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

Math 1431 Section M TH 4:00 PM 6:00 PM Susan Wheeler Office Hours: Wed 6:00 7:00 PM Online ***NOTE LABS ARE MON AND WED

Math 1431 Section M TH 4:00 PM 6:00 PM Susan Wheeler Office Hours: Wed 6:00 7:00 PM Online ***NOTE LABS ARE MON AND WED Mth 43 Section 4839 M TH 4: PM 6: PM Susn Wheeler swheeler@mth.uh.edu Office Hours: Wed 6: 7: PM Online ***NOTE LABS ARE MON AND WED t :3 PM to 3: pm ONLINE Approimting the re under curve given the type

More information

Numerical integration

Numerical integration 2 Numericl integrtion This is pge i Printer: Opque this 2. Introduction Numericl integrtion is problem tht is prt of mny problems in the economics nd econometrics literture. The orgniztion of this chpter

More information

5.5 The Substitution Rule

5.5 The Substitution Rule 5.5 The Substitution Rule Given the usefulness of the Fundmentl Theorem, we wnt some helpful methods for finding ntiderivtives. At the moment, if n nti-derivtive is not esily recognizble, then we re in

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

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

Recitation 3: More Applications of the Derivative

Recitation 3: More Applications of the Derivative Mth 1c TA: Pdric Brtlett Recittion 3: More Applictions of the Derivtive Week 3 Cltech 2012 1 Rndom Question Question 1 A grph consists of the following: A set V of vertices. A set E of edges where ech

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

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

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

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

4.1. Probability Density Functions

4.1. Probability Density Functions STT 1 4.1-4. 4.1. Proility Density Functions Ojectives. Continuous rndom vrile - vers - discrete rndom vrile. Proility density function. Uniform distriution nd its properties. Expected vlue nd vrince of

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

Integration. 148 Chapter 7 Integration

Integration. 148 Chapter 7 Integration 48 Chpter 7 Integrtion 7 Integrtion t ech, by supposing tht during ech tenth of second the object is going t constnt speed Since the object initilly hs speed, we gin suppose it mintins this speed, but

More information

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim

Definition of Continuity: The function f(x) is continuous at x = a if f(a) exists and lim Mth 9 Course Summry/Study Guide Fll, 2005 [1] Limits Definition of Limit: We sy tht L is the limit of f(x) s x pproches if f(x) gets closer nd closer to L s x gets closer nd closer to. We write lim f(x)

More information

Review of Riemann Integral

Review of Riemann Integral 1 Review of Riemnn Integrl In this chpter we review the definition of Riemnn integrl of bounded function f : [, b] R, nd point out its limittions so s to be convinced of the necessity of more generl integrl.

More information

1 The fundamental theorems of calculus.

1 The fundamental theorems of calculus. The fundmentl theorems of clculus. The fundmentl theorems of clculus. Evluting definite integrls. The indefinite integrl- new nme for nti-derivtive. Differentiting integrls. Tody we provide the connection

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

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

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009

First midterm topics Second midterm topics End of quarter topics. Math 3B Review. Steve. 18 March 2009 Mth 3B Review Steve 18 Mrch 2009 About the finl Fridy Mrch 20, 3pm-6pm, Lkretz 110 No notes, no book, no clcultor Ten questions Five review questions (Chpters 6,7,8) Five new questions (Chpters 9,10) No

More information

A. Limits - L Hopital s Rule. x c. x c. f x. g x. x c 0 6 = 1 6. D. -1 E. nonexistent. ln ( x 1 ) 1 x 2 1. ( x 2 1) 2. 2x x 1.

A. Limits - L Hopital s Rule. x c. x c. f x. g x. x c 0 6 = 1 6. D. -1 E. nonexistent. ln ( x 1 ) 1 x 2 1. ( x 2 1) 2. 2x x 1. A. Limits - L Hopitl s Rule Wht you re finding: L Hopitl s Rule is used to find limits of the form f ( ) lim where lim f or lim f limg. c g = c limg( ) = c = c = c How to find it: Try nd find limits by

More information

Topics Covered AP Calculus AB

Topics Covered AP Calculus AB Topics Covered AP Clculus AB ) Elementry Functions ) Properties of Functions i) A function f is defined s set of ll ordered pirs (, y), such tht for ech element, there corresponds ectly one element y.

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

Solution for Assignment 1 : Intro to Probability and Statistics, PAC learning

Solution for Assignment 1 : Intro to Probability and Statistics, PAC learning Solution for Assignment 1 : Intro to Probbility nd Sttistics, PAC lerning 10-701/15-781: Mchine Lerning (Fll 004) Due: Sept. 30th 004, Thursdy, Strt of clss Question 1. Bsic Probbility ( 18 pts) 1.1 (

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

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that

( dg. ) 2 dt. + dt. dt j + dh. + dt. r(t) dt. Comparing this equation with the one listed above for the length of see that Arc Length of Curves in Three Dimensionl Spce If the vector function r(t) f(t) i + g(t) j + h(t) k trces out the curve C s t vries, we cn mesure distnces long C using formul nerly identicl to one tht we

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

Section 6.1 INTRO to LAPLACE TRANSFORMS

Section 6.1 INTRO to LAPLACE TRANSFORMS Section 6. INTRO to LAPLACE TRANSFORMS Key terms: Improper Integrl; diverge, converge A A f(t)dt lim f(t)dt Piecewise Continuous Function; jump discontinuity Function of Exponentil Order Lplce Trnsform

More information