Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Homework 11. This homework is due November 17, 2014, at 12:00 noon.

Size: px
Start display at page:

Download "Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Homework 11. This homework is due November 17, 2014, at 12:00 noon."

Transcription

1 EECS 70 Discrt Mathmatics ad Probability Thory Fall 2014 Aat Sahai Homwork 11 This homwork is du Novmbr 17, 2014, at 12:00 oo. 1. Sctio Rollcall! I your slf-gradig for this qustio, giv yourslf a 10, ad writ dow what you wrot for parts (a) ad (b) blow as a commt. Put th aswrs i your writt homwork as wll. (a) What discussio did you attd o Moday last wk? If you did ot attd sctio o that day, plas tll us why. (b) What discussio did you attd o Wdsday last wk? If you did ot attd sctio o that day, plas tll us why. 2. Biasd Cois, Birthday Paradox, ad Stirlig s Approximatio Lab Up util this poit, vrythig that you hav do i th last thr virtual labs is somthig that you could v aturally discovrd yourslf as somthig worth tryig. Th data is spakig dirctly to th xprimtalist i you. Howvr, discovrig a actual formula for th shap of this cliff-fac is somthig that actually rquirs a thortical ivstigatio that is rlatd to coutig, Fourir Trasforms, ad Powr Sris. Gussig its xact shap is ot somthig that coms vry aturally o xprimtalist ituitio alo. I this wk s lab, w will simply provid you with th right curv ad cotiu from last wk s lab o biasd cois. Ulss spcifid othrwis, you ca assum th sam cofiguratios from last wk s lab. I othr words, th coi is biasd with P(had) = 0.7, th umbr of tosss ar (k = 10,100,1000,4000), rspctivly, ad th umbr of trials is m = Mak sur you rviw th lab solutio from Homwork 10 bfor movig o. I additio, w will also look at th Birthday Paradox ad Stirlig s Approximatio. Plas com back to th last thr parts of th lab wh you ar workig o Qustio 8. For ach part, studts who wat to ca choos to compltly rwrit th qustio. Basically, you ca com up with your ow formulatio of how to do a sris of xprimts that rsult i th sam discovris. Th, writ up th rsults icly usig plots as appropriat to show what you obsrvd. You ca also rwrit th tir lab to tak a diffrt path through as log as thy covy th ky isights aimd at i ach part. Plas dowload th IPytho startr cod from Piazza or th cours wbpag, ad aswr th followig qustios. (a) Plot d 1 2π x2 2 dx ovrlaid with th ormalizd cliff-fac shaps you had plottd i last wk s lab. This itgral is rlatd to somthig calld th Error Fuctio. What do you obsrv? This is th hart of th Ctral Limit Thorm as applid to coi tosss. Hit: Implmt th fuctio ormal, which taks a ral umbr x ad rturs 1 2π x2 2. Th, implmt th fuctio itgrat_ormal(d), which itgrats th abov fuctio from to d. I Pytho, you ca us scipy.itgrat.quad. EECS 70, Fall 2014, Homwork 11 1

2 (b) Now, sic you had ralizd arlir that th cliff-facs ad th histograms hav som atural rlatioship with ach othr, how would you aturally ovrlay a smooth plot of 1 2π x2 2 to th ormalizd histograms. What dos this ma? Hit: Thr s a paramtr for plt.hist() you lard i HW7 that you ca us to ormaliz th histogram. Also, us a bi siz of 0.2. (c) Aothr itrstig pattr that you had s i th prvious Virtual Labs was th xpotial drop i th frqucis of crtai rar vts. For a xpotial drop, th most itrstig thig is to udrstad th rat of th xpotial or th rlvat slop o th Log-Liar plot. For a coi with probability p of big hads, w ar itrstd i th frqucy by which tossig k such cois rsults i mor tha ak hads (whr a is a umbr largr tha p). W ar itrstd i p = 0.3,0.7 ad a = p+0.05, p+0.1. Tak m = 1000 ad plot th atural log of th frqucis ths dviatios agaist k (ragig from 10 to 200). Approximatly xtract th slops for all four of ths. Compar thm i a tabl agaist th prdictios of th followig formula (which w will driv latr i th cours). D(a p) = al a 1 a + (1 a)l p 1 p. This xprssio is calld th Kullback-Liblr divrgc ad is also calld th rlativ tropy. Fially, add D(a p)k to th plots (thr should b 4 of ths) you hav mad as straight lis for immdiat visual compariso. This straight li is calld a Chroff Boud o th probability i qustio. What do you obsrv? Hit: First, implmt th fuctio KL, which computs D(a p) usig th giv formula. To fit a li i Pytho, you ca us p.polyfit. Thr will probably b som 0 valus, which will mss up this fittig, so you ca rplac th zros with (d) Durig your first wk of Charm School (CS), you wat to fid fllow CS studts who hav th sam birthday. Lt s switch gars to a itrstig problm studid i Lctur Not 12: th Birthday Paradox. This itrstig phomo cocrs th probability of two popl i a group of m popl havig th sam birthdays. This probability is giv by whr P(A c ) = 1 P(A) = (365 m + 1) 365! 365 m = 1 (365 m)!365 m ( 365! (365 m)!365 m = 1 1 ) ( 1 2 ) (... 1 m 1 ) ad P(A) is th probability that o two popl hav th sam birthday. For m = 10, 23, 50, 60, radomly grat birthdays by uiformly pickig m umbrs btw 1 ad 365. Do this 1000 tims for ach valu of m. Rcord how may trials hav at last 2 sam birthdays. Plot this fractio vs. m usig a bar chart. What do you obsrv? Hit: First, implmt th fuctio has_duplicat, which rturs Tru if a list cotais ay rpatd lmt ad Fals othrwis. Th, implmt th fuctio g_birthday(m), which grats radom birthday for m popl. () W will ow calculat th probability of havig two popl with th sam birthday mpirically, ad plot th rsult agaist th xpctd probability, which is drivd i Not 12. EECS 70, Fall 2014, Homwork 11 2

3 Implmt th fuctio birthday_formula(m), which calculats th probability of at last two popl havig th sam birthday amog m popl. Plot th mpirical rsult (you ca assum 1000 trials) v.s. th aalytical rsult (birthday_formula(m)), for m = [1,100] popl. What do you obsrv about th two curvs? What happs at m = 23 ad m = 60? Is this cosistt with what w prviously kw about th Birthday Paradox? (f) Now approximat P(A) usig Stirlig s approximatio for! ad plot th approximatd P(A c ) = 1 P(A) as a fuctio of m. Stirlig s approximatio is giv by! ( ) 2π. Plot th aalytical rsult from th prvious part ad th approximatd rsult i th sam figur. What do you obsrv? Hit: Implmt th fuctio birthday_stirlig, which computs th probability that o two popl hav th sam birthday giv that thr ar m birthdays usig Stirlig s approximatio. That said, do t us Stirlig s approximatio dirctly! Simplify your xprssio aftr usig th approximatio as much as possibl bfor you implmt th birthday_stirlig fuctio, or th larg valus will blow up your computr. (g) Lastly, lt s com back to th problm of coutig th umbr of ways to throw m balls ito bis. Suppos th umbr of balls i ach bi is a ogativ itgr, implmt th fuctio prmutatio(m,), which grats all possibl prmutatios of throwig m balls ito bis. For xampl, prmutatio(2,3) should rtur [[0,0,2],[0,1,1],[0,2,0],[1,0,1],[1,1,0],[2,0,0]]. How would you chag your implmtatio if w ow rquir ach bi to cotai a positiv umbr of balls? Hit: Us rcursio. You should hav thr bas cass. (h) Qustio 8, part (a) (i) Qustio 8, part (h) (j) Qustio 8, part (j) Rmidr: Wh you fiish, do t forgt to covrt th otbook to pdf ad mrg it with your writt homwork. Plas also zip th ipyb fil ad submit it as hw11.zip. 3. Pickig CS Classs Th EECS (Elgat Etiqutt Charm School) dpartmt has d diffrt classs big offrd i Fall Ths iclud classs such as drssig tiqutt, diig tiqutt, ad social tiqutt, tc. Lt s assum that all th classs ar qually popular ad ach class has sstially ulimitd satig! Suppos that c studts ar rolld this smstr ad th rgistratio systm, ElBEARS (Elgat Bars), rquirs ach studt to choos a class s/h plas to attd. (a) What is th probability that a giv studt chooss th first class, drssig tiqutt? (b) What is th probability that a giv class is chos by o studt? (c) If thr ar d = 20 classs, what should c b i ordr for th probability to b at last o half that (at last) two studts roll i th sam class? EECS 70, Fall 2014, Homwork 11 3

4 4. Sock tiqutt I your scod wk of Charm School you lar that you should oly war matchig pair of socks. I ach pair, both socks must b of th sam color ad pattr. But all of thm ar i o big baskt ad ow you hav to tak a pair out. Lt s say you ow pairs of socks which ar all prfctly distiguishabl (o two pairs hav th sam color ad pattr). You ar ow radomly pickig o sock aftr th othr without lookig at which o you pick. (a) How may distict substs of k socks ar thr? (b) How may distict substs of k socks which do ot cotai a pair ar thr? (c) What is th probability of formig at last o pair wh pickig k socks out of th baskt? (d) Now, i a diffrt xprimt, suppos thr is xactly o sock of ach pair i th baskt (so thr ar socks i th baskt) ad w sampl (with rplacmt) k socks from th baskt. What is th probability that w pick th sam sock at last twic i th cours of th xprimt? 5. Druk ma Imagi that you hav a druk ma movig alog th horizotal axis (that strtchs from x = to x = + ). At tim t = 0, his positio o this axis is x = 0. At ach tim poit t = 1, t = 2, tc., th ma movs forward (that is, x(t +1) = x(t)+1) with probability 0.5, backward (that is, x(t +1) = x(t) 1) with probability 0.3, ad stays xactly whr h is (that is, x(t + 1) = x(t)) with probability 0.2. (a) What ar all his possibl positios at tim t, t 0? (b) Calculat th probability of ach possibl positio at t = 1. (c) Calculat th probability of ach possibl positio at t = 2. (d) Calculat th probability of ach possibl positio at t = 3. () If you kow th probability of ach positio at tim t, how will you fid th probabilitis at tim t +1? Th Druk Ma has rgaid som cotrol ovr his movmt, ad o logr stays i th sam spot; h oly movs forwards or backwards. Mor formally, lt th Druk Ma s iitial positio b x(0) = 0. Evry scod, h ithr movs forward o pac or backwards o pac, i.., his positio at tim t + 1 will b o of x(t + 1) = x(t) + 1 or x(t + 1) = x(t) 1. W wat to comput th umbr of paths i which th Druk Ma rturs to 0 at tim t ad it is his first rtur, i.., x(t) = 0 ad x(s) 0 for all s whr 0 < s < t. Not, w o logr car about probabilitis. W ar just coutig paths hr. (f) How may paths ca th Druk Ma tak if h rturs to 0 at t = 6 ad it is his first rtur? (g) How may paths ca th Druk Ma tak if h rturs to 0 at t = 7 ad it is his first rtur? (h) How may paths ca th Druk Ma tak if h rturs to 0 at t = 8 ad it is his first rtur? (i) How may paths ca th Druk Ma tak if h rturs to 0 at t = for N ad it is his first rtur? (j) How may paths ca th Druk Ma tak if h rturs to 0 at t = for N ad it is his first rtur? (Hit: rad ad us ay rsult thr if you d.) EECS 70, Fall 2014, Homwork 11 4

5 6. A Idtity o Itgr Partitios Lt b a positiv itgr. A partitio of is a way of writig as a sum of positiv itgrs. Partitios ar cosidrd quivalt udr prmutatio of th summads, so that ordr of th summads dos ot mattr. For xampl, 3 has xactly 3 partitios: 3 = 3 = = W will rprst ach partitio p as a st of pairs (x,r) whr th first lmt x rprsts a summad ad th scod lmt r is th umbr of tims th summad appars, so that w hav = (x,r) p rx for ay partitio p of. W dot by P() th st of partitios of itgr. For xampl: P(3) = {{(3,1)},{(2,1),(1,1)},{(1,3)}} I this problm, w will costruct a combiatorial proof of th followig idtity: For xampl, for = 3, th idtity is sayig: ( ) 1 1!3 1 + p P() (x,r) p ( 1 1! !1 1 1 r!x r = 1 ) ( ) 1 + 3!1 3 = 1 (a) Mak sur th abov idtity works for ay 5. Lt σ b th st of prmutatios ovr {1,2,...,}. Lt f σ. W say that (x 1 x 2... x k ) is a cycl of lgth k of f if ad oly if f (x 1 ) = x 2, f (x 2 ) = x 3,..., f (x k ) = x 1. Not that (x 1 x 2... x k ),(x 2 x 3... x k x 1 ),(x 3 x 4... x 1 x 2 ),... all rprst th sam cycl. A familiar way to rprst a prmutatio f σ is to xplicitly list th mappig (x, f (x)) for all 1 x. A diffrt way to rprst th sam prmutatio is to list all its cycls. Cosidr Tabl 1 for a xampl of this. x f (x) Tabl 1: A prmutatio f σ 7. Th sam prmutatio ca also b rprstd by 1 cycl of lgth 3 ad 2 cycls of lgth 2: (4 6 3), (2 7) ad (1 5). (b) Suppos w ar workig i σ. How may distict cycls of lgth l ca o costruct? (c) Lt (l 1,...,l m ), (x 1,...,x k ), (r 1,...,r k ) b 3 squcs of positiv itgrs such that: i. m i=1 l i =, ii. k j=1 x jr j =, iii. For all j k, thr ar xactly r j distict i m such that l i = x j. How may distict prmutatios i σ ca b rprstd by a st of m cycls of lgth l 1,...,l m? Exprss this umbr oly i trms of ad th rs ad xs. B carful ot to ovr cout prmutatios. EECS 70, Fall 2014, Homwork 11 5

6 (d) You alrady kow that σ =! by a simpl coutig argumt. Now, us th prvious qustio to cout th lmts of σ by usig thir cycl rprstatio i ordr to prov th abov idtity. 7. Fiboacci Fashio You hav accssoris i your wardrob, ad you d lik to pla which os to war ach day for th xt t days. As a Charm School studt, you kow it is t fashioabl to war th sam accssoris multipl days i a row. (Not that th sam gos for clothig itms i gral). Thrfor, you d lik to pla which accssoris to war ach day rprstd by substs S 1,S 2,...,S t, whr S 1 {1,2,...,} ad for 2 i t, S i {1,2,...,} ad S i is disjoit from S i 1. (a) For t 1, prov thr ar F t+2 biary strigs of lgth t with o coscutiv zros (assum th Fiboacci squc starts with F 0 = 0 ad F 1 = 1). (b) Us a combiatorial proof to prov th followig idtity, which, for t 1 ad 0, givs th umbr of ways you ca crat substs of your accssoris for th xt t days such that o accssory is wor two days i a row: 8. Stirlig s Approximatio x 1 0 x 2 0 x t 0 ( )( )( x1 x2 x 1 x 2 x 3 ) ( xt 1 x t ) = F t+2. I this qustio, suppos Z +, w wat to fid approximatios for!. For th parts that ar markd with [VL], plas complt your aswr i th Virtual Lab sklto. You ca also us a oli tool (.g., go to ad typ plot lx ) if you wish to. (a) [VL] Plot th fuctio f (x) = l x. (b) For th followig thr qustios, plas ot that l x is strictly icrasig ad cocav- bcaus, wh x > 0, its first ad scod drivativs ar positiv ad gativ, rspctivly. Cocavity mas that all li sgmts coctig two poits o th fuctio ar blow th fuctio. Suppos Z +, us th plot to xplai why (c) Suppos Z +, us th plot to xplai why l1 + l l l xdx (1) 1 +1 l1 + l l < l xdx (2) 1 (d) Suppos a Z +, us th plot to xplai why ( ) la + l(a + 1) a+1 < l xdx (3) 2 a () Us Equatio ((3)) to prov! ( ). (f) Us Equatio ((4)) to prov! ( ) (Hit: If i this part you fid yourslf wishig you had 1! o th lft-had-sid, try to prov a uppr boud o 1! ad us that to hlp you) (g) Us Equatio ((5)) to prov! ( ), which is a tightr uppr boud. EECS 70, Fall 2014, Homwork 11 6

7 (h) [VL] Th Stirlig s approximatio is usually writt as! 2π ( ) ( or a simplr vrsio! ). 2π( ) Plot th fuctio f () =!. What do you obsrv? (i) Suppos m = k, us m, ad apply th simplr vrsio of th Stirlig s approximatio to rwrit ( k). (j) [VL] Now, suppos m 1 = k 1 = 0.25, m 2 = k 2 = 0.5, ad m 3 = k 3 = 0.75, plot l( ( ) ( k 1 ), l( ) k 2 ), ad l( ( ) k 3 ) as fuctios of o a plot with liar-scald axs. What do you obsrv? 9. Writ your ow problm Writ your ow problm rlatd to this wk s matrial ad solv it. You may still work i groups to braistorm problms, but ach studt should submit a uiqu problm. What is th problm? How to formulat it? How to solv it? What is th solutio? EECS 70, Fall 2014, Homwork 11 7

1985 AP Calculus BC: Section I

1985 AP Calculus BC: Section I 985 AP Calculus BC: Sctio I 9 Miuts No Calculator Nots: () I this amiatio, l dots th atural logarithm of (that is, logarithm to th bas ). () Ulss othrwis spcifid, th domai of a fuctio f is assumd to b

More information

Solution to 1223 The Evil Warden.

Solution to 1223 The Evil Warden. Solutio to 1 Th Evil Ward. This is o of thos vry rar PoWs (I caot thik of aothr cas) that o o solvd. About 10 of you submittd th basic approach, which givs a probability of 47%. I was shockd wh I foud

More information

PURE MATHEMATICS A-LEVEL PAPER 1

PURE MATHEMATICS A-LEVEL PAPER 1 -AL P MATH PAPER HONG KONG EXAMINATIONS AUTHORITY HONG KONG ADVANCED LEVEL EXAMINATION PURE MATHEMATICS A-LEVEL PAPER 8 am am ( hours) This papr must b aswrd i Eglish This papr cosists of Sctio A ad Sctio

More information

A Simple Proof that e is Irrational

A Simple Proof that e is Irrational Two of th most bautiful ad sigificat umbrs i mathmatics ar π ad. π (approximatly qual to 3.459) rprsts th ratio of th circumfrc of a circl to its diamtr. (approximatly qual to.788) is th bas of th atural

More information

Chapter 2 Infinite Series Page 1 of 11. Chapter 2 : Infinite Series

Chapter 2 Infinite Series Page 1 of 11. Chapter 2 : Infinite Series Chatr Ifiit Sris Pag of Sctio F Itgral Tst Chatr : Ifiit Sris By th d of this sctio you will b abl to valuat imror itgrals tst a sris for covrgc by alyig th itgral tst aly th itgral tst to rov th -sris

More information

APPENDIX: STATISTICAL TOOLS

APPENDIX: STATISTICAL TOOLS I. Nots o radom samplig Why do you d to sampl radomly? APPENDI: STATISTICAL TOOLS I ordr to masur som valu o a populatio of orgaisms, you usually caot masur all orgaisms, so you sampl a subst of th populatio.

More information

H2 Mathematics Arithmetic & Geometric Series ( )

H2 Mathematics Arithmetic & Geometric Series ( ) H Mathmatics Arithmtic & Gomtric Sris (08 09) Basic Mastry Qustios Arithmtic Progrssio ad Sris. Th rth trm of a squc is 4r 7. (i) Stat th first four trms ad th 0th trm. (ii) Show that th squc is a arithmtic

More information

Statistics 3858 : Likelihood Ratio for Exponential Distribution

Statistics 3858 : Likelihood Ratio for Exponential Distribution Statistics 3858 : Liklihood Ratio for Expotial Distributio I ths two xampl th rjctio rjctio rgio is of th form {x : 2 log (Λ(x)) > c} for a appropriat costat c. For a siz α tst, usig Thorm 9.5A w obtai

More information

Discrete Fourier Transform (DFT)

Discrete Fourier Transform (DFT) Discrt Fourir Trasorm DFT Major: All Egirig Majors Authors: Duc guy http://umricalmthods.g.us.du umrical Mthods or STEM udrgraduats 8/3/29 http://umricalmthods.g.us.du Discrt Fourir Trasorm Rcalld th xpotial

More information

Class #24 Monday, April 16, φ φ φ

Class #24 Monday, April 16, φ φ φ lass #4 Moday, April 6, 08 haptr 3: Partial Diffrtial Equatios (PDE s First of all, this sctio is vry, vry difficult. But it s also supr cool. PDE s thr is mor tha o idpdt variabl. Exampl: φ φ φ φ = 0

More information

MONTGOMERY COLLEGE Department of Mathematics Rockville Campus. 6x dx a. b. cos 2x dx ( ) 7. arctan x dx e. cos 2x dx. 2 cos3x dx

MONTGOMERY COLLEGE Department of Mathematics Rockville Campus. 6x dx a. b. cos 2x dx ( ) 7. arctan x dx e. cos 2x dx. 2 cos3x dx MONTGOMERY COLLEGE Dpartmt of Mathmatics Rockvill Campus MATH 8 - REVIEW PROBLEMS. Stat whthr ach of th followig ca b itgratd by partial fractios (PF), itgratio by parts (PI), u-substitutio (U), or o of

More information

z 1+ 3 z = Π n =1 z f() z = n e - z = ( 1-z) e z e n z z 1- n = ( 1-z/2) 1+ 2n z e 2n e n -1 ( 1-z )/2 e 2n-1 1-2n -1 1 () z

z 1+ 3 z = Π n =1 z f() z = n e - z = ( 1-z) e z e n z z 1- n = ( 1-z/2) 1+ 2n z e 2n e n -1 ( 1-z )/2 e 2n-1 1-2n -1 1 () z Sris Expasio of Rciprocal of Gamma Fuctio. Fuctios with Itgrs as Roots Fuctio f with gativ itgrs as roots ca b dscribd as follows. f() Howvr, this ifiit product divrgs. That is, such a fuctio caot xist

More information

Digital Signal Processing, Fall 2006

Digital Signal Processing, Fall 2006 Digital Sigal Procssig, Fall 6 Lctur 9: Th Discrt Fourir Trasfor Zhg-Hua Ta Dpartt of Elctroic Systs Aalborg Uivrsity, Dar zt@o.aau.d Digital Sigal Procssig, I, Zhg-Hua Ta, 6 Cours at a glac MM Discrt-ti

More information

Time : 1 hr. Test Paper 08 Date 04/01/15 Batch - R Marks : 120

Time : 1 hr. Test Paper 08 Date 04/01/15 Batch - R Marks : 120 Tim : hr. Tst Papr 8 D 4//5 Bch - R Marks : SINGLE CORRECT CHOICE TYPE [4, ]. If th compl umbr z sisfis th coditio z 3, th th last valu of z is qual to : z (A) 5/3 (B) 8/3 (C) /3 (D) o of ths 5 4. Th itgral,

More information

Triple Play: From De Morgan to Stirling To Euler to Maclaurin to Stirling

Triple Play: From De Morgan to Stirling To Euler to Maclaurin to Stirling Tripl Play: From D Morga to Stirlig To Eulr to Maclauri to Stirlig Augustus D Morga (186-1871) was a sigificat Victoria Mathmaticia who mad cotributios to Mathmatics History, Mathmatical Rcratios, Mathmatical

More information

DTFT Properties. Example - Determine the DTFT Y ( e ) of n. Let. We can therefore write. From Table 3.1, the DTFT of x[n] is given by 1

DTFT Properties. Example - Determine the DTFT Y ( e ) of n. Let. We can therefore write. From Table 3.1, the DTFT of x[n] is given by 1 DTFT Proprtis Exampl - Dtrmi th DTFT Y of y α µ, α < Lt x α µ, α < W ca thrfor writ y x x From Tabl 3., th DTFT of x is giv by ω X ω α ω Copyright, S. K. Mitra Copyright, S. K. Mitra DTFT Proprtis DTFT

More information

Chapter Taylor Theorem Revisited

Chapter Taylor Theorem Revisited Captr 0.07 Taylor Torm Rvisitd Atr radig tis captr, you sould b abl to. udrstad t basics o Taylor s torm,. writ trascdtal ad trigoomtric uctios as Taylor s polyomial,. us Taylor s torm to id t valus o

More information

Chapter (8) Estimation and Confedence Intervals Examples

Chapter (8) Estimation and Confedence Intervals Examples Chaptr (8) Estimatio ad Cofdc Itrvals Exampls Typs of stimatio: i. Poit stimatio: Exampl (1): Cosidr th sampl obsrvatios, 17,3,5,1,18,6,16,10 8 X i i1 17 3 5 118 6 16 10 116 X 14.5 8 8 8 14.5 is a poit

More information

Chapter 4 - The Fourier Series

Chapter 4 - The Fourier Series M. J. Robrts - 8/8/4 Chaptr 4 - Th Fourir Sris Slctd Solutios (I this solutio maual, th symbol,, is usd for priodic covolutio bcaus th prfrrd symbol which appars i th txt is ot i th fot slctio of th word

More information

07 - SEQUENCES AND SERIES Page 1 ( Answers at he end of all questions ) b, z = n

07 - SEQUENCES AND SERIES Page 1 ( Answers at he end of all questions ) b, z = n 07 - SEQUENCES AND SERIES Pag ( Aswrs at h d of all qustios ) ( ) If = a, y = b, z = c, whr a, b, c ar i A.P. ad = 0 = 0 = 0 l a l

More information

Worksheet: Taylor Series, Lagrange Error Bound ilearnmath.net

Worksheet: Taylor Series, Lagrange Error Bound ilearnmath.net Taylor s Thorm & Lagrag Error Bouds Actual Error This is th ral amout o rror, ot th rror boud (worst cas scario). It is th dirc btw th actual () ad th polyomial. Stps:. Plug -valu ito () to gt a valu.

More information

Option 3. b) xe dx = and therefore the series is convergent. 12 a) Divergent b) Convergent Proof 15 For. p = 1 1so the series diverges.

Option 3. b) xe dx = and therefore the series is convergent. 12 a) Divergent b) Convergent Proof 15 For. p = 1 1so the series diverges. Optio Chaptr Ercis. Covrgs to Covrgs to Covrgs to Divrgs Covrgs to Covrgs to Divrgs 8 Divrgs Covrgs to Covrgs to Divrgs Covrgs to Covrgs to Covrgs to Covrgs to 8 Proof Covrgs to π l 8 l a b Divrgt π Divrgt

More information

On the approximation of the constant of Napier

On the approximation of the constant of Napier Stud. Uiv. Babş-Bolyai Math. 560, No., 609 64 O th approximatio of th costat of Napir Adri Vrscu Abstract. Startig from som oldr idas of [] ad [6], w show w facts cocrig th approximatio of th costat of

More information

Discrete Fourier Transform. Nuno Vasconcelos UCSD

Discrete Fourier Transform. Nuno Vasconcelos UCSD Discrt Fourir Trasform uo Vascoclos UCSD Liar Shift Ivariat (LSI) systms o of th most importat cocpts i liar systms thory is that of a LSI systm Dfiitio: a systm T that maps [ ito y[ is LSI if ad oly if

More information

They must have different numbers of electrons orbiting their nuclei. They must have the same number of neutrons in their nuclei.

They must have different numbers of electrons orbiting their nuclei. They must have the same number of neutrons in their nuclei. 37 1 How may utros ar i a uclus of th uclid l? 20 37 54 2 crtai lmt has svral isotops. Which statmt about ths isotops is corrct? Thy must hav diffrt umbrs of lctros orbitig thir ucli. Thy must hav th sam

More information

On a problem of J. de Graaf connected with algebras of unbounded operators de Bruijn, N.G.

On a problem of J. de Graaf connected with algebras of unbounded operators de Bruijn, N.G. O a problm of J. d Graaf coctd with algbras of uboudd oprators d Bruij, N.G. Publishd: 01/01/1984 Documt Vrsio Publishr s PDF, also kow as Vrsio of Rcord (icluds fial pag, issu ad volum umbrs) Plas chck

More information

A Propagating Wave Packet Group Velocity Dispersion

A Propagating Wave Packet Group Velocity Dispersion Lctur 8 Phys 375 A Propagating Wav Packt Group Vlocity Disprsion Ovrviw and Motivation: In th last lctur w lookd at a localizd solution t) to th 1D fr-particl Schrödingr quation (SE) that corrsponds to

More information

Chapter Five. More Dimensions. is simply the set of all ordered n-tuples of real numbers x = ( x 1

Chapter Five. More Dimensions. is simply the set of all ordered n-tuples of real numbers x = ( x 1 Chatr Fiv Mor Dimsios 51 Th Sac R W ar ow rard to mov o to sacs of dimsio gratr tha thr Ths sacs ar a straightforward gralizatio of our Euclida sac of thr dimsios Lt b a ositiv itgr Th -dimsioal Euclida

More information

Lectures 9 IIR Systems: First Order System

Lectures 9 IIR Systems: First Order System EE3054 Sigals ad Systms Lcturs 9 IIR Systms: First Ordr Systm Yao Wag Polytchic Uivrsity Som slids icludd ar xtractd from lctur prstatios prpard by McCllla ad Schafr Lics Ifo for SPFirst Slids This work

More information

Probability & Statistics,

Probability & Statistics, Probability & Statistics, BITS Pilai K K Birla Goa Campus Dr. Jajati Kshari Sahoo Dpartmt of Mathmatics BITS Pilai, K K Birla Goa Campus Poisso Distributio Poisso Distributio: A radom variabl X is said

More information

Restricted Factorial And A Remark On The Reduced Residue Classes

Restricted Factorial And A Remark On The Reduced Residue Classes Applid Mathmatics E-Nots, 162016, 244-250 c ISSN 1607-2510 Availabl fr at mirror sits of http://www.math.thu.du.tw/ am/ Rstrictd Factorial Ad A Rmark O Th Rducd Rsidu Classs Mhdi Hassai Rcivd 26 March

More information

STIRLING'S 1 FORMULA AND ITS APPLICATION

STIRLING'S 1 FORMULA AND ITS APPLICATION MAT-KOL (Baja Luka) XXIV ()(08) 57-64 http://wwwimviblorg/dmbl/dmblhtm DOI: 075/МК80057A ISSN 0354-6969 (o) ISSN 986-588 (o) STIRLING'S FORMULA AND ITS APPLICATION Šfkt Arslaagić Sarajvo B&H Abstract:

More information

INTRODUCTION TO SAMPLING DISTRIBUTIONS

INTRODUCTION TO SAMPLING DISTRIBUTIONS http://wiki.stat.ucla.du/socr/id.php/socr_courss_2008_thomso_econ261 INTRODUCTION TO SAMPLING DISTRIBUTIONS By Grac Thomso INTRODUCTION TO SAMPLING DISTRIBUTIONS Itro to Samplig 2 I this chaptr w will

More information

10. Joint Moments and Joint Characteristic Functions

10. Joint Moments and Joint Characteristic Functions 0 Joit Momts ad Joit Charactristic Fctios Followig sctio 6 i this sctio w shall itrodc varios paramtrs to compactly rprst th iformatio cotaid i th joit pdf of two rvs Giv two rvs ad ad a fctio g x y dfi

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. Probability and Stochastic Procsss: A Frindly Introduction for Elctrical and Computr Enginrs Roy D. Yats and David J. Goodman Problm Solutions : Yats and Goodman,4.3. 4.3.4 4.3. 4.4. 4.4.4 4.4.6 4.. 4..7

More information

Law of large numbers

Law of large numbers Law of larg umbrs Saya Mukhrj W rvisit th law of larg umbrs ad study i som dtail two typs of law of larg umbrs ( 0 = lim S ) p ε ε > 0, Wak law of larrg umbrs [ ] S = ω : lim = p, Strog law of larg umbrs

More information

Math 34A. Final Review

Math 34A. Final Review Math A Final Rviw 1) Us th graph of y10 to find approimat valus: a) 50 0. b) y (0.65) solution for part a) first writ an quation: 50 0. now tak th logarithm of both sids: log() log(50 0. ) pand th right

More information

Calculus & analytic geometry

Calculus & analytic geometry Calculus & aalytic gomtry B Sc MATHEMATICS Admissio owards IV SEMESTER CORE COURSE UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION CALICUT UNIVERSITYPO, MALAPPURAM, KERALA, INDIA 67 65 5 School of Distac

More information

Figure 2-18 Thevenin Equivalent Circuit of a Noisy Resistor

Figure 2-18 Thevenin Equivalent Circuit of a Noisy Resistor .8 NOISE.8. Th Nyquist Nois Thorm W ow wat to tur our atttio to ois. W will start with th basic dfiitio of ois as usd i radar thory ad th discuss ois figur. Th typ of ois of itrst i radar thory is trmd

More information

CDS 101: Lecture 5.1 Reachability and State Space Feedback

CDS 101: Lecture 5.1 Reachability and State Space Feedback CDS, Lctur 5. CDS : Lctur 5. Rachability ad Stat Spac Fdback Richard M. Murray ad Hido Mabuchi 5 Octobr 4 Goals: Di rachability o a cotrol systm Giv tsts or rachability o liar systms ad apply to ampls

More information

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation.

Fourier Transforms and the Wave Equation. Key Mathematics: More Fourier transform theory, especially as applied to solving the wave equation. Lur 7 Fourir Transforms and th Wav Euation Ovrviw and Motivation: W first discuss a fw faturs of th Fourir transform (FT), and thn w solv th initial-valu problm for th wav uation using th Fourir transform

More information

Ordinary Differential Equations

Ordinary Differential Equations Basi Nomlatur MAE 0 all 005 Egirig Aalsis Ltur Nots o: Ordiar Diffrtial Equatios Author: Profssor Albrt Y. Tog Tpist: Sakurako Takahashi Cosidr a gral O. D. E. with t as th idpdt variabl, ad th dpdt variabl.

More information

An Introduction to Asymptotic Expansions

An Introduction to Asymptotic Expansions A Itroductio to Asmptotic Expasios R. Shaar Subramaia Asmptotic xpasios ar usd i aalsis to dscrib th bhavior of a fuctio i a limitig situatio. Wh a fuctio ( x, dpds o a small paramtr, ad th solutio of

More information

ln x = n e = 20 (nearest integer)

ln x = n e = 20 (nearest integer) H JC Prlim Solutios 6 a + b y a + b / / dy a b 3/ d dy a b at, d Giv quatio of ormal at is y dy ad y wh. d a b () (,) is o th curv a+ b () y.9958 Qustio Solvig () ad (), w hav a, b. Qustio d.77 d d d.77

More information

NET/JRF, GATE, IIT JAM, JEST, TIFR

NET/JRF, GATE, IIT JAM, JEST, TIFR Istitut for NET/JRF, GATE, IIT JAM, JEST, TIFR ad GRE i PHYSICAL SCIENCES Mathmatical Physics JEST-6 Q. Giv th coditio φ, th solutio of th quatio ψ φ φ is giv by k. kφ kφ lφ kφ lφ (a) ψ (b) ψ kφ (c) ψ

More information

CDS 101: Lecture 5.1 Reachability and State Space Feedback

CDS 101: Lecture 5.1 Reachability and State Space Feedback CDS, Lctur 5. CDS : Lctur 5. Rachability ad Stat Spac Fdback Richard M. Murray 7 Octobr 3 Goals: Di rachability o a cotrol systm Giv tsts or rachability o liar systms ad apply to ampls Dscrib th dsig o

More information

A Review of Complex Arithmetic

A Review of Complex Arithmetic /0/005 Rviw of omplx Arithmti.do /9 A Rviw of omplx Arithmti A omplx valu has both a ral ad imagiary ompot: { } ad Im{ } a R b so that w a xprss this omplx valu as: whr. a + b Just as a ral valu a b xprssd

More information

Review Exercises. 1. Evaluate using the definition of the definite integral as a Riemann Sum. Does the answer represent an area? 2

Review Exercises. 1. Evaluate using the definition of the definite integral as a Riemann Sum. Does the answer represent an area? 2 MATHEMATIS --RE Itgral alculus Marti Huard Witr 9 Rviw Erciss. Evaluat usig th dfiitio of th dfiit itgral as a Rima Sum. Dos th aswr rprst a ara? a ( d b ( d c ( ( d d ( d. Fid f ( usig th Fudamtal Thorm

More information

Today is. first we went to the park, and then we went to the library

Today is. first we went to the park, and then we went to the library dhlpr Nam: Today is. Novmbr Dcmbr Jauary Fix th stc. first w wt to th park, ad th w wt to th library qustio hopful Writ th words ito th boxs. umbrs stc childr wkd Writ th hidd word. Start at o lttr ad

More information

Linear Algebra Existence of the determinant. Expansion according to a row.

Linear Algebra Existence of the determinant. Expansion according to a row. Lir Algbr 2270 1 Existc of th dtrmit. Expsio ccordig to row. W dfi th dtrmit for 1 1 mtrics s dt([]) = (1) It is sy chck tht it stisfis D1)-D3). For y othr w dfi th dtrmit s follows. Assumig th dtrmit

More information

3 2x. 3x 2. Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB

3 2x. 3x 2.   Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB Math B Intgration Rviw (Solutions) Do ths intgrals. Solutions ar postd at th wbsit blow. If you hav troubl with thm, sk hlp immdiatly! () 8 d () 5 d () d () sin d (5) d (6) cos d (7) d www.clas.ucsb.du/staff/vinc

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by D. Klain Vrsion 207.0.05 Corrctions and commnts ar wlcom. Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix A A k I + A + k!

More information

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula

u x v x dx u x v x v x u x dx d u x v x u x v x dx u x v x dx Integration by Parts Formula 7. Intgration by Parts Each drivativ formula givs ris to a corrsponding intgral formula, as w v sn many tims. Th drivativ product rul yilds a vry usful intgration tchniqu calld intgration by parts. Starting

More information

Part B: Transform Methods. Professor E. Ambikairajah UNSW, Australia

Part B: Transform Methods. Professor E. Ambikairajah UNSW, Australia Part B: Trasform Mthods Chaptr 3: Discrt-Tim Fourir Trasform (DTFT) 3. Discrt Tim Fourir Trasform (DTFT) 3. Proprtis of DTFT 3.3 Discrt Fourir Trasform (DFT) 3.4 Paddig with Zros ad frqucy Rsolutio 3.5

More information

Discrete Fourier Transform. Discrete Fourier Transform. Discrete Fourier Transform. Discrete Fourier Transform. Discrete Fourier Transform

Discrete Fourier Transform. Discrete Fourier Transform. Discrete Fourier Transform. Discrete Fourier Transform. Discrete Fourier Transform Discrt Fourir Trasform Dfiitio - T simplst rlatio btw a lt- squc x dfid for ω ad its DTFT X ( ) is ω obtaid by uiformly sampli X ( ) o t ω-axis btw ω < at ω From t dfiitio of t DTFT w tus av X X( ω ) ω

More information

1973 AP Calculus BC: Section I

1973 AP Calculus BC: Section I 97 AP Calculus BC: Scio I 9 Mius No Calculaor No: I his amiaio, l dos h aural logarihm of (ha is, logarihm o h bas ).. If f ( ) =, h f ( ) = ( ). ( ) + d = 7 6. If f( ) = +, h h s of valus for which f

More information

Thomas J. Osler. 1. INTRODUCTION. This paper gives another proof for the remarkable simple

Thomas J. Osler. 1. INTRODUCTION. This paper gives another proof for the remarkable simple 5/24/5 A PROOF OF THE CONTINUED FRACTION EXPANSION OF / Thomas J Oslr INTRODUCTION This ar givs aothr roof for th rmarkabl siml cotiud fractio = 3 5 / Hr is ay ositiv umbr W us th otatio x= [ a; a, a2,

More information

FORBIDDING RAINBOW-COLORED STARS

FORBIDDING RAINBOW-COLORED STARS FORBIDDING RAINBOW-COLORED STARS CARLOS HOPPEN, HANNO LEFMANN, KNUT ODERMANN, AND JULIANA SANCHES Abstract. W cosidr a xtrmal problm motivatd by a papr of Balogh [J. Balogh, A rmark o th umbr of dg colorigs

More information

LECTURE 13 Filling the bands. Occupancy of Available Energy Levels

LECTURE 13 Filling the bands. Occupancy of Available Energy Levels LUR 3 illig th bads Occupacy o Availabl rgy Lvls W hav dtrmid ad a dsity o stats. W also d a way o dtrmiig i a stat is illd or ot at a giv tmpratur. h distributio o th rgis o a larg umbr o particls ad

More information

The Matrix Exponential

The Matrix Exponential Th Matrix Exponntial (with xrciss) by Dan Klain Vrsion 28928 Corrctions and commnts ar wlcom Th Matrix Exponntial For ach n n complx matrix A, dfin th xponntial of A to b th matrix () A A k I + A + k!

More information

Supplementary Materials

Supplementary Materials 6 Supplmntary Matrials APPENDIX A PHYSICAL INTERPRETATION OF FUEL-RATE-SPEED FUNCTION A truck running on a road with grad/slop θ positiv if moving up and ngativ if moving down facs thr rsistancs: arodynamic

More information

UNIT 2: MATHEMATICAL ENVIRONMENT

UNIT 2: MATHEMATICAL ENVIRONMENT UNIT : MATHEMATICAL ENVIRONMENT. Itroductio This uit itroducs som basic mathmatical cocpts ad rlats thm to th otatio usd i th cours. Wh ou hav workd through this uit ou should: apprciat that a mathmatical

More information

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013

Introduction to Arithmetic Geometry Fall 2013 Lecture #20 11/14/2013 18.782 Introduction to Arithmtic Gomtry Fall 2013 Lctur #20 11/14/2013 20.1 Dgr thorm for morphisms of curvs Lt us rstat th thorm givn at th nd of th last lctur, which w will now prov. Thorm 20.1. Lt φ:

More information

Problem Value Score Earned No/Wrong Rec -3 Total

Problem Value Score Earned No/Wrong Rec -3 Total GEORGIA INSTITUTE OF TECHNOLOGY SCHOOL of ELECTRICAL & COMPUTER ENGINEERING ECE6 Fall Quiz # Writt Eam Novmr, NAME: Solutio Kys GT Usram: LAST FIRST.g., gtiit Rcitatio Sctio: Circl t dat & tim w your Rcitatio

More information

Session : Plasmas in Equilibrium

Session : Plasmas in Equilibrium Sssio : Plasmas i Equilibrium Ioizatio ad Coductio i a High-prssur Plasma A ormal gas at T < 3000 K is a good lctrical isulator, bcaus thr ar almost o fr lctros i it. For prssurs > 0.1 atm, collisio amog

More information

NEW VERSION OF SZEGED INDEX AND ITS COMPUTATION FOR SOME NANOTUBES

NEW VERSION OF SZEGED INDEX AND ITS COMPUTATION FOR SOME NANOTUBES Digst Joural of Naomatrials ad Biostructurs Vol 4, No, March 009, p 67-76 NEW VERSION OF SZEGED INDEX AND ITS COMPUTATION FOR SOME NANOTUBES A IRANMANESH a*, O KHORMALI b, I NAJAFI KHALILSARAEE c, B SOLEIMANI

More information

Narayana IIT Academy

Narayana IIT Academy INDIA Sc: LT-IIT-SPARK Dat: 9--8 6_P Max.Mars: 86 KEY SHEET PHYSIS A 5 D 6 7 A,B 8 B,D 9 A,B A,,D A,B, A,B B, A,B 5 A 6 D 7 8 A HEMISTRY 9 A B D B B 5 A,B,,D 6 A,,D 7 B,,D 8 A,B,,D 9 A,B, A,B, A,B,,D A,B,

More information

Fooling Newton s Method a) Find a formula for the Newton sequence, and verify that it converges to a nonzero of f. A Stirling-like Inequality

Fooling Newton s Method a) Find a formula for the Newton sequence, and verify that it converges to a nonzero of f. A Stirling-like Inequality Foolig Nwto s Mthod a Fid a formla for th Nwto sqc, ad vrify that it covrgs to a ozro of f. ( si si + cos 4 4 3 4 8 8 bt f. b Fid a formla for f ( ad dtrmi its bhavior as. f ( cos si + as A Stirlig-li

More information

+ x. x 2x. 12. dx. 24. dx + 1)

+ x. x 2x. 12. dx. 24. dx + 1) INTEGRATION of FUNCTION of ONE VARIABLE INDEFINITE INTEGRAL Fidig th idfiit itgrals Rductio to basic itgrals, usig th rul f ( ) f ( ) d =... ( ). ( )d. d. d ( ). d. d. d 7. d 8. d 9. d. d. d. d 9. d 9.

More information

Pipe flow friction, small vs. big pipes

Pipe flow friction, small vs. big pipes Friction actor (t/0 t o pip) Friction small vs larg pips J. Chaurtt May 016 It is an intrsting act that riction is highr in small pips than largr pips or th sam vlocity o low and th sam lngth. Friction

More information

Washington State University

Washington State University he 3 Ktics ad Ractor Dsig Sprg, 00 Washgto Stat Uivrsity Dpartmt of hmical Egrg Richard L. Zollars Exam # You will hav o hour (60 muts) to complt this xam which cosists of four (4) problms. You may us

More information

EECE 301 Signals & Systems Prof. Mark Fowler

EECE 301 Signals & Systems Prof. Mark Fowler EECE 301 Signals & Systms Prof. Mark Fowlr ot St #21 D-T Signals: Rlation btwn DFT, DTFT, & CTFT 1/16 W can us th DFT to implmnt numrical FT procssing This nabls us to numrically analyz a signal to find

More information

Physics 302 Exam Find the curve that passes through endpoints (0,0) and (1,1) and minimizes 1

Physics 302 Exam Find the curve that passes through endpoints (0,0) and (1,1) and minimizes 1 Physis Exam 6. Fid th urv that passs through dpoits (, ad (, ad miimizs J [ y' y ]dx Solutio: Si th itgrad f dos ot dpd upo th variabl of itgratio x, w will us th sod form of Eulr s quatio: f f y' y' y

More information

Periodic Structures. Filter Design by the Image Parameter Method

Periodic Structures. Filter Design by the Image Parameter Method Prioic Structurs a Filtr sig y th mag Paramtr Mtho ECE53: Microwav Circuit sig Pozar Chaptr 8, Sctios 8. & 8. Josh Ottos /4/ Microwav Filtrs (Chaptr Eight) microwav filtr is a two-port twork us to cotrol

More information

MATH 681 Notes Combinatorics and Graph Theory I. ( 4) n. This will actually turn out to be marvelously simplifiable: C n = 2 ( 4) n n + 1. ) (n + 1)!

MATH 681 Notes Combinatorics and Graph Theory I. ( 4) n. This will actually turn out to be marvelously simplifiable: C n = 2 ( 4) n n + 1. ) (n + 1)! MATH 681 Nots Combiatorics ad Graph Thory I 1 Catala umbrs Prviously, w usd gratig fuctios to discovr th closd form C = ( 1/ +1) ( 4). This will actually tur out to b marvlously simplifiabl: ( ) 1/ C =

More information

cycle that does not cross any edges (including its own), then it has at least

cycle that does not cross any edges (including its own), then it has at least W prov th following thorm: Thorm If a K n is drawn in th plan in such a way that it has a hamiltonian cycl that dos not cross any dgs (including its own, thn it has at last n ( 4 48 π + O(n crossings Th

More information

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero.

SECTION where P (cos θ, sin θ) and Q(cos θ, sin θ) are polynomials in cos θ and sin θ, provided Q is never equal to zero. SETION 6. 57 6. Evaluation of Dfinit Intgrals Exampl 6.6 W hav usd dfinit intgrals to valuat contour intgrals. It may com as a surpris to larn that contour intgrals and rsidus can b usd to valuat crtain

More information

y = 2xe x + x 2 e x at (0, 3). solution: Since y is implicitly related to x we have to use implicit differentiation: 3 6y = 0 y = 1 2 x ln(b) ln(b)

y = 2xe x + x 2 e x at (0, 3). solution: Since y is implicitly related to x we have to use implicit differentiation: 3 6y = 0 y = 1 2 x ln(b) ln(b) 4. y = y = + 5. Find th quation of th tangnt lin for th function y = ( + ) 3 whn = 0. solution: First not that whn = 0, y = (1 + 1) 3 = 8, so th lin gos through (0, 8) and thrfor its y-intrcpt is 8. y

More information

Time Dependent Solutions: Propagators and Representations

Time Dependent Solutions: Propagators and Representations Tim Dpdt Solutios: Propagators ad Rprstatios Michal Fowlr, UVa 1/3/6 Itroductio W v spt most of th cours so far coctratig o th igstats of th amiltoia, stats whos tim dpdc is mrly a chagig phas W did mtio

More information

KISS: A Bit Too Simple. Greg Rose

KISS: A Bit Too Simple. Greg Rose KI: A Bit Too impl Grg Ros ggr@qualcomm.com Outli KI radom umbr grator ubgrators Efficit attack N KI ad attack oclusio PAGE 2 O approach to PRNG scurity "A radom umbr grator is lik sx: Wh it's good, its

More information

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH.

COMPUTER GENERATED HOLOGRAMS Optical Sciences 627 W.J. Dallas (Monday, April 04, 2005, 8:35 AM) PART I: CHAPTER TWO COMB MATH. C:\Dallas\0_Courss\03A_OpSci_67\0 Cgh_Book\0_athmaticalPrliminaris\0_0 Combath.doc of 8 COPUTER GENERATED HOLOGRAS Optical Scincs 67 W.J. Dallas (onday, April 04, 005, 8:35 A) PART I: CHAPTER TWO COB ATH

More information

Folding of Hyperbolic Manifolds

Folding of Hyperbolic Manifolds It. J. Cotmp. Math. Scics, Vol. 7, 0, o. 6, 79-799 Foldig of Hyprbolic Maifolds H. I. Attiya Basic Scic Dpartmt, Collg of Idustrial Educatio BANE - SUEF Uivrsity, Egypt hala_attiya005@yahoo.com Abstract

More information

On Deterministic Finite Automata and Syntactic Monoid Size, Continued

On Deterministic Finite Automata and Syntactic Monoid Size, Continued O Dtrmiistic Fiit Automata ad Sytactic Mooid Siz, Cotiud Markus Holzr ad Barbara Köig Istitut für Iformatik, Tchisch Uivrsität Müch, Boltzmastraß 3, D-85748 Garchig bi Müch, Grmay mail: {holzr,koigb}@iformatik.tu-much.d

More information

Student s Printed Name:

Student s Printed Name: Studt s Pritd Nam: Istructor: CUID: Sctio: Istructios: You ar ot prmittd to us a calculator o ay portio of this tst. You ar ot allowd to us a txtbook, ots, cll pho, computr, or ay othr tchology o ay portio

More information

SOLVED EXAMPLES. Ex.1 If f(x) = , then. is equal to- Ex.5. f(x) equals - (A) 2 (B) 1/2 (C) 0 (D) 1 (A) 1 (B) 2. (D) Does not exist = [2(1 h)+1]= 3

SOLVED EXAMPLES. Ex.1 If f(x) = , then. is equal to- Ex.5. f(x) equals - (A) 2 (B) 1/2 (C) 0 (D) 1 (A) 1 (B) 2. (D) Does not exist = [2(1 h)+1]= 3 SOLVED EXAMPLES E. If f() E.,,, th f() f() h h LHL RHL, so / / Lim f() quls - (D) Dos ot ist [( h)+] [(+h) + ] f(). LHL E. RHL h h h / h / h / h / h / h / h As.[C] (D) Dos ot ist LHL RHL, so giv it dos

More information

How many neutrino species?

How many neutrino species? ow may utrio scis? Two mthods for dtrmii it lium abudac i uivrs At a collidr umbr of utrio scis Exasio of th uivrs is ovrd by th Fridma quatio R R 8G tot Kc R Whr: :ubblcostat G :Gravitatioal costat 6.

More information

DFT: Discrete Fourier Transform

DFT: Discrete Fourier Transform : Discrt Fourir Trasform Cogruc (Itgr modulo m) I this sctio, all lttrs stad for itgrs. gcd m, = th gratst commo divisor of ad m Lt d = gcd(,m) All th liar combiatios r s m of ad m ar multils of d. a b

More information

Problem Set 6 Solutions

Problem Set 6 Solutions 6.04/18.06J Mathmatics for Computr Scinc March 15, 005 Srini Dvadas and Eric Lhman Problm St 6 Solutions Du: Monday, March 8 at 9 PM in Room 3-044 Problm 1. Sammy th Shark is a financial srvic providr

More information

n n ee (for index notation practice, see if you can verify the derivation given in class)

n n ee (for index notation practice, see if you can verify the derivation given in class) EN24: Computatioal mthods i Structural ad Solid Mchaics Homwork 6: Noliar matrials Du Wd Oct 2, 205 School of Egirig Brow Uivrsity I this homwork you will xtd EN24FEA to solv problms for oliar matrials.

More information

Quasi-Classical States of the Simple Harmonic Oscillator

Quasi-Classical States of the Simple Harmonic Oscillator Quasi-Classical Stats of th Simpl Harmonic Oscillator (Draft Vrsion) Introduction: Why Look for Eignstats of th Annihilation Oprator? Excpt for th ground stat, th corrspondnc btwn th quantum nrgy ignstats

More information

The Interplay between l-max, l-min, p-max and p-min Stable Distributions

The Interplay between l-max, l-min, p-max and p-min Stable Distributions DOI: 0.545/mjis.05.4006 Th Itrplay btw lma lmi pma ad pmi Stabl Distributios S Ravi ad TS Mavitha Dpartmt of Studis i Statistics Uivrsity of Mysor Maasagagotri Mysuru 570006 Idia. Email:ravi@statistics.uimysor.ac.i

More information

Differential Equations

Differential Equations Prfac Hr ar m onlin nots for m diffrntial quations cours that I tach hr at Lamar Univrsit. Dspit th fact that ths ar m class nots, th should b accssibl to anon wanting to larn how to solv diffrntial quations

More information

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C

u r du = ur+1 r + 1 du = ln u + C u sin u du = cos u + C cos u du = sin u + C sec u tan u du = sec u + C e u du = e u + C Tchniqus of Intgration c Donald Kridr and Dwight Lahr In this sction w ar going to introduc th first approachs to valuating an indfinit intgral whos intgrand dos not hav an immdiat antidrivativ. W bgin

More information

Chapter 11.00C Physical Problem for Fast Fourier Transform Civil Engineering

Chapter 11.00C Physical Problem for Fast Fourier Transform Civil Engineering haptr. Physical Problm for Fast Fourir Trasform ivil Egirig Itroductio I this chaptr, applicatios of FFT algorithms [-5] for solvig ral-lif problms such as computig th dyamical (displacmt rspos [6-7] of

More information

Bipolar Junction Transistors

Bipolar Junction Transistors ipolar Juctio Trasistors ipolar juctio trasistors (JT) ar activ 3-trmial dvics with aras of applicatios: amplifirs, switch tc. high-powr circuits high-spd logic circuits for high-spd computrs. JT structur:

More information

5.1 The Nuclear Atom

5.1 The Nuclear Atom Sav My Exams! Th Hom of Rvisio For mor awsom GSE ad lvl rsourcs, visit us at www.savmyxams.co.uk/ 5.1 Th Nuclar tom Qustio Papr Lvl IGSE Subjct Physics (0625) Exam oard Topic Sub Topic ooklt ambridg Itratioal

More information

International Journal of Advanced and Applied Sciences

International Journal of Advanced and Applied Sciences Itratioal Joural of Advacd ad Applid Scics x(x) xxxx Pags: xx xx Cotts lists availabl at Scic Gat Itratioal Joural of Advacd ad Applid Scics Joural hompag: http://wwwscic gatcom/ijaashtml Symmtric Fuctios

More information

COLLECTION OF SUPPLEMENTARY PROBLEMS CALCULUS II

COLLECTION OF SUPPLEMENTARY PROBLEMS CALCULUS II COLLECTION OF SUPPLEMENTARY PROBLEMS I. CHAPTER 6 --- Trscdtl Fuctios CALCULUS II A. FROM CALCULUS BY J. STEWART:. ( How is th umbr dfid? ( Wht is pproimt vlu for? (c ) Sktch th grph of th turl potil fuctios.

More information

page 11 equation (1.2-10c), break the bar over the right side in the middle

page 11 equation (1.2-10c), break the bar over the right side in the middle I. Corrctios Lst Updtd: Ju 00 Complx Vrils with Applictios, 3 rd ditio, A. Dvid Wusch First Pritig. A ook ought for My 007 will proly first pritig With Thks to Christi Hos of Swd pg qutio (.-0c), rk th

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 0 Oftn w nd to combin diffrnt sourcs of angular momntum to charactriz th total angular momntum of a systm, or to divid th total angular momntum into parts to valuat th

More information