ELEG 3143 Probability & Stochastic Process Ch. 5 Elements of Statistics

Size: px
Start display at page:

Download "ELEG 3143 Probability & Stochastic Process Ch. 5 Elements of Statistics"

Transcription

1 Deprtet of Electricl Egieerig Uiversity of Arkss ELEG 3143 Probbility & Stochstic Process Ch. 5 Eleets of Sttistics Dr. Jigxi Wu wuj@urk.edu

2 OUTLINE Itroductio: wht is sttistics? Sple e d sple vrice Cofidece itervls Hypothesis testig

3 INTRODUCTION 3 Sttistics A bridge betwee the probbility theory d the rel world The sciece of gtherig d lyzig dt, d with the drwig of coclusios or ifereces fro the dt. Exple 1. collect dt bout the life sp of ll feles i US. lyze the dt to fid out:» Wht is the verge (e) fele life sp i US?» Wht is the vrice of the fele life sp?» Wht is the distributio of the fele life sp? Exple 1. cosider couictio syste trsittig -1 d 1. received sigl is distorted by oise (e.g., Tx 1, Rx 0.) 3. Bsed o the oisy received ifortio, fid out wht ws trsitted (1 or -1)

4 INTRODUCTION 4 Clssifictios of sttistics Splig theory: How to select sples fro soe collectio of dt tht is too lrge to be exied copletely. Estitio theory: Mke soe estitio or predictio bsed o the dt tht re vilble (e.g. estite the verge life sp) Hypothesis testig Attepts to decide which of two or ore hypotheses bout the dt re true (e.g. fid out whether 1 or -1 re trsitted i couictio syste)

5 OUTLINE 5 Itroductio: wht is sttistics? Sple e d sple vrice Cofidece itervl Hypothesis testig

6 SAMPLE MEAN AND VARIANCE 6 Defiitio: popultio the collectio of ALL objects or eleets uder study. E.g. esure the fele life sp i US eber: the life sp of oe fele i US (c be odeled s RV: ) Popultio: the life sps of ALL the feles i US Most of the tie, it is extreely difficult d expesive, if ot ipossible, to get the dt for the etire popultio. We tke liited uber of sples to represet the popultio Defiitio: rdo sple (or, sple) A rdo sple is prt of the popultio tht hs bee selected t rdo. E.g. Cosider popultio with N ebers. We c rdoly pick << N ebers. The ebers for sple of the popultio. All ebers of the popultio re eqully likely beig picked. The picks re idepedet of ech others.

7 SAMPLE MEAN AND VARIANCE 7 Rdo sple Cosider rdo sple with ebers Ech eber is rdo vrible The rdo vribles re utully idepedet The rdo vribles re ideticlly distributed With the rdo sple, we c ifer (estite) the properties of the popultio with N >> ebers E.g. e, vrice, distributio, etc. Ituitively, the lrger the vlue of, the better the estitio. We will prove this ituitio.

8 SAMPLE MEAN AND VARIANCE 8 Sple e The sple e of is 1 It is estitio of the ctul e of the popultio i 1 is rdo vrible, becuse it is fuctio of RVs i E ( ) The first oet of the sple e E [ ] Defiitio: ubised estitor The e of the estitio is the se s its true vlue The sple e is ubised estitio of the e E [ ]

9 SAMPLE MEAN AND VARIANCE The d cetrl oet (vrice) of the sple e Recll: vrice esures the devitio fro the e The sller the vrice, the less the rdoess If vrice is 0, the the RV is costt The lrger the sple size, the ore ccurte the estitio. 9 ] [ ] [ ) ( E E E Vr Vr ) (

10 SAMPLE MEAN AND VARIANCE 10 Exple A popultio of 10 resistors is to be tested. The true stdrd devitio is 5 Oh, d the true e is 100 Oh. How lrge ust be the sple size, if we wt to obti sple e, whose stdrd devitio is % of the true popultio e? If the sple size is 8, wht is the stdrd devitio of the sple e?

11 SAMPLE MEAN AND VARIANCE 11 Exple The sple of rdo tie fuctio follows pdf give s follows: f ( x ) 1 ( x 3) exp The fuctio is spled so s to obti idepedet sple vlues. How y sple vlues re required to obti sple e, whose stdrd devitio is 1% fro the true e?

12 SAMPLE MEAN AND VARIANCE Sple vrice The sple vrice of is defied s The is used to ke ubised estitor. is rdo vrible. First oet of the sple vrice The sple vrice is ubised estitio of 1 i i S 1 ) ( 1 1 ~ 1 1 ~ S ~ S ~ S ] ~ [ S E

13 SAMPLE MEAN AND VARIANCE 13 Exple Cosider 5 rdo ubers: 0.3, 0., 0.8, 0.7, Fid the sple e d sple vrice. If the 5 rdo ubers re rdoly picked fro popultio of rdo ubers tht re uiforly distributed i [0, 1], fid the vrice of the sple e.

14 SAMPLE MEAN AND VARIANCE 14 Exple Write Mtlb progr to geerte 100 idepedet rdo ubers. The rdo uber re sples of uiforly distributed rdo vrible i (0, 10). (1) Write fuctios to fid the sple e d sple vrice. () Wht is the vrice of the sple e? % % i. cler ll; rdo_sple = 10*rd (1, 100); % geerte 100 rdo ubers sple_e = fid_sple_e(rdo_sple); sple_vr = fid_sple_vr(rdo_sple); % % fid_sple_e. fuctio output = fid_sple_e(iput) _sple = legth(iput); output = su(iput)/_sple;

15 SAMPLE MEAN AND VARIANCE 15 Exple (Cot d) % % fid_sple_vr. fuctio output = fid_sple_vr(iput) % fid out how y ebers re i the sple _sple = legth(iput); % clculte the sple e sple_e = fid_sple_e(iput); % clculte the sple vrice output = su( (iput-sple_e).^ )/(_sple-1);

16 OUTLINE 16 Itroductio: wht is sttistics? Sple e d sple vrice Cofidece itervl Hypothesis testig

17 CONFIDENCE INTERVAL 17 Cetrl Liit Theore Let be rdo sple of size. They re idepedet d ideticlly distributed with e d vrice. Whe, the sple e, distributio with e d vrice. 1 i 1 i, coverges i distributio to Gussi Whe is lrge ( > 30), follows pproxitely to Gussi distributio, regrdless of the distributio of i

18 CONFIDENCE INTERVAL 18 Cofidece itervl Exple: estite the e,, of popultio of dt. The sple e, 1, is RV thus it could be quite differet fro the true e. i 1 i Specify itervl tht is highly likely to coti the true vlue of E.g. It is 99% likely tht the true vlue of is i the itervl [, ] Pr [, ] is clled the 99% cofidece itervl of the e

19 19 Cofidece Itervl Cofidece itervl v.s. sple e Sple e ttepts to use sigle uber, represet the sple e The sple e is RV, thus it could be quite differet fro the true e. How uch c we trust this sigle uber estitio? Cofidece itervl, isted, ttepts to specify itervl tht is highly likely to coti the true vlue of the estitio. 1 i 1 i, to The q 100 % cofidece itervl for the estitio of the preter is defied s [, ], such tht Pr q

20 CONFIDENCE INTERVAL Cofidece Itervl (Cot d) Bsed o the cetrl liit theore, is Gussi distributed with e d vrice 0 Pr Pr dx x f ) ( z Q dz e dx x f 1 1 ) ( Q 1 Pr Q 1 Pr

21 CONFIDENCE INTERVAL Exple A very lrge popultio of resistor vlues hs true e of 100 Oh d stdrd devitio of 5 Oh. Fid the 95% cofidece itervl (cofidece liits) o the sple e if the sple size is 100. Q(1.96) = Q 1 Pr

22 OUTLINE Itroductio: wht is sttistics? Sple e d sple vrice Cofidece itervl Hypothesis testig

23 HYPOTHESIS TESTING 3 Hypothesis testig Testig ssertio bout popultio bsed o rdo sple. Exple: Hypothesis: give coi is fir Test: flip the coi 100 ties, cout the uber of heds Exple: If the coi is fir, we expect pproxitely 50 heds. E.g. if the uber of heds is i [47, 53], the hypothesis is true. The hypothesis is flse otherwise. The itervl [47, 53] is chose rbitrrily. How to systeticlly choose the itervl? Hypothesis: the light bulb fro certi ufcture c lst 1000 hrs. Test: tke 50 light bulbs, esure their life, d fid the sple e If the sple e is greter th t hrs, the hypothesis is true. How do we deterie the vlue t? 900 hrs? 950 hrs? 999 hrs?

24 HYPOTHESIS TESTING 4 Hypothesis testig: Null hypothesis The hypothesis to be tested Altertive hypothesis The copleet (opposite) of the ull hypothesis Exple: Test the hypothesis tht give coi is fir. Test the hypothesis tht lightbulb c lst 1,000 hours Test the hypothesis tht certi ptiet does ot hve ccer

25 HYPOTHESIS TESTING 5 Errors Type I error: Reject whe is true H H 0 0 Flse positive, flse lr Type II error: Accept whe is flse Flse egtive H H 0 0

26 HYPOTHESIS TESTING 6 Hypothesis testig: sigificce testig Test hypothesis bout preter p of rdo vrible Exple: test whether coi is fir : Beroulli RV with preter p: P(=1)=p, P(=0)=1-p : p = 0.5 (the coi is fir). H 0 H 0 Objective: ccept or reject the hypothesis bsed o rdo sple

27 HYPOTHESIS TESTING 7 Exple A certi coi is clied to be fir with 95% cofidece itervl. To test the hypothesis, we flip the coi 100 ties, d fid the sple e,. If, c we ccept the cli? 0.43 Sol: Hypothesis: this is fir coi p 0.5, fid out if 0.43 p p 0. 5 is i the 95% cofidece itervl Pr 1 Q

28 HYPOTHESIS TESTING 8 Exple: A resistor ufcture is testig the qulity of btch of resistors with oil vlue 1K Oh, with 95% cofidece level. A sple of 100 resistors re tested, d the sple e is 1040 Oh, d the sple stdrd devitio is 100 Oh. Do the resistors pss the qulity check?

29 HYPOTHESIS TESTING 9 Biry hypothesis testig: Exple

30 HYPOTHESIS 30 Receiver opertig chrcteristics (ROC) curve Plot true positive probbility (copleet of type II error) s fuctio of flse positive probbility (type I error)

: : 8.2. Test About a Population Mean. STT 351 Hypotheses Testing Case I: A Normal Population with Known. - null hypothesis states 0

: : 8.2. Test About a Population Mean. STT 351 Hypotheses Testing Case I: A Normal Population with Known. - null hypothesis states 0 8.2. Test About Popultio Me. Cse I: A Norml Popultio with Kow. H - ull hypothesis sttes. X1, X 2,..., X - rdom smple of size from the orml popultio. The the smple me X N, / X X Whe H is true. X 8.2.1.

More information

Inference on One Population Mean Hypothesis Testing

Inference on One Population Mean Hypothesis Testing Iferece o Oe Popultio Me ypothesis Testig Scerio 1. Whe the popultio is orml, d the popultio vrice is kow i. i. d. Dt : X 1, X,, X ~ N(, ypothesis test, for istce: Exmple: : : : : : 5'7" (ull hypothesis:

More information

Introduction to mathematical Statistics

Introduction to mathematical Statistics More ttistics tutoril t wwwdumblittledoctorcom Itroductio to mthemticl ttistics Chpter 7 ypothesis Testig Exmple (ull hypothesis) : the verge height is 5 8 or more ( : μ 5'8" ) (ltertive hypothesis) :

More information

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: Hypothesis Test We assume, calculate and conclude.

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: Hypothesis Test We assume, calculate and conclude. Hypothesis Test We ssume, clculte d coclude. VIII. HYPOTHESIS TEST 8.. P-Vlue, Test Sttistic d Hypothesis Test [MATH] Terms for the mkig hypothesis test. Assume tht the uderlyig distributios re either

More information

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers Roy D. Yates and David J.

Probability and Stochastic Processes: A Friendly Introduction for Electrical and Computer Engineers Roy D. Yates and David J. Probbility d Stochstic Processes: A Friedly Itroductio for Electricl d Computer Egieers Roy D. Ytes d Dvid J. Goodm Problem Solutios : Ytes d Goodm,4..4 4..4 4..7 4.4. 4.4. 4..6 4.6.8 4.6.9 4.7.4 4.7.

More information

Avd. Matematisk statistik

Avd. Matematisk statistik Avd. Mtemtisk sttistik TENTAMEN I SF94 SANNOLIKHETSTEORI/EAM IN SF94 PROBABILITY THE- ORY WEDNESDAY 8th OCTOBER 5, 8-3 hrs Exmitor : Timo Koski, tel. 7 3747, emil: tjtkoski@kth.se Tillåt hjälpmedel Mes

More information

, we would have a series, designated as + j 1

, we would have a series, designated as + j 1 Clculus sectio 9. Ifiite Series otes by Ti Pilchowski A sequece { } cosists of ordered set of ubers. If we were to begi ddig the ubers of sequece together s we would hve series desigted s. Ech iteredite

More information

2017/2018 SEMESTER 1 COMMON TEST

2017/2018 SEMESTER 1 COMMON TEST 07/08 SEMESTER COMMON TEST Course : Diplom i Electroics, Computer & Commuictios Egieerig Diplom i Electroic Systems Diplom i Telemtics & Medi Techology Diplom i Electricl Egieerig with Eco-Desig Diplom

More information

Chapter 5. The Riemann Integral. 5.1 The Riemann integral Partitions and lower and upper integrals. Note: 1.5 lectures

Chapter 5. The Riemann Integral. 5.1 The Riemann integral Partitions and lower and upper integrals. Note: 1.5 lectures Chpter 5 The Riem Itegrl 5.1 The Riem itegrl Note: 1.5 lectures We ow get to the fudmetl cocept of itegrtio. There is ofte cofusio mog studets of clculus betwee itegrl d tiderivtive. The itegrl is (iformlly)

More information

82A Engineering Mathematics

82A Engineering Mathematics Clss Notes 9: Power Series /) 8A Egieerig Mthetics Secod Order Differetil Equtios Series Solutio Solutio Ato Differetil Equtio =, Hoogeeous =gt), No-hoogeeous Solutio: = c + p Hoogeeous No-hoogeeous Fudetl

More information

D1.7 Two independent Events: Events A and B are independent if and only if P[AB] = P[A]P[B]. When events A and B have nonzero probabilities, the

D1.7 Two independent Events: Events A and B are independent if and only if P[AB] = P[A]P[B]. When events A and B have nonzero probabilities, the Theores d Defiitios T De Morg s lw reltes ll three bsic opertios: (A B) = A B D Outcoe: A outcoe of experiet is y possible observtio of tht experiet D Sple spce: The sple spce of experiet is the fiest-gri,

More information

Limit of a function:

Limit of a function: - Limit of fuctio: We sy tht f ( ) eists d is equl with (rel) umer L if f( ) gets s close s we wt to L if is close eough to (This defiitio c e geerlized for L y syig tht f( ) ecomes s lrge (or s lrge egtive

More information

Fourier Series and Applications

Fourier Series and Applications 9/7/9 Fourier Series d Applictios Fuctios epsio is doe to uderstd the better i powers o etc. My iportt probles ivolvig prtil dieretil equtios c be solved provided give uctio c be epressed s iiite su o

More information

1. (25 points) Use the limit definition of the definite integral and the sum formulas to compute. [1 x + x2

1. (25 points) Use the limit definition of the definite integral and the sum formulas to compute. [1 x + x2 Mth 3, Clculus II Fil Exm Solutios. (5 poits) Use the limit defiitio of the defiite itegrl d the sum formuls to compute 3 x + x. Check your swer by usig the Fudmetl Theorem of Clculus. Solutio: The limit

More information

1 Tangent Line Problem

1 Tangent Line Problem October 9, 018 MAT18 Week Justi Ko 1 Tget Lie Problem Questio: Give the grph of fuctio f, wht is the slope of the curve t the poit, f? Our strteg is to pproimte the slope b limit of sect lies betwee poits,

More information

0 otherwise. sin( nx)sin( kx) 0 otherwise. cos( nx) sin( kx) dx 0 for all integers n, k.

0 otherwise. sin( nx)sin( kx) 0 otherwise. cos( nx) sin( kx) dx 0 for all integers n, k. . Computtio of Fourier Series I this sectio, we compute the Fourier coefficiets, f ( x) cos( x) b si( x) d b, i the Fourier series To do this, we eed the followig result o the orthogolity of the trigoometric

More information

Particle in a Box. and the state function is. In this case, the Hermitian operator. The b.c. restrict us to 0 x a. x A sin for 0 x a, and 0 otherwise

Particle in a Box. and the state function is. In this case, the Hermitian operator. The b.c. restrict us to 0 x a. x A sin for 0 x a, and 0 otherwise Prticle i Box We must hve me where = 1,,3 Solvig for E, π h E = = where = 1,,3, m 8m d the stte fuctio is x A si for 0 x, d 0 otherwise x ˆ d KE V. m dx I this cse, the Hermiti opertor 0iside the box The

More information

Math 153: Lecture Notes For Chapter 1

Math 153: Lecture Notes For Chapter 1 Mth : Lecture Notes For Chpter Sectio.: Rel Nubers Additio d subtrctios : Se Sigs: Add Eples: = - - = - Diff. Sigs: Subtrct d put the sig of the uber with lrger bsolute vlue Eples: - = - = - Multiplictio

More information

UNIVERSITY OF BRISTOL. Examination for the Degrees of B.Sc. and M.Sci. (Level C/4) ANALYSIS 1B, SOLUTIONS MATH (Paper Code MATH-10006)

UNIVERSITY OF BRISTOL. Examination for the Degrees of B.Sc. and M.Sci. (Level C/4) ANALYSIS 1B, SOLUTIONS MATH (Paper Code MATH-10006) UNIVERSITY OF BRISTOL Exmitio for the Degrees of B.Sc. d M.Sci. (Level C/4) ANALYSIS B, SOLUTIONS MATH 6 (Pper Code MATH-6) My/Jue 25, hours 3 miutes This pper cotis two sectios, A d B. Plese use seprte

More information

Chapter 7 Infinite Series

Chapter 7 Infinite Series MA Ifiite Series Asst.Prof.Dr.Supree Liswdi Chpter 7 Ifiite Series Sectio 7. Sequece A sequece c be thought of s list of umbers writte i defiite order:,,...,,... 2 The umber is clled the first term, 2

More information

Prior distributions. July 29, 2002

Prior distributions. July 29, 2002 Prior distributios Aledre Tchourbov PKI 357, UNOmh, South 67th St. Omh, NE 688-694, USA Phoe: 4554-64 E-mil: tchourb@cse.ul.edu July 9, Abstrct This documet itroduces prior distributios for the purposes

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Lecture 17

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Lecture 17 CS 70 Discrete Mthemtics d Proility Theory Sprig 206 Ro d Wlrd Lecture 7 Vrice We hve see i the previous ote tht if we toss coi times with is p, the the expected umer of heds is p. Wht this mes is tht

More information

INFINITE SERIES. ,... having infinite number of terms is called infinite sequence and its indicated sum, i.e., a 1

INFINITE SERIES. ,... having infinite number of terms is called infinite sequence and its indicated sum, i.e., a 1 Appedix A.. Itroductio As discussed i the Chpter 9 o Sequeces d Series, sequece,,...,,... hvig ifiite umber of terms is clled ifiite sequece d its idicted sum, i.e., + + +... + +... is clled ifite series

More information

ELEG 5173L Digital Signal Processing Ch. 2 The Z-Transform

ELEG 5173L Digital Signal Processing Ch. 2 The Z-Transform Deprtmet of Electricl Egieerig Uiversity of Arkss ELEG 573L Digitl Sigl Processig Ch. The Z-Trsform Dr. Jigxi Wu wuj@urk.edu OUTLINE The Z-Trsform Properties Iverse Z-Trsform Z-Trsform of LTI system Z-TRANSFORM

More information

UNIT 4 EXTENDING THE NUMBER SYSTEM Lesson 1: Working with the Number System Instruction

UNIT 4 EXTENDING THE NUMBER SYSTEM Lesson 1: Working with the Number System Instruction Lesso : Workig with the Nuber Syste Istructio Prerequisite Skills This lesso requires the use of the followig skills: evlutig expressios usig the order of opertios evlutig expoetil expressios ivolvig iteger

More information

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date:

Mathacle. PSet Stats, Concepts In Statistics Level Number Name: Date: APPENDEX I. THE RAW ALGEBRA IN STATISTICS A I-1. THE INEQUALITY Exmple A I-1.1. Solve ech iequlity. Write the solutio i the itervl ottio..) 2 p - 6 p -8.) 2x- 3 < 5 Solutio:.). - 4 p -8 p³ 2 or pî[2, +

More information

INTEGRATION TECHNIQUES (TRIG, LOG, EXP FUNCTIONS)

INTEGRATION TECHNIQUES (TRIG, LOG, EXP FUNCTIONS) Mthemtics Revisio Guides Itegrtig Trig, Log d Ep Fuctios Pge of MK HOME TUITION Mthemtics Revisio Guides Level: AS / A Level AQA : C Edecel: C OCR: C OCR MEI: C INTEGRATION TECHNIQUES (TRIG, LOG, EXP FUNCTIONS)

More information

10.5 Power Series. In this section, we are going to start talking about power series. A power series is a series of the form

10.5 Power Series. In this section, we are going to start talking about power series. A power series is a series of the form 0.5 Power Series I the lst three sectios, we ve spet most of tht time tlkig bout how to determie if series is coverget or ot. Now it is time to strt lookig t some specific kids of series d we will evetully

More information

Definite Integral. The Left and Right Sums

Definite Integral. The Left and Right Sums Clculus Li Vs Defiite Itegrl. The Left d Right Sums The defiite itegrl rises from the questio of fidig the re betwee give curve d x-xis o itervl. The re uder curve c be esily clculted if the curve is give

More information

MAS221 Analysis, Semester 2 Exercises

MAS221 Analysis, Semester 2 Exercises MAS22 Alysis, Semester 2 Exercises Srh Whitehouse (Exercises lbelled * my be more demdig.) Chpter Problems: Revisio Questio () Stte the defiitio of covergece of sequece of rel umbers, ( ), to limit. (b)

More information

Graphing Review Part 3: Polynomials

Graphing Review Part 3: Polynomials Grphig Review Prt : Polomils Prbols Recll, tht the grph of f ( ) is prbol. It is eve fuctio, hece it is smmetric bout the bout the -is. This mes tht f ( ) f ( ). Its grph is show below. The poit ( 0,0)

More information

MATRIX ALGEBRA, Systems Linear Equations

MATRIX ALGEBRA, Systems Linear Equations MATRIX ALGEBRA, Systes Lier Equtios Now we chge to the LINEAR ALGEBRA perspective o vectors d trices to reforulte systes of lier equtios. If you fid the discussio i ters of geerl d gets lost i geerlity,

More information

Taylor Polynomials. The Tangent Line. (a, f (a)) and has the same slope as the curve y = f (x) at that point. It is the best

Taylor Polynomials. The Tangent Line. (a, f (a)) and has the same slope as the curve y = f (x) at that point. It is the best Tylor Polyomils Let f () = e d let p() = 1 + + 1 + 1 6 3 Without usig clcultor, evlute f (1) d p(1) Ok, I m still witig With little effort it is possible to evlute p(1) = 1 + 1 + 1 (144) + 6 1 (178) =

More information

ALGEBRA II CHAPTER 7 NOTES. Name

ALGEBRA II CHAPTER 7 NOTES. Name ALGEBRA II CHAPTER 7 NOTES Ne Algebr II 7. th Roots d Rtiol Expoets Tody I evlutig th roots of rel ubers usig both rdicl d rtiol expoet ottio. I successful tody whe I c evlute th roots. It is iportt for

More information

3 Monte Carlo Methods

3 Monte Carlo Methods 3 Mote Crlo Methods Brodly spekig, Mote Crlo method is y techique tht employs rdomess s tool to clculte, estimte, or simply ivestigte qutity of iterest. Mote Crlo methods c e used i pplictios s diverse

More information

POWER SERIES R. E. SHOWALTER

POWER SERIES R. E. SHOWALTER POWER SERIES R. E. SHOWALTER. sequeces We deote by lim = tht the limit of the sequece { } is the umber. By this we me tht for y ε > 0 there is iteger N such tht < ε for ll itegers N. This mkes precise

More information

1.3 Continuous Functions and Riemann Sums

1.3 Continuous Functions and Riemann Sums mth riem sums, prt 0 Cotiuous Fuctios d Riem Sums I Exmple we sw tht lim Lower() = lim Upper() for the fuctio!! f (x) = + x o [0, ] This is o ccidet It is exmple of the followig theorem THEOREM Let f be

More information

Unit 1. Extending the Number System. 2 Jordan School District

Unit 1. Extending the Number System. 2 Jordan School District Uit Etedig the Number System Jord School District Uit Cluster (N.RN. & N.RN.): Etedig Properties of Epoets Cluster : Etedig properties of epoets.. Defie rtiol epoets d eted the properties of iteger epoets

More information

APPLICATION OF DIFFERENCE EQUATIONS TO CERTAIN TRIDIAGONAL MATRICES

APPLICATION OF DIFFERENCE EQUATIONS TO CERTAIN TRIDIAGONAL MATRICES Scietific Reserch of the Istitute of Mthetics d Coputer Sciece 3() 0, 5-0 APPLICATION OF DIFFERENCE EQUATIONS TO CERTAIN TRIDIAGONAL MATRICES Jolt Borows, Le Łcińs, Jowit Rychlews Istitute of Mthetics,

More information

Lecture 6 Simple alternatives and the Neyman-Pearson lemma

Lecture 6 Simple alternatives and the Neyman-Pearson lemma STATS 00: Itroductio to Statistical Iferece Autum 06 Lecture 6 Simple alteratives ad the Neyma-Pearso lemma Last lecture, we discussed a umber of ways to costruct test statistics for testig a simple ull

More information

INTEGRATION IN THEORY

INTEGRATION IN THEORY CHATER 5 INTEGRATION IN THEORY 5.1 AREA AROXIMATION 5.1.1 SUMMATION NOTATION Fibocci Sequece First, exmple of fmous sequece of umbers. This is commoly ttributed to the mthemtici Fibocci of is, lthough

More information

Schrödinger Equation Via Laplace-Beltrami Operator

Schrödinger Equation Via Laplace-Beltrami Operator IOSR Jourl of Mthemtics (IOSR-JM) e-issn: 78-578, p-issn: 39-765X. Volume 3, Issue 6 Ver. III (Nov. - Dec. 7), PP 9-95 www.iosrjourls.org Schrödiger Equtio Vi Lplce-Beltrmi Opertor Esi İ Eskitşçioğlu,

More information

PROGRESSIONS AND SERIES

PROGRESSIONS AND SERIES PROGRESSIONS AND SERIES A sequece is lso clled progressio. We ow study three importt types of sequeces: () The Arithmetic Progressio, () The Geometric Progressio, () The Hrmoic Progressio. Arithmetic Progressio.

More information

Linear Programming. Preliminaries

Linear Programming. Preliminaries Lier Progrmmig Prelimiries Optimiztio ethods: 3L Objectives To itroduce lier progrmmig problems (LPP To discuss the stdrd d coicl form of LPP To discuss elemetry opertio for lier set of equtios Optimiztio

More information

g as the function in which for every element x be the set of polynomials of a degree less than or equal to n with , for each i from 0 to n )

g as the function in which for every element x be the set of polynomials of a degree less than or equal to n with , for each i from 0 to n ) Vector Spce Observtio: I this book, we will distiguish vectors d sclr eleets. For sclr eleets we will use Greek letters,,,, etc. d for the vectors i V we will use letters x,y,u,v,w,s,, etc., fro our ow

More information

Week 13 Notes: 1) Riemann Sum. Aim: Compute Area Under a Graph. Suppose we want to find out the area of a graph, like the one on the right:

Week 13 Notes: 1) Riemann Sum. Aim: Compute Area Under a Graph. Suppose we want to find out the area of a graph, like the one on the right: Week 1 Notes: 1) Riem Sum Aim: Compute Are Uder Grph Suppose we wt to fid out the re of grph, like the oe o the right: We wt to kow the re of the red re. Here re some wys to pproximte the re: We cut the

More information

8: Large-Sample Estimation

8: Large-Sample Estimation 8: Lrge-Smple Estimtio 8. The mrgi of error i estimtio provides prcticl upper boud to the differece betwee prticulr estimte d the prmeter which it estimtes. I this chpter, the mrgi of error is.96 (stdrd

More information

Students must always use correct mathematical notation, not calculator notation. the set of positive integers and zero, {0,1, 2, 3,...

Students must always use correct mathematical notation, not calculator notation. the set of positive integers and zero, {0,1, 2, 3,... Appedices Of the vrious ottios i use, the IB hs chose to dopt system of ottio bsed o the recommedtios of the Itertiol Orgiztio for Stdrdiztio (ISO). This ottio is used i the emitio ppers for this course

More information

2015/2016 SEMESTER 2 SEMESTRAL EXAMINATION

2015/2016 SEMESTER 2 SEMESTRAL EXAMINATION 05/06 SEMESTER SEMESTRA EXAMINATION Course : Diplom i Electroics, Computer & Commuictios Egieerig Diplom i Aerospce Systems & Mgemet Diplom i Electricl Egieerig with Eco-Desig Diplom i Mechtroics Egieerig

More information

( ) k ( ) 1 T n 1 x = xk. Geometric series obtained directly from the definition. = 1 1 x. See also Scalars 9.1 ADV-1: lim n.

( ) k ( ) 1 T n 1 x = xk. Geometric series obtained directly from the definition. = 1 1 x. See also Scalars 9.1 ADV-1: lim n. Sclrs-9.0-ADV- Algebric Tricks d Where Tylor Polyomils Come From 207.04.07 A.docx Pge of Algebric tricks ivolvig x. You c use lgebric tricks to simplify workig with the Tylor polyomils of certi fuctios..

More information

Summer MA Lesson 4 Section P.3. such that =, denoted by =, is the principal square root

Summer MA Lesson 4 Section P.3. such that =, denoted by =, is the principal square root Suer MA 00 Lesso Sectio P. I Squre Roots If b, the b is squre root of. If is oegtive rel uber, the oegtive uber b b b such tht, deoted by, is the pricipl squre root of. rdicl sig rdicl expressio rdicd

More information

Algebra 2 Readiness Summer Packet El Segundo High School

Algebra 2 Readiness Summer Packet El Segundo High School Algebr Rediess Suer Pcket El Segudo High School This pcket is desiged for those who hve copleted Geoetry d will be erolled i Algebr (CP or H) i the upcoig fll seester. Suer Pcket Algebr II Welcoe to Algebr

More information

Error-free compression

Error-free compression Error-free compressio Useful i pplictio where o loss of iformtio is tolerble. This mybe due to ccurcy requiremets, legl requiremets, or less th perfect qulity of origil imge. Compressio c be chieved by

More information

The Exponential Function

The Exponential Function The Epoetil Fuctio Defiitio: A epoetil fuctio with bse is defied s P for some costt P where 0 d. The most frequetly used bse for epoetil fuctio is the fmous umber e.788... E.: It hs bee foud tht oyge cosumptio

More information

Approximate Integration

Approximate Integration Study Sheet (7.7) Approimte Itegrtio I this sectio, we will ler: How to fid pproimte vlues of defiite itegrls. There re two situtios i which it is impossile to fid the ect vlue of defiite itegrl. Situtio:

More information

2a a a 2a 4a. 3a/2 f(x) dx a/2 = 6i) Equation of plane OAB is r = λa + µb. Since C lies on the plane OAB, c can be expressed as c = λa +

2a a a 2a 4a. 3a/2 f(x) dx a/2 = 6i) Equation of plane OAB is r = λa + µb. Since C lies on the plane OAB, c can be expressed as c = λa + -6-5 - - - - 5 6 - - - - - - / GCE A Level H Mths Nov Pper i) z + z 6 5 + z 9 From GC, poit of itersectio ( 8, 9 6, 5 ). z + z 6 5 9 From GC, there is o solutio. So p, q, r hve o commo poits of itersectio.

More information

Chapter 2 Infinite Series Page 1 of 9

Chapter 2 Infinite Series Page 1 of 9 Chpter Ifiite eries Pge of 9 Chpter : Ifiite eries ectio A Itroductio to Ifiite eries By the ed of this sectio you will be ble to uderstd wht is met by covergece d divergece of ifiite series recogise geometric

More information

In an algebraic expression of the form (1), like terms are terms with the same power of the variables (in this case

In an algebraic expression of the form (1), like terms are terms with the same power of the variables (in this case Chpter : Algebr: A. Bckgroud lgebr: A. Like ters: I lgebric expressio of the for: () x b y c z x y o z d x... p x.. we cosider x, y, z to be vribles d, b, c, d,,, o,.. to be costts. I lgebric expressio

More information

Section 6.3: Geometric Sequences

Section 6.3: Geometric Sequences 40 Chpter 6 Sectio 6.: Geometric Sequeces My jobs offer ul cost-of-livig icrese to keep slries cosistet with ifltio. Suppose, for exmple, recet college grdute fids positio s sles mger erig ul slry of $6,000.

More information

,... are the terms of the sequence. If the domain consists of the first n positive integers only, the sequence is a finite sequence.

,... are the terms of the sequence. If the domain consists of the first n positive integers only, the sequence is a finite sequence. Chpter 9 & 0 FITZGERALD MAT 50/5 SECTION 9. Sequece Defiitio A ifiite sequece is fuctio whose domi is the set of positive itegers. The fuctio vlues,,, 4,...,,... re the terms of the sequece. If the domi

More information

EVALUATING DEFINITE INTEGRALS

EVALUATING DEFINITE INTEGRALS Chpter 4 EVALUATING DEFINITE INTEGRALS If the defiite itegrl represets re betwee curve d the x-xis, d if you c fid the re by recogizig the shpe of the regio, the you c evlute the defiite itegrl. Those

More information

Summer Math Requirement Algebra II Review For students entering Pre- Calculus Theory or Pre- Calculus Honors

Summer Math Requirement Algebra II Review For students entering Pre- Calculus Theory or Pre- Calculus Honors Suer Mth Requireet Algebr II Review For studets eterig Pre- Clculus Theory or Pre- Clculus Hoors The purpose of this pcket is to esure tht studets re prepred for the quick pce of Pre- Clculus. The Topics

More information

ENGINEERING PROBABILITY AND STATISTICS

ENGINEERING PROBABILITY AND STATISTICS ENGINEERING PROBABILITY AND STATISTICS DISPERSION, MEAN, MEDIAN, AND MODE VALUES If X, X,, X represet the vlues of rdom smple of items or oservtios, the rithmetic me of these items or oservtios, deoted

More information

The Hypergeometric Coupon Collection Problem and its Dual

The Hypergeometric Coupon Collection Problem and its Dual Joural of Idustrial ad Systes Egieerig Vol., o., pp -7 Sprig 7 The Hypergeoetric Coupo Collectio Proble ad its Dual Sheldo M. Ross Epstei Departet of Idustrial ad Systes Egieerig, Uiversity of Souther

More information

 n. A Very Interesting Example + + = d. + x3. + 5x4. math 131 power series, part ii 7. One of the first power series we examined was. 2!

 n. A Very Interesting Example + + = d. + x3. + 5x4. math 131 power series, part ii 7. One of the first power series we examined was. 2! mth power series, prt ii 7 A Very Iterestig Emple Oe of the first power series we emied ws! + +! + + +!! + I Emple 58 we used the rtio test to show tht the itervl of covergece ws (, ) Sice the series coverges

More information

We will begin by supplying the proof to (a).

We will begin by supplying the proof to (a). (The solutios of problem re mostly from Jeffrey Mudrock s HWs) Problem 1. There re three sttemet from Exmple 5.4 i the textbook for which we will supply proofs. The sttemets re the followig: () The spce

More information

Math 104: Final exam solutions

Math 104: Final exam solutions Mth 14: Fil exm solutios 1. Suppose tht (s ) is icresig sequece with coverget subsequece. Prove tht (s ) is coverget sequece. Aswer: Let the coverget subsequece be (s k ) tht coverges to limit s. The there

More information

The Weight of the Shortest Path Tree

The Weight of the Shortest Path Tree The Weight of the Shortest Pth Tree Reco v der Hofstd Gerrd Hooghiestr Piet V Mieghe Deceber, 005 Abstrct The iil weight of the shortest pth tree i coplete grph with idepedet d expoetil (e ) rdo li weights,

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

8.3 Sequences & Series: Convergence & Divergence

8.3 Sequences & Series: Convergence & Divergence 8.3 Sequeces & Series: Covergece & Divergece A sequece is simply list of thigs geerted by rule More formlly, sequece is fuctio whose domi is the set of positive itegers, or turl umbers,,,3,. The rge of

More information

CHAPTER 6: USING MULTIPLE REGRESSION

CHAPTER 6: USING MULTIPLE REGRESSION CHAPTER 6: USING MULTIPLE REGRESSION There re my situtios i which oe wts to predict the vlue the depedet vrible from the vlue of oe or more idepedet vribles. Typiclly: idepedet vribles re esily mesurble

More information

Lecture 38 (Trapped Particles) Physics Spring 2018 Douglas Fields

Lecture 38 (Trapped Particles) Physics Spring 2018 Douglas Fields Lecture 38 (Trpped Prticles) Physics 6-01 Sprig 018 Dougls Fields Free Prticle Solutio Schrödiger s Wve Equtio i 1D If motio is restricted to oe-dimesio, the del opertor just becomes the prtil derivtive

More information

Review of the Riemann Integral

Review of the Riemann Integral Chpter 1 Review of the Riem Itegrl This chpter provides quick review of the bsic properties of the Riem itegrl. 1.0 Itegrls d Riem Sums Defiitio 1.0.1. Let [, b] be fiite, closed itervl. A prtitio P of

More information

BRAIN TEASURES INDEFINITE INTEGRATION+DEFINITE INTEGRATION EXERCISE I

BRAIN TEASURES INDEFINITE INTEGRATION+DEFINITE INTEGRATION EXERCISE I EXERCISE I t Q. d Q. 6 6 cos si Q. Q.6 d d Q. d Q. Itegrte cos t d by the substitutio z = + e d e Q.7 cos. l cos si d d Q. cos si si si si b cos Q.9 d Q. si b cos Q. si( ) si( ) d ( ) Q. d cot d d Q. (si

More information

MATH 104 FINAL SOLUTIONS. 1. (2 points each) Mark each of the following as True or False. No justification is required. y n = x 1 + x x n n

MATH 104 FINAL SOLUTIONS. 1. (2 points each) Mark each of the following as True or False. No justification is required. y n = x 1 + x x n n MATH 04 FINAL SOLUTIONS. ( poits ech) Mrk ech of the followig s True or Flse. No justifictio is required. ) A ubouded sequece c hve o Cuchy subsequece. Flse b) A ifiite uio of Dedekid cuts is Dedekid cut.

More information

Content: Essential Calculus, Early Transcendentals, James Stewart, 2007 Chapter 1: Functions and Limits., in a set B.

Content: Essential Calculus, Early Transcendentals, James Stewart, 2007 Chapter 1: Functions and Limits., in a set B. Review Sheet: Chpter Cotet: Essetil Clculus, Erly Trscedetls, Jmes Stewrt, 007 Chpter : Fuctios d Limits Cocepts, Defiitios, Lws, Theorems: A fuctio, f, is rule tht ssigs to ech elemet i set A ectly oe

More information

MA123, Chapter 9: Computing some integrals (pp )

MA123, Chapter 9: Computing some integrals (pp ) MA13, Chpter 9: Computig some itegrls (pp. 189-05) Dte: Chpter Gols: Uderstd how to use bsic summtio formuls to evlute more complex sums. Uderstd how to compute its of rtiol fuctios t ifiity. Uderstd how

More information

Summary. Recap ... Last Lecture. Summary. Theorem

Summary. Recap ... Last Lecture. Summary. Theorem Last Lecture Biostatistics 602 - Statistical Iferece Lecture 23 Hyu Mi Kag April 11th, 2013 What is p-value? What is the advatage of p-value compared to hypothesis testig procedure with size α? How ca

More information

Name: Period: Date: 2.1 Rules of Exponents

Name: Period: Date: 2.1 Rules of Exponents SM NOTES Ne: Period: Dte:.1 Rules of Epoets The followig properties re true for ll rel ubers d b d ll itegers d, provided tht o deoitors re 0 d tht 0 0 is ot cosidered. 1 s epoet: 1 1 1 = e.g.) 7 = 7,

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Sttistics of Exm Mth Itrouctory Sttistics Professor B. Ábrego Lecture Sectios.3,.4 Me 7. SD.7 Mi 3 Q Me 7 Q3 8 Mx 0 0 0 0 0 0 70 80 0 Importt Uses of Coitiol Probbility To compre smplig with or without

More information

is an ordered list of numbers. Each number in a sequence is a term of a sequence. n-1 term

is an ordered list of numbers. Each number in a sequence is a term of a sequence. n-1 term Mthemticl Ptters. Arithmetic Sequeces. Arithmetic Series. To idetify mthemticl ptters foud sequece. To use formul to fid the th term of sequece. To defie, idetify, d pply rithmetic sequeces. To defie rithmetic

More information

Sequence and Series of Functions

Sequence and Series of Functions 6 Sequece d Series of Fuctios 6. Sequece of Fuctios 6.. Poitwise Covergece d Uiform Covergece Let J be itervl i R. Defiitio 6. For ech N, suppose fuctio f : J R is give. The we sy tht sequece (f ) of fuctios

More information

Formal Languages The Pumping Lemma for CFLs

Formal Languages The Pumping Lemma for CFLs Forl Lguges The Pupig Le for CFLs Review: pupig le for regulr lguges Tke ifiite cotext-free lguge Geertes ifiite uer of differet strigs Exple: 3 I derivtio of log strig, vriles re repeted derivtio: 4 Derivtio

More information

The Definite Integral

The Definite Integral The Defiite Itegrl A Riem sum R S (f) is pproximtio to the re uder fuctio f. The true re uder the fuctio is obtied by tkig the it of better d better pproximtios to the re uder f. Here is the forml defiitio,

More information

DIGITAL SIGNAL PROCESSING LECTURE 5

DIGITAL SIGNAL PROCESSING LECTURE 5 DIGITAL SIGNAL PROCESSING LECTURE 5 Fll K8-5 th Semester Thir Muhmmd tmuhmmd_7@yhoo.com Cotet d Figures re from Discrete-Time Sigl Processig, e by Oppeheim, Shfer, d Buck, 999- Pretice Hll Ic. The -Trsform

More information

Infinite Series Sequences: terms nth term Listing Terms of a Sequence 2 n recursively defined n+1 Pattern Recognition for Sequences Ex:

Infinite Series Sequences: terms nth term Listing Terms of a Sequence 2 n recursively defined n+1 Pattern Recognition for Sequences Ex: Ifiite Series Sequeces: A sequece i defied s fuctio whose domi is the set of positive itegers. Usully it s esier to deote sequece i subscript form rther th fuctio ottio.,, 3, re the terms of the sequece

More information

* power rule: * fraction raised to negative exponent: * expanded power rule:

* power rule: * fraction raised to negative exponent: * expanded power rule: Mth 15 Iteredite Alger Stud Guide for E 3 (Chpters 7, 8, d 9) You use 3 5 ote crd (oth sides) d scietific clcultor. You re epected to kow (or hve writte o our ote crd) foruls ou eed. Thik out rules d procedures

More information

MTH 146 Class 16 Notes

MTH 146 Class 16 Notes MTH 46 Clss 6 Notes 0.4- Cotiued Motivtio: We ow cosider the rc legth of polr curve. Suppose we wish to fid the legth of polr curve curve i terms of prmetric equtios s: r f where b. We c view the cos si

More information

4. When is the particle speeding up? Why? 5. When is the particle slowing down? Why?

4. When is the particle speeding up? Why? 5. When is the particle slowing down? Why? AB CALCULUS: 5.3 Positio vs Distce Velocity vs. Speed Accelertio All the questios which follow refer to the grph t the right.. Whe is the prticle movig t costt speed?. Whe is the prticle movig to the right?

More information

Applications of Regular Closure

Applications of Regular Closure Applictios of Regulr Closure 1 The itersectio of cotext-free lguge d regulr lguge is cotext-free lguge L1 L2 cotext free regulr Regulr Closure L1 L 2 cotext-free 2 Liz 6 th, sectio 8.2, exple 8.7, pge

More information

Probability for mathematicians INDEPENDENCE TAU

Probability for mathematicians INDEPENDENCE TAU Probbility for mthemticis INDEPENDENCE TAU 2013 21 Cotets 2 Cetrl limit theorem 21 2 Itroductio............................ 21 2b Covolutio............................ 22 2c The iitil distributio does

More information

SM2H. Unit 2 Polynomials, Exponents, Radicals & Complex Numbers Notes. 3.1 Number Theory

SM2H. Unit 2 Polynomials, Exponents, Radicals & Complex Numbers Notes. 3.1 Number Theory SMH Uit Polyomils, Epoets, Rdicls & Comple Numbers Notes.1 Number Theory .1 Addig, Subtrctig, d Multiplyig Polyomils Notes Moomil: A epressio tht is umber, vrible, or umbers d vribles multiplied together.

More information

( a n ) converges or diverges.

( a n ) converges or diverges. Chpter Ifiite Series Pge of Sectio E Rtio Test Chpter : Ifiite Series By the ed of this sectio you will be ble to uderstd the proof of the rtio test test series for covergece by pplyig the rtio test pprecite

More information

The Weierstrass Approximation Theorem

The Weierstrass Approximation Theorem The Weierstrss Approximtio Theorem Jmes K. Peterso Deprtmet of Biologicl Scieces d Deprtmet of Mthemticl Scieces Clemso Uiversity Februry 26, 2018 Outlie The Wierstrss Approximtio Theorem MtLb Implemettio

More information

BC Calculus Review Sheet

BC Calculus Review Sheet BC Clculus Review Sheet Whe you see the words. 1. Fid the re of the ubouded regio represeted by the itegrl (sometimes 1 f ( ) clled horizotl improper itegrl). This is wht you thik of doig.... Fid the re

More information

Convergence rates of approximate sums of Riemann integrals

Convergence rates of approximate sums of Riemann integrals Jourl of Approximtio Theory 6 (9 477 49 www.elsevier.com/locte/jt Covergece rtes of pproximte sums of Riem itegrls Hiroyuki Tski Grdute School of Pure d Applied Sciece, Uiversity of Tsukub, Tsukub Ibrki

More information

Double Sums of Binomial Coefficients

Double Sums of Binomial Coefficients Itertiol Mthemticl Forum, 3, 008, o. 3, 50-5 Double Sums of Biomil Coefficiets Athoy Sofo School of Computer Sciece d Mthemtics Victori Uiversity, PO Box 448 Melboure, VIC 800, Austrli thoy.sofo@vu.edu.u

More information

MATH 118 HW 7 KELLY DOUGAN, ANDREW KOMAR, MARIA SIMBIRSKY, BRANDEN LASKE

MATH 118 HW 7 KELLY DOUGAN, ANDREW KOMAR, MARIA SIMBIRSKY, BRANDEN LASKE MATH 118 HW 7 KELLY DOUGAN, ANDREW KOMAR, MARIA SIMBIRSKY, BRANDEN LASKE Prt 1. Let be odd rime d let Z such tht gcd(, 1. Show tht if is qudrtic residue mod, the is qudrtic residue mod for y ositive iteger.

More information

19.1 The dictionary problem

19.1 The dictionary problem CS125 Lecture 19 Fall 2016 19.1 The dictioary proble Cosider the followig data structural proble, usually called the dictioary proble. We have a set of ites. Each ite is a (key, value pair. Keys are i

More information

is continuous at x 2 and g(x) 2. Oil spilled from a ruptured tanker spreads in a circle whose area increases at a

is continuous at x 2 and g(x) 2. Oil spilled from a ruptured tanker spreads in a circle whose area increases at a . Cosider two fuctios f () d g () defied o itervl I cotiig. f () is cotiuous t d g() is discotiuous t. Which of the followig is true bout fuctios f g d f g, the sum d the product of f d g, respectively?

More information