Approximating the Two-Level Facility Location Problem Via a Quasi-Greedy Approach. Jiawei Zhang. October 03, 2003

Size: px
Start display at page:

Download "Approximating the Two-Level Facility Location Problem Via a Quasi-Greedy Approach. Jiawei Zhang. October 03, 2003"

Transcription

1 Approximating th Two-Lvl Facility Location Problm Via a Quasi-Grdy Approach Jiawi Zhang Octobr 03, 2003 Abstract W propos a quasi-grdy algorithm for approximating th classical uncapacitatd 2-lvl facility location problm 2-LFLP). Our algorithm, unlik th standard grdy algorithm, slcts a sub-optimal candidat at ach stp. It also rlats th minimization 2-LFLP problm, in an intrsting way, to th maximization vrsion of th singl lvl facility location problm. Anothr fatur of our algorithm is that it combins th tchniqu of randomizd rounding with that of dual fitting. This nw approach nabls us to approximat th mtric 2-LFLP in polynomial tim with a ratio of 1.77, a significant improvmnt on th prviously known approximation ratios. Morovr, our approach rsults in a local improvmnt procdur for th 2-LFLP, which is usful in improving th approximation guarants for svral othr multi-lvl facility location problms. An additional rsult of our approach is an Olnn))-approximation algorithm for th non-mtric 2-LFLP, whr n is th numbr of clints. This is th first non-trivial approximation for a non-mtric multi-lvl facility location problm. Kywords. Two-lvl facility location, approximation algorithm, linar programming rlaxation, quasi-grdy approach. An xtndd abstract of this papr is to appar in th Procdings of th 15th ACM-SIAM Symposium on Discrt Algorithms SODA), January Dpartmnt of Managmnt Scinc and Enginring, Stanford Univrsity, Stanford, CA, jiazhang@stanford.du. Mailing Addrss: P.O.Box 11148, Stanford, CA,

2 1 Introduction 1.1 Problm statmnt In th singl lvl uncapacitatd facility location problm, w ar givn a st of clints and a st of facilitis. W want to opn a subst of th facilitis such that all th clints ar srvd by th opn facilitis and th total cost of opning facilitis and srving clints is minimizd. In th k-lvl uncapacitatd facility location problm k-lflp), th dmands must b routd among facilitis in a hirarchical ordr, i.., from th highst lvl th factoris) down to th lowst th rtailrs), bfor raching th clints. Th k-lflp ariss naturally in dsigning logistic systms. Th k-lflp can b formulatd formally as follows. W ar givn a st of clints D and k lvl sts of facilitis F 1, F 2,, F k. Dnot P = F 1 F 2 F k and F = k t=1 F t. Each clint j D must b srvd by an opn path p = i 1, i 2,, i k ) P of k facilitis with xactly on from ach of th k lvls, whr a path p is opn if and only if vry facility on th path is opn. Thr is a facility cost f it for opning facility i t F t 1 t k). Furthrmor, If clint j D is srvd by an opn path p = i 1, i 2,, i k ) P a connction cost c jp is incurrd whr c jp = c ji1 + k t=2 c i t 1 i t and c ji is th connction cost btwn j and i for j, i D F. Hr, w wish to opn a subst of facilitis such that ach clint is assignd to an opn path and th total cost is minimizd, i.., to choos S t F t, t = 1, 2,, k, such that min c jp + p S 1 S 2 S k j D k f it t=1 i t S t is minimizd. W also assum that th connction costs ar nonngativ, symmtric, and satisfy th triangl inquality, i.., for ach i, j, l D F, c ij 0, c ij = c ji and c ij c il + c lj. In this papr w ar concrnd with th 2-LFLP, th most studid spcial cas of k-lflp in th litratur of Oprations Rsarch for k 2 [1, 8, 17, 18, 21, 29, 30, 31, 34]. Th study on th 2-LFLP is motivatd by th fact that in many applications, spcially in supply chains, thr ar hirarchical two-lvl structurs. Th problm also has applications in tlcommunications and computr ntwork dsigns [8]. On th othr hand, although it is th simplst modl among all th k-lflp for k 2, th 2-LFLP has som fundamntal structural diffrncs from th 1-LFLP. For xampl, th 2-LFLP dos not possss th so-calld suprmodularity, a wll-known proprty for th 1-LFLP [22]. This proprty is oftn hlpful in dsigning branch-and-cut algorithms and in analyzing som approximation algorithms. Thus, th 2-LFLP nds nw tchniqus. 1.2 Prvious rsults Th 2-LFLP gnralizs th popular singl lvl uncapacitatd facility location problm 1-LFLP), which is alrady NP-hard [13]. Sinc th work of Shmoys, Tardos and Aardal [33], dsigning approximation algorithms for th 1-LFLP and its rlatd problms has rcivd considrabl attntion during th past fw yars [32]. W call an algorithm of a minimization problm a ρ 1)- approximation algorithm if for any instanc of th problm th algorithm runs in polynomial tim 2

3 and outputs a solution that has a cost at most ρ tims th minimal cost, whr ρ is calld th prformanc guarant or th approximation ratio of th algorithm. Guha and Khullr [19] provd that th xistnc of a polynomial tim approximation algorithm for th 1-LFLP would imply that P = NP. And th bst currntly known approximation ratio for th 1-LFLP is 1.52 du to Mahdian, Y and Zhang [26]. Thrfor, th approximability of th 1-LFLP is wll undrstood. Howvr, th 2-LFLP rmains intriguing. On can asily s that th lowr bound of th 1-LFLP also applis to th 2-LFLP, and no bttr lowr bound is known. In [33], th algorithm for th 1-LFLP has bn xtndd to th 2-LFLP with an approximation ratio Latr on, Aardal, Chudak and Shmoys [2] showd that th k-lflp can b approximatd in polynomial tim by a factor of 3 for any k 2 using a linar programming rlaxation. Howvr, thir algorithm dos not possss a bttr prformanc guarant for k = 2, nithr do a sris of rcntly proposd fastr combinatorial algorithms du to Myrson, Munagala, and Plotkin [28], Guha, Myrson, and Munagala [24], Bumb and Krn [7], and Agv [3]. In fact, th algorithms of [2, 7, 3] will produc solutions whos opn paths ar disjoint, and Edwards [15] showd that such algorithms can not hav worst cas ratios that ar bttr than 3 vn for k = 2. Vry rcntly, Agv, Y, and Zhang [5] proposd two diffrnt combinatorial algorithms and showd that th bttr of th two has a prformanc guarant 2.43, although ach of thm has a prformanc guarant at last Our rsults and tchniqus Th main rsult of this papr is that th 2-LFLP can b approximatd in polynomial tim by a factor of 1.77, a significant improvmnt ovr th prvious prformanc guarants, sinc no on can do bttr than unlss P = NP. Th improvd ratio is achivd by using what w call a quasi-grdy approach. Our algorithm is analyzd by using th tchniqu of factor-rvaling LP dvlopd by Jain, Mahdian, and Sabri [25]. On advantag of our algorithm is that it can b asily gnralizd to solv th so-calld two lvl concntrator location problm s [9] and th rfrncs thrin) with th sam ratio Th quasi-grdy approach also rsults in a local improvmnt procdur for th 2-LFLP, which dos not improv th ratio 1.77 for th 2- LFLP but is usful in improving th prformanc guarants for othr multi-lvl facility location problms. In particular, w show that 3- and th 4-LFLP can b approximatd by factors of 2.51 and 2.81, rspctivly, obtaining th currnt bst approximation ratios for ths two problms. W also obtain an improvd 3-approximation algorithm for th 2-LFLP with soft capacitis. An additional rsult of our approach is an Oln D ))-approximation algorithm for th non-mtric 2-LFLP whr th connction cost may not satisfy th triangl inquality. This is th first nontrivial approximation algorithm for a non-mtric multi-lvl facility location problm. And its approximation ratio matchs th bst known approximation ratio for th non-mtric 1-LFLP du to Hochbaum [20]. Furthrmor, th approximation ratio is th bst possibl up to a constant, unlss P=NP [16]. Grdy algorithms hav bn succssful in tackling th 1-LFLP [25, 26]. In a standard grdy approach, at ach stp, on computs a grdy function valu for ach lmnt of a candidat st and chooss th optimal candidat basd on ths valus. Whn applid to th 1-LFLP, th candidat 3

4 st is th st of unopn) facilitis, and th grdy function is th ratio of th cost incurrd to th numbr of nw clints srvd, which can b computd asily. Howvr, th issu is mor complicatd whn w apply th grdy approach to th 2-LFLP. In particular, it is difficult to dfin a candidat st. Som straightforward choics do not work such as F 1 F 2 and F 1 F 2. On sophisticatd dfinition works whr a candidat is dfind as many facilitis with xactly on in F 2 and th rst in F 1. Unfortunatly, th problm is that thr ar xponntially many candidats, and w can not choos th bst candidat by comparing thir grdy function valus with ach othr in polynomial tim. Thus, w mak a simpl but important obsrvation for th 2-LFLP: choosing th bst candidat among th xponntially many candidats according to an asy grdy function is quivalnt to choosing th bst candidat among polynomially many candidats according to an appropriatly dfind hard grdy function. In th lattr, givn a candidat, it is NP-hard to comput th xact valu for th hard grdy function. But th good nws is that w may comput th grdy function valu approximatly in polynomial tim. Thrfor, w could choos th bst candidat according to th approximatd grdy function valu. W call this approach quasi-grdy sinc it may not choos th grdist candidat. It turns out that computing th hard grdy function valu for solving th 2-LFLP is quivalnt to th so-calld maximization vrsion of th 1-LFLP Max-1-LFLP in short). Rcall that in th minimization 1-LFLP, assigning a clint to an opn facility will incur a connction cost. In th Max-1-LFLP, a rvnu will b gnratd by assigning a clint to an opn facility, and th objctiv is to maximiz th nt profit th total rvnu minus th total facility cost). Th Max-1-LFLP and th minimization 1-LFLP ar quivalnt from th prspctiv of optimization, but not from that of approximation. Approximation algorithms for th Max-1-LFLP hav a longr history than thos for th 1-LFLP[12, 4]. Howvr, th rsults of [12, 4] do not hlp in stablishing our rsult for th 2-LFLP. W shall giv a nw approximation algorithm for th Max-1-LFLP such that th approximation rsult can b usd in proving our bound for th 2-LFLP. To th bst of our knowldg, this is th first tim that approximations for th maximization and th minimization vrsions of a facility location problm hav bn rlatd. W rmark that th quasi-grdy approach has bn usd in dsigning approximation algorithms in othr sttings, for xampl, Chkuri, Evn and Kortsarz [11]. Howvr, our approach is nw in that it rducs th siz of th st of candidats from xponntially many to polynomially many in such a way that th grdy function for th lattr can b wll approximatd. Our algorithm and analysis combin th tchniqu of randomizd rounding with that of dual fitting. Both tchniqus hav bn usd for solving various facility location problms, but nvr combind bfor. In our algorithm, ach grdy stp is solvd by randomly rounding th solution of its linar programming rlaxation. Dual fitting and th factor-rvaling LP) is usd for proving th ovrall prformanc guarant. 4

5 1.4 Organization of th papr Th rst of th papr is organizd as follows. In Sction 2, w prsnt a linar programming basd approximation algorithm for th Max-1-LFLP. Th quasi-grdy algorithm for th 2-LFLP and its analysis is givn in Sction 3. In Sction 4, a local improvmnt procdur basd on th quasigrdy approach for th 2-LFLP is proposd. In sction 5, w prsnt improvd approximation algorithms for th non-mtric 2-LFLP, th two lvl concntrator location problm, and othr multi-lvl facility location problms. Final rmarks ar givn in Sction 6. 2 An algorithm for th Max-1-LFLP In this sction, w considr th maximization vrsion of th singl lvl) facility location problm Max-1-LFLP). In th Max-1-LFLP, w ar givn th st of clint D, th st of facilitis F. Th facility cost for opning facility i is f i and, Th rvnu gnratd by assigning clint j to facility i is d ij 0. Hr d ij may not satisfy th triangl inquality. Th objctiv is to opn a subst of th facilitis of F and thn assign ach of th clints in D to an opn facility such that th nt profit is maximizd. Th Max-1-LFLP can b formulatd as th following intgr program. Max f i y i 1) s.t. d ij x ij i F,j D i F x ij = 1 for all j D i F x ij y i for all i F, j D x ij, y i {0, 1} for all i F, j D whr y i = 1 if w dcid to opn facility i, othrwis y i = 0; x ij = 1 if clint j is assignd to facility i, othrwis x ij = 0. Considr any fasibl solution, whos total profit is assumd to b C F, whr C and F corrspond to th total rvnu and th total facility cost, rspctivly. Our goal is to find an algorithm that producs a solution with profit C F 1 1 )C F. Th algorithm is basd on th linar programming LP) rlaxation of this problm. Howvr, th actual LP w will solv is diffrnt from th xact LP rlaxation of 1). Algorithm MAX Stp 1. Solv th following LP and obtain an optimal solution x, y): Max 1 1 ) s.t. d ij x ij i F,j D i F x ij = 1 for all j D i F x ij y i for all i F, j D 0 x ij, y i 1 for all i F, j D 5 f i y i 2)

6 Stp 2. For ach i F, opn facility i indpndntly with probability y i, and assign ach clint j D to an opn facility with maximum rvnu. Lt th rsultd solution b ˆx, ŷ) and th corrsponding facility cost and rvnu b F and C rspctivly. W first prov a tchnical lmma. Lmma 1. Givn 3n rals d i, t i and p i, i = 1, 2,, n such that d 1 d 2 d n 0, 0 t i p i 1 and n t i = 1, thn ) n k 1 n n d k 1 p i )p k 1 1 t i ) d i t i. k=1 Proof. Lt On can vrify that g z k = = gz 1, z 2,, z n ) = 0 n k=1 k 1 1 z i ) d k k 1 1 z i )d k 1 k 1 1 z i )d k n j=k+1 1 z i )z k. d k k 1 n j=k+1 n j=k+1 d j z j z j 1 z j ) j 1 l=k+1 j 1 l=k+1 1 z l ) 1 z l ) Thrfor, gz 1, z 2,, z n ) is nondcrasing function of z i for ach i = 1, 2,, n. It follows that gp 1, p 2,, p n ) gt 1, t 2,, t n ). Lt D = d And lt c i = D d i for i = 1, 2,, n. Thrfor, 0 c 1 c 2 c n. Furthrmor, by assumption, n t i = 1, thn by Lmma 10 of Chudak and Shmoys [14], w must hav ) n k 1 n n c k 1 t i )t k 1 1 t i ) c i t i. It implis that k=1 n k 1 D d k ) 1 t i )t k 1 k=1 k=1 Rarrang th abov inquality, w gt n 1 t i )t k 1 d k k 1 6 ) n 1 t i ) ) n 1 t i ) n D d i )t i. n d i t i.

7 Thrfor, gp 1, p 2,, p n ) gt 1, t 2,, t n ) 1 which complts th proof. ) n n 1 t i ) d i t i, Now w ar rady to prsnt th main rsult of this sction. Thorm 1. Thr xists an algorithm that finds a solution with profit C F such that C F 1 1 )C F. Proof. By th dfinition of ˆx, ŷ), ŷ i is 1 with probability y i, and 0 with probability 1 y i. Thn E[ŷ i ] = y i and thus th xpctd facility cost is E[F ] = E[ i F f i ŷ i ] = i F f i E[ŷ i ] = i F f i y i. It is lft to analyz th quantity E[C] = E[ i F,j D d ij ˆx ij ]. Considr any j D, and assum that th facilitis ar indxd such that d ij d i+1)j. For simplicity, w drop th subscript j and dnot th rvnus by d 1, d 2,, such that d i d i+1. By conditional probability, E[ d iˆx ij ] = k 1 ) d k 1 y i ) y k. i F 1 k F Furthrmor, 0 x kj y k and k F x kj = 1 for vry j. Thrfor, by Lmma 1, th xpctd rvnu that j can gt is boundd blow by 1 i F1 ) x ij ) d i x ij. i F d i x ij 1 1 ) i F Th last inquality holds sinc i F 1 x ij ) 1 x ij ) F 1 1 F F ) F 1. Thrfor, E[ i F i F,j D d ij ˆx ij ] E[ i F f i ŷ i ] 1 1 ) i F,j D d ij x ij i F Sinc x, y) is th optimal solution for th LP, th right hand sid of th abov inquality is boundd blow by 1 1 )C F. Thrfor, E[C F ] 1 1 )C F. f i y i. 7

8 By th standard tchniqu using conditional xpctation, w can drandomiz th algorithm such that C F 1 1 )C F. 3 Th quasi-grdy algorithm for th 2-LFLP For our purpos, it would b usful to hav th following dfinition. Dfinition 1. An algorithm is calld a R f, R c )-approximation algorithm for th k-lflp, if for vry instanc I of th k-lflp, and for vry solution SOL for I with facility cost F SOL and connction cost C SOL, th cost of th solution found by th algorithm is at most R f F SOL +R c C SOL. W cit a lmma from Mahdian t al [26]. Lmma 2. [26] For a, b) = 1.104, 1.78) or a, b) = 1.118, 1.77), k α i a k m i + b f, if th following systm of inqualitis holds 1 j < k : α j α j+1 1 l < j < k : r l,j r l,j+1 1 l < j k : α j r l,j + m j + m l 1 j k : j 1 l=1 maxr l,j m l, 0) + k l=j maxα j m l, 0) f 1 l j k : α j, m j, f, r l,j 0. 3) Furthrmor, th 1-LFLP can b approximatd by a factor of a+lnδ), 1+b 1)/δ) for any δ 1. Blow ar th dtails of our quasi-grdy algorithm for th 2-LFLP. Th algorithm is prsntd in a way similar to that of Jain t al [25]. Algorithm QG 1. W introduc a notion of tim. Th algorithm starts at tim 0. At this tim, all clints ar unconnctd and all facilitis ar unopn. Lt U b th st of unconnctd clints. Thus at this tim U = D. And α j = 0 for ach j D. At ach momnt, vry clint j will hav som mony B j availabl to offr to ach unopn facility in F 2, whr B j = α j if j is unconnctd, and B j = c jp if j is currntly connctd to an opn path p. Th amount of offrs rcivd by a facility i F 2 is computd as follows. Considr any i F 2. For ach j D and k F 1, dfin d kj = max{b j c jki, 0} whr c jki = c jk + c ki, and ˆf k = 0 if k F 1 is alrady opn; ˆfk = f k othrwis. Thn w obtain an instanc of th Max-1-LFLP. W solv this instanc by Algorithm MAX and obtain a fasibl solution. This profit could b ngativ) is th amount of offrs rcivd by th facility i. Not that ach clint j can mak an offr to a facility i F 2 through xactly on facility σ i j) F 1 whr σ i j) is th facility to which j is assignd by Algorithm MAX. Th contribution mad by clint j to facility i is qual to d σi j)j. 8

9 2. Whil U, incras th tim and simultanously incras α j at th sam rat for ach j U, until on of th following vnts occurs: 1). For a unopn facility i F 2, th total amount of offrs that it has rcivd from th clints is qual to f i. In this cas, w opn facility i. And for ach clint j D who has mad non-zro contribution to i, w opn facility σ i j) F 1 and assign j to th path σ i j), i). Furthrmor, if j U, thn rmov j from U and stop incrasing α j ). 2). For a clint j U and opn facilitis i F 2 and k F 1, α j = c jki, thn assign j to th path k, i) and rmov j from U and stop incrasing α j ). Rmark 1. For ach clint j D, th valu α j will incras until j gts connctd to an opn path, and α j will not chang aftr that. At ach momnt, th valu B j is usd to dnot th amount of mony availabl to B j to offr. Bfor j is connctd, B j = α j. Th first tim j is connctd to an opn path, say p, B j = c jp. It is clar that B j c jp. Aftr j is connctd, B j is th connction cost paid by clint j. For xampl, clint j may gt connctd latr to anothr opn path p with c jp c jp to sav th connction cost. Thn as long as j is connctd to p, B j = c jp. Thrfor, th valu B j will not stop incrasing until j gts connctd to an opn path it may start dcrasing from thn on). Rmark 2. In ordr to implmnt Algorithm QG in polynomial tim, w notic that th total numbr of possibl vnts is boundd by D + F 2. At any tim, w nd to find th minimum valu of how much th α j s should incras such that th nxt vnt will occur. This can b don in polynomial tim but not strongly polynomial tim) by prforming a bisction sarch. Anothr way for implmnting th algorithm is that w discrtiz th tim and only considr th valus of α j s that ar powrs of 1+ɛ), i.., {0, 1, 1+ɛ), 1+ɛ) 2, 1+ɛ) 3,, } for any givn constant ɛ > 0. Thrfor, th algorithm can b implmntd in polynomial tim for any givn constant ɛ > 0. Now, w ar rady to analyz th algorithm. First, w hav Lmma 3. Th total cost of th solution producd by Algorithm QG is j D α j. W can assum that th opn paths of an optimal solution of th 2-LFLP form a forst [15]. In ordr to analyz th prformanc guarant, w considr any tr of th forst. Th root of this tr must b a facility i F 2. And th lavs of th tr ar a subst of th facilitis, say S i F 1. W also considr th st of clints, dnotd by D i, who ar assignd to th tr rootd at i in th optimal solution. Thrfor, th total cost of th optimal solution) associatd with this tr is f i + f k + min c jki. k S i k S i j D i If w could prov that, for ach i F 2, α j R f f i + f k + R c min c jki, k S i j D i k Si j D i thn Algorithm QG must b a R f, R c )-approximation algorithm for th 2-LFLP. Thus, in th rst of 9

10 this sction, w considr a particular i, and th associatd S i and D i. W assum that D i = n and lt m j = min k Si c jki. Furthrmor, without losing gnrality, w assum that α 1 α 2 α n. For ach j : 1 j n, considr th situation of th algorithm at tim t = α j. For ach l j 1, if l is connctd to a path p bfor tim t i.. l was connctd to a path at tim α j /1 + ɛ), thn lt r l,j = c lp ; othrwis, lt r l,j = α l. In th lattr cas, α l = α j. Lmma 4. Lt f = fi + ) k S i f k, thn th systm of inqualitis 4) holds: 1 1 j < k : α j α j+1 1 l < j < k : r l,j r l,j+1 1 l < j k : α j /1 + ɛ) r l,j + m j + m l 1 j k : j 1 l=1 maxr l,j/1 + ɛ) m l, 0) + k l=j maxα j/1 + ɛ) m l, 0) f 1 l j k : α j, m j, f, r l,j 0. 4) Proof. First of all, th inquality α j α j+1 holds by assumption. And for ach l : 1 l < j n, w hav r l,j r l,j+1 sinc onc a clint is connctd to a path, it will nvr b connctd to a path with a highr connction cost. Considr clints j > l at tim t = α j. If l is unconnctd at tim t/1 + ɛ), thn by dfinition, r l,j = α l and it must b th cas α j = α l. Thrfor, α j r l,j + m j + m l. Now w assum that l is connctd to a path p at tim t/1 + ɛ). It follows that r l,j = c lp and p must b opn at tim t/1 + ɛ). Thus t/1 + ɛ) c jp, othrwis j could b connctd to p bfor tim t. Howvr, by triangl inquality, c jp c lp + m j + m l. Thus, w also hav α j /1 + ɛ) = t/1 + ɛ) r l,j + m j + m l. It is lft to prov that for all j, j 1 max r l,j /1 + ɛ) m l, 0) + l=1 n max α j /1 + ɛ) m l, 0) l=j 1 f i + f k. k Si At tim t = α j /1 + ɛ), Algorithm QG will construct an instanc of th Max-1-LFLP, i.., for ach clint l D and facility k F 1, dfin d kl = max{b l c lki, 0}. Not that B l r l,j /1 + ɛ) for l < j and B l = t for l j. Thn w considr a fasibl solution of th Max-1-LFLP. W opn facilitis in S i with opning cost at most k S i f k. For ach l D i, w assign l to th facility in S i, to which l is connctd in th optimal solution of th 2-LFLP. For othr clints not in D i, w assign thm to any opn facility. Th total profit of this solution is at last max{b l m l, 0} f k. l D i k S i By Thorm 1, Algorithm QG can find a solution for th Max-1-LFLP with total profit at last 1 1 ) l D i max{b l m l, 0} k S i f k. 10

11 Howvr, th total amount of offrs rcivd by i from th clints is at last this quantity that can not b gratr than th f i. Thrfor, 1 1 ) l D i max{b l m l, 0} k S i f k f i. Rarranging th trms in th abov inquality, w gt th dsird conclusion. Thorm 2. Th 2-LFLP can b approximatd by a factor of ɛ) 2 in polynomial tim for any givn constant ɛ > 0. Proof. By Lmma 2 and Lmma 4, by comparing systms 3) and 4), and by using th pair a, b) = 1.118, 1.77), w gt α j 1 + ɛ) f i + f k m i, 1 k Si j D i j D i which, togthr with Lmma 3, implis that Algorithm QG is a ɛ) 2 -approximation algorithm for th 2-LFLP sinc A local improvmnt procdur for th 2-LFLP Th main rsult of this sction is that givn a R f, R c )-approximation algorithm for th 2-LFLP, w can find an approximation algorithm with prformanc guarant R f + 1 lnδ), 1 + R c 1 δ ) for any δ 1 in polynomial tim. W will s its application in th analysis of algorithms for th 3-LFLP and th 4-LFLP, among othrs. A similar rsult has bn provd for UFLP by Guha and Khullr [19] and w hav sn many applications of it [10, 19, 26, 27, 5]. Th ky hr is again th quasi-grdy approach. In ordr to prov th abov rsult, w dsign a local improvmnt procdur for th 2-LFLP. Roughly spaking, onc w hav a fasibl solution for th 2-LFLP, w may add som facilitis to th currnt solution such that th total cost is rducd. Th local improvmnt procdur procds as follows, which is similar to Algorithm QG. W ar givn a solution for th 2-LFLP. Assum th connction cost of ach clint j D is o j. W want to add som facilitis opn on facility in F 2 and simultanously many facilitis in F 1 ) into th currnt solution. At ach stp, w considr an unopn facility i F 2. W construct an instanc of th Max-1-LFLP: w ar givn th st of clints D, th st of facilitis F 1, th facility cost for opning k F 1 is f k w can lt f k = 0 if k has bn opn in th currnt solution), and th rvnu gnratd by assigning j D to k F 1 is d jk = max{0, o j c jki }. Again, w solv th Max-1-LFLP by using Algorithm MAX. Assum that clint j is assignd to σ i j) by Algorithm MAX. If th total profit of th solution for th Max-1-LFLP is gratr than f i, thn th total cost of th currnt solution for th 2-LFLP can b rducd by opning facility i, and for ach clint j, 11

12 if d jσi j) > 0 thn opn σ i j) and r-connct j to th path σ i j), i). Such a stp is calld an add opration. Rpat this procdur until th solution can not b improvd by any add opration Considr any fasibl solution, say OP T, for th 2-LFLP. Assum its total connction cost and facility cost ar C opt and F opt. Again, w.l.o.g., w can assum that th solution OP T forms a forst. Considr on of th trs rootd at i F 2. Lt S i and D i b dfind as thos in th last sction. Now w ar rady to prov th following Lmma, whos countrpart for th 1-LFLP is wll-known in this ara. Lmma 5. If no mor add opration can improv th currnt solution, thn C C opt + 1 F opt. Proof. Lt OP T F i ) b th subst of facilitis in F i that ar opn in th fasibl solution OP T, for i = 1, 2. In th local improvmnt procdur, assum that w ar considring a candidat facility i OP T F 2 ). Lt th connction cost of clint j b, o j in th currnt solution, and θ j in OP T. As in th proof of Lmma 4, thr xists a fasibl solution for th Max-1-LFLP with total profit at last max{o j θ j, 0} f k. j D i k S i Thrfor, Algorithm MAX can find a solution with total profit at last 1 1 ) max{o j θ j, 0} f k 1 1 ) o j θ j ) f k. j D i k S i j D i k S i Howvr, sinc no add opration can improv th currnt solution, w must hav f i 1 1 ) o j θ j ) f k. j D i k S i Not that for i l, D i D l =, i OP T F2 )D i = D and i OP T F2 )F i 1 = OP T F 1). Thn w add th abov inquality ovr i OP T F 2 ), which complts th proof. Th abov lmma lads to th following conclusion immdiatly: Lmma 6. If thr is an a, b)-approximation algorithm for th 2-LFLP, thn ) w can gt an approximation algorithm with prformanc guarant a + b 1 1 1), 1 + for any 1. Proof. Assum that thr is an a, b)-approximation algorithm for 2-LFLP, thn by scaling th facility cost of th original instanc by a factor of 1, w can find a solution such that F + C a F OP T + bc OP T. Thn w apply th local improvmnt procdur on this solution, until th cost on th scald instanc) can not b rducd anymor. Thn w must hav, by Lmma 5, C C OP T + 1 F OP T. 12

13 Combining ths two inqualitis, w must hav F + C a + ) 1) F OP T b 1 1 )COP T. Thorm 3. For any givn ɛ > 0, if thr is an a, b)-approximation algorithm for th 2-LFLP, thn w can gt an approximation algorithm with prformanc guarant a + ) b 1 ln ) + ɛ, for any 1. Proof. Assum that w hav an a, b)-approximation algorithm for 2-LFLP. Lt δ 1. W prov that for any intgr p 1, thr xists an approximation algorithm for 2-LFLP with prformanc guarant a + b 1 1pδ 1), 1 + δ ). p W prov th claim by induction on p. Th cas p = 1 is trivial by Lmma 6. Assum that th claim is corrct for p 1. Thn w hav an a + p 1)δ 1) 1, 1 + )- b 1 δ p 1 approximation algorithm for 2-LFLP. W apply Lmma 6 again, thn w gt an approximation algorithm with prformanc guarant p 1)δ 1) δ 1) a , ) b 1 1 δ p 1 δ p, which is xactly what w nd. Thus w hav provd th claim for any intgr p. Now for any 1, lt δ = 1 p for som larg intgr p. W hav ) thus provd that any a, b)-approximation algorithm implis an a + 1 p 1 p 1), 1 + b 1 -approximation algorithm. Not that p 1 p 1) ln whn p. Thus, For any ɛ > 0, thr xists a constant p such that This complts th proof of th Thorm. p 1 p 1) ln + ɛ. 5 Variants of th 2-LFLP In this sction, w prsnt improvd rsults on approximating svral variants of th 2-LFLP. 13

14 5.1 Th non-mtric 2-LFLP W show that Algorithm QG has a prformanc guarant of Oln D )) for th non-mtric 2- LFLP. Th analysis is th sam as that of th mtric 2-LFLP, xcpt that in Lmma 4, on of th inqualitis of 4) dos not ncssarily hold. In fact, w can prov that Lmma 7. Lt f = 1 fi + k S i f k ), thn th systm of inqualitis 5) holds: 1 j < k : α j α j+1 1 j k : k l=j maxα j/1 + ɛ) m l, 0) f 1 j k : α j, m j, f 0. 5) This lads to th following thorm. Thorm 4. Th non-mtric 2-LFLP can b approximatd by a factor of Oln D )) in polynomial tim. Proof. Th inquality systm 5 implis that, for ach j : 1 j k: 1 α j f i + k f k + k j k Si It follows that whr H k = k 1 i k α j H k f i + f k + 1 k Si j=1 l=1 k l=1 m l lnk). This complts th proof of th thorm. To th bst of our knowldg, no approximation algorithm for th non-mtric 2-LFLP is known in th litratur. Hochbaum [20] has shown that th non-mtric 1-LFLP can b approximatd by a factor of ln D ), and by a rsult of Fig [16], it is th bst possibl unlss P=NP. Thrfor, our ratio for th non-mtric 2-LFLP is th bst possibl up to a constant. m l., 5.2 Th two-lvl concntrator location problm In th two-lvl concntrator location problm 2-LCLP), w hav th sam input as that of th 2-LFLP. Howvr, ach clint must b srvd by a first lvl opn facility only, and ach of th first lvl opn facilitis must b srvd by a scond lvl opn facility. To b prcis, w ar askd to choos subst = V t F t to opn, for t = 1, 2 such that min c jk + min c ki + k V 1 i V 2 k S 1 j D 2 f it t=1 i t V t is minimizd. Hr, w assum that th connction cost satisfy th triangl inquality. 14

15 As that for th 2-LFLP, w can assum that th opn paths of an optimal solution of th 2-LCLP form a forst. W considr any tr of th forst with its root i F 2. Again, w dnot th lavs of th tr by S i that is a subst of F 1. And D i is th st of clints that ar assignd to th tr rootd at i in th optimal solution. Thrfor, th total cost of th optimal solution) associatd with this tr is f i + f k + c ki ) + min c jk. k S i k S i j D i If w could prov that, for ach i F 2, α j R f f i + k + c ki ) + R c j D i k Sif j D i min k S i c jk, thn Algorithm QG must b a R f, R c )-approximation algorithm for th 2-LCLP. W can apply Algorithm QG to th 2-LCLP as wll. Th only chang w should mak is th construction of th instancs of th Max-1-LFLP. In particular, whn considring a facility i F 2, th instanc of th Max-1-LFLP is constructd as follows: th st of clints is D, th st of facilitis is F 1, th facility cost for opning facility k F 1 is f k +c ki, and th rvnu gnratd by assigning clint j to facility k is max{0, B j c jk }, whr B j = c jk if j is currntly connctd to a facility k F 1, othrwis B j = α j. Thn following th sam analysis as that for 2-LFLP, w can show that th 2-LCLP can b approximatd by a factor of ɛ) 2 in polynomial tim for any constant ɛ > 0. Lvin [23] claimd a constant factor approximation algorithm for th k-lclp whn k is a constant. Th approximation ratio of his algorithm is xponntial on k. Our rsult significantly improvs th ratio for k = Th 3- and th 4-LFLP In [5], improvd algorithms for th k-lflp hav bn proposd by rducing it to th 1-LFLP. In fact, in ordr to gt improvd ratios for th k-lflp, on nds to combin two rduction mthods: th paramtrizd path rduction and th rcursiv rduction. For dtails of th rductions, w invit th author to rfr to [5]. Sinc w hav a strong approximation for th 2-LFLP, w can furthr rfin thir rduction. W omit th proofs of Lmma 8 and Lmma 9, sinc complt proofs would ssntially rpat all th argumnts of [5]. For th 3-LFLP, w us xactly th sam rductions as thos in [5]. Howvr, whn w apply th rcursiv rduction to th 3-LFLP, w nd to solv an instanc of th 2-LFLP. In [5], th instanc of th 2-LFLP is furthr rducd to two instancs of th 1-LFLP. Instad of doing this, w now can solv th instanc of th 2-LFLP dirctly by using Algorithm QG. This lads to th following lmma. Lmma 8. Assum that th 1- and th 2-LFLP can b approximatd by factors of a, b) and α, β), rspctivly, thn th 3-LFLP can b approximatd by factors of max{a, a+α 3b+β 2 }, 2 ). Thrfor, w can obtain a bttr approximation ratio for th 3-LFLP. Th prviously bst known ratio is

16 Thorm 5. Th 3-LFLP can b approximatd by a factor of Proof. By Thorm 2 and Thorm 3, and by ltting = , w know that th 2-LFLP can b approximatd by a factor of α, β) such that α = / 1) ln )), β ) = / By Lmma 2, and by ltting δ = , w know that th 1-LFLP can b approximatd by a factor of a, b) = ln ), / ). It follows from Lmma 8 that th 3-LFLP can b approximatd by a factor of For th 4-LFLP, w modify th rductions of [5] in th following way. In th paramtrizd path rduction, for any instanc of th 4-LFLP, w rduc it to an instanc of th 2-LFLP. In th rcursiv path rduction, w rduc any instanc of th 4-LFLP to two instancs of th 2-LFLP in [5], it will b rducd to on instanc of th 1-LFLP, and on instanc of th 3-LFLP). W can prov th following lmma. Lmma 9. Assum that th 2-LFLP can b approximatd by a factor of α, β), thn th 4-LFLP can b approximatd by factors of α, 2β). Thorm 6. Th 4-LFLP can b approximatd by a factor of Proof. By Thorm 2 and Thorm 3, w know that th 4-LFLP can b approximatd by a factor of α, β) such that α ) = / 1) ln ), β ) = / for som 1. By ltting = 1.92, w hav α and β Thrfor, by Lmma 9, w gt a 2.81-approximation algorithm for th 4-LFLP. W rmark that no approximation ratio bttr than 3 was known for th k-lflp for any k Th 2-LFLP with soft capacity This problm is th sam as th 2-LFLP xcpt that th facility cost for opning facility i is a function of th numbr of clints it srvs. In particular, if i srvs k clints, thn th facility cost of i is f i k u i whr f i and u i ar givn. for ach facility i, thr is an uppr bound u i on th numbr of clints it can srv. It has bn shown in [5] Thorm 2, pag 154) that th 2-LFLP can b approximatd by a factor of 1.104, 3.56). By Thorm 3 and by ltting = 1.281, w obtain a 1.5, 3)-approximation algorithm for th 2-LFLP. W follow th approach of [27] and show that any α, β)-approximation algorithm for th 2-LFLP implis a 2α, 2β)-approximation algorithm for th 2-LFLP with soft capacity. Thrfor, w can gt a 3-approximation algorithm for th 2-LFLP with soft capacity. 16

17 6 Concluding Rmarks Srval qustions rmain opn. First of all, although our bound dos not dpnd on th LP rlaxation for th 2-LFLP [33], it would b of intrst to know th intgrality gap of th LP rlaxation. A rlatd qustion is on th lowr bound of th 2-LFLP, i.., whthr w can improv it from that is th known lowr bound for th 1-LFLP. Although in many applications of th multi-lvl problm, th numbr of lvls is small, it is crtainly of thortical intrst to study th approximability of th k-lflp for gnral k. Can our tchniqu b xtndd to th k-lflp for k 2? This rquirs a good approximation for th maximization vrsion of th k 1)-LFLP, which has bn studid in [6] and [35]. But thir rsults ar not in th form that can b applid within our framwork. Finally, our rsults, if combind with that of Aardal, Chuadk, and Shmoys [2] strongly suggst that it is possibl to dvlop a polynomial tim algorithm for th k-lflp whos prformanc guarant dpnds on k, i.., th prformanc guarant is strictly lss than 3 for any k, and convrgs to 3 whn k gos to infinity. Acknowldgmnt. Th author would lik to thank Yinyu Y for his support and his fdbacks on prliminary drafts of this papr. Th author also thanks Alxandr Agv, Asaf Lvin, Pt Vinott, Dachuan Xu and SODA 2004 program committ for thir hlpful commnts. Rfrncs [1] K. Aardal, M. Labb, J. Lung and M. Quyrann, On th two-lvl uncapacitatd facility location problm, INFORMS Journal on Computing, 8, , [2] K. Aardal, F.A. Chudak and D.B. Shmoys, A 3-approximation algorithm for th k-lvl uncapacitatd facility location problm, Information Procssing Lttrs, 72, , [3] A. Agv, Improvd approximation algorithms for multilvl facility location problms, Opr. Rs. Lttrs 30, , [4] A. Agv and M. Sviridnko, An approximation algorithm for uncapacitatd facility location problm, Discrt Applid Mathmatics, 93, , [5] A. Agv, Y. Y and J. Zhang, Improvd Combinatorial Apporixmation Algorithms for th k-lvl Facility Location Problm, Procdings of Th 30th Intrnational Colloquium on Automata, Languags and Programming ICALP), LNCS 2719, , [6] A. Bumb, An approximation algorithm for th maximization vrsion of th two lvl uncapacitatd facility location problm, Oprations Rsarch Lttrs, 294), , [7] A.F. Bumb and W. Krn, A simpl dual ascnt algorithm for th multilvl facility location problm, 4th Intrnational Workshop on Approximation Algorithms for Combinatorial Optimization APPROX 2001), LNCS 2129, 55-62,

18 [8] A. I. Barros and M. Labb, A gnral modl for th uncapacitatd facility and dpot location problm, Location Scinc, 2: , [9] P. Chardair, Facility Location Optimization and Cooprativ Gams Ph.d. Thsis, School of Information Systms, Univrsity of East-Anglia, Norwich NR4 7TJ, UK, [10] M. Charikar and S. Guha, Improvd combinatorial algorithms for facility location and k- mdian problms, in Procdings of th 40th IEEE Foundations of Computr Scinc FOCS), , [11] C. Chkuri, G. Evn and Guy Kortsarz, A combinatorial approximation algorithm for th group Stinr problm, submittd to Discrt Applid Mathmatics. [12] G. Cornuéjols, M.L. Fishr and G.L. Nmhausr, Location of bank accounts to optimiz float: an analytic study of xact and approximat algorithms, Mngt Sci., 23, , [13] G. Cornuéjols, G.L. Nmhausr and L.A. Wolsy, Th uncapacitatd facility location problm, in: P. Mirchandani, R. Francis Eds.), Discrt Location Thory, Wily, Nw York, , [14] F.A. Chudak and D.B Shmoys, Improvd approximation algorithms for th uncapacitatd facility location problm, SIAM J. on Computing, to appar. [15] N. Edwards, Approximation algorithms for th multi-lvl facility location problm, Ph.D. Thsis, School of Oprations Rsarch and Industrial Enginring, Cornll Univrsity, [16] U. Fig, A thrshold of ln n for approximating st covr, Journal of th ACM, 45, , [17] J. J. Gao and E.P. Robinson Jr., A dual-basd optimization procdur for th two-chlon uncapacitatd facility location problm, Naval Rsarch Logistics, 839: , [18] J. J. Gao and E.P. Robinson Jr., Uncapacitatd facility location: Gnral solution procdur and computational xprinc, Europan Journal of Oprational Rsarch, 76: , [19] S. Guha and S. Khullr, Grdy striks back: improvd facility location algorithms, Journal of Algorithms, 31: , [20] D. S. Hochbaum, Huristics for th fixd cost mdian problm, Mathmatical Programming, 222), , [21] L. Kaufman, M. V. Ed and P. Hansn, A plant and warhous location problm, Oprations Rsarch Quartrly, 28: , [22] M. Labb, Th multi-lvl uncapacitatd facility location problm is not submodular, Europan Journal of Oprational Rsarch, Vol. 72, , [23] A. Lvin, Prsonal Communication,

19 [24] S. Guha, A. Myrson and K. Munagala, Hirarchical placmnt and ntwork dsign problms, IEEE Symposium on Foundations of Computr Scinc FOCS), , [25] K. Jain, M. Mahdian, and A. Sabri, A nw grdy approach for facility location problms, in Procdings of th 34th ACM Symposium on Thory of Computing STOC), , [26] M. Mahdian, Y. Y and J. Zhang, Improvd approximation algorithms for mtric facility location problms, 5th Intrnational Workshop on Approximation Algorithms for Combinatorial Optimization APPROX 2002), LNCS 2462, , [27] M. Mahdian, Y. Y and J. Zhang, A 2-approximation algorithm for th soft-capacitatd facility location problm, 6th Intrnational Workshop on Approximation Algorithms for Combinatorial Optimization APPROX 2003), LNCS 2764, , [28] A. Myrson, K. Munagala and S. Plotkin, Cost-distanc: two-mtric ntwork dsign, IEEE Symposium on Foundations of Computr Scinc FOCS), , [29] H. Ro and D. Tcha, A branch-and-bound algorithm for th two-lvl uncapacitatd facility location problm with som sid constraints, Europan Journal of OPrational Rsarch, 18: , [30] E.P. Jr. Robinson and L. Gao, A nw formulation and linar programming basd optimization procdur for th two-chlon uncapacitatd facility location problm, Annals of th Socity of Logistics Enginrs, 2, [31] E.P. Jr. Robinson, L. Gao and S. D. Muggnborg, Dsigning an intgratd distribution systm at DowBrands, Inc., Intrfacs, 23: , [32] D. B. Shmoys, Approximation algorithms for facility location problms, 3rd Intrnational Workshop on Approximation Algorithms for Combinatorial Optimization APPROX), LNCS 1913, 27-33, [33] D.B. Shmoys, E. Tardos, and K.I. Aardal, Approximation algorithms for facility location problms, in Procdings of th 29th Annual ACM Symposium on Thory of Computing 29th STOC, , [34] D. Tcha and B. L, A branch-and-bound algorithm for th multi-lvl uncapacitatd facility location problm, Europan Journal of Oprational Rsarch, 18:35-43, [35] J. Zhang and Y. Y, A Not on th Maximization Vrsion of th Multi-lvl Facility Location Problm, Oprations Rsarch Lttrs, 305), ,

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

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

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

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

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM

LINEAR DELAY DIFFERENTIAL EQUATION WITH A POSITIVE AND A NEGATIVE TERM Elctronic Journal of Diffrntial Equations, Vol. 2003(2003), No. 92, pp. 1 6. ISSN: 1072-6691. URL: http://jd.math.swt.du or http://jd.math.unt.du ftp jd.math.swt.du (login: ftp) LINEAR DELAY DIFFERENTIAL

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

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

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

(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

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

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

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

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter

Cramér-Rao Inequality: Let f(x; θ) be a probability density function with continuous parameter WHEN THE CRAMÉR-RAO INEQUALITY PROVIDES NO INFORMATION STEVEN J. MILLER Abstract. W invstigat a on-paramtr family of probability dnsitis (rlatd to th Parto distribution, which dscribs many natural phnomna)

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

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

Approximation and Inapproximation for The Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model

Approximation and Inapproximation for The Influence Maximization Problem in Social Networks under Deterministic Linear Threshold Model 20 3st Intrnational Confrnc on Distributd Computing Systms Workshops Approximation and Inapproximation for Th Influnc Maximization Problm in Social Ntworks undr Dtrministic Linar Thrshold Modl Zaixin Lu,

More information

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

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

More information

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

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

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

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

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

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

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

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

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

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

Two Products Manufacturer s Production Decisions with Carbon Constraint

Two Products Manufacturer s Production Decisions with Carbon Constraint Managmnt Scinc and Enginring Vol 7 No 3 pp 3-34 DOI:3968/jms9335X374 ISSN 93-34 [Print] ISSN 93-35X [Onlin] wwwcscanadant wwwcscanadaorg Two Products Manufacturr s Production Dcisions with Carbon Constraint

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

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

Stochastic Submodular Maximization

Stochastic Submodular Maximization Stochastic Submodular Maximization Arash Asadpour, Hamid Nazrzadh, and Amin Sabri Stanford Univrsity, Stanford, CA. {asadpour,hamidnz,sabri}@stanford.du Abstract. W study stochastic submodular maximization

More information

Application of Vague Soft Sets in students evaluation

Application of Vague Soft Sets in students evaluation Availabl onlin at www.plagiarsarchlibrary.com Advancs in Applid Scinc Rsarch, 0, (6):48-43 ISSN: 0976-860 CODEN (USA): AASRFC Application of Vagu Soft Sts in studnts valuation B. Chtia*and P. K. Das Dpartmnt

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

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

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

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

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

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

More information

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

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

Abstract Interpretation. Lecture 5. Profs. Aiken, Barrett & Dill CS 357 Lecture 5 1

Abstract Interpretation. Lecture 5. Profs. Aiken, Barrett & Dill CS 357 Lecture 5 1 Abstract Intrprtation 1 History On brakthrough papr Cousot & Cousot 77 (?) Inspird by Dataflow analysis Dnotational smantics Enthusiastically mbracd by th community At last th functional community... At

More information

On the irreducibility of some polynomials in two variables

On the irreducibility of some polynomials in two variables ACTA ARITHMETICA LXXXII.3 (1997) On th irrducibility of som polynomials in two variabls by B. Brindza and Á. Pintér (Dbrcn) To th mmory of Paul Erdős Lt f(x) and g(y ) b polynomials with intgral cofficints

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

Mutually Independent Hamiltonian Cycles of Pancake Networks

Mutually Independent Hamiltonian Cycles of Pancake Networks Mutually Indpndnt Hamiltonian Cycls of Pancak Ntworks Chng-Kuan Lin Dpartmnt of Mathmatics National Cntral Univrsity, Chung-Li, Taiwan 00, R O C discipl@ms0urlcomtw Hua-Min Huang Dpartmnt of Mathmatics

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

Some remarks on Kurepa s left factorial

Some remarks on Kurepa s left factorial Som rmarks on Kurpa s lft factorial arxiv:math/0410477v1 [math.nt] 21 Oct 2004 Brnd C. Kllnr Abstract W stablish a connction btwn th subfactorial function S(n) and th lft factorial function of Kurpa K(n).

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

Exponential inequalities and the law of the iterated logarithm in the unbounded forecasting game

Exponential inequalities and the law of the iterated logarithm in the unbounded forecasting game Ann Inst Stat Math (01 64:615 63 DOI 101007/s10463-010-03-5 Exponntial inqualitis and th law of th itratd logarithm in th unboundd forcasting gam Shin-ichiro Takazawa Rcivd: 14 Dcmbr 009 / Rvisd: 5 Octobr

More information

PROOF OF FIRST STANDARD FORM OF NONELEMENTARY FUNCTIONS

PROOF OF FIRST STANDARD FORM OF NONELEMENTARY FUNCTIONS Intrnational Journal Of Advanc Rsarch In Scinc And Enginring http://www.ijars.com IJARSE, Vol. No., Issu No., Fbruary, 013 ISSN-319-8354(E) PROOF OF FIRST STANDARD FORM OF NONELEMENTARY FUNCTIONS 1 Dharmndra

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

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

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

On the number of pairs of positive integers x,y H such that x 2 +y 2 +1, x 2 +y 2 +2 are square-free

On the number of pairs of positive integers x,y H such that x 2 +y 2 +1, x 2 +y 2 +2 are square-free arxiv:90.04838v [math.nt] 5 Jan 09 On th numbr of pairs of positiv intgrs x,y H such that x +y +, x +y + ar squar-fr S. I. Dimitrov Abstract In th prsnt papr w show that thr xist infinitly many conscutiv

More information

INCOMPLETE KLOOSTERMAN SUMS AND MULTIPLICATIVE INVERSES IN SHORT INTERVALS. xy 1 (mod p), (x, y) I (j)

INCOMPLETE KLOOSTERMAN SUMS AND MULTIPLICATIVE INVERSES IN SHORT INTERVALS. xy 1 (mod p), (x, y) I (j) INCOMPLETE KLOOSTERMAN SUMS AND MULTIPLICATIVE INVERSES IN SHORT INTERVALS T D BROWNING AND A HAYNES Abstract W invstigat th solubility of th congrunc xy (mod ), whr is a rim and x, y ar rstrictd to li

More information

Problem Set 6 Solutions

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

More information

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

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

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

Symmetric centrosymmetric matrix vector multiplication

Symmetric centrosymmetric matrix vector multiplication Linar Algbra and its Applications 320 (2000) 193 198 www.lsvir.com/locat/laa Symmtric cntrosymmtric matrix vctor multiplication A. Mlman 1 Dpartmnt of Mathmatics, Univrsity of San Francisco, San Francisco,

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

Square of Hamilton cycle in a random graph

Square of Hamilton cycle in a random graph Squar of Hamilton cycl in a random graph Andrzj Dudk Alan Friz Jun 28, 2016 Abstract W show that p = n is a sharp thrshold for th random graph G n,p to contain th squar of a Hamilton cycl. This improvs

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

ABEL TYPE THEOREMS FOR THE WAVELET TRANSFORM THROUGH THE QUASIASYMPTOTIC BOUNDEDNESS

ABEL TYPE THEOREMS FOR THE WAVELET TRANSFORM THROUGH THE QUASIASYMPTOTIC BOUNDEDNESS Novi Sad J. Math. Vol. 45, No. 1, 2015, 201-206 ABEL TYPE THEOREMS FOR THE WAVELET TRANSFORM THROUGH THE QUASIASYMPTOTIC BOUNDEDNESS Mirjana Vuković 1 and Ivana Zubac 2 Ddicatd to Acadmician Bogoljub Stanković

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

1 A lower bound. Lecture notes: Online bipartite matching algorithms

1 A lower bound. Lecture notes: Online bipartite matching algorithms Cornll Univrsity, Fall 217 Lctur nots: Onlin bipartit matching algorithms CS 682: Algorithms 6 8 Spt In practic whn dsigning algorithms, it is oftn th cas that th input is a stram of data arriving ovr

More information

Section 6.1. Question: 2. Let H be a subgroup of a group G. Then H operates on G by left multiplication. Describe the orbits for this operation.

Section 6.1. Question: 2. Let H be a subgroup of a group G. Then H operates on G by left multiplication. Describe the orbits for this operation. MAT 444 H Barclo Spring 004 Homwork 6 Solutions Sction 6 Lt H b a subgroup of a group G Thn H oprats on G by lft multiplication Dscrib th orbits for this opration Th orbits of G ar th right costs of H

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 7, July ISSN Intrnational Journal of Scintific & Enginring Rsarch, Volum 6, Issu 7, July-25 64 ISSN 2229-558 HARATERISTIS OF EDGE UTSET MATRIX OF PETERSON GRAPH WITH ALGEBRAI GRAPH THEORY Dr. G. Nirmala M. Murugan

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

ON THE DISTRIBUTION OF THE ELLIPTIC SUBSET SUM GENERATOR OF PSEUDORANDOM NUMBERS

ON THE DISTRIBUTION OF THE ELLIPTIC SUBSET SUM GENERATOR OF PSEUDORANDOM NUMBERS INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 8 2008, #A3 ON THE DISTRIBUTION OF THE ELLIPTIC SUBSET SUM GENERATOR OF PSEUDORANDOM NUMBERS Edwin D. El-Mahassni Dpartmnt of Computing, Macquari

More information

Inference Methods for Stochastic Volatility Models

Inference Methods for Stochastic Volatility Models Intrnational Mathmatical Forum, Vol 8, 03, no 8, 369-375 Infrnc Mthods for Stochastic Volatility Modls Maddalna Cavicchioli Cá Foscari Univrsity of Vnic Advancd School of Economics Cannargio 3, Vnic, Italy

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

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 43 Introduction to Finit Elmnt Analysis Chaptr 3 Computr Implmntation of D FEM Ths nots ar prpard by Dr. Cünyt Srt http://www.m.mtu.du.tr/popl/cunyt

More information

Hospital Readmission Reduction Strategies Using a Penalty-Incentive Model

Hospital Readmission Reduction Strategies Using a Penalty-Incentive Model Procdings of th 2016 Industrial and Systms Enginring Rsarch Confrnc H. Yang, Z. Kong, and MD Sardr, ds. Hospital Radmission Rduction Stratgis Using a Pnalty-Incntiv Modl Michll M. Alvarado Txas A&M Univrsity

More information

Statistical Thermodynamics: Sublimation of Solid Iodine

Statistical Thermodynamics: Sublimation of Solid Iodine c:374-7-ivap-statmch.docx mar7 Statistical Thrmodynamics: Sublimation of Solid Iodin Chm 374 For March 3, 7 Prof. Patrik Callis Purpos:. To rviw basic fundamntals idas of Statistical Mchanics as applid

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

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

Equidistribution and Weyl s criterion

Equidistribution and Weyl s criterion Euidistribution and Wyl s critrion by Brad Hannigan-Daly W introduc th ida of a sunc of numbrs bing uidistributd (mod ), and w stat and prov a thorm of Hrmann Wyl which charactrizs such suncs. W also discuss

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

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

Another view for a posteriori error estimates for variational inequalities of the second kind

Another view for a posteriori error estimates for variational inequalities of the second kind Accptd by Applid Numrical Mathmatics in July 2013 Anothr viw for a postriori rror stimats for variational inqualitis of th scond kind Fi Wang 1 and Wimin Han 2 Abstract. In this papr, w giv anothr viw

More information

Solution of Assignment #2

Solution of Assignment #2 olution of Assignmnt #2 Instructor: Alirza imchi Qustion #: For simplicity, assum that th distribution function of T is continuous. Th distribution function of R is: F R ( r = P( R r = P( log ( T r = P(log

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

4. Money cannot be neutral in the short-run the neutrality of money is exclusively a medium run phenomenon.

4. Money cannot be neutral in the short-run the neutrality of money is exclusively a medium run phenomenon. PART I TRUE/FALSE/UNCERTAIN (5 points ach) 1. Lik xpansionary montary policy, xpansionary fiscal policy rturns output in th mdium run to its natural lvl, and incrass prics. Thrfor, fiscal policy is also

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

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

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

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

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

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

A Prey-Predator Model with an Alternative Food for the Predator, Harvesting of Both the Species and with A Gestation Period for Interaction

A Prey-Predator Model with an Alternative Food for the Predator, Harvesting of Both the Species and with A Gestation Period for Interaction Int. J. Opn Problms Compt. Math., Vol., o., Jun 008 A Pry-Prdator Modl with an Altrnativ Food for th Prdator, Harvsting of Both th Spcis and with A Gstation Priod for Intraction K. L. arayan and. CH. P.

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

3-2-1 ANN Architecture

3-2-1 ANN Architecture ARTIFICIAL NEURAL NETWORKS (ANNs) Profssor Tom Fomby Dpartmnt of Economics Soutrn Mtodist Univrsity Marc 008 Artificial Nural Ntworks (raftr ANNs) can b usd for itr prdiction or classification problms.

More information

Using Stochastic Approximation Methods to Compute Optimal Base-Stock Levels in Inventory Control Problems

Using Stochastic Approximation Methods to Compute Optimal Base-Stock Levels in Inventory Control Problems Using Stochastic Approximation Mthods to Comput Optimal Bas-Stoc Lvls in Invntory Control Problms Sumit Kunnumal School of Oprations Rsarch and Information Enginring, Cornll Univrsity, Ithaca, Nw Yor 14853,

More information

A Sub-Optimal Log-Domain Decoding Algorithm for Non-Binary LDPC Codes

A Sub-Optimal Log-Domain Decoding Algorithm for Non-Binary LDPC Codes Procdings of th 9th WSEAS Intrnational Confrnc on APPLICATIONS of COMPUTER ENGINEERING A Sub-Optimal Log-Domain Dcoding Algorithm for Non-Binary LDPC Cods CHIRAG DADLANI and RANJAN BOSE Dpartmnt of Elctrical

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

General Caching Is Hard: Even with Small Pages

General Caching Is Hard: Even with Small Pages Algorithmica manuscript No. (will b insrtd by th ditor) Gnral Caching Is Hard: Evn with Small Pags Luká² Folwarczný Ji í Sgall August 1, 2016 Abstract Caching (also known as paging) is a classical problm

More information

The Cost Function for a Two-warehouse and Three- Echelon Inventory System

The Cost Function for a Two-warehouse and Three- Echelon Inventory System Intrnational Journal of Industrial Enginring & Production Rsarch Dcmbr 212, Volum 23, Numbr 4 pp. 285-29 IN: 28-4889 http://ijiepr.iust.ac.ir/ Th Cost Function for a Two-warhous and Thr- Echlon Invntory

More information

State-space behaviours 2 using eigenvalues

State-space behaviours 2 using eigenvalues 1 Stat-spac bhaviours 2 using ignvalus J A Rossitr Slids by Anthony Rossitr Introduction Th first vido dmonstratd that on can solv 2 x x( ( x(0) Th stat transition matrix Φ( can b computd using Laplac

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

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