Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Size: px
Start display at page:

Download "Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis"

Transcription

1 Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME 43 Introduction to Finit Elmnt Analysis Chaptr 3 Computr Implmntation of D FEM Ths nots ar prpard by Dr. Cünyt Srt csrt@mtu.du.tr Ths nots ar prpard with th hop to b usful to thos who want to larn and tach FEM. You ar fr to us thm. Plas snd fdbacks to th abov mail addrss. 3-

2 Summary of Chaptr In Chaptr Ritz mthod was improvd into FEM. Solution is not global anymor. Solution ovr ach lmnt is simpl. Complicatd D and 3D solutions on complx domains can b obtaind, by using ncssary numbr of lmnts. Problms with multipl matrials can b solvd. Approximation function slction is vry wll dfind and indpndnt of BCs. But th procdur of Chaptr still hav difficultis. Writing approximation functions on-by-on for ach nod is difficult. In D and 3D it ll b vn mor difficult. Approximation functions chang whn msh changs. Symbolic math is limitd and costly. Exrcis : Modify Exampl_v.m cod so that it asks th usr to ntr NE and works automatically. Using tic & toc commands, masur computation tim for NE = 5,, 5,,. Improv th spd of th cod in any way you can. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

3 What Is This Chaptr About? W ll improv th solution procdur of Chaptr so that it is almost compltly msh indpndnt approximation function calculations ar asy symbolic calculations ar avoidd solution is fficint and vry algorithmic To achiv ths w ll us Elmntal wak form Mastr lmnt concpt Gauss Quadratur numrical intgration METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-3

4 Nod Basd Intgral Calculation of Chaptr In FEM φ s hav local support. For linar lmnts, φ s ar nonzro ovr at most two lmnts. φ i i i- i- i i+ + i+ i+3 x Intgral of th i th qn. contains φ i in all its trms (s slid -). But φ i is nonzro only ovr lmnts - and. Thrfor intgral calculations simplify as follows Intgral of qn. i : I i = f φ i dx = f φ i dx + f φ i dx Ω Ω Ω Ovr th whol problm domain Ovr lmnt - only Ovr lmnt only METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-4

5 Nod Basd Intgral Calculation of Chaptr (cont d) For a 5 nod msh φ φ φ 3 φ 4 φ 5 All intgrals ar i= i= i=3 i=4 i=5 x I = f φ Ω dx I = f φ Ω dx + f φ Ω dx I 3 = f φ 3 Ω dx + f φ 3 Ω 3 dx I 4 = f φ 4 Ω 3 dx + f φ 4 Ω 4 dx I 5 = f φ 5 Ω 4 dx This is nod basd thinking. W valuat th intgral of ach quation, which ar associatd with on nod and on φ. In FEM cods w prfr lmnt basd oprations. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-5

6 Nw Elmnt Basd Intgral Calculation Instad of thinking about ach quation individually, concntrat on lmnts and dtrmin th contribution of ach lmnt to ach quation. I = Ω f φ dx = contributs to I and I = contributs to I and I 3 = = =3 =4 x I = Ω f φ dx + Ω f φ dx =3 contributs to I 3 and I 4 I 3 = Ω f φ 3 dx + Ω 3 f φ 3 dx =4 contributs to I 4 and I 5 I 4 = Ω 3 f φ 4 dx + Ω 4 f φ 4 dx I 5 = Ω 4 f φ 5 dx METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-6

7 For th following modl DE wak form is d dx du a dx Elmntal Thinking du + b dx + cu = f, < x < L L a du dw dx dx du + bw Lwf dx + cwu dx = dx + wa du dx L Q L In Chaptr FE solution of this rsultd in a NN NN global systm wa du dx Q K u = F + Q Th nw ida is to writ wak form ovr ach lmnt individually obtain lmntal systms add thm up to gt th global systm METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-7

8 Local Nod Numbring and Elmntal Wak Form Considr th following linar lmnt Global nod numbrs Local nod numbrs i x i i+ x i+ x x x x Elmntal wak form of th modl DE is x x a du dw dx dx + bw du dx + cwu dx = x x wf dx + w du dx x w du dx x which will rsult in th following NN NN lmntal systm K u = F + Q METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-8

9 Elmntal Systm K u = F + Q Elmntal systms ar spars. On a msh of 4 linar lmnts = = =3 =4 x For = = + For = = + For =3 = + For =4 = + METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-9

10 Small Elmntal Systms of Siz NEN x NEN Each lmntal systm contributs to only qns of th global systm. It is bttr to think of lmntal systms as NEN NEN, instad of NN NN whr NEN is th numbr of lmnt s nods (= for linar lmnts) K u = F + Q Elmntal stiffnss matrix NEN NEN Elmntal unknown vctor NEN Elmntal forc vctor NEN Elmntal boundary trm vctor NEN For xampl for =3, small lmntal systm is 3 3 K K 3 3 K K u u = F 3 F + Q 3 Q Assmbly opration = + METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

11 From Approximation Functions to Shap Functions φ i φ i+ Nod basd thinking i- i- i i+ + i+ i+3 x Elmnt basd thinking i i+ x S S Shap functions x h = x i+ x i = x x METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

12 Shap Functions Similar to φ s, shap functions also hav th Kronckr-dlta proprty S S S i x j = if i = j if i j x x x For a linar lmnt shap functions ar FE solution ovr lmnt is u S u u S S = x x h, S = x x h x u = NEN j= u j S j Numbr of lmnt s nods (= for linar lmnts) Nodal unknown at lmnt s j th nod METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

13 Shap Functions (cont d) Difficultis with ths shap functions ar For ach lmnt thy will b diffrnt functions of x. Intgration ovr an lmnt will hav limits of x and x, which ar not appropriat for Gauss Quadratur intgration. S x S x x Th cur is to us th concpt of mastr lmnt. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-3

14 Mastr Elmnt D, linar mastr lmnt is dfind using th local coordinat ξ (ksi). S (ξ) S (ξ) S = ξ Suprscript is NOT ncssary hr ξ Nod Nod ξ = - ξ = S = + ξ For all linar lmnts in a D msh, thr is only a singl mastr lmnt. Mastr lmnt has a lngth of. End points ar ξ = and ξ =, which ar suitabl for Gauss Quadratur. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-4

15 Mapping Btwn an Actual Elmnt & Mastr Elmnt If a msh has only linar lmnts, than w only nd to dfin shap functions. This is a grat simplification, but it coms with a pric. In ordr to xprss vrything in th intgrals in trms of ξ, w nd to obtain th rlation btwn th global x coordinat and th local ξ coordinat. This rlation is linar as shown x x An actual lmnt of lngth h x x = Aξ + B x(ξ) =? Using th fact that nd points of th actual lmnt coincid with thos of th mastr lmnt, w gt x = h ξ + x + x This rlation is diffrnt for ach and vry lmnt ξ = ξ = ξ Mastr lmnt of lngth METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-5

16 Jacobian of an Elmnt In th intgrals of th wak form w hav th first drivativ of u. u = NEN j= u j S j du NEN dx = j= u j ds j dx Mastr lmnt shap functions ar writtn in trms of ξ. Thrfor x drivativs should b xprssd in trms of ξ drivativs. ds j dx = ds j dξ dξ dx ds dξ =.5, ds dξ =.5 = h (using th boxd quation of th prvious slid. J = dx = h dξ is th Jacobian of lmnt. It is th ratio of actual lmnt s lngth to th lngth of th mastr lmnt. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-6

17 Exampl 3..g. Exampl 3. Solv th following problm using a uniform msh of 4 linar lmnts of lngth h =.5. Elmntal wak form is d u dx u = x, < x < u =, u = x x du dx dw dx wu dx = x x wx dx + w du dx x w du dx x To gt x lmntal systm of qns, substitut th following approximat solution into th lmntal wak form NEN u = u j S j j= METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-7

18 Exampl 3. (cont d) Ω d dx u j S j dw dx w u j S j dx = Ω wx dx + w du dx x w du dx x Elmntal systm is x and w nd wight functions to gt it. In GFEM w = S, w = S Eqn : Ω d dx u j S j ds dx S u j S j dx = Ω S x dx + S du dx x S du dx x Q Eqn : Ω d dx u j S j ds dx S u j S j dx = Ω S x dx + S du dx x S du dx x Q In gnral th i th qn of lmnt is obtaind by using w = S i Eqn i : Ω u j ds j dx ds i dx S i u j S j dx = Ω S i x dx + Q i METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-8

19 Exampl 3. (cont d) Chang th intgration paramtr from x to ξ (rfr to slid 3-6) dx = J dξ Eqn i : u j ds j dx ds i dx S i u j S j dx = S i x dx + Q i ds dx = ds dξ J x = h ξ + x + x Eqn i : u j ds j dξ J ds i dξ J S i u j S j J dξ = S i f ξ J dξ + Q i Tak th summation sign outsid th intgral and tak th intgrand into u j paranthsis. ds i ds j Eqn i : dξ J dξ J S is j J dξ u j = S i f ξ J dξ + Q i METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-9

20 Exampl 3. (cont d) Eqn i : ds i dξ ds j J dξ K ij J S is j J dξ u j = S i f ξ J dξ + Q i F i Summation sign is ovr j =,. i indx also gos from to. i = givs th first quation, i = givs th scond quation. x lmntal systm is K u = F + Q W don t nd to do any calculations for Q i valus (Dtails will com). METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

21 Exampl 3. (cont d) x = x For ach lmnt h =.5. Jacobian for ach lmnt is J = h / =.5 All lmnts ar linar. Shap functions and thir drivativs ar S = ξ, S = + ξ ds dξ =.5, ds dξ =.5 W nd vrything to valut th ntris of K and F on-by-on for ach lmnt. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

22 Exampl 3. (cont d) K ij = ds i dξ ds j J dξ J S is j J dξ For = K = ds dξ ds J dξ J S S J dξ = 47 K = ds dξ ds J dξ J S S J dξ = 97 4 K = K ([K ] is symmtric. Intrchang i & j and s) K = K = ds dξ ds J dξ J S S J dξ = 47 METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-

23 No nd to calculat [K ], [K 3 ] or [K 4 ]. Exampl 3. (cont d) Thy will all b qual to [K ]. This is a spcial cas for this problm. Can you s why? Lt s start {F } calculations. F i = S i f ξ J dξ f ξ = x ξ For = : f = h ξ + x + x = ξ + 8 F = S f ξ J dξ = 768, F = S f ξ J dξ = METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-3

24 Exampl 3. (cont d) For = : f = ξ+3 8 F = S f ξ J dξ = 768, F = S f ξ J dξ = For =3 : f =? (find yourslf) F 3 = S f ξ J dξ = 33 S f ξ J dξ = , F 3 = 768 For =4 : f =? (find yourslf) F 4 = S f ξ J dξ = 67 S f ξ J dξ = 8 768, F 4 = 768 METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-4

25 Exampl 3. (cont d) Four lmntal systms ar = = =3 =4 x For = : u u = Q Q For = : u u = Q Q For =3 : u 3 u = Q Q 3 For =4 : u 4 u = Q Q 4 METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-5

26 Exampl 3. (cont d) Assmbl lmntal systms into 5x5 global systm (s slid 3-9). = = =3 =4 x K K K K + K K K K 3 + K 3 K 3 K K + K K 4 4 K 4 4 K u u u 3 u 4 u 5 = F F + F F + F 3 F 3 + F 4 F 4 + Q Q + Q Q + Q 3 Q 3 + Q 4 Q 4 METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-6

27 Exampl 3. (cont d) Put th numbrs in to gt = = =3 =4 x u u u 3 u 4 u 5 = Q Q + Q Q + Q 3 Q 3 + Q 4 Q 4 Balanc of scondary variabls : Q + Q = Q + Q 3 = Q 3 + Q 4 = du dx x du dx x du dx x 3 + du dx x + du dx x 3 + du dx x 4 = = = METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-7

28 Exampl 3. (cont d) Global systm is u u u 3 u 4 u 5 = Q Q 5 u and u 5 ar known. Rduc th systm by dropping th st and 5 th quations u u 3 u 4 = FE solution is u u 3 u 4 = METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-8

29 Apply EBCs without Rduction Rduction is not asy to implmnt in a computr cod. A simplr tchniqu is to kp th st and 5 th qns, but modify thm as follows K K K 3 K 4 K 5 K 3 K 3 K 33 K 34 K 35 K 4 K 4 K 43 K 44 K 45 u u u 3 u 4 u 5 = U U 5 + Equat diagonal ntris to, and non-diagonal ntris to zro Ths ar th spcifid valus of u and u 5 Equat unknown Q s to zro. Disadvantags ar symmtry of [K] is lost. an unncssarily larg systm is solvd. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-9

30 Apply EBCs without Rduction (cont d) A third altrnativ for EBCs modifis st and 5 th qns as follows L K K K 3 K 4 K 5 K K K 3 K 4 K 5 K 3 K 3 K 33 K 34 K 35 K 4 K 4 K 43 K 44 K 45 K 5 K 5 K 53 K 54 L K 55 u u u 3 u 4 u 5 = L K U F F 3 F 4 L K 55 U 5 + whr L is larg nough numbr. If L is larg nough th st and 5 th qns simplify to LK u + Ngligibly small trms = LK U u = U LK 55 u 5 + Ngligibly small trms = LK 55 U 5 u 5 = U 5 This tchniqu prsrvs possibl symmtry of [K]. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-3

31 NBCs If a NBC is providd, th spcifid Q valu is usd in th global systm. Similar to th Ritz mthod, NBCs ar satisfid not xactly, but approximatly. B carful in dtrmining th SV corrctly. If a hat conduction problm is formulatd starting from d dx dt ka dx = thn Q = ka dt dx and Q NN = ka dt dx L SV is hat in Watts If in th sam problm ka is constant and droppd from th DE d dx thn Q = dt dx and Q NN = dt dx L dt dx = SV is tmpratur gradint in K/m METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-3

32 MBCs Put th givn mixd BC into th form SV = αpv + β whr α and β ar known valus. Us αpv + β in th propr plac of th Q vctor. Transfr αpv to th [K] matrix and lav β on th RHS of th global systm. If a mixd BC is givn at th 5 th (last) nod of a 4 lmnt msh K K K 3 K 4 K 5 K K K 3 K 4 K 5 K 3 K 3 K 33 K 34 K 35 K 4 K 4 K 43 K 44 K 45 K 5 K 5 K 53 K 54 K 55 u u u 3 u 4 u 5 = F F F 3 F 4 F 5 + Q αu 5 + β Modify K 55 as K 55 α METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-3

33 Gauss Quadratur (GQ) Intgration In FEM intgrals similar to th following ons nd to b valuatd K ij = ds i dξ ds j J dξ J S is j J dξ, F i = S i f ξ J dξ Th limits [-,] ar suitabl for GQ intgration, which convrts an intgral into a summation Numbr of GQ points I = g ξ dξ = NGP k= Coordinats of GQ points g(ξ k )W k GQ wights METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-33

34 GQ Intgration (cont d) GQ points and wights for diffrnt NGP valus ar NGP ξ k W k / 3 = / 3 = = = /9 = /9 = /9 = NGP point GQ intgration can valuat ( NGP ) ordr polynomial functions xactly. METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-34

35 .g. Exampl 3. Exampl 3. Evaluat K and F of Exampl 3. using GQ intgration. K = ds dξ ds J dξ J S S J dξ = (.5).5 (.5).5 ξ ξ.5 dξ = ξ + ξ g(ξ) dξ Using point GQ : K = g = Using point GQ : K = g + g = Using 3 point GQ : K = 5 g g + 5 g.6 = Both ar xact METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-35

36 Exampl 3. (cont d) F = S f ξ J dξ = ξ ξ dξ = ξ 3 + ξ ξ 4 g(ξ) dξ Using point GQ : F = g =.953 Using point GQ : F = g + g = Both ar Using 3 point GQ : F = 5 g g + 5 g.6 =.3 xact METU Dpt. of Mchanical Enginring ME 43 Int. to Finit Elmnt Analysis Lctur Nots of Dr. Srt 3-36

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME Introduction to Finit Elmnt Analysis Chaptr 5 Two-Dimnsional Formulation Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis

Middle East Technical University Department of Mechanical Engineering ME 413 Introduction to Finite Element Analysis Middl East Tchnical Univrsity Dpartmnt of Mchanical Enginring ME 4 Introduction to Finit Elmnt Analysis Chaptr 4 Trusss, Bams and Frams Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

1 Isoparametric Concept

1 Isoparametric Concept UNIVERSITY OF CALIFORNIA BERKELEY Dpartmnt of Civil Enginring Spring 06 Structural Enginring, Mchanics and Matrials Profssor: S. Govindj Nots on D isoparamtric lmnts Isoparamtric Concpt Th isoparamtric

More information

Finite element discretization of Laplace and Poisson equations

Finite element discretization of Laplace and Poisson equations Finit lmnt discrtization of Laplac and Poisson quations Yashwanth Tummala Tutor: Prof S.Mittal 1 Outlin Finit Elmnt Mthod for 1D Introduction to Poisson s and Laplac s Equations Finit Elmnt Mthod for 2D-Discrtization

More information

AS 5850 Finite Element Analysis

AS 5850 Finite Element Analysis AS 5850 Finit Elmnt Analysis Two-Dimnsional Linar Elasticity Instructor Prof. IIT Madras Equations of Plan Elasticity - 1 displacmnt fild strain- displacmnt rlations (infinitsimal strain) in matrix form

More information

Numerical methods for PDEs FEM implementation: element stiffness matrix, isoparametric mapping, assembling global stiffness matrix

Numerical methods for PDEs FEM implementation: element stiffness matrix, isoparametric mapping, assembling global stiffness matrix Platzhaltr für Bild, Bild auf Titlfoli hintr das Logo instzn Numrical mthods for PDEs FEM implmntation: lmnt stiffnss matrix, isoparamtric mapping, assmbling global stiffnss matrix Dr. Nomi Fridman Contnts

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

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

3 Finite Element Parametric Geometry

3 Finite Element Parametric Geometry 3 Finit Elmnt Paramtric Gomtry 3. Introduction Th intgral of a matrix is th matrix containing th intgral of ach and vry on of its original componnts. Practical finit lmnt analysis rquirs intgrating matrics,

More information

Direct Approach for Discrete Systems One-Dimensional Elements

Direct Approach for Discrete Systems One-Dimensional Elements CONTINUUM & FINITE ELEMENT METHOD Dirct Approach or Discrt Systms On-Dimnsional Elmnts Pro. Song Jin Par Mchanical Enginring, POSTECH Dirct Approach or Discrt Systms Dirct approach has th ollowing aturs:

More information

FEM FOR HEAT TRANSFER PROBLEMS دانشگاه صنعتي اصفهان- دانشكده مكانيك

FEM FOR HEAT TRANSFER PROBLEMS دانشگاه صنعتي اصفهان- دانشكده مكانيك FEM FOR HE RNSFER PROBLEMS 1 Fild problms Gnral orm o systm quations o D linar stady stat ild problms: For 1D problms: D D g Q y y (Hlmholtz quation) d D g Q d Fild problms Hat transr in D in h h ( D D

More information

Difference -Analytical Method of The One-Dimensional Convection-Diffusion Equation

Difference -Analytical Method of The One-Dimensional Convection-Diffusion Equation Diffrnc -Analytical Mthod of Th On-Dimnsional Convction-Diffusion Equation Dalabav Umurdin Dpartmnt mathmatic modlling, Univrsity of orld Economy and Diplomacy, Uzbistan Abstract. An analytical diffrncing

More information

Background: We have discussed the PIB, HO, and the energy of the RR model. In this chapter, the H-atom, and atomic orbitals.

Background: We have discussed the PIB, HO, and the energy of the RR model. In this chapter, the H-atom, and atomic orbitals. Chaptr 7 Th Hydrogn Atom Background: W hav discussd th PIB HO and th nrgy of th RR modl. In this chaptr th H-atom and atomic orbitals. * A singl particl moving undr a cntral forc adoptd from Scott Kirby

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

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 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

Finite Element Models for Steady Flows of Viscous Incompressible Fluids

Finite Element Models for Steady Flows of Viscous Incompressible Fluids Finit Elmnt Modls for Stad Flows of Viscous Incomprssibl Fluids Rad: Chaptr 10 JN Rdd CONTENTS Govrning Equations of Flows of Incomprssibl Fluids Mid (Vlocit-Prssur) Finit Elmnt Modl Pnalt Function Mthod

More information

Chapter 5. Introduction. Introduction. Introduction. Finite Element Modelling. Finite Element Modelling

Chapter 5. Introduction. Introduction. Introduction. Finite Element Modelling. Finite Element Modelling Chaptr 5 wo-dimnsional problms using Constant Strain riangls (CS) Lctur Nots Dr Mohd Andi Univrsiti Malasia Prlis EN7 Finit Elmnt Analsis Introction wo-dimnsional init lmnt ormulation ollows th stps usd

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

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

CHAPTER 1. Introductory Concepts Elements of Vector Analysis Newton s Laws Units The basis of Newtonian Mechanics D Alembert s Principle

CHAPTER 1. Introductory Concepts Elements of Vector Analysis Newton s Laws Units The basis of Newtonian Mechanics D Alembert s Principle CHPTER 1 Introductory Concpts Elmnts of Vctor nalysis Nwton s Laws Units Th basis of Nwtonian Mchanics D lmbrt s Principl 1 Scinc of Mchanics: It is concrnd with th motion of matrial bodis. odis hav diffrnt

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

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0

Function Spaces. a x 3. (Letting x = 1 =)) a(0) + b + c (1) = 0. Row reducing the matrix. b 1. e 4 3. e 9. >: (x = 1 =)) a(0) + b + c (1) = 0 unction Spacs Prrquisit: Sction 4.7, Coordinatization n this sction, w apply th tchniqus of Chaptr 4 to vctor spacs whos lmnts ar functions. Th vctor spacs P n and P ar familiar xampls of such spacs. Othr

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

Homotopy perturbation technique

Homotopy perturbation technique Comput. Mthods Appl. Mch. Engrg. 178 (1999) 257±262 www.lsvir.com/locat/cma Homotopy prturbation tchniqu Ji-Huan H 1 Shanghai Univrsity, Shanghai Institut of Applid Mathmatics and Mchanics, Shanghai 272,

More information

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012

The van der Waals interaction 1 D. E. Soper 2 University of Oregon 20 April 2012 Th van dr Waals intraction D. E. Sopr 2 Univrsity of Orgon 20 pril 202 Th van dr Waals intraction is discussd in Chaptr 5 of J. J. Sakurai, Modrn Quantum Mchanics. Hr I tak a look at it in a littl mor

More information

Integration by Parts

Integration by Parts Intgration by Parts Intgration by parts is a tchniqu primarily for valuating intgrals whos intgrand is th product of two functions whr substitution dosn t work. For ampl, sin d or d. Th rul is: u ( ) v'(

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

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

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

2.3 Matrix Formulation

2.3 Matrix Formulation 23 Matrix Formulation 43 A mor complicatd xampl ariss for a nonlinar systm of diffrntial quations Considr th following xampl Exampl 23 x y + x( x 2 y 2 y x + y( x 2 y 2 (233 Transforming to polar coordinats,

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

MAE4700/5700 Finite Element Analysis for Mechanical and Aerospace Design

MAE4700/5700 Finite Element Analysis for Mechanical and Aerospace Design MAE4700/5700 Finit Elmnt Analysis for Mchanical and Arospac Dsign Cornll Univrsity, Fall 2009 Nicholas Zabaras Matrials Procss Dsign and Control Laboratory Sibly School of Mchanical and Arospac Enginring

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

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

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018

Propositional Logic. Combinatorial Problem Solving (CPS) Albert Oliveras Enric Rodríguez-Carbonell. May 17, 2018 Propositional Logic Combinatorial Problm Solving (CPS) Albrt Olivras Enric Rodríguz-Carbonll May 17, 2018 Ovrviw of th sssion Dfinition of Propositional Logic Gnral Concpts in Logic Rduction to SAT CNFs

More information

Linear-Phase FIR Transfer Functions. Functions. Functions. Functions. Functions. Functions. Let

Linear-Phase FIR Transfer Functions. Functions. Functions. Functions. Functions. Functions. Let It is impossibl to dsign an IIR transfr function with an xact linar-phas It is always possibl to dsign an FIR transfr function with an xact linar-phas rspons W now dvlop th forms of th linarphas FIR transfr

More information

NEW APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA

NEW APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA NE APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA Mirca I CÎRNU Ph Dp o Mathmatics III Faculty o Applid Scincs Univrsity Polithnica o Bucharst Cirnumirca @yahoocom Abstract In a rcnt papr [] 5 th indinit intgrals

More information

OTHER TPOICS OF INTEREST (Convection BC, Axisymmetric problems, 3D FEM)

OTHER TPOICS OF INTEREST (Convection BC, Axisymmetric problems, 3D FEM) OTHER TPOICS OF INTEREST (Convction BC, Axisymmtric problms, 3D FEM) CONTENTS 2-D Problms with convction BC Typs of Axisymmtric Problms Axisymmtric Problms (2-D) 3-D Hat Transfr 3-D Elasticity Typical

More information

Elements of Statistical Thermodynamics

Elements of Statistical Thermodynamics 24 Elmnts of Statistical Thrmodynamics Statistical thrmodynamics is a branch of knowldg that has its own postulats and tchniqus. W do not attmpt to giv hr vn an introduction to th fild. In this chaptr,

More information

COMPUTATIONAL NUCLEAR THERMAL HYDRAULICS

COMPUTATIONAL NUCLEAR THERMAL HYDRAULICS COMPUTTIONL NUCLER THERML HYDRULICS Cho, Hyoung Kyu Dpartmnt of Nuclar Enginring Soul National Univrsity CHPTER4. THE FINITE VOLUME METHOD FOR DIFFUSION PROBLEMS 2 Tabl of Contnts Chaptr 1 Chaptr 2 Chaptr

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

Higher-Order Discrete Calculus Methods

Higher-Order Discrete Calculus Methods Highr-Ordr Discrt Calculus Mthods J. Blair Prot V. Subramanian Ralistic Practical, Cost-ctiv, Physically Accurat Paralll, Moving Msh, Complx Gomtry, Slid 1 Contxt Discrt Calculus Mthods Finit Dirnc Mimtic

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

nd the particular orthogonal trajectory from the family of orthogonal trajectories passing through point (0; 1).

nd the particular orthogonal trajectory from the family of orthogonal trajectories passing through point (0; 1). Eamn EDO. Givn th family of curvs y + C nd th particular orthogonal trajctory from th family of orthogonal trajctoris passing through point (0; ). Solution: In th rst plac, lt us calculat th di rntial

More information

Addition of angular momentum

Addition of angular momentum Addition of angular momntum April, 07 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

More information

5.80 Small-Molecule Spectroscopy and Dynamics

5.80 Small-Molecule Spectroscopy and Dynamics MIT OpnCoursWar http://ocw.mit.du 5.80 Small-Molcul Spctroscopy and Dynamics Fall 008 For information about citing ths matrials or our Trms of Us, visit: http://ocw.mit.du/trms. Lctur # 3 Supplmnt Contnts

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

On the Hamiltonian of a Multi-Electron Atom

On the Hamiltonian of a Multi-Electron Atom On th Hamiltonian of a Multi-Elctron Atom Austn Gronr Drxl Univrsity Philadlphia, PA Octobr 29, 2010 1 Introduction In this papr, w will xhibit th procss of achiving th Hamiltonian for an lctron gas. Making

More information

VSMN30 FINITA ELEMENTMETODEN - DUGGA

VSMN30 FINITA ELEMENTMETODEN - DUGGA VSMN3 FINITA ELEMENTMETODEN - DUGGA 1-11-6 kl. 8.-1. Maximum points: 4, Rquird points to pass: Assistanc: CALFEM manual and calculator Problm 1 ( 8p ) 8 7 6 5 y 4 1. m x 1 3 1. m Th isotropic two-dimnsional

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

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

CE 530 Molecular Simulation

CE 530 Molecular Simulation CE 53 Molcular Simulation Lctur 8 Fr-nrgy calculations David A. Kofk Dpartmnt of Chmical Enginring SUNY Buffalo kofk@ng.buffalo.du 2 Fr-Enrgy Calculations Uss of fr nrgy Phas quilibria Raction quilibria

More information

Economics 201b Spring 2010 Solutions to Problem Set 3 John Zhu

Economics 201b Spring 2010 Solutions to Problem Set 3 John Zhu Economics 20b Spring 200 Solutions to Problm St 3 John Zhu. Not in th 200 vrsion of Profssor Andrson s ctur 4 Nots, th charactrization of th firm in a Robinson Cruso conomy is that it maximizs profit ovr

More information

Sundials and Linear Algebra

Sundials and Linear Algebra Sundials and Linar Algbra M. Scot Swan July 2, 25 Most txts on crating sundials ar dirctd towards thos who ar solly intrstd in making and using sundials and usually assums minimal mathmatical background.

More information

INTEGRATION BY PARTS

INTEGRATION BY PARTS Mathmatics Rvision Guids Intgration by Parts Pag of 7 MK HOME TUITION Mathmatics Rvision Guids Lvl: AS / A Lvl AQA : C Edcl: C OCR: C OCR MEI: C INTEGRATION BY PARTS Vrsion : Dat: --5 Eampls - 6 ar copyrightd

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

Finite Element Analysis

Finite Element Analysis Finit Elmnt Analysis L4 D Shap Functions, an Gauss Quaratur FEA Formulation Dr. Wiong Wu EGR 54 Finit Elmnt Analysis Roamap for Dvlopmnt of FE Strong form: govrning DE an BCs EGR 54 Finit Elmnt Analysis

More information

Exercise 1. Sketch the graph of the following function. (x 2

Exercise 1. Sketch the graph of the following function. (x 2 Writtn tst: Fbruary 9th, 06 Exrcis. Sktch th graph of th following function fx = x + x, spcifying: domain, possibl asymptots, monotonicity, continuity, local and global maxima or minima, and non-drivability

More information

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming

CPSC 665 : An Algorithmist s Toolkit Lecture 4 : 21 Jan Linear Programming CPSC 665 : An Algorithmist s Toolkit Lctur 4 : 21 Jan 2015 Lcturr: Sushant Sachdva Linar Programming Scrib: Rasmus Kyng 1. Introduction An optimization problm rquirs us to find th minimum or maximum) of

More information

Hydrogen Atom and One Electron Ions

Hydrogen Atom and One Electron Ions Hydrogn Atom and On Elctron Ions Th Schrödingr quation for this two-body problm starts out th sam as th gnral two-body Schrödingr quation. First w sparat out th motion of th cntr of mass. Th intrnal potntial

More information

Limiting value of higher Mahler measure

Limiting value of higher Mahler measure Limiting valu of highr Mahlr masur Arunabha Biswas a, Chris Monico a, a Dpartmnt of Mathmatics & Statistics, Txas Tch Univrsity, Lubbock, TX 7949, USA Abstract W considr th k-highr Mahlr masur m k P )

More information

(1) Then we could wave our hands over this and it would become:

(1) Then we could wave our hands over this and it would become: MAT* K285 Spring 28 Anthony Bnoit 4/17/28 Wk 12: Laplac Tranform Rading: Kohlr & Johnon, Chaptr 5 to p. 35 HW: 5.1: 3, 7, 1*, 19 5.2: 1, 5*, 13*, 19, 45* 5.3: 1, 11*, 19 * Pla writ-up th problm natly and

More information

Introduction to Condensed Matter Physics

Introduction to Condensed Matter Physics Introduction to Condnsd Mattr Physics pcific hat M.P. Vaughan Ovrviw Ovrviw of spcific hat Hat capacity Dulong-Ptit Law Einstin modl Dby modl h Hat Capacity Hat capacity h hat capacity of a systm hld at

More information

Collisions between electrons and ions

Collisions between electrons and ions DRAFT 1 Collisions btwn lctrons and ions Flix I. Parra Rudolf Pirls Cntr for Thortical Physics, Unirsity of Oxford, Oxford OX1 NP, UK This rsion is of 8 May 217 1. Introduction Th Fokkr-Planck collision

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

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved.

6.1 Integration by Parts and Present Value. Copyright Cengage Learning. All rights reserved. 6.1 Intgration by Parts and Prsnt Valu Copyright Cngag Larning. All rights rsrvd. Warm-Up: Find f () 1. F() = ln(+1). F() = 3 3. F() =. F() = ln ( 1) 5. F() = 6. F() = - Objctivs, Day #1 Studnts will b

More information

EEO 401 Digital Signal Processing Prof. Mark Fowler

EEO 401 Digital Signal Processing Prof. Mark Fowler EEO 401 Digital Signal Procssing Prof. Mark Fowlr Dtails of th ot St #19 Rading Assignmnt: Sct. 7.1.2, 7.1.3, & 7.2 of Proakis & Manolakis Dfinition of th So Givn signal data points x[n] for n = 0,, -1

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

Mathematics. Complex Number rectangular form. Quadratic equation. Quadratic equation. Complex number Functions: sinusoids. Differentiation Integration

Mathematics. Complex Number rectangular form. Quadratic equation. Quadratic equation. Complex number Functions: sinusoids. Differentiation Integration Mathmatics Compl numbr Functions: sinusoids Sin function, cosin function Diffrntiation Intgration Quadratic quation Quadratic quations: a b c 0 Solution: b b 4ac a Eampl: 1 0 a= b=- c=1 4 1 1or 1 1 Quadratic

More information

Data Assimilation 1. Alan O Neill National Centre for Earth Observation UK

Data Assimilation 1. Alan O Neill National Centre for Earth Observation UK Data Assimilation 1 Alan O Nill National Cntr for Earth Obsrvation UK Plan Motivation & basic idas Univariat (scalar) data assimilation Multivariat (vctor) data assimilation 3d-Variational Mthod (& optimal

More information

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002 3.4 Forc Analysis of Linkas An undrstandin of forc analysis of linkas is rquird to: Dtrmin th raction forcs on pins, tc. as a consqunc of a spcifid motion (don t undrstimat th sinificanc of dynamic or

More information

1 Minimum Cut Problem

1 Minimum Cut Problem CS 6 Lctur 6 Min Cut and argr s Algorithm Scribs: Png Hui How (05), Virginia Dat: May 4, 06 Minimum Cut Problm Today, w introduc th minimum cut problm. This problm has many motivations, on of which coms

More information

Rational Approximation for the one-dimensional Bratu Equation

Rational Approximation for the one-dimensional Bratu Equation Intrnational Journal of Enginring & Tchnology IJET-IJES Vol:3 o:05 5 Rational Approximation for th on-dimnsional Bratu Equation Moustafa Aly Soliman Chmical Enginring Dpartmnt, Th British Univrsity in

More information

Outline. Thanks to Ian Blockland and Randy Sobie for these slides Lifetimes of Decaying Particles Scattering Cross Sections Fermi s Golden Rule

Outline. Thanks to Ian Blockland and Randy Sobie for these slides Lifetimes of Decaying Particles Scattering Cross Sections Fermi s Golden Rule Outlin Thanks to Ian Blockland and andy obi for ths slids Liftims of Dcaying Particls cattring Cross ctions Frmi s Goldn ul Physics 424 Lctur 12 Pag 1 Obsrvabls want to rlat xprimntal masurmnts to thortical

More information

Deift/Zhou Steepest descent, Part I

Deift/Zhou Steepest descent, Part I Lctur 9 Dift/Zhou Stpst dscnt, Part I W now focus on th cas of orthogonal polynomials for th wight w(x) = NV (x), V (x) = t x2 2 + x4 4. Sinc th wight dpnds on th paramtr N N w will writ π n,n, a n,n,

More information

MATH 1080 Test 2-SOLUTIONS Spring

MATH 1080 Test 2-SOLUTIONS Spring MATH Tst -SOLUTIONS Spring 5. Considr th curv dfind by x = ln( 3y + 7) on th intrval y. a. (5 points) St up but do not simplify or valuat an intgral rprsnting th lngth of th curv on th givn intrval. =

More information

Electromagnetic scattering. Graduate Course Electrical Engineering (Communications) 1 st Semester, Sharif University of Technology

Electromagnetic scattering. Graduate Course Electrical Engineering (Communications) 1 st Semester, Sharif University of Technology Elctromagntic scattring Graduat Cours Elctrical Enginring (Communications) 1 st Smstr, 1388-1389 Sharif Univrsity of Tchnology Contnts of lctur 8 Contnts of lctur 8: Scattring from small dilctric objcts

More information

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17)

MCB137: Physical Biology of the Cell Spring 2017 Homework 6: Ligand binding and the MWC model of allostery (Due 3/23/17) MCB37: Physical Biology of th Cll Spring 207 Homwork 6: Ligand binding and th MWC modl of allostry (Du 3/23/7) Hrnan G. Garcia March 2, 207 Simpl rprssion In class, w drivd a mathmatical modl of how simpl

More information

General Notes About 2007 AP Physics Scoring Guidelines

General Notes About 2007 AP Physics Scoring Guidelines AP PHYSICS C: ELECTRICITY AND MAGNETISM 2007 SCORING GUIDELINES Gnral Nots About 2007 AP Physics Scoring Guidlins 1. Th solutions contain th most common mthod of solving th fr-rspons qustions and th allocation

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

Einstein Equations for Tetrad Fields

Einstein Equations for Tetrad Fields Apiron, Vol 13, No, Octobr 006 6 Einstin Equations for Ttrad Filds Ali Rıza ŞAHİN, R T L Istanbul (Turky) Evry mtric tnsor can b xprssd by th innr product of ttrad filds W prov that Einstin quations for

More information

Lecture 19: Free Energies in Modern Computational Statistical Thermodynamics: WHAM and Related Methods

Lecture 19: Free Energies in Modern Computational Statistical Thermodynamics: WHAM and Related Methods Statistical Thrmodynamics Lctur 19: Fr Enrgis in Modrn Computational Statistical Thrmodynamics: WHAM and Rlatd Mthods Dr. Ronald M. Lvy ronlvy@tmpl.du Dfinitions Canonical nsmbl: A N, V,T = k B T ln Q

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

High Energy Physics. Lecture 5 The Passage of Particles through Matter

High Energy Physics. Lecture 5 The Passage of Particles through Matter High Enrgy Physics Lctur 5 Th Passag of Particls through Mattr 1 Introduction In prvious lcturs w hav sn xampls of tracks lft by chargd particls in passing through mattr. Such tracks provid som of th most

More information

Computing and Communications -- Network Coding

Computing and Communications -- Network Coding 89 90 98 00 Computing and Communications -- Ntwork Coding Dr. Zhiyong Chn Institut of Wirlss Communications Tchnology Shanghai Jiao Tong Univrsity China Lctur 5- Nov. 05 0 Classical Information Thory Sourc

More information

CS 361 Meeting 12 10/3/18

CS 361 Meeting 12 10/3/18 CS 36 Mting 2 /3/8 Announcmnts. Homwork 4 is du Friday. If Friday is Mountain Day, homwork should b turnd in at my offic or th dpartmnt offic bfor 4. 2. Homwork 5 will b availabl ovr th wknd. 3. Our midtrm

More information

Brief Introduction to Statistical Mechanics

Brief Introduction to Statistical Mechanics Brif Introduction to Statistical Mchanics. Purpos: Ths nots ar intndd to provid a vry quick introduction to Statistical Mchanics. Th fild is of cours far mor vast than could b containd in ths fw pags.

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

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

As the matrix of operator B is Hermitian so its eigenvalues must be real. It only remains to diagonalize the minor M 11 of matrix B.

As the matrix of operator B is Hermitian so its eigenvalues must be real. It only remains to diagonalize the minor M 11 of matrix B. 7636S ADVANCED QUANTUM MECHANICS Solutions Spring. Considr a thr dimnsional kt spac. If a crtain st of orthonormal kts, say, and 3 ar usd as th bas kts, thn th oprators A and B ar rprsntd by a b A a and

More information

Derivation of Eigenvalue Matrix Equations

Derivation of Eigenvalue Matrix Equations Drivation of Eignvalu Matrix Equations h scalar wav quations ar φ φ η + ( k + 0ξ η β ) φ 0 x y x pq ε r r whr for E mod E, 1, y pq φ φ x 1 1 ε r nr (4 36) for E mod H,, 1 x η η ξ ξ n [ N ] { } i i i 1

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

Search sequence databases 3 10/25/2016

Search sequence databases 3 10/25/2016 Sarch squnc databass 3 10/25/2016 Etrm valu distribution Ø Suppos X is a random variabl with probability dnsity function p(, w sampl a larg numbr S of indpndnt valus of X from this distribution for an

More information

Construction of Mimetic Numerical Methods

Construction of Mimetic Numerical Methods Construction of Mimtic Numrical Mthods Blair Prot Thortical and Computational Fluid Dynamics Laboratory Dltars July 17, 013 Numrical Mthods Th Foundation on which CFD rsts. Rvolution Math: Accuracy Stability

More information

EXST Regression Techniques Page 1

EXST Regression Techniques Page 1 EXST704 - Rgrssion Tchniqus Pag 1 Masurmnt rrors in X W hav assumd that all variation is in Y. Masurmnt rror in this variabl will not ffct th rsults, as long as thy ar uncorrlatd and unbiasd, sinc thy

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

Engineering Differential Equations Practice Final Exam Solutions Fall 2011

Engineering Differential Equations Practice Final Exam Solutions Fall 2011 9.6 Enginring Diffrntial Equation Practic Final Exam Solution Fall 0 Problm. (0 pt.) Solv th following initial valu problm: x y = xy, y() = 4. Thi i a linar d.. bcau y and y appar only to th firt powr.

More information

Division of Mechanics Lund University MULTIBODY DYNAMICS. Examination Name (write in block letters):.

Division of Mechanics Lund University MULTIBODY DYNAMICS. Examination Name (write in block letters):. Division of Mchanics Lund Univrsity MULTIBODY DYNMICS Examination 7033 Nam (writ in block lttrs):. Id.-numbr: Writtn xamination with fiv tasks. Plas chck that all tasks ar includd. clan copy of th solutions

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