1 Solving Flow Problems using Multiplicative Weights

Size: px
Start display at page:

Download "1 Solving Flow Problems using Multiplicative Weights"

Transcription

1 15-850: Advancd Algorithms CMU, Spring 2017 Lctur #13: Max Flow using Elctrical Flow Fbruary 22, 2017 Lcturr: Anupam Gupta Scrib: Jnnifr Iglsias, Xu An Chuang In today s lctur w will us lctrical flows algorithms to find approximat max-flows in (unitcapacity) undirctd graphs in Õ(m4/3 /poly() tim. As mntiond on th blog, this approach can b xtndd to all undirctd graphs, and th runtim can b improvd to Õ(mn1/3 /poly(). At th tim this rsult was announcd (in 2011), it was th fastst algorithm for th problm. 1 Solving Flow Problms using Multiplicativ Wights W shall summariz th last points of th prvious lctur, which ar also mntiond hr. Rmmbr that w dfind K asy to b: K = {f f P 0, P f P = F } whr w hav a variabl f P for vry s, t path, P. Constraints ar of th form f := f P 1 E P : P Hncforth w will us th shorthand f := P : P f P (th flow on dg ). W hav an oracl which givn wights p for th dgs, rturns a flow f K such that ( ) E p f E W dfin th width of th oracl as th smallst ρ such that p max f ρ. (13.1) W saw that using th multiplicativ wights (MW) algorithm, w find a (1 + )-approximat max flow ˆf i.., a flow of valu F that has ˆf 1 + using O( ρ log m ) calls to th oracl. Th high 2 lvl ida is that w snd flow of F along th shortst path, whr lngth of a path P is dfind as P p, updat th wights and thn rpat. During th prvious lctur, w saw that using shortst-path routing, you can gt ρ = F. Sinc w mf can us Dijkstra s O(m + n log n) to implmnt th oracl, this givs an Õ( ) tim algorithm. 2 Rlaxd Oracl: For th rst of this sction, w ar going to rlax th rquirmnts for th oracl, so that w mrly want th flow to satisfy th capacity constraints approximatly: p + ( ) E p f (1 + ) E This will b usful in rducing th width from F down to Õ(m1/2 ) and vn lowr. 2 Rviw of Elctrical Ntworks Givn an undirctd graph, w can considr it to b an lctrical circuit as shown in Figur 13.1: ach dg of th original graph rprsnts a rsistor, and w connct (say, a 1-volt) battry btwn s to t. This causs lctrical currnt to flow from s (th nod with highr potntial) to t. 1

2 2.1 Elctrical Flows How do w figur out what this lctrical flow is going to b? W us th following laws w know to hold about lctrical flows. φ s = 1 φ t = 0 s t + - Figur 13.1: Th currnts on th wirs would produc an lctric flow (whr all th wirs within th graph hav rsistanc 1). Thorm 13.1 (Ohm s Law). If = (u, v) is an dg, th lctrical flow f uv on this dg is th ratio btwn th diffrnc in potntial (or voltag) and th rsistanc of th dg, whr r is th rsistanc of dg. Thorm 13.2 (Kirchoff s Voltag Law). Along a cycl, th dirctd potntial changs along th cycl sum to 0. Thorm 13.3 (Kirchoff s Currnt Law). Th sum of th currnts ntring a nod is th sam as th sum of th currnts laving a nod; i.., thr is flow-consrvation at th nods. Ths laws giv us a st of linar constraints on th lctrical flow valus f, and solving this systm of linar constraints tlls us what th lctrical flows f ar. (For an xampl, s Wikipdia.) Th Laplacian It turns out that w can writ ths linar constraints obtaind abov as follows, if w introduc a convnint matrix, calld th graph Laplacian. Givn an undirctd graph on n nods and m dgs, w dfin th Laplacian matrix to b a n n matrix, L. L uv dg(u) 1 if u = v if (u, v) E othrwis Anothr way to writ this matrix is L uv = ( u v ) T ( u v ). In a gnral graph G, w dfin th Laplacian to b: L(G) = (u,v) E L uv 2

3 whr A is th adjacncy matrix. If w tak th 6-nod graph in Figur 13.1, th rsulting Laplacian L uv is givn blow. s t u v w x s t u L uv = v w From th prviously mntiond Ohm s and Kirchoff s, w gt: If w snd on unit of currnt from s to t, th voltag vctor φ = (φ v ) v V is obtaind by solving th linar systm Lφ = ( s t ) Onc w hav φ, w can us Ohm s law to gt th currnt flowing on ach dg. So now it rmains to find th voltags for ach of th vrtics. If w want to snd F units of flow from s to t, w solv th systm Lφ = F ( s t ), and lt f uv = φu φv r uv. How do w solv th linar systm Lφ = b? W can us Gaussian limination, of cours, but thr ar fastr mthods: w ll discuss this in Sction Elctrical Flows Minimiz Enrgy Burn Hr s anothr usful way of charactrizing this flow. If w st voltags at s and t, this causs som amount I of flow to go btwn s to t. But how do ths I units of flow split up? This flow happns to b th on that minimizs th total nrgy dissipatd by th flow (subjct to th flow valu bing I). Indd, for a flow f, th nrgy burn on dg is fuvr 2 uv = (φu φv)2 r uv, and th total nrgy burn is E(f) = f 2 r E Th lctrical flow producd happns to b arg min fis an s-t flow of valu I {E(f)}. Not that if G has unit rsistanc on all dgs, thn E(f) = (u,v) E (φ u φ v) 2 r uv = φ T Lφ Solving Linar Systms How do w solv th linar systm Lx = b fast? For th cas whn L is a Laplacian matrix, w can do things much fastr than Gaussian limination ssntially do it in tim nar-linar in th numbr of non-zros of th matrix L. Thorm 13.4 ([KMP10, KMP14]). Suppos w ar givn a linar systm Lx = b for th cas whr L is a Laplacian matrix, with solution x. Thn w can find a vctor ˆx in tim O(m log 2 n log(1/) such that th rror z := Lˆx b satisfis z Lz ( x L x). Som history: Spilman and Tng [ST04, ST14] gav an algorithm that taks tim about O(m 2 log n log log n ). Koutis, Millr, and Png [KMP10] improvd this to O(m log 2 n); th currnt bst tim is O(m log n). This can b convrtd to what w nd: 3

4 Thorm 13.5 ([CKM + 11]). Thr is an algorithm givn a linar systm Lx = b (for L bing a Laplacian matrix), outputs in O( m log R δ ) tim a flow f that satisfis E(f) (1 + δ)e( f), whr f is th min-nrgy flow, and R is th ratio btwn th largst and smallst rsistancs in th ntwork. For th rst of this lctur w will assum that givn a linar systm Lx = b, w can comput th corrsponding min-nrgy flow xactly in tim Õ(m). Th argumnt can b xtndd to incorporat th rrors, tc., fairly asily. 3 Obtaining an Õ(m3/2 ) tim Flow Algorithm W will assum that th flow instanc is fasibl, i.., that thr is som flow f which is in K and satisfis all th dg constraints. Rcall, our oracl taks as input p m = {x [0, 1] m : x = 1}. W show how to implmnt an oracl that satisfis th wakr rquirmnt ( ) and that has width O( m/). Dfin rsistancs r = p + m for all dgs. comput currnts f by solving th linar systm Lφ = F ( s t ) and rturn th rsultant flow f. This ida of stting th rsistanc to b p plus a small rror trm is usful in controlling th width in non-lctrical flows too. Thorm If f is a flow with valu F and f is th minimum nrgy flow (which is rturnd by th oracl), thn 1. E p f (1 + ) E p, 2. max f O( m/). Proof. Rcall that flow f satisfis all th constraints, and that f is th minimum nrgy flow. Thn E(f ) = (f ) 2 r r = (p + ) = (1 + ). m Hr w us that p = 1. But sinc f is th flow K that minimizs th nrgy, E(f) E(f ) 1 +. By Cauchy-Schwarz, w hav that: p f ( p f 2 )( p ) This provs th first part of th thorm. For th scond part, look at th nrgy burnd on : this is f 2 r f 2 m. Th total nrgy burnd is mor than th nrgy on that singl dg, so w gt that f 2 m E(f) 1 +, and hnc This provs th thorm. (1 + )m f 4

5 Using this oracl with th MW framwork givs an algorithm which runs in tim Õ(m3/2 5/2 ). Indd, w hav to run ρ log m itrations, whr th width ρ is O( m/), and ach itration taks 2 Õ(m) tim du to Thorm And this runtim is tight; s,.g., th xampl hr. Unfortunatly, this runtim of O(m 3/2 ) is not that imprssiv: in th 1970s, Karzanov [Kar73], and Evn and Tarjan [ET75] showd how to find maximum flows xactly in unit-capacity graphs in tim O(m min(m 1/2, n 2/3 )). And similar runtims wr givn for th capacitatd problm by Goldbrg and Rao in th lat 1990s. Thankfully, w can tak th lctrical flows ida vn furthr, as w show in th nxt sction. 4 A Fastr Algorithm Our targt is to find an oracl with width Th two main idas ar: ρ = m1/3 log m. 1. W find lctrical flows, but if any dg has mor than ρ flow, thn w kill that dg (st its rsistanc to ). W show that w don t kill too many dgs lss than F dgs. 2. Each tim w kill an dg, w will show that th ffctiv rsistanc btwn s and t incrass by a lot ach tim an dg is killd. A coupl obsrvations and assumptions: 1. W assum that F ρ 2. Instad of using th multiplicativ wights procss as a black box, w will xplicitly maintain dg wights w t. W us th notation W t := wt. Now w will nd to dfin th ffctiv rsistanc btwn nods u and v. This is th rsistanc offrd by th whol ntwork to lctrical flows btwn u and v. Thr ar many ways of formalizing this, w ll us th on that is most usful in this contxt. Dfinition 13.7 (Effctiv Rsistanc). Th ffctiv rsistanc btwn s and t, dnotd R st ff is th nrgy burn if w snd 1 unit of lctrical currnt from s to t. Sinc w only considr th ffctiv rsistanc btwn s and t, w simply writ R ff. Lmma 13.8 ([CKM + 11]). Considr an lctrical ntwork with dg rsistancs r. 1. (Rayligh Monotonicity) If w chang th rsistancs to r r for all thn R ff R ff. 2. Suppos f is an s-t lctrical flow, suppos is an dg such that f 2 r βe(f). If w st r =, thn R ff ( R ff 1 β ). W ll skip th proof of this (simpl) lmma. Lt s giv our algorithm. W start off with wights w 0 = 1 for all E. At stp t of th algorithm: Find th min-nrgy flow f t of valu F with rspct to dg rsistancs r t = w t + m W t. 5

6 If thr is an dg with f t > ρ, dlt, rcomput th flow f t as in th abov stp. Els updat th wights w t+1 Stop aftr T = ρ log m 2 w t (1 + ρ f t ). itrations, and output ˆf = 1 T t f t. W want to argu lik for Thorm 13.6, but not that th procss dlts dgs along th way, which w nd to tak car of. Claim Suppos 1/10. If w dlt at most F dgs from th graph, th following hold: 1. th flow f t at stp t has nrgy E(f t ) (1 + 3)W t. 2. wt f t (1 + 3)W t 2W t. 3. If ˆf K is th flow vntually rturnd, thn ˆf (1 + O()). Proof. Rmmbr thr xists a flow f of valu F that rspcts all capacitis. Dlting F dgs 1 mans thr xists a capacity-rspcting flow of valu at last (1 )F. Scaling up by (1 ), thr xists a flow f 1 of valu F that uss ach dg to xtnt (1 ). Th nrgy of this flow according to rsistancs r t is at most E(f ) = r(f t ) 2 1 (1 ) 2 r t W t (1 ) 2 (1 + 3)W t, for small nough. Sinc w find th minimum nrgy flow, E(f t ) E(f ) W t (1 + 3). For th scond part, wf t t ( w)( t w(f t ) t 2 ) W t W t (1 + 3) (1 + 3)W t 2W t. Th last stp is vry loos, but it will suffic for our purposs. To calculat th congstion of th final flow, obsrv that vn though th algorithm abov xplicitly maintains wights, w can just appal dirctly to th MW algorithm guarant. Th ida is simpl: dfin p t = wt W, and thn th flow f t satisfis t p t f t for prcisly th p t valus that MW would rturn if w gav it th flows f 0, f 1,..., f t 1. Using th MW guarants, th avrag flow ˆf uss any dg to at most (1 + 3) +. Finally, all ths calculations assumd w did not dlt too many dgs. Lt us show that is indd th cas. Claim W dlt at most F dgs. Proof. Th proof tracks two things, th total wight W t and th s-t ffctiv rsistanc R ff. First th wight: w start at W 0 = m. Whn w do an updat, W t+1 = ( w t 1 + ) ρ f t = W t + w ρ f t t W t + ρ (2W t ) (From Claim 13.9) 6

7 Hnc w gt that for T = ρ ln m 2, W T W 0 Now for th s-t ffctiv rsistanc R ff. ( ) T ( ) 2 T m xp = m xp ρ ρ ( 2 ln m Initially, sinc w snd F flow, thr is som dg with at last F/m flow on it, and hnc with nrgy burn (F/m) 2. So R ff at th start is at last (F/m) 2 1/m 2. Evry tim w do an updat, th wights incras, and hnc R ff dos not dcras. (This is why w argud about th wights w t xplicitly, and not just th probabilitis p t.) Evry tim w dlt an dg, it has flow at last ρ, and hnc nrgy burn at last (ρ 2 )w t (ρ 2 ) m W t. Th total nrgy is at most 2W t from Claim This mans it was burning at last β = ρ2 fraction of th total nrgy. Hnc ( Rff nw Rold ff ρ 2 ) (1 ρ2 ) Rold ff xp if w us 1 1 x x/2 whn x [0, 1/4]. For th final ffctiv rsistanc, not that w snd F flow with total nrgy burn 2W T ; sinc th nrgy dpnds on th squar of th flow, w hav R final ff 2W T 2W T. F 2 Obsrv that all ths calculations dpndd on us not dlting mor than F dgs. So lt s prov that this is indd th cas. If D dgs ar dltd in th T stps, thn w gt ( ) ( ) Rff 0 xp D ρ2 R final 2 ln m ff 2W T xp. Taking logs and simplifying, w gt that ρ 2 D = D ρ 2 ln(3 ) + 2 ln m ( ) O(ln m)(1 + ) m 1/3 F. So, D is small nough as dsird, and w don t rmov too many dgs. To nd, lt us not that th analysis is tight; s,.g., th scond xampl hr. Rfrncs [CKM + 11] Paul Christiano, Jonathan A. Klnr, Alksandr Madry, Danil A. Spilman, and Shang-Hua Tng. Elctrical flows, laplacian systms, and fastr approximation of maximum flow in undirctd graphs. In STOC 11, pags , Nw York, NY, USA, ACM. 13.5, 13.8 ). [ET75] S. Evn and R.E. Tarjan. Ntwork flow and tsting graph connctivity. SIAM Journal of Computing, 4: ,

8 [Kar73] A.V. Karzanov. Tochnaya otsnka algoritma nakhozhdniya maksimal nogo potoka, primnnnogo k zadach o prdstavitlyakh. Voprosy Kibrntiki. Trudy Sminara po Kombinatorno Matmatik, Titl transl.: An xact stimat of an algorithm for finding a maximum flow, applid to th problm on rprsntativs, In: Issus of Cybrntics. Proc. of th Sminar on Combinatorial Mathmatics. 3 [KMP10] [KMP14] Ioannis Koutis, Gary L. Millr, and Richard Png. Approaching optimality for solving sdd linar systms. In FOCS 10, pags , Washington, DC, USA, IEEE Computr Socity. 13.4, Ioannis Koutis, Gary L. Millr, and Richard Png. Approaching optimality for solving SDD linar systms. SIAM J. Comput., 43(1): , [ST04] Danil A. Spilman and Shang-Hua Tng. Narly-linar tim algorithms for graph partitioning, graph sparsification, and solving linar systms. In STOC 04, pags 81 90, [ST14] Danil A. Spilman and Shang-Hua Tng. Narly linar tim algorithms for prconditioning and solving symmtric, diagonally dominant linar systms. SIAM J. Matrix Analysis Applications, 35(3): ,

Approximate Maximum Flow in Undirected Networks by Christiano, Kelner, Madry, Spielmann, Teng (STOC 2011)

Approximate Maximum Flow in Undirected Networks by Christiano, Kelner, Madry, Spielmann, Teng (STOC 2011) Approximat Maximum Flow in Undirctd Ntworks by Christiano, Klnr, Madry, Spilmann, Tng (STOC 2011) Kurt Mhlhorn Max Planck Institut for Informatics and Saarland Univrsity Sptmbr 28, 2011 Th Rsult High-Lvl

More information

Electrical Flows, Laplacian Systems, and Faster Approximation of Maximum Flow in Undirected Graphs

Electrical Flows, Laplacian Systems, and Faster Approximation of Maximum Flow in Undirected Graphs Elctrical Flows, Laplacian Systms, and Fastr Approximation of Maximum Flow in Undirctd Graphs Paul Christiano Mathmatics MIT paulfchristiano@gmail.com Danil A. Spilman Computr Scinc Yal Univrsity spilman@cs.yal.du

More information

Electrical Flows, Laplacian Systems, and Faster Approximation of Maximum Flow in Undirected Graphs

Electrical Flows, Laplacian Systems, and Faster Approximation of Maximum Flow in Undirected Graphs Elctrical Flows, Laplacian Systms, and Fastr Approximation of Maximum Flow in Undirctd Graphs Paul Christiano MIT Jonathan A. Klnr MIT Alksandr Mądry MIT Shang-Hua Tng Univrsity of Southrn California Octobr

More information

Electrical Flows, Laplacian Systems, and Faster Approximation of Maximum Flow in Undirected Graphs

Electrical Flows, Laplacian Systems, and Faster Approximation of Maximum Flow in Undirected Graphs Elctrical Flows, Laplacian Systms, and Fastr Approximation of Maximum Flow in Undirctd Graphs Paul Christiano MIT Jonathan A. Klnr MIT Alksandr Mądry EPFL Shang-Hua Tng Univrsity of Southrn California

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

Week 3: Connected Subgraphs

Week 3: Connected Subgraphs Wk 3: Connctd Subgraphs Sptmbr 19, 2016 1 Connctd Graphs Path, Distanc: A path from a vrtx x to a vrtx y in a graph G is rfrrd to an xy-path. Lt X, Y V (G). An (X, Y )-path is an xy-path with x X and y

More information

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator.

Exam 1. It is important that you clearly show your work and mark the final answer clearly, closed book, closed notes, no calculator. Exam N a m : _ S O L U T I O N P U I D : I n s t r u c t i o n s : It is important that you clarly show your work and mark th final answr clarly, closd book, closd nots, no calculator. T i m : h o u r

More information

Strongly Connected Components

Strongly Connected Components Strongly Connctd Componnts Lt G = (V, E) b a dirctd graph Writ if thr is a path from to in G Writ if and is an quivalnc rlation: implis and implis s quivalnc classs ar calld th strongly connctd componnts

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

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

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

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

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

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list.

Searching Linked Lists. Perfect Skip List. Building a Skip List. Skip List Analysis (1) Assume the list is sorted, but is stored in a linked list. 3 3 4 8 6 3 3 4 8 6 3 3 4 8 6 () (d) 3 Sarching Linkd Lists Sarching Linkd Lists Sarching Linkd Lists ssum th list is sortd, but is stord in a linkd list. an w us binary sarch? omparisons? Work? What if

More information

Network Congestion Games

Network Congestion Games Ntwork Congstion Gams Assistant Profssor Tas A&M Univrsity Collg Station, TX TX Dallas Collg Station Austin Houston Bst rout dpnds on othrs Ntwork Congstion Gams Travl tim incrass with congstion Highway

More information

Chapter 10. The singular integral Introducing S(n) and J(n)

Chapter 10. The singular integral Introducing S(n) and J(n) Chaptr Th singular intgral Our aim in this chaptr is to rplac th functions S (n) and J (n) by mor convnint xprssions; ths will b calld th singular sris S(n) and th singular intgral J(n). This will b don

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

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

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices

Finding low cost TSP and 2-matching solutions using certain half integer subtour vertices Finding low cost TSP and 2-matching solutions using crtain half intgr subtour vrtics Sylvia Boyd and Robrt Carr Novmbr 996 Introduction Givn th complt graph K n = (V, E) on n nods with dg costs c R E,

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

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

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

arxiv: v3 [cs.ds] 14 Jul 2016

arxiv: v3 [cs.ds] 14 Jul 2016 Ngativ-Wight Shortst Paths and Unit Capacity Minimum Cost Flow in Õ m 0/7 log W Tim Michal B. Cohn Alksandr Mądry Piotr Sankowski Adrian Vladu MIT MIT Univrsity of Warsaw MIT micohn@mit.du madry@mit.du

More information

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES DONALD M. DAVIS Abstract. If p is a prim (implicit in notation and n a positiv intgr, lt ν(n dnot th xponnt of p in n, and U(n n/p ν(n, th unit

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

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

Final Exam Solutions

Final Exam Solutions CS 2 Advancd Data Structurs and Algorithms Final Exam Solutions Jonathan Turnr /8/20. (0 points) Suppos that r is a root of som tr in a Fionacci hap. Assum that just for a dltmin opration, r has no childrn

More information

SCHUR S THEOREM REU SUMMER 2005

SCHUR S THEOREM REU SUMMER 2005 SCHUR S THEOREM REU SUMMER 2005 1. Combinatorial aroach Prhas th first rsult in th subjct blongs to I. Schur and dats back to 1916. On of his motivation was to study th local vrsion of th famous quation

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

The pn junction: 2 Current vs Voltage (IV) characteristics

The pn junction: 2 Current vs Voltage (IV) characteristics Th pn junction: Currnt vs Voltag (V) charactristics Considr a pn junction in quilibrium with no applid xtrnal voltag: o th V E F E F V p-typ Dpltion rgion n-typ Elctron movmnt across th junction: 1. n

More information

(Upside-Down o Direct Rotation) β - Numbers

(Upside-Down o Direct Rotation) β - Numbers Amrican Journal of Mathmatics and Statistics 014, 4(): 58-64 DOI: 10593/jajms0140400 (Upsid-Down o Dirct Rotation) β - Numbrs Ammar Sddiq Mahmood 1, Shukriyah Sabir Ali,* 1 Dpartmnt of Mathmatics, Collg

More information

Supplementary Materials

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

More information

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

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES. 1. Statement of results

BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES. 1. Statement of results BINOMIAL COEFFICIENTS INVOLVING INFINITE POWERS OF PRIMES DONALD M. DAVIS Abstract. If p is a prim and n a positiv intgr, lt ν p (n dnot th xponnt of p in n, and u p (n n/p νp(n th unit part of n. If α

More information

Derangements and Applications

Derangements and Applications 2 3 47 6 23 Journal of Intgr Squncs, Vol. 6 (2003), Articl 03..2 Drangmnts and Applications Mhdi Hassani Dpartmnt of Mathmatics Institut for Advancd Studis in Basic Scincs Zanjan, Iran mhassani@iasbs.ac.ir

More information

Navigating Central Path with Electrical Flows: from Flows to Matchings, and Back

Navigating Central Path with Electrical Flows: from Flows to Matchings, and Back Navigating Cntral Path with Elctrical Flows: from Flows to Matchings, and Back Alksandr Mądry EPFL alksandr.madry@pfl.ch Abstract 10 W prsnt an Õ(m 7 ) = Õ(m1.43 )-tim 1 algorithm for th maximum s-t flow

More information

Electromagnetism Physics 15b

Electromagnetism Physics 15b lctromagntism Physics 15b Lctur #8 lctric Currnts Purcll 4.1 4.3 Today s Goals Dfin lctric currnt I Rat of lctric charg flow Also dfin lctric currnt dnsity J Charg consrvation in a formula Ohm s Law vryon

More information

Examples and applications on SSSP and MST

Examples and applications on SSSP and MST Exampls an applications on SSSP an MST Dan (Doris) H & Junhao Gan ITEE Univrsity of Qunslan COMP3506/7505, Uni of Qunslan Exampls an applications on SSSP an MST Dijkstra s Algorithm Th algorithm solvs

More information

Last time. Resistors. Circuits. Question. Quick Quiz. Quick Quiz. ( V c. Which bulb is brighter? A. A B. B. C. Both the same

Last time. Resistors. Circuits. Question. Quick Quiz. Quick Quiz. ( V c. Which bulb is brighter? A. A B. B. C. Both the same Last tim Bgin circuits Rsistors Circuits Today Rsistor circuits Start rsistor-capacitor circuits Physical layout Schmatic layout Tu. Oct. 13, 2009 Physics 208 Lctur 12 1 Tu. Oct. 13, 2009 Physics 208 Lctur

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

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

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1

Recall that by Theorems 10.3 and 10.4 together provide us the estimate o(n2 ), S(q) q 9, q=1 Chaptr 11 Th singular sris Rcall that by Thorms 10 and 104 togthr provid us th stimat 9 4 n 2 111 Rn = SnΓ 2 + on2, whr th singular sris Sn was dfind in Chaptr 10 as Sn = q=1 Sq q 9, with Sq = 1 a q gcda,q=1

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

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

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

Construction of asymmetric orthogonal arrays of strength three via a replacement method

Construction of asymmetric orthogonal arrays of strength three via a replacement method isid/ms/26/2 Fbruary, 26 http://www.isid.ac.in/ statmath/indx.php?modul=prprint Construction of asymmtric orthogonal arrays of strngth thr via a rplacmnt mthod Tian-fang Zhang, Qiaoling Dng and Alok Dy

More information

4.2 Design of Sections for Flexure

4.2 Design of Sections for Flexure 4. Dsign of Sctions for Flxur This sction covrs th following topics Prliminary Dsign Final Dsign for Typ 1 Mmbrs Spcial Cas Calculation of Momnt Dmand For simply supportd prstrssd bams, th maximum momnt

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

Voltage, Current, Power, Series Resistance, Parallel Resistance, and Diodes

Voltage, Current, Power, Series Resistance, Parallel Resistance, and Diodes Lctur 1. oltag, Currnt, Powr, Sris sistanc, Paralll sistanc, and Diods Whn you start to dal with lctronics thr ar thr main concpts to start with: Nam Symbol Unit oltag volt Currnt ampr Powr W watt oltag

More information

The Equitable Dominating Graph

The Equitable Dominating Graph Intrnational Journal of Enginring Rsarch and Tchnology. ISSN 0974-3154 Volum 8, Numbr 1 (015), pp. 35-4 Intrnational Rsarch Publication Hous http://www.irphous.com Th Equitabl Dominating Graph P.N. Vinay

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

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

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

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

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

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

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

From Elimination to Belief Propagation

From Elimination to Belief Propagation School of omputr Scinc Th lif Propagation (Sum-Product lgorithm Probabilistic Graphical Modls (10-708 Lctur 5, Sp 31, 2007 Rcptor Kinas Rcptor Kinas Kinas X 5 ric Xing Gn G T X 6 X 7 Gn H X 8 Rading: J-hap

More information

Lecture Outline. Skin Depth Power Flow 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3e

Lecture Outline. Skin Depth Power Flow 8/7/2018. EE 4347 Applied Electromagnetics. Topic 3e 8/7/018 Cours Instructor Dr. Raymond C. Rumpf Offic: A 337 Phon: (915) 747 6958 E Mail: rcrumpf@utp.du EE 4347 Applid Elctromagntics Topic 3 Skin Dpth & Powr Flow Skin Dpth Ths & Powr nots Flow may contain

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

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

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

Title: Vibrational structure of electronic transition

Title: Vibrational structure of electronic transition Titl: Vibrational structur of lctronic transition Pag- Th band spctrum sn in th Ultra-Violt (UV) and visibl (VIS) rgions of th lctromagntic spctrum can not intrprtd as vibrational and rotational spctrum

More information

On spanning trees and cycles of multicolored point sets with few intersections

On spanning trees and cycles of multicolored point sets with few intersections On spanning trs and cycls of multicolord point sts with fw intrsctions M. Kano, C. Mrino, and J. Urrutia April, 00 Abstract Lt P 1,..., P k b a collction of disjoint point sts in R in gnral position. W

More information

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

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

More information

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

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

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

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM

COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM COUNTING TAMELY RAMIFIED EXTENSIONS OF LOCAL FIELDS UP TO ISOMORPHISM Jim Brown Dpartmnt of Mathmatical Scincs, Clmson Univrsity, Clmson, SC 9634, USA jimlb@g.clmson.du Robrt Cass Dpartmnt of Mathmatics,

More information

Partial Derivatives: Suppose that z = f(x, y) is a function of two variables.

Partial Derivatives: Suppose that z = f(x, y) is a function of two variables. Chaptr Functions o Two Variabls Applid Calculus 61 Sction : Calculus o Functions o Two Variabls Now that ou hav som amiliarit with unctions o two variabls it s tim to start appling calculus to hlp us solv

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

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

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

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding...

Chemical Physics II. More Stat. Thermo Kinetics Protein Folding... Chmical Physics II Mor Stat. Thrmo Kintics Protin Folding... http://www.nmc.ctc.com/imags/projct/proj15thumb.jpg http://nuclarwaponarchiv.org/usa/tsts/ukgrabl2.jpg http://www.photolib.noaa.gov/corps/imags/big/corp1417.jpg

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

Part 7: Capacitance And Capacitors

Part 7: Capacitance And Capacitors Part 7: apacitanc And apacitors 7. Elctric harg And Elctric Filds onsidr a pair of flat, conducting plats, arrangd paralll to ach othr (as in figur 7.) and sparatd by an insulator, which may simply b air.

More information

Pair (and Triplet) Production Effect:

Pair (and Triplet) Production Effect: Pair (and riplt Production Effct: In both Pair and riplt production, a positron (anti-lctron and an lctron (or ngatron ar producd spontanously as a photon intracts with a strong lctric fild from ithr a

More information

Derivation of Electron-Electron Interaction Terms in the Multi-Electron Hamiltonian

Derivation of Electron-Electron Interaction Terms in the Multi-Electron Hamiltonian Drivation of Elctron-Elctron Intraction Trms in th Multi-Elctron Hamiltonian Erica Smith Octobr 1, 010 1 Introduction Th Hamiltonian for a multi-lctron atom with n lctrons is drivd by Itoh (1965) by accounting

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

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

Chapter 6 Folding. Folding

Chapter 6 Folding. Folding Chaptr 6 Folding Wintr 1 Mokhtar Abolaz Folding Th folding transformation is usd to systmatically dtrmin th control circuits in DSP architctur whr multipl algorithm oprations ar tim-multiplxd to a singl

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

(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

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

Lie Groups HW7. Wang Shuai. November 2015

Lie Groups HW7. Wang Shuai. November 2015 Li roups HW7 Wang Shuai Novmbr 015 1 Lt (π, V b a complx rprsntation of a compact group, show that V has an invariant non-dgnratd Hrmitian form. For any givn Hrmitian form on V, (for xampl (u, v = i u

More information

[ ] 1+ lim G( s) 1+ s + s G s s G s Kacc SYSTEM PERFORMANCE. Since. Lecture 10: Steady-state Errors. Steady-state Errors. Then

[ ] 1+ lim G( s) 1+ s + s G s s G s Kacc SYSTEM PERFORMANCE. Since. Lecture 10: Steady-state Errors. Steady-state Errors. Then SYSTEM PERFORMANCE Lctur 0: Stady-tat Error Stady-tat Error Lctur 0: Stady-tat Error Dr.alyana Vluvolu Stady-tat rror can b found by applying th final valu thorm and i givn by lim ( t) lim E ( ) t 0 providd

More information

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches.

22/ Breakdown of the Born-Oppenheimer approximation. Selection rules for rotational-vibrational transitions. P, R branches. Subjct Chmistry Papr No and Titl Modul No and Titl Modul Tag 8/ Physical Spctroscopy / Brakdown of th Born-Oppnhimr approximation. Slction ruls for rotational-vibrational transitions. P, R branchs. CHE_P8_M

More information

UNTYPED LAMBDA CALCULUS (II)

UNTYPED LAMBDA CALCULUS (II) 1 UNTYPED LAMBDA CALCULUS (II) RECALL: CALL-BY-VALUE O.S. Basic rul Sarch ruls: (\x.) v [v/x] 1 1 1 1 v v CALL-BY-VALUE EVALUATION EXAMPLE (\x. x x) (\y. y) x x [\y. y / x] = (\y. y) (\y. y) y [\y. y /

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

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

Hardy-Littlewood Conjecture and Exceptional real Zero. JinHua Fei. ChangLing Company of Electronic Technology Baoji Shannxi P.R.

Hardy-Littlewood Conjecture and Exceptional real Zero. JinHua Fei. ChangLing Company of Electronic Technology Baoji Shannxi P.R. Hardy-Littlwood Conjctur and Excptional ral Zro JinHua Fi ChangLing Company of Elctronic Tchnology Baoji Shannxi P.R.China E-mail: fijinhuayoujian@msn.com Abstract. In this papr, w assum that Hardy-Littlwood

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

The graph of y = x (or y = ) consists of two branches, As x 0, y + ; as x 0, y +. x = 0 is the

The graph of y = x (or y = ) consists of two branches, As x 0, y + ; as x 0, y +. x = 0 is the Copyright itutcom 005 Fr download & print from wwwitutcom Do not rproduc by othr mans Functions and graphs Powr functions Th graph of n y, for n Q (st of rational numbrs) y is a straight lin through th

More information

MCE503: Modeling and Simulation of Mechatronic Systems Discussion on Bond Graph Sign Conventions for Electrical Systems

MCE503: Modeling and Simulation of Mechatronic Systems Discussion on Bond Graph Sign Conventions for Electrical Systems MCE503: Modling and Simulation o Mchatronic Systms Discussion on Bond Graph Sign Convntions or Elctrical Systms Hanz ichtr, PhD Clvland Stat Univrsity, Dpt o Mchanical Enginring 1 Basic Assumption In a

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 ot St #18 Introduction to DFT (via th DTFT) Rading Assignmnt: Sct. 7.1 of Proakis & Manolakis 1/24 Discrt Fourir Transform (DFT) W v sn that th DTFT is

More information

GEOMETRICAL PHENOMENA IN THE PHYSICS OF SUBATOMIC PARTICLES. Eduard N. Klenov* Rostov-on-Don, Russia

GEOMETRICAL PHENOMENA IN THE PHYSICS OF SUBATOMIC PARTICLES. Eduard N. Klenov* Rostov-on-Don, Russia GEOMETRICAL PHENOMENA IN THE PHYSICS OF SUBATOMIC PARTICLES Eduard N. Klnov* Rostov-on-Don, Russia Th articl considrs phnomnal gomtry figurs bing th carrirs of valu spctra for th pairs of th rmaining additiv

More information

PHA 5127 Answers Homework 2 Fall 2001

PHA 5127 Answers Homework 2 Fall 2001 PH 5127 nswrs Homwork 2 Fall 2001 OK, bfor you rad th answrs, many of you spnt a lot of tim on this homwork. Plas, nxt tim if you hav qustions plas com talk/ask us. Thr is no nd to suffr (wll a littl suffring

More information

The second condition says that a node α of the tree has exactly n children if the arity of its label is n.

The second condition says that a node α of the tree has exactly n children if the arity of its label is n. CS 6110 S14 Hanout 2 Proof of Conflunc 27 January 2014 In this supplmntary lctur w prov that th λ-calculus is conflunt. This is rsult is u to lonzo Church (1903 1995) an J. arkly Rossr (1907 1989) an is

More information

A. Limits and Horizontal Asymptotes ( ) f x f x. f x. x "±# ( ).

A. Limits and Horizontal Asymptotes ( ) f x f x. f x. x ±# ( ). A. Limits and Horizontal Asymptots What you ar finding: You can b askd to find lim x "a H.A.) problm is asking you find lim x "# and lim x "$#. or lim x "±#. Typically, a horizontal asymptot algbraically,

More information