This Week. Computer Graphics. Introduction. Introduction. Graphics Maths by Example. Graphics Maths by Example

Size: px
Start display at page:

Download "This Week. Computer Graphics. Introduction. Introduction. Graphics Maths by Example. Graphics Maths by Example"

Transcription

1 This Wk Computr Grphics Vctors nd Oprtions Vctor Arithmtic Gomtric Concpts Points, Lins nd Plns Eploiting Dot Products CSC 470 Computr Grphics 1 CSC 470 Computr Grphics 2 Introduction Introduction Wh do w nd to lrn bout ctors? w nd to know whr objcts r positiond in th world th si nd orinttion of th objcts how fr th objcts r from on nothr how rflctions work how phsics works how light flls on th objcts Coordints 2D 3D lft- hndd 3D right-hndd W will b using this on. CSC 470 Computr Grphics 3 CSC 470 Computr Grphics 4 Grphics Mths b Empl Lt s writ progrm whr ct chss rt round th scrn. ct rt Grphics Mths b Empl tpdf struct { GLflot, ; GLflot spd; } nimobjct; How do w mo th ct? nimobjct ct = {100,100,0.05}; nd bfor drwing th ct ch loop: ct.+=ct.spd; ct.+=ct.spd; CSC 470 Computr Grphics 5 -mouschs1. CSC 470 Computr Grphics 6

2 Grphics Mths b Empl Wht is th first problm w ncountr? Th ct s momnt hs nothing to do with th rt s loction. Th ct just mos off th scrn. Grphics Mths b Empl Thrfor w nd th ct s momnt to b towrds th rt. W cn s: ct.loction + = rt.loction or = rt.loction ct.loction This cn b dscribd s ctor (). (500,400) = (500,400) (100,100) = (400,300) (100,100) CSC 470 Computr Grphics 7 CSC 470 Computr Grphics 8 Vctors, closr look. Vctors A ctor hs lngth nd dirction. Vctors r prssd in th sm w s point coordints. Point (5,10) Vctor (5,10) But how r th diffrnt? = (5,10) P = (5,10) A point hs loction A ctor hs no loction A ctor is pth from on point to nothr. CSC 470 Computr Grphics 9 CSC 470 Computr Grphics 10 Vctors Vctors P = (1,10) Q = (8,1) A ctor cn b dtrmind b subtrcting point coordints. = Q P = (8-1,1-10) = (7, -9) In othr words, tlls us how to gt from P to Q. (Tk 7 stps cross nd 9 stps down!!) P = (1,10) Q = (8,1) Dfinitions Th diffrnc btwn two points is ctor: = Q-P Th sum of point nd ctor is point: Q = P + CSC 470 Computr Grphics 11 CSC 470 Computr Grphics 12

3 Vctors Your Turn Wht is th ctor tht gos from P = (9,10) to Q = (15,7)? = (6, -3) Wht is th rsulting point from dding ctor = (9,- 20) to point P = (1,2)? Q = (10, -18) Grphics Mths b Empl So now w know: ct.loction + (400,300) = rt.loction Rthr thn this: ct.+=ct.spd; ct.+=ct.spd; Should w writ this:. = rt. - ct.;. = rt. - ct.; ct.+=.; ct.+=.; = (400,300) (100,100) (500,400) CSC 470 Computr Grphics 13? Wht would hppn? -mouschs2. CSC 470 Computr Grphics 14 Grphics Mths b Empl Wht hppnd Th ct s loction ws updtd to b th loction of th rt. It mod to th rt s loction in on jump. Grphics Mths b Empl Ech loop w wnt th ct to mo long th ctor, but not th whol lngth. W wnt it to ppr to b moing towrds th loction. CSC 470 Computr Grphics 15 CSC 470 Computr Grphics 16 Thr r two fundmntl ctor oprtions: ou cn scl thm 8 if = (1,2) thn 8 = (8,16) ou cn dd thm + = (3,4), = (8,1) thn + = (11,5) Scling Vctor CSC 470 Computr Grphics 17 CSC 470 Computr Grphics 18

4 Adding Vctors Your Turn Gin ctor = (10,20,5) wht is: 2, 0.5 nd -0.2? 2 = (20,40,10) 0.5 = (5,10,2.5) -0.2 = (-2, -4, -1) Gin ctor = (1,1,1) nd = (8,4,2), wht is: +, nd + = (9,5,3) = (-7, -3, -1) = (7, 3, 2) CSC 470 Computr Grphics 19 CSC 470 Computr Grphics 20 Linr Combintions dding scld ctors togthr Dfinition linr combintion of m ctors 1, 2,, m is ctor of th form: w = m m Linr Combintions Empl = (1,2,3) nd = (1,1,1) = (2,4,6) + (3,3,3) = (5,7,9) CSC 470 Computr Grphics 21 CSC 470 Computr Grphics 22 Linr Combintions Affin Combintions Cofficints dd up to unit in othr words th sclrs dd up to m = 1.g b 4c (3+2-4=1) Forcing n ffin combintion (1-t) + (t)b Chllng Qustion Th follow is n ffin trnsformtion: i+ jb+?c wht is th cofficint of c? i + j +? = 1? = 1 i j thrfor i + jb + (1-i-j)c CSC 470 Computr Grphics 23 CSC 470 Computr Grphics 24

5 Linr Combintions Con Combintions Cofficints dd up to unit. but ll cofficints must b btwn 0 nd 1 i m = 1 nd 1 >= i >= 0 for ll 1,,m.g.9 +.1w w Linr Combintions Con Combintions Th st of ll con combintions of two ctors, 1 nd 2 is: = (1-) s ris from 0 to 1 Wh? r possibl sclr rsion of 1 nd 2 is cord! CSC 470 Computr Grphics 25 CSC 470 Computr Grphics 26 Linr Combintions Con Combintions = (1-) cn b rrrngd to gi: = 1 + ( 2-1 ) This shows tht th ctor will b 1 plus som scld rsion of th ctor joining 1 with CSC 470 Computr Grphics 27 1 ( 2 1 ) Linr Combintions Con Combintions Gin 3 ctors 1, 2 nd 3 th st of linr combintions will b: = ( ) 3 = CSC 470 Computr Grphics 28 = All lus of will point insid this rgion!! Linr Combintions Con Combintions Gin 3 ctors 1, 2 nd 3 th st of linr combintions will b: = ( ) All lus of will point insid this rgion!! Grphics Mths b Empl So rthr thn dd th whol ctor to th ct s loction, w could just dd scld rsion of it. If w tk on 500 th of th ctor ch loop: ct.+=(./500.0); ct.+=(./500.0); Th ct will mo long th ctor. = CSC 470 Computr Grphics 29 = mouschs3. CSC 470 Computr Grphics 30

6 Vctor Lngth Mgnitud is th lngth of th ctor dtrmind using Pthgors Thorm cn ou rmmbr wht this is? Mgnitud Pthgors Thorm Th lngth of th hpotnus of right-ngld tringl is qul to th squr root of th sum of th squrs of th othr two sids. h h = 2 + b 2 b CSC 470 Computr Grphics 31 CSC 470 Computr Grphics 32 Mgnitud Pthgors Thorm Think of ctor s th hpotnus of right-ngld tringl. Th lngth of ctor is dnotd using = coordint Mgnitud Pthgors Thorm Empl: Wht is th mgnitud of = (5,10)? = sqrt( ) = sqrt(25+100) = sqrt(125) coordint CSC 470 Computr Grphics 33 CSC 470 Computr Grphics 34 Your Turn Find for: =(1,-2,5), w=(10,3,1) nd t=(1,1,1) = w = t = Mgnitud Sinc ctor is th pth btwn to points, thn th lngth of th ctor must b th distnc btwn th two!! P = (1,10) Q = (8,1) CSC 470 Computr Grphics 35 CSC 470 Computr Grphics 36

7 Mgnitud Somtims it is usful (s ou will s soon) to scl ctor so tht its lngth is unit (1). A norml ctor is dnotd b ht: â. This mns diiding th ctor coordints b th lngth of th ctor. â= / Mgnitud Empl: Wht is th norml rsion of = (1,5,3)? = sqrt( ) = â = (1/5.916, 5/5.916, 3/5.916) = (0.169, 0.845, 0.5) CSC 470 Computr Grphics 37 CSC 470 Computr Grphics 38 Your turn Normlis th following: = (2,4,6) g = (1,1,1) h = (0,5,1) Answrs with gross rounding rrors â = (0.26,0.53,0.8) ĝ = (0.6,0.6,0.6) ĥ = (0,1,0.2) CSC 470 Computr Grphics 39 Importnt Vctors 3 Vctors ou should bcom good frinds with: Normlisd ctors prlll to: is (1,0,0); (clld i) is (0,1,0); (clld j) is (0,0,1); (clld k) Ths ctors r clld: th unit ctors CSC 470 Computr Grphics 40 Grphics Mths b Empl In th prious mpl, th ct mod towrds th rt nd it bgn to slow down bcus chngd ch clcultion s th ct got closr to th rt. NOTE: Th lngth of th ctor chngd but not th dirction. If w wnt th ct to mo t constnt spd w could us th normlisd rsion of, s w know it would lws h lngth of 1. CSC 470 Computr Grphics 41 Grphics Mths b Empl So rthr thn dd th whol ctor to th ct s loction, w could just dd th normlisd rsion of it. Thrfor w would do this:. = rt. - ct.;. = rt. - ct.;.normlis(); ct.+=.; ct.+=.; whr oid normlis() { flot lngth = sqrt(pow(,2)+pow(,2)); = /lngth; = /lngth; } -mouschs4. CSC 470 Computr Grphics 42

8 Grphics Mths b Empl Th mous now mos with constnt spd. It mos distnc of 1 ch loop. To slow or spd this, w nd to incorport spd ribl. Thus: ct. +=. * spd; ct. +=. * spd; Grphics Mths b Empl Now w h th ct moing towrds th rt!! Wht nt? Th ct should turn in th dirction it is moing. How do w do this? Us ctors of cours...!!! W cll, locit. -mouschs5. CSC 470 Computr Grphics 43 CSC 470 Computr Grphics 44 Grphics Mths b Empl W nd to dtrmin th ngl btwn th ct s initil locit (1) nd it s nw locit (2). To do this, w us th DOT product. 1 Ө 2 Th DOT Product Usd to sol gomtricl problms in computr grphics. Usful in dtrmining th w in which lins nd ctors intrsct. CSC 470 Computr Grphics 45 CSC 470 Computr Grphics 46 Th DOT Product Clcultd b multipling nd dding row lus with column lus. Dfinition Th dot product of two ctors is dnotd ٠w nd hs th lu: n iwi i= 1 Th DOT Product or whr = ( 1, 2 ) nd w = (w 1,w 2 ) th dot product, ٠ w will b: ( 1 w w 2 ) Empl, = (2,1) nd w = (3,5) thn ٠ w will b: 2*3 + 1*5 = 11 Empl, = (2,2,2,2) nd w = (4,1,2,1.1), ٠ w will b: 2*4 + 2*1 + 2*2 + 2 * 1.1 = 16.2 CSC 470 Computr Grphics 47 CSC 470 Computr Grphics 48

9 Th DOT Product Th ngl btwn two ctors. Th dot product cn b usd to find th ngl btwn two ctors or intrscting lins. Gin 2 ctors nd c, th ngl btwn th ctors cn b clcultd. = ( cos Ө, sin Ө) c = ( c cos Өc, c sin Өc) Th dot product ٠ c is c cos(өc - Ө) or ٠ c = c cos(ө) Ө c whr Ө is th ngl btwn th ctors! Ө c Ө Th DOT Product ٠ c = c cos(ө) Diid both sids b c for mor compct form: ( ٠ c)/ c = c cos(ө)/ c ĉ ٠ ê = cos(ө ) Thrfor: Th ngl btwn two ctors is dot product of th normlisd ctors. Ө c Ө c Ө th CSC 470 Computr Grphics 49 CSC 470 Computr Grphics 50 Th DOT Product Empl: Find th ngl btwn (5,6) nd (8,2) cos(ө ) = ĉ ٠ ê ĉ = c/ c = (5,6) / sqrt( ) = (5,6) / 7.8 = (0.64,0.77) ê = / = (8,2) / sqrt( ) = (8,2) / 8.25 = (0.8,0.24) ĉ ٠ ê = Ө = cos- 1 (0.8248) = Ө c Grphics Mths b Empl Thrfor th ct s turning ngl should b: ngl = cos(ct.locit.*. + ct.locit.*.); -mouschs6. In th mpl, th ct sms to b fcing th wrong dirction. Wht wnt wrong? 1 Ө 2 CSC 470 Computr Grphics 51 CSC 470 Computr Grphics 52 Grphics Mths b Empl Th ngl clcultion ws corrct! Howr, positi ngls in computr grphics turn objcts nticlockwis. How do w clcult ngti ngl? You cn t! How do w know whthr to turn lft or right? Wll, not b using th dot product lon. CSC 470 Computr Grphics 53 Entr th Cross Product s Th cross product of two ctors is nothr ctor. Th rsulting ctor is prpndiculr to both ctors. CSC 470 Computr Grphics 54

10 s Gin = (,, ) nd = (,, ) th cross product would b (in trms of th unit ctors): = i( - ) + j( - ) + k( - ) or if ou find it sir ou cn form dtrminnt, thus: = i j k CSC 470 Computr Grphics 55 s How do ou us this to clcult th dot product? Tk ch itm in th top row nd multipl b th diffrnc of th products of th itms in th othr columns. = i j k CSC 470 Computr Grphics 56 s i( - ) j( - ) k( - ) Now put thm togthr: = i( - ) + j( - ) + k( - ). nd ou h th CROSS PRODUCT!!! = i j k CSC 470 Computr Grphics 57 s i( - ) + j( - ) + k( - ) is just nothr w of writing 3d coordint.g. (,, ) ( ( - ), ( - ), ( - )) CSC 470 Computr Grphics 58 Now w h th cross product wht r w going to do with it? W cn us it to find prpndiculr ctors nd rs. is prpndiculr to both nd th lngth of quls th r of th prlllogrm boundd b nd Us th right hnd thumb rul to dtrmin th dirction of CSC 470 Computr Grphics 59 CSC 470 Computr Grphics 60

11 Finding th Norml to Pln Gin thr points on th pln w cn dtrmin th norml to th pln. P 1, P 2, P 3 -> = P 2 -P 1, w = P 3 -P 1 Find w to clcult th norml, n. An sclr multipl of n is lso norml to th pln. W cn lso... Dtrmin if ou nd to turn right or lft to go from fcing on ctor to nothr. Lt s s = (1,0,0) nd = (0,1,0) = (1*0-0*1, 0*0-1*0, 1*1 0*0) = (0,0,1) CSC 470 Computr Grphics 61 CSC 470 Computr Grphics 62 W cn lso... Dtrmin if ou nd to turn right or lft to go from fcing on ctor to nothr. Lt s s = (1,0,0) nd = (0,1,0) = (0*1-1*0, 1*0-0*0, 0*0 1*1) = (0,0,-1) W cn lso... Dtrmin if ou nd to turn right or lft to go from fcing on ctor to nothr. = (0,0,1) = (0,0,-1) Wht do ths rsults tll ou? CSC 470 Computr Grphics 63 CSC 470 Computr Grphics 64 W cn lso... Dtrmin if ou nd to turn right or lft to go from fcing on ctor to nothr. W cn lso... Dtrmin if ou nd to turn right or lft to go from fcing on ctor to nothr. if w wnt to turn from fcing to fcing, thn obious, b looking t it w h to turn to our lft. if w wnt to turn from fcing to fcing, thn obious, b looking t it w h to turn to our right. In this cs gis us rsulting In this cs gis us rsulting ctor with positi lu. ctor with ngti lu. CSC 470 Computr Grphics 65 CSC 470 Computr Grphics 66

12 Thrfor: if th lu of th cross product is ngti thn w turn clockwis if th lu of th cross product is positi thn w turn countrclockwis Thrfor: doubl turnangl(ctor 1, ctor 2) { doubl ngl = cos(ct.locit.*. + ct.locit.*.) * 180/3.14; //conrt to dgrs //if of cross product is ngti if( (1.* *2.) < 0) rturn -ngl; //if of cross product is positi ls if ((1.* *2.) > 0) rturn ngl; //if is 0 thn no turn ngl rturn 0; } -mouschs7. CSC 470 Computr Grphics 67 CSC 470 Computr Grphics 68 Lt s mo th Rt If w progrm mous click to chng th loction of th rt, w would ssum th ct will chng dirctions nd mo towrds it. This is grt tst for our progrm. Lt s mo th Rt oid mmous(int button, int stt, int, int ) { //if lft button clickd mo th rt if(button == GLUT_LEFT_BUTTON && stt == GLUT_DOWN) { rt. = ; rt. = SCREENHEIGHT - ; } } CSC 470 Computr Grphics 69 -mouschs8. CSC 470 Computr Grphics 70 Homognous Coordints Som grphics sstms nd OpnGL rprsnt points nd ctors s homognous coordints. This mns tht in 2D coordint hs 3 lus (,, ) nd in 3D, 4 lus (,,, ) Homognous Coordints For point = 1 For ctor = 0.g. Th point (2,4) bcoms (2,4,1)..g. Th ctor (3,5) bcoms (3,5,0)..g. Th point (3,4,1) bcoms (3,4,1,1)..g. Th ctor (3,6,7) bcoms (3,6,7,0). Whn it coms to working with th point or ctor th 1 nd 0 cn just b droppd. Th rson for this will bcom clr in ltr chptrs.. CSC 470 Computr Grphics 71 CSC 470 Computr Grphics 72

13 Empl Twning btwn shps Nt wk. Rottions Sclings nd Trnsltions Th Endqwrtuiop ;lkjhgfds - twn. CSC 470 Computr Grphics 73 CSC 470 Computr Grphics 74

TOPIC 5: INTEGRATION

TOPIC 5: INTEGRATION TOPIC 5: INTEGRATION. Th indfinit intgrl In mny rspcts, th oprtion of intgrtion tht w r studying hr is th invrs oprtion of drivtion. Dfinition.. Th function F is n ntidrivtiv (or primitiv) of th function

More information

( ) Geometric Operations and Morphing. Geometric Transformation. Forward v.s. Inverse Mapping. I (x,y ) Image Processing - Lesson 4 IDC-CG 1

( ) Geometric Operations and Morphing. Geometric Transformation. Forward v.s. Inverse Mapping. I (x,y ) Image Processing - Lesson 4 IDC-CG 1 Img Procssing - Lsson 4 Gomtric Oprtions nd Morphing Gomtric Trnsformtion Oprtions dpnd on Pil s Coordints. Contt fr. Indpndnt of pil vlus. f f (, ) (, ) ( f (, ), f ( ) ) I(, ) I', (,) (, ) I(,) I (,

More information

Instructions for Section 1

Instructions for Section 1 Instructions for Sction 1 Choos th rspons tht is corrct for th qustion. A corrct nswr scors 1, n incorrct nswr scors 0. Mrks will not b dductd for incorrct nswrs. You should ttmpt vry qustion. No mrks

More information

Chapter 16. 1) is a particular point on the graph of the function. 1. y, where x y 1

Chapter 16. 1) is a particular point on the graph of the function. 1. y, where x y 1 Prctic qustions W now tht th prmtr p is dirctl rltd to th mplitud; thrfor, w cn find tht p. cos d [ sin ] sin sin Not: Evn though ou might not now how to find th prmtr in prt, it is lws dvisl to procd

More information

CONIC SECTIONS. MODULE-IV Co-ordinate Geometry OBJECTIVES. Conic Sections

CONIC SECTIONS. MODULE-IV Co-ordinate Geometry OBJECTIVES. Conic Sections Conic Sctions 16 MODULE-IV Co-ordint CONIC SECTIONS Whil cutting crrot ou might hv noticd diffrnt shps shown th dgs of th cut. Anlticll ou m cut it in thr diffrnt ws, nml (i) (ii) (iii) Cut is prlll to

More information

SOLVED EXAMPLES. be the foci of an ellipse with eccentricity e. For any point P on the ellipse, prove that. tan

SOLVED EXAMPLES. be the foci of an ellipse with eccentricity e. For any point P on the ellipse, prove that. tan LOCUS 58 SOLVED EXAMPLES Empl Lt F n F th foci of n llips with ccntricit. For n point P on th llips, prov tht tn PF F tn PF F Assum th llips to, n lt P th point (, sin ). P(, sin ) F F F = (-, 0) F = (,

More information

Section 3: Antiderivatives of Formulas

Section 3: Antiderivatives of Formulas Chptr Th Intgrl Appli Clculus 96 Sction : Antirivtivs of Formuls Now w cn put th is of rs n ntirivtivs togthr to gt wy of vluting finit intgrls tht is ct n oftn sy. To vlut finit intgrl f(t) t, w cn fin

More information

temperature T speed v time t density ρ scalars may be constant or may be variable yes distributive a(b+c) = ab+ac

temperature T speed v time t density ρ scalars may be constant or may be variable yes distributive a(b+c) = ab+ac Mthmtics Riw. Sclr mthmticl ntity tht hs mgnitud only.g.: tmprtur T spd tim t dnsity ρ sclrs my constnt or my ril Lws of Algr for Sclrs: ys commutti ys ssociti (c) ()c ys distriuti (c) c Fith A. Morrison,

More information

INTEGRALS. Chapter 7. d dx. 7.1 Overview Let d dx F (x) = f (x). Then, we write f ( x)

INTEGRALS. Chapter 7. d dx. 7.1 Overview Let d dx F (x) = f (x). Then, we write f ( x) Chptr 7 INTEGRALS 7. Ovrviw 7.. Lt d d F () f (). Thn, w writ f ( ) d F () + C. Ths intgrls r clld indfinit intgrls or gnrl intgrls, C is clld constnt of intgrtion. All ths intgrls diffr y constnt. 7..

More information

MASTER CLASS PROGRAM UNIT 4 SPECIALIST MATHEMATICS SEMESTER TWO 2014 WEEK 11 WRITTEN EXAMINATION 1 SOLUTIONS

MASTER CLASS PROGRAM UNIT 4 SPECIALIST MATHEMATICS SEMESTER TWO 2014 WEEK 11 WRITTEN EXAMINATION 1 SOLUTIONS MASTER CLASS PROGRAM UNIT SPECIALIST MATHEMATICS SEMESTER TWO WEEK WRITTEN EXAMINATION SOLUTIONS FOR ERRORS AND UPDATES, PLEASE VISIT WWW.TSFX.COM.AU/MC-UPDATES QUESTION () Lt p ( z) z z z If z i z ( is

More information

Elliptical motion, gravity, etc

Elliptical motion, gravity, etc FW Physics 130 G:\130 lctur\ch 13 Elliticl motion.docx g 1 of 7 11/3/010; 6:40 PM; Lst rintd 11/3/010 6:40:00 PM Fig. 1 Elliticl motion, grvity, tc minor xis mjor xis F 1 =A F =B C - D, mjor nd minor xs

More information

Limits Indeterminate Forms and L Hospital s Rule

Limits Indeterminate Forms and L Hospital s Rule Limits Indtrmint Forms nd L Hospitl s Rul I Indtrmint Form o th Tp W hv prviousl studid its with th indtrmint orm s shown in th ollowin mpls: Empl : Empl : tn [Not: W us th ivn it ] Empl : 8 h 8 [Not:

More information

A general N-dimensional vector consists of N values. They can be arranged as a column or a row and can be real or complex.

A general N-dimensional vector consists of N values. They can be arranged as a column or a row and can be real or complex. Lnr lgr Vctors gnrl -dmnsonl ctor conssts of lus h cn rrngd s column or row nd cn rl or compl Rcll -dmnsonl ctor cn rprsnt poston, loct, or cclrton Lt & k,, unt ctors long,, & rspctl nd lt k h th componnts

More information

Ch 1.2: Solutions of Some Differential Equations

Ch 1.2: Solutions of Some Differential Equations Ch 1.2: Solutions of Som Diffrntil Equtions Rcll th fr fll nd owl/mic diffrntil qutions: v 9.8.2v, p.5 p 45 Ths qutions hv th gnrl form y' = y - b W cn us mthods of clculus to solv diffrntil qutions of

More information

Mathematics. Mathematics 3. hsn.uk.net. Higher HSN23000

Mathematics. Mathematics 3. hsn.uk.net. Higher HSN23000 Highr Mthmtics UNIT Mthmtics HSN000 This documnt ws producd spcilly for th HSN.uk.nt wbsit, nd w rquir tht ny copis or drivtiv works ttribut th work to Highr Still Nots. For mor dtils bout th copyright

More information

Lecture 11 Waves in Periodic Potentials Today: Questions you should be able to address after today s lecture:

Lecture 11 Waves in Periodic Potentials Today: Questions you should be able to address after today s lecture: Lctur 11 Wvs in Priodic Potntils Tody: 1. Invrs lttic dfinition in 1D.. rphicl rprsnttion of priodic nd -priodic functions using th -xis nd invrs lttic vctors. 3. Sris solutions to th priodic potntil Hmiltonin

More information

Integration Continued. Integration by Parts Solving Definite Integrals: Area Under a Curve Improper Integrals

Integration Continued. Integration by Parts Solving Definite Integrals: Area Under a Curve Improper Integrals Intgrtion Continud Intgrtion y Prts Solving Dinit Intgrls: Ar Undr Curv Impropr Intgrls Intgrtion y Prts Prticulrly usul whn you r trying to tk th intgrl o som unction tht is th product o n lgric prssion

More information

, between the vertical lines x a and x b. Given a demand curve, having price as a function of quantity, p f (x) at height k is the curve f ( x,

, between the vertical lines x a and x b. Given a demand curve, having price as a function of quantity, p f (x) at height k is the curve f ( x, Clculus for Businss nd Socil Scincs - Prof D Yun Finl Em Rviw vrsion 5/9/7 Chck wbsit for ny postd typos nd updts Pls rport ny typos This rviw sht contins summris of nw topics only (This rviw sht dos hv

More information

CIVL 8/ D Boundary Value Problems - Rectangular Elements 1/7

CIVL 8/ D Boundary Value Problems - Rectangular Elements 1/7 CIVL / -D Boundr Vlu Prolms - Rctngulr Elmnts / RECANGULAR ELEMENS - In som pplictions, it m mor dsirl to us n lmntl rprsnttion of th domin tht hs four sids, ithr rctngulr or qudriltrl in shp. Considr

More information

HIGHER ORDER DIFFERENTIAL EQUATIONS

HIGHER ORDER DIFFERENTIAL EQUATIONS Prof Enriqu Mtus Nivs PhD in Mthmtis Edution IGER ORDER DIFFERENTIAL EQUATIONS omognous linr qutions with onstnt offiints of ordr two highr Appl rdution mthod to dtrmin solution of th nonhomognous qution

More information

ME 522 PRINCIPLES OF ROBOTICS. FIRST MIDTERM EXAMINATION April 19, M. Kemal Özgören

ME 522 PRINCIPLES OF ROBOTICS. FIRST MIDTERM EXAMINATION April 19, M. Kemal Özgören ME 522 PINCIPLES OF OBOTICS FIST MIDTEM EXAMINATION April 9, 202 Nm Lst Nm M. Kml Özgörn 2 4 60 40 40 0 80 250 USEFUL FOMULAS cos( ) cos cos sin sin sin( ) sin cos cos sin sin y/ r, cos x/ r, r 0 tn 2(

More information

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim.

COHORT MBA. Exponential function. MATH review (part2) by Lucian Mitroiu. The LOG and EXP functions. Properties: e e. lim. MTH rviw part b Lucian Mitroiu Th LOG and EXP functions Th ponntial function p : R, dfind as Proprtis: lim > lim p Eponntial function Y 8 6 - -8-6 - - X Th natural logarithm function ln in US- log: function

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

Minimum Spanning Trees

Minimum Spanning Trees Minimum Spnning Trs Minimum Spnning Trs Problm A town hs st of houss nd st of rods A rod conncts nd only houss A rod conncting houss u nd v hs rpir cost w(u, v) Gol: Rpir nough (nd no mor) rods such tht:

More information

Dealing with quantitative data and problem solving life is a story problem! Attacking Quantitative Problems

Dealing with quantitative data and problem solving life is a story problem! Attacking Quantitative Problems Daling with quantitati data and problm soling lif is a story problm! A larg portion of scinc inols quantitati data that has both alu and units. Units can sa your butt! Nd handl on mtric prfixs Dimnsional

More information

Solution: APPM 1360 Final (150 pts) Spring (60 pts total) The following parts are not related, justify your answers:

Solution: APPM 1360 Final (150 pts) Spring (60 pts total) The following parts are not related, justify your answers: APPM 6 Final 5 pts) Spring 4. 6 pts total) Th following parts ar not rlatd, justify your answrs: a) Considr th curv rprsntd by th paramtric quations, t and y t + for t. i) 6 pts) Writ down th corrsponding

More information

CSE303 - Introduction to the Theory of Computing Sample Solutions for Exercises on Finite Automata

CSE303 - Introduction to the Theory of Computing Sample Solutions for Exercises on Finite Automata CSE303 - Introduction to th Thory of Computing Smpl Solutions for Exrciss on Finit Automt Exrcis 2.1.1 A dtrministic finit utomton M ccpts th mpty string (i.., L(M)) if nd only if its initil stt is finl

More information

Computer Graphics (CS 4731) Lecture 7: Linear Algebra for Graphics (Points, Scalars, Vectors)

Computer Graphics (CS 4731) Lecture 7: Linear Algebra for Graphics (Points, Scalars, Vectors) Computer Grphics (CS 4731) Lecture 7: Liner Alger for Grphics (Points, Sclrs, Vectors) Prof Emmnuel Agu Computer Science Dept. Worcester Poltechnic Institute (WPI) Annoncements Project 1 due net Tuesd,

More information

Section 11.6: Directional Derivatives and the Gradient Vector

Section 11.6: Directional Derivatives and the Gradient Vector Sction.6: Dirctional Drivativs and th Gradint Vctor Practic HW rom Stwart Ttbook not to hand in p. 778 # -4 p. 799 # 4-5 7 9 9 35 37 odd Th Dirctional Drivativ Rcall that a b Slop o th tangnt lin to th

More information

Differential Equations

Differential Equations UNIT I Diffrntial Equations.0 INTRODUCTION W li in a world of intrrlatd changing ntitis. Th locit of a falling bod changs with distanc, th position of th arth changs with tim, th ara of a circl changs

More information

CBSE 2015 FOREIGN EXAMINATION

CBSE 2015 FOREIGN EXAMINATION CBSE 05 FOREIGN EXAMINATION (Sris SSO Cod No 65//F, 65//F, 65//F : Forign Rgion) Not tht ll th sts hv sm qustions Onl thir squnc of pprnc is diffrnt M Mrks : 00 Tim Allowd : Hours SECTION A Q0 Find th

More information

# 1 ' 10 ' 100. Decimal point = 4 hundred. = 6 tens (or sixty) = 5 ones (or five) = 2 tenths. = 7 hundredths.

# 1 ' 10 ' 100. Decimal point = 4 hundred. = 6 tens (or sixty) = 5 ones (or five) = 2 tenths. = 7 hundredths. How os it work? Pl vlu o imls rprsnt prts o whol numr or ojt # 0 000 Tns o thousns # 000 # 00 Thousns Hunrs Tns Ons # 0 Diml point st iml pl: ' 0 # 0 on tnth n iml pl: ' 0 # 00 on hunrth r iml pl: ' 0

More information

Polygons POLYGONS.

Polygons POLYGONS. Polgons PLYGNS www.mthltis.o.uk ow os it work? Solutions Polgons Pg qustions Polgons Polgon Not polgon Polgon Not polgon Polgon Not polgon Polgon Not polgon f g h Polgon Not polgon Polgon Not polgon Polgon

More information

CSE 373: More on graphs; DFS and BFS. Michael Lee Wednesday, Feb 14, 2018

CSE 373: More on graphs; DFS and BFS. Michael Lee Wednesday, Feb 14, 2018 CSE 373: Mor on grphs; DFS n BFS Mihl L Wnsy, F 14, 2018 1 Wrmup Wrmup: Disuss with your nighor: Rmin your nighor: wht is simpl grph? Suppos w hv simpl, irt grph with x nos. Wht is th mximum numr of gs

More information

Construction 11: Book I, Proposition 42

Construction 11: Book I, Proposition 42 Th Visul Construtions of Euli Constrution #11 73 Constrution 11: Book I, Proposition 42 To onstrut, in givn rtilinl ngl, prlllogrm qul to givn tringl. Not: Equl hr mns qul in r. 74 Constrution # 11 Th

More information

Differentiation of Exponential Functions

Differentiation of Exponential Functions Calculus Modul C Diffrntiation of Eponntial Functions Copyright This publication Th Northrn Albrta Institut of Tchnology 007. All Rights Rsrvd. LAST REVISED March, 009 Introduction to Diffrntiation of

More information

Last time: introduced our first computational model the DFA.

Last time: introduced our first computational model the DFA. Lctur 7 Homwork #7: 2.2.1, 2.2.2, 2.2.3 (hnd in c nd d), Misc: Givn: M, NFA Prov: (q,xy) * (p,y) iff (q,x) * (p,) (follow proof don in clss tody) Lst tim: introducd our first computtionl modl th DFA. Tody

More information

Chem 104A, Fall 2016, Midterm 1 Key

Chem 104A, Fall 2016, Midterm 1 Key hm 104A, ll 2016, Mitrm 1 Ky 1) onstruct microstt tl for p 4 configurtion. Pls numrt th ms n ml for ch lctron in ch microstt in th tl. (Us th formt ml m s. Tht is spin -½ lctron in n s oritl woul writtn

More information

PH427/PH527: Periodic systems Spring Overview of the PH427 website (syllabus, assignments etc.) 2. Coupled oscillations.

PH427/PH527: Periodic systems Spring Overview of the PH427 website (syllabus, assignments etc.) 2. Coupled oscillations. Dy : Mondy 5 inuts. Ovrviw of th PH47 wsit (syllus, ssignnts tc.). Coupld oscilltions W gin with sss coupld y Hook's Lw springs nd find th possil longitudinl) otion of such syst. W ll xtnd this to finit

More information

CSE 373: AVL trees. Warmup: Warmup. Interlude: Exploring the balance invariant. AVL Trees: Invariants. AVL tree invariants review

CSE 373: AVL trees. Warmup: Warmup. Interlude: Exploring the balance invariant. AVL Trees: Invariants. AVL tree invariants review rmup CSE 7: AVL trs rmup: ht is n invrint? Mihl L Friy, Jn 9, 0 ht r th AVL tr invrints, xtly? Disuss with your nighor. AVL Trs: Invrints Intrlu: Exploring th ln invrint Cor i: xtr invrint to BSTs tht

More information

1 Introduction to Modulo 7 Arithmetic

1 Introduction to Modulo 7 Arithmetic 1 Introution to Moulo 7 Arithmti Bor w try our hn t solvin som hr Moulr KnKns, lt s tk los look t on moulr rithmti, mo 7 rithmti. You ll s in this sminr tht rithmti moulo prim is quit irnt rom th ons w

More information

Graphs. CSC 1300 Discrete Structures Villanova University. Villanova CSC Dr Papalaskari

Graphs. CSC 1300 Discrete Structures Villanova University. Villanova CSC Dr Papalaskari Grphs CSC 1300 Disrt Struturs Villnov Univrsity Grphs Grphs r isrt struturs onsis?ng of vr?s n gs tht onnt ths vr?s. Grphs n us to mol: omputr systms/ntworks mthm?l rl?ons logi iruit lyout jos/prosss f

More information

Electrochemistry L E O

Electrochemistry L E O Rmmbr from CHM151 A rdox raction in on in which lctrons ar transfrrd lctrochmistry L O Rduction os lctrons xidation G R ain lctrons duction W can dtrmin which lmnt is oxidizd or rducd by assigning oxidation

More information

Abstract Interpretation: concrete and abstract semantics

Abstract Interpretation: concrete and abstract semantics Abstract Intrprtation: concrt and abstract smantics Concrt smantics W considr a vry tiny languag that manags arithmtic oprations on intgrs valus. Th (concrt) smantics of th languags cab b dfind by th funzcion

More information

Walk Like a Mathematician Learning Task:

Walk Like a Mathematician Learning Task: Gori Dprtmnt of Euction Wlk Lik Mthmticin Lrnin Tsk: Mtrics llow us to prform mny usful mthmticl tsks which orinrily rquir lr numbr of computtions. Som typs of problms which cn b on fficintly with mtrics

More information

Lecture contents. Bloch theorem k-vector Brillouin zone Almost free-electron model Bands Effective mass Holes. NNSE 508 EM Lecture #9

Lecture contents. Bloch theorem k-vector Brillouin zone Almost free-electron model Bands Effective mass Holes. NNSE 508 EM Lecture #9 Lctur contnts Bloch thorm -vctor Brillouin zon Almost fr-lctron modl Bnds ffctiv mss Hols Trnsltionl symmtry: Bloch thorm On-lctron Schrödingr qution ch stt cn ccommo up to lctrons: If Vr is priodic function:

More information

Mor Tutorial at www.dumblittldoctor.com Work th problms without a calculator, but us a calculator to chck rsults. And try diffrntiating your answrs in part III as a usful chck. I. Applications of Intgration

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

First derivative analysis

First derivative analysis Robrto s Nots on Dirntial Calculus Chaptr 8: Graphical analysis Sction First drivativ analysis What you nd to know alrady: How to us drivativs to idntiy th critical valus o a unction and its trm points

More information

(2) If we multiplied a row of B by λ, then the value is also multiplied by λ(here lambda could be 0). namely

(2) If we multiplied a row of B by λ, then the value is also multiplied by λ(here lambda could be 0). namely . DETERMINANT.. Dtrminnt. Introution:I you think row vtor o mtrix s oorint o vtors in sp, thn th gomtri mning o th rnk o th mtrix is th imnsion o th prlllppi spnn y thm. But w r not only r out th imnsion,

More information

FSA. CmSc 365 Theory of Computation. Finite State Automata and Regular Expressions (Chapter 2, Section 2.3) ALPHABET operations: U, concatenation, *

FSA. CmSc 365 Theory of Computation. Finite State Automata and Regular Expressions (Chapter 2, Section 2.3) ALPHABET operations: U, concatenation, * CmSc 365 Thory of Computtion Finit Stt Automt nd Rgulr Exprssions (Chptr 2, Sction 2.3) ALPHABET oprtions: U, conctntion, * otin otin Strings Form Rgulr xprssions dscri Closd undr U, conctntion nd * (if

More information

Paths. Connectivity. Euler and Hamilton Paths. Planar graphs.

Paths. Connectivity. Euler and Hamilton Paths. Planar graphs. Pths.. Eulr n Hmilton Pths.. Pth D. A pth rom s to t is squn o gs {x 0, x 1 }, {x 1, x 2 },... {x n 1, x n }, whr x 0 = s, n x n = t. D. Th lngth o pth is th numr o gs in it. {, } {, } {, } {, } {, } {,

More information

a b c cat CAT A B C Aa Bb Cc cat cat Lesson 1 (Part 1) Verbal lesson: Capital Letters Make The Same Sound Lesson 1 (Part 1) continued...

a b c cat CAT A B C Aa Bb Cc cat cat Lesson 1 (Part 1) Verbal lesson: Capital Letters Make The Same Sound Lesson 1 (Part 1) continued... Progrssiv Printing T.M. CPITLS g 4½+ Th sy, fun (n FR!) wy to tch cpitl lttrs. ook : C o - For Kinrgrtn or First Gr (not for pr-school). - Tchs tht cpitl lttrs mk th sm souns s th littl lttrs. - Tchs th

More information

Path (space curve) Osculating plane

Path (space curve) Osculating plane Fo th cuilin motion of pticl in spc th fomuls did fo pln cuilin motion still lid. But th my b n infinit numb of nomls fo tngnt dwn to spc cu. Whn th t nd t ' unit ctos mod to sm oigin by kping thi ointtions

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

Gradebook & Midterm & Office Hours

Gradebook & Midterm & Office Hours Your commnts So what do w do whn on of th r's is 0 in th quation GmM(1/r-1/r)? Do w nd to driv all of ths potntial nrgy formulas? I don't undrstand springs This was th first lctur I actually larnd somthing

More information

Graphs. Graphs. Graphs: Basic Terminology. Directed Graphs. Dr Papalaskari 1

Graphs. Graphs. Graphs: Basic Terminology. Directed Graphs. Dr Papalaskari 1 CSC 00 Disrt Struturs : Introuon to Grph Thory Grphs Grphs CSC 00 Disrt Struturs Villnov Univrsity Grphs r isrt struturs onsisng o vrs n gs tht onnt ths vrs. Grphs n us to mol: omputr systms/ntworks mthml

More information

PHYSICS 211 MIDTERM I 21 April 2004

PHYSICS 211 MIDTERM I 21 April 2004 PHYSICS MIDERM I April 004 Exm is closed book, closed notes. Use only your formul sheet. Write ll work nd nswers in exm booklets. he bcks of pges will not be grded unless you so request on the front of

More information

Massachusetts Institute of Technology Department of Mechanical Engineering

Massachusetts Institute of Technology Department of Mechanical Engineering Massachustts Institut of Tchnolog Dpartmnt of Mchanical Enginring. Introduction to Robotics Mid-Trm Eamination Novmbr, 005 :0 pm 4:0 pm Clos-Book. Two shts of nots ar allowd. Show how ou arrivd at our

More information

Lecture 4. Conic section

Lecture 4. Conic section Lctur 4 Conic sction Conic sctions r locus of points whr distncs from fixd point nd fixd lin r in constnt rtio. Conic sctions in D r curvs which r locus of points whor position vctor r stisfis r r. whr

More information

Fundamental Algorithms for System Modeling, Analysis, and Optimization

Fundamental Algorithms for System Modeling, Analysis, and Optimization Fundmntl Algorithms for Sstm Modling, Anlsis, nd Optimiztion Edwrd A. L, Jijt Rohowdhur, Snjit A. Sshi UC Brkl EECS 144/244 Fll 2011 Copright 2010-11, E. A. L, J. Rohowdhur, S. A. Sshi, All rights rsrvd

More information

Calculus concepts derivatives

Calculus concepts derivatives All rasonabl fforts hav bn mad to mak sur th nots ar accurat. Th author cannot b hld rsponsibl for any damags arising from th us of ths nots in any fashion. Calculus concpts drivativs Concpts involving

More information

Basic Polyhedral theory

Basic Polyhedral theory Basic Polyhdral thory Th st P = { A b} is calld a polyhdron. Lmma 1. Eithr th systm A = b, b 0, 0 has a solution or thr is a vctorπ such that π A 0, πb < 0 Thr cass, if solution in top row dos not ist

More information

Present state Next state Q + M N

Present state Next state Q + M N Qustion 1. An M-N lip-lop works s ollows: I MN=00, th nxt stt o th lip lop is 0. I MN=01, th nxt stt o th lip-lop is th sm s th prsnt stt I MN=10, th nxt stt o th lip-lop is th omplmnt o th prsnt stt I

More information

Multi-Section Coupled Line Couplers

Multi-Section Coupled Line Couplers /0/009 MultiSction Coupld Lin Couplrs /8 Multi-Sction Coupld Lin Couplrs W cn dd multipl coupld lins in sris to incrs couplr ndwidth. Figur 7.5 (p. 6) An N-sction coupld lin l W typiclly dsign th couplr

More information

Graph Isomorphism. Graphs - II. Cayley s Formula. Planar Graphs. Outline. Is K 5 planar? The number of labeled trees on n nodes is n n-2

Graph Isomorphism. Graphs - II. Cayley s Formula. Planar Graphs. Outline. Is K 5 planar? The number of labeled trees on n nodes is n n-2 Grt Thortil Is In Computr Sin Vitor Amhik CS 15-251 Ltur 9 Grphs - II Crngi Mllon Univrsity Grph Isomorphism finition. Two simpl grphs G n H r isomorphi G H if thr is vrtx ijtion V H ->V G tht prsrvs jny

More information

13.4 Work done by Constant Forces

13.4 Work done by Constant Forces 13.4 Work done by Constnt Forces We will begin our discussion of the concept of work by nlyzing the motion of n object in one dimension cted on by constnt forces. Let s consider the following exmple: push

More information

Higher order derivatives

Higher order derivatives Robrto s Nots on Diffrntial Calculus Chaptr 4: Basic diffrntiation ruls Sction 7 Highr ordr drivativs What you nd to know alrady: Basic diffrntiation ruls. What you can larn hr: How to rpat th procss of

More information

Modern Channel Coding

Modern Channel Coding Modrn Chnnl Coding Ingmr Lnd & Joss Sir Lctr 4: EXIT Chrts ACoRN Smmr School 27 Itrti Dcoding How dos th mtl informtion ol in n itrti dcoding lgorithm? W h lrnd tht it is possibl to optimiz LDPC cods so

More information

COMP108 Algorithmic Foundations

COMP108 Algorithmic Foundations Grdy mthods Prudn Wong http://www.s.liv..uk/~pwong/thing/omp108/01617 Coin Chng Prolm Suppos w hv 3 typs of oins 10p 0p 50p Minimum numr of oins to mk 0.8, 1.0, 1.? Grdy mthod Lrning outoms Undrstnd wht

More information

3.4 Repeated Roots; Reduction of Order

3.4 Repeated Roots; Reduction of Order 3.4 Rpd Roos; Rducion of Ordr Rcll our nd ordr linr homognous ODE b c 0 whr, b nd c r consns. Assuming n xponnil soluion lds o chrcrisic quion: r r br c 0 Qudric formul or fcoring ilds wo soluions, r &

More information

along the vector 5 a) Find the plane s coordinate after 1 hour. b) Find the plane s coordinate after 2 hours. c) Find the plane s coordinate

along the vector 5 a) Find the plane s coordinate after 1 hour. b) Find the plane s coordinate after 2 hours. c) Find the plane s coordinate L8 VECTOR EQUATIONS OF LINES HL Mth - Sntowski Vector eqution of line 1 A plne strts journey t the point (4,1) moves ech hour long the vector. ) Find the plne s coordinte fter 1 hour. b) Find the plne

More information

Algebra & Functions (Maths ) opposite side

Algebra & Functions (Maths ) opposite side Instructor: Dr. R.A.G. Seel Trigonometr Algebr & Functions (Mths 0 0) 0th Prctice Assignment hpotenuse hpotenuse side opposite side sin = opposite hpotenuse tn = opposite. Find sin, cos nd tn in 9 sin

More information

2008 AP Calculus BC Multiple Choice Exam

2008 AP Calculus BC Multiple Choice Exam 008 AP Multipl Choic Eam Nam 008 AP Calculus BC Multipl Choic Eam Sction No Calculator Activ AP Calculus 008 BC Multipl Choic. At tim t 0, a particl moving in th -plan is th acclration vctor of th particl

More information

Fundamentals of Continuum Mechanics. Seoul National University Graphics & Media Lab

Fundamentals of Continuum Mechanics. Seoul National University Graphics & Media Lab Fndmntls of Contnm Mchncs Sol Ntonl Unvrsty Grphcs & Md Lb Th Rodmp of Contnm Mchncs Strss Trnsformton Strn Trnsformton Strss Tnsor Strn T + T ++ T Strss-Strn Rltonshp Strn Enrgy FEM Formlton Lt s Stdy

More information

ECE602 Exam 1 April 5, You must show ALL of your work for full credit.

ECE602 Exam 1 April 5, You must show ALL of your work for full credit. ECE62 Exam April 5, 27 Nam: Solution Scor: / This xam is closd-book. You must show ALL of your work for full crdit. Plas rad th qustions carfully. Plas chck your answrs carfully. Calculators may NOT b

More information

MATHEMATICS FOR MANAGEMENT BBMP1103

MATHEMATICS FOR MANAGEMENT BBMP1103 Objctivs: TOPIC : EXPONENTIAL AND LOGARITHM FUNCTIONS. Idntif pnntils nd lgrithmic functins. Idntif th grph f n pnntil nd lgrithmic functins. Clcult qutins using prprtis f pnntils. Clcult qutins using

More information

DIFFERENTIAL EQUATION

DIFFERENTIAL EQUATION MD DIFFERENTIAL EQUATION Sllabus : Ordinar diffrntial quations, thir ordr and dgr. Formation of diffrntial quations. Solution of diffrntial quations b th mthod of sparation of variabls, solution of homognous

More information

Continuous Random Variables: Basics

Continuous Random Variables: Basics Continuous Rndom Vrils: Bsics Brlin Chn Dprtmnt o Computr Scinc & Inormtion Enginring Ntionl Tiwn Norml Univrsit Rrnc: - D.. Brtss, J. N. Tsitsilis, Introduction to roilit, Sctions 3.-3.3 Continuous Rndom

More information

CONTINUITY AND DIFFERENTIABILITY

CONTINUITY AND DIFFERENTIABILITY MCD CONTINUITY AND DIFFERENTIABILITY NCERT Solvd mpls upto th sction 5 (Introduction) nd 5 (Continuity) : Empl : Chck th continuity of th function f givn by f() = + t = Empl : Emin whthr th function f

More information

Combinatorial Networks Week 1, March 11-12

Combinatorial Networks Week 1, March 11-12 1 Nots on March 11 Combinatorial Ntwors W 1, March 11-1 11 Th Pigonhol Principl Th Pigonhol Principl If n objcts ar placd in hols, whr n >, thr xists a box with mor than on objcts 11 Thorm Givn a simpl

More information

Homework #3. 1 x. dx. It therefore follows that a sum of the

Homework #3. 1 x. dx. It therefore follows that a sum of the Danil Cannon CS 62 / Luan March 5, 2009 Homwork # 1. Th natural logarithm is dfind by ln n = n 1 dx. It thrfor follows that a sum of th 1 x sam addnd ovr th sam intrval should b both asymptotically uppr-

More information

The Theory of Small Reflections

The Theory of Small Reflections Jim Stils Th Univ. of Knss Dt. of EECS 4//9 Th Thory of Smll Rflctions /9 Th Thory of Smll Rflctions Rcll tht w nlyzd qurtr-wv trnsformr usg th multil rflction viw ot. V ( z) = + β ( z + ) V ( z) = = R

More information

That is, we start with a general matrix: And end with a simpler matrix:

That is, we start with a general matrix: And end with a simpler matrix: DIAGON ALIZATION OF THE STR ESS TEN SOR INTRO DUCTIO N By th us of Cauchy s thorm w ar abl to rduc th numbr of strss componnts in th strss tnsor to only nin valus. An additional simplification of th strss

More information

Errata for Second Edition, First Printing

Errata for Second Edition, First Printing Errt for Scond Edition, First Printing pg 68, lin 1: z=.67 should b z=.44 pg 1: Eqution (.63) should rd B( R) = x= R = θ ( x R) p( x) R 1 x= [1 G( x)] = θp( R) + ( θ R)[1 G( R)] pg 15, problm 6: dmnd of

More information

Formal Concept Analysis

Formal Concept Analysis Forml Conpt Anlysis Conpt intnts s losd sts Closur Systms nd Implitions 4 Closur Systms 0.06.005 Nxt-Closur ws dvlopd y B. Gntr (984). Lt M = {,..., n}. A M is ltilly smllr thn B M, if B A if th smllst

More information

Binomials and Pascal s Triangle

Binomials and Pascal s Triangle Binomils n Psl s Tringl Binomils n Psl s Tringl Curriulum R AC: 0, 0, 08 ACS: 00 www.mthltis.om Binomils n Psl s Tringl Bsis 0. Intif th prts of th polnomil: 8. (i) Th gr. Th gr is. (Sin is th highst

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

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

Calculus II (MAC )

Calculus II (MAC ) Calculus II (MAC232-2) Tst 2 (25/6/25) Nam (PRINT): Plas show your work. An answr with no work rcivs no crdit. You may us th back of a pag if you nd mor spac for a problm. You may not us any calculators.

More information

I. The Connection between Spectroscopy and Quantum Mechanics

I. The Connection between Spectroscopy and Quantum Mechanics I. Th Connction twn Spctroscopy nd Quntum Mchnics On of th postults of quntum mchnics: Th stt of systm is fully dscrid y its wvfunction, Ψ( r1, r,..., t) whr r 1, r, tc. r th coordints of th constitunt

More information

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations

MATH 319, WEEK 15: The Fundamental Matrix, Non-Homogeneous Systems of Differential Equations MATH 39, WEEK 5: Th Fundamntal Matrix, Non-Homognous Systms of Diffrntial Equations Fundamntal Matrics Considr th problm of dtrmining th particular solution for an nsmbl of initial conditions For instanc,

More information

u 3 = u 3 (x 1, x 2, x 3 )

u 3 = u 3 (x 1, x 2, x 3 ) Lctur 23: Curvilinar Coordinats (RHB 8.0 It is oftn convnint to work with variabls othr than th Cartsian coordinats x i ( = x, y, z. For xampl in Lctur 5 w mt sphrical polar and cylindrical polar coordinats.

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

Errata for Second Edition, First Printing

Errata for Second Edition, First Printing Errt for Scond Edition, First Printing pg 68, lin 1: z=.67 should b z=.44 pg 71: Eqution (.3) should rd B( R) = θ R 1 x= [1 G( x)] pg 1: Eqution (.63) should rd B( R) = x= R = θ ( x R) p( x) R 1 x= [1

More information

1973 AP Calculus AB: Section I

1973 AP Calculus AB: Section I 97 AP Calculus AB: Sction I 9 Minuts No Calculator Not: In this amination, ln dnots th natural logarithm of (that is, logarithm to th bas ).. ( ) d= + C 6 + C + C + C + C. If f ( ) = + + + and ( ), g=

More information

Chapter 2. Vectors. 2.1 Vectors Scalars and Vectors

Chapter 2. Vectors. 2.1 Vectors Scalars and Vectors Chpter 2 Vectors 2.1 Vectors 2.1.1 Sclrs nd Vectors A vector is quntity hving both mgnitude nd direction. Emples of vector quntities re velocity, force nd position. One cn represent vector in n-dimensionl

More information

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12

Engineering 323 Beautiful HW #13 Page 1 of 6 Brown Problem 5-12 Enginring Bautiful HW #1 Pag 1 of 6 5.1 Two componnts of a minicomputr hav th following joint pdf for thir usful liftims X and Y: = x(1+ x and y othrwis a. What is th probability that th liftim X of th

More information

5. B To determine all the holes and asymptotes of the equation: y = bdc dced f gbd

5. B To determine all the holes and asymptotes of the equation: y = bdc dced f gbd 1. First you chck th domain of g x. For this function, x cannot qual zro. Thn w find th D domain of f g x D 3; D 3 0; x Q x x 1 3, x 0 2. Any cosin graph is going to b symmtric with th y-axis as long as

More information

Case Study VI Answers PHA 5127 Fall 2006

Case Study VI Answers PHA 5127 Fall 2006 Qustion. A ptint is givn 250 mg immit-rls thophyllin tblt (Tblt A). A wk ltr, th sm ptint is givn 250 mg sustin-rls thophyllin tblt (Tblt B). Th tblts follow on-comprtmntl mol n hv first-orr bsorption

More information