Online Vertex-Weighted Bipartite Matching: Beating 1 1 with Random Arrivals

Size: px
Start display at page:

Download "Online Vertex-Weighted Bipartite Matching: Beating 1 1 with Random Arrivals"

Transcription

1 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals Zhiyi Huang Dpartmnt of Computr Sicnc, Th Univrsity of Hong Kong, Hong Kong Zhihao Gavin Tang 2 Dpartmnt of Computr Sicnc, Th Univrsity of Hong Kong, Hong Kong zhtang@cs.hku.hk Xiaowi Wu 3 Dpartmnt of Computing, Th Hong Kong Polytchnic Univrsity, Hong Kong wxw7@gmail.com Yuhao Zhang Dpartmnt of Computr Sicnc, Th Univrsity of Hong Kong, Hong Kong yhzhang2@cs.hku.hk Abstract W introduc a wightd vrsion of th ranking algorithm by Karp t al. (STOC 99), and prov a comptitiv ratio of.6534 for th vrtx-wightd onlin bipartit matching problm whn onlin vrtics arriv in random ordr. Our rsult shows that random arrivals hlp bating th -/ barrir vn in th vrtx-wightd cas. W build on th randomizd primal-dual framwork by Dvanur t al. (SODA 23) and dsign a two dimnsional gain sharing function, which dpnds not only on th rank of th offlin vrtx, but also on th arrival tim of th onlin vrtx. To our knowldg, this is th first comptitiv ratio strictly largr than -/ for an onlin bipartit matching problm achivd undr th randomizd primal-dual framwork. Our algorithm has a natural intrprtation that offlin vrtics offr a largr portion of thir wights to th onlin vrtics as tim gos by, and ach onlin vrtx matchs th nighbor with th highst offr at its arrival. 22 ACM Subjct Classification Thory of computation Approximation algorithms analysis, Thory of computation Onlin algorithms, Thory of computation Linar programming Kywords and phrass Vrtx Wightd, Onlin Bipartit Matching, Randomizd Primal-Dual Digital Objct Idntifir.423/LIPIcs.ICALP Rlatd Vrsion A full vrsion of th papr can b found at Acknowldgmnts Th first author would lik to thank Nikhil Dvanur, Ankit Sharma, and Mohit Singh with whom h mad an initial attmpt to rproduc th rsults of Mahdian and Yan using th randomizd primal-dual framwork. Partially supportd by th Hong Kong RGC undr th grant HKU7225E. 2 Partially supportd by his suprvisor Hubrt Chan s Hong Kong RGC grant Part of th work was don whn th author was a postdoc at th Univrsity of Hong Kong. Zhiyi Huang, Zhihao Tang, Xiaowi Wu, and Yuhao Zhang; licnsd undr Crativ Commons Licns CC-BY 45th Intrnational Colloquium on Automata, Languags, and Programming (ICALP 28). Editors: Ioannis Chatzigiannakis, Christos Kaklamanis, Dánil Marx, and Donald Sannlla; Articl No. 79; pp. 79: 79:4 Libniz Intrnational Procdings in Informatics Schloss Dagstuhl Libniz-Zntrum für Informatik, Dagstuhl Publishing, Grmany EATC S

2 79:2 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals Introduction With a wid rang of applications, Onlin Bipartit Matching and its variants ar a focal point in th onlin algorithms litratur. Considr a bipartit graph G(L R, E) on vrtics L R, whr th st L of offlin vrtics is known in advanc and vrtics in R arriv onlin. On th arrival of an onlin vrtx, its incidnt dgs ar rvald and th algorithm must irrvocably ithr match it to on of its unmatchd nighbors or lav it unmatchd. In a sminal papr, Karp t al. [9] proposd th Ranking algorithm, which picks at th bginning a random prmutation ovr th offlin vrtics L, and matchs ach onlin vrtx to th first unmatchd nighbor according to th prmutation. Thy provd a tight comptitiv ratio of Ranking, whn onlin vrtics arriv in an arbitrary ordr. Th analysis has bn simplifid in a sris of subsqunt works [4, 5, 2]. Furthr, th Ranking algorithm has bn xtndd to othr variants of th Onlin Bipartit Matching problm, including th vrtx-wightd cas [2], th random arrival modl [8, 2], and th Adwords problm [23, 7, ]. As a natural gnralization, Onlin Vrtx-Wightd Bipartit Matching was considrd by Aggarwal t al. [2]. In this problm, ach offlin vrtx v L has a non-ngativ wight, and th objctiv is to maximiz th total wight of th matchd offlin vrtics. A wightd vrsion of th Ranking algorithm was proposd in [2] and shown to b ( )- comptitiv, matching th problm hardnss in th unwightd vrsion. Thy fix a nonincrasing prturbation function ψ : [, ] [, ], and draw a rank y v [, ] uniformly and indpndntly for ach offlin vrtx v L. Th offlin vrtics ar thn sortd in dcrasing ordr of th prturbd wight ψ(y v ). Each onlin vrtx matchs th first unmatchd nighbor on th list upon its arrival. It is shown that by choosing th prturbation function ψ(y) := y, th wightd Ranking algorithm achivs a tight comptitiv ratio. In a subsqunt work, Dvanur t al. [2] simplifid th analysis undr th randomizd primal-dual framwork and gav an altrnativ intrprtation of th algorithm: ach offlin vrtx v maks an offr of valu ( g(y v )) as long as it is not matchd, whr g(y) := y, and ach onlin vrtx matchs th nighbor that offrs th highst. Motivatd by th practical importanc of Onlin Bipartit Matching and its applications for onlin advrtismnts, anothr lin of rsarch sks for a bttr thortical bound byond th worst-cas hardnss rsult providd by Karp t al. [9]. Onlin Bipartit Matching with random arrivals was considrd indpndntly by Karand t al. [8] and Mahdian t al. [2]. Thy both studid th prformanc of Ranking assuming that onlin vrtics arriv in a uniform random ordr and provd comptitiv ratios.653 and.696 rspctivly. On th ngativ sid, Karand t al. [8] xplicitly constructd an instanc for which Ranking prforms no bttr than.727, which is latr improvd to.724 by Chan t al. [9]. In trms of problm hardnss, Manshadi t al. [22] showd that no algorithm can achiv a comptitiv ratio largr than.823. Th natural nxt stp is thn to considr Onlin Vrtx-Wightd Bipartit Matching with random arrivals. Do random arrivals hlp bating vn in th vrtx-wightd cas? Arbitrary Arrivals Random Arrivals Unwightd.632 [9, 5, 2, 4].696 [2] Vrtx-wightd.632 [2, 2].6534 (this papr)

3 Z. Huang, Z. Tang, X. Wu, and Y. Zhang 79:3. Our Rsults and Tchniqus W answr this affirmativly by showing that a gnralizd vrsion of th Ranking algorithm achivs a comptitiv ratio Thorm. Thr xists a.6534-comptitiv algorithm for th vrtx-wightd Onlin Bipartit Matching with random arrivals. Intrstingly, w do not obtain our rsult by gnralizing xisting works that brak th barrir on th unwightd cas [8, 2] to th vrtx-wightd cas. Instad, w tak a totally diffrnt path, and build our analysis on th randomizd primal-dual tchniqu introducd by Dvanur t al. [2], which was usd to provid a mor unifid analysis of th algorithms for th Onlin Bipartit Matching with arbitrary arrival ordr and its xtnsions. W first brifly rviw th proof of Dvanur t al. [2]. Th randomizd primal-dual tchniqu can b viwd as a charging argumnt for sharing th gain of ach matchd dg btwn its two ndpoints. Rcall that in th algorithm of [2, 2], ach unmatchd offlin vrtx offrs a valu of ( g(y v )) to onlin vrtics, and ach onlin vrtx matchs th nighbor that offrs th highst at its arrival. Whnvr an dg (u, v) is addd to th matching, whr v L is an offlin vrtx and u R is an onlin vrtx, imagin a total gain of bing shard btwn u and v such that u gts ( g(y v )) and v gts g(y v ). Sinc g is non-dcrasing, th smallr th rank of v, th smallr shar it gts. Thy showd that by fixing g(y) = y, for any dg (u, v) and any fixd ranks of offlin vrtics othr than v, th xpctd gains of u and v (from all of thir incidnt dgs) combind is at last ( ) ovr th randomnss of y v, which implis th comptitiv ratio. Now w considr th problm with random arrivals. Analogous to th offlin vrtics, as th onlin vrtics arriv in random ordr, in th gain sharing procss, it is natural to giv an onlin vrtx u a smallr shar if u arrivs arly (as it is mor likly b gt matchd), and a largr shar whn u arrivs lat. Thus w considr th following vrsion of th wightd Ranking algorithm. Lt y u b th arrival tim of onlin vrtx u R, which is chosn uniformly at random from [, ]. Analogous to th ranks of th offlin vrtics, w also call y u th rank of u R. Fix a function g : [, ] 2 [, ] that is non-dcrasing in th first dimnsion and non-incrasing in th scond dimnsion. On th arrival of u R, ach unmatchd nighbor v L of u maks an offr of valu ( g(y v, y u )), and u matchs th nighbor with th highst offr. This algorithm straightforwardly lads to a gain sharing rul for dual assignmnts: whnvr u R matchs v L, lt th gain of u b ( g(y v, y u )) and th gain of v b g(y v, y u ). It suffics to show that, for an appropriat function g, th xpctd gain of u and v combind is at last.6534 ovr th randomnss of both y u and y v. Th main difficulty of th analysis is to giv a good charactrization of th bhavior of th algorithm whn w vary th ranks of both u R and v L, whil fixing th ranks of all othr vrtics arbitrarily. Th prvious analysis for th unwightd cas with random arrivals [8, 2] havily rlis on a symmtry btwn th random ranks of offlin vrtics and onlin vrtics: Proprtis dvlopd for th offlin vrtics in prvious work dirctly translat to thir onlin countrparts. Unfortunatly, th onlin and offlin sids ar no longr symmtric in th vrtx-wightd cas. In particular, for th offlin vrtx v, an important proprty is that for any givn rank y u of th onlin vrtx u, w can dfin a uniqu marginal rank θ such that v will b matchd if and only if its rank y v < θ. Howvr, it is not possibl to dfin such a marginal rank for th onlin vrtx u in th vrtx-wightd cas: As its arrival tim changs, its matching status may chang back and forth. Th most important tchnical ingrdint of our analysis is an appropriat lowr bound on th xpctd gain I C A L P 2 8

4 79:4 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals which allows us to partially charactriz th worst-cas scnario (in th sns of minimizing th lowr bound on th xpctd gain). Furthr, th worst-cas scnario dos admit simpl marginal ranks vn for th onlin vrtx u. This allows us to dsign a symmtric gain sharing function g and complt th comptitiv analysis of Othr Rlatd Works Thr is a vast litratur on problms rlatd to Onlin Bipartit Matching. For spac rasons, w only list som of th most rlatd hr. Ksslhim t al. [2] considrd th dg-wightd Onlin Bipartit Matching with random arrivals, and proposd a -comptitiv algorithm. Th comptitiv ratio is tight as it matchs th lowr bound on th classical scrtary problm [8]. Wang and Wong [24] considrd a diffrnt modl of Onlin Bipartit Matching with both sids of vrtics arriving onlin (in an arbitrary ordr): A vrtx can only activly match othr vrtics at its arrival; if it fails to match at its arrival, it may still gt matchd passivly by othr vrtics latr. Thy showd a.526-comptitiv algorithm for a fractional vrsion of th problm. Rcntly, Cohn and Wajc [] considrd th Onlin Bipartit Matching (with arbitrary arrival ordr) on rgular graphs, and providd a ( O( log d/d))-comptitiv algorithm, whr d is th dgr of vrtics. Vry rcntly, Huang t al. [6] proposd a fully onlin matching modl, in which all vrtics of th graph arriv onlin (in an arbitrary ordr). Extnding th randomizd primal-dual tchniqu, thy obtaind comptitiv ratios abov.5 for both bipartit graphs and gnral graphs. Similar but diffrnt from th Onlin Bipartit Matching with random arrivals, in th stochastic Onlin Bipartit Matching, th onlin vrtics arriv according to som known probability distribution (with rptition). Comptitiv ratios braking th barrir hav bn achivd for th unwightd cas [3, 4, 6] and th vrtx-wightd cas [5, 7, 6]. Th Onlin Bipartit Matching with random arrivals is closly rlatd to th oblivious matching problm [3, 9, ] (on bipartit graphs). It can b asily shown that Ranking has quivalnt prformanc on th two problms. Thus comptitiv ratios abov [8, 2] dirctly translat to th oblivious matching problm. Gnralizations of th problm to arbitrary graphs hav also bn considrd, and comptitiv ratios abov half ar achivd for th unwightd cas [3, 9] and vrtx-wightd cas []. 2 Prliminaris W considr th Onlin Vrtx-Wightd Bipartit Matching with random arrival ordr. Lt G(L R, E) b th undrlying graph, whr vrtics in L ar givn in advanc and vrtics in R arriv onlin in random ordr. Each offlin vrtx v L is associatd with a non-ngativ wight. Without loss of gnrality, w assum th arrival tim y u of ach onlin vrtx u R is drawn indpndntly and uniformly from [, ]. Mahdian and Yan [2] us anothr intrprtation for th random arrival modl. Thy dnot th ordr of arrival of onlin vrtics by a prmutation π and assum that π is drawn uniformly at random from th prmutation group S n. It is asy to s th quivalnc btwn two intrprtations 4. 4 Mapping from an arrival tim vctor to a prmutation is immdiat. Givn a prmutation π, w indpndntly draw n random variabls uniformly from [, ] and assign ths valus to b th arrival tims of all vrtics according to th prmutation π, from th smallst to th largst.

5 Z. Huang, Z. Tang, X. Wu, and Y. Zhang 79:5 Wightd Ranking. Fix a function g : [, ] 2 [, ] such that g(x,y) x and g(x,y) y. Each offlin vrtx v L draws indpndntly a random rank y v [, ] uniformly at random. Upon th arrival of onlin vrtx u R, u is matchd to its unmatchd nighbor v with maximum ( g(y v, y u )). Rmark. In th advrsarial modl, Aggarwal t al. s algorithm [2] can b intrprtd as choosing g(y v, y u ) := yv in our algorithm. Our algorithm is a dirct gnralization of thirs to th random arrival modl. For simplicity, for ach u R, w also call its arrival tim y u th rank of u. W us y : L R [, ] to dnot th vctor of all ranks. Considr th linar program rlaxation of th bipartit matching problm and its dual. max : (u,v) E w v x uv min : u V α u s.t. v:(u,v) E x uv u L R s.t. α u + α v (u, v) E x uv (u, v) E α u u L R Randomizd Primal-Dual. Our analysis builds on th randomizd primal-dual tchniqu by Dvanur t al. [2]. W st th primal variabls according to th matching producd by Ranking, i.. x uv = if and only if u is matchd to v by Ranking, and st th dual variabls so that th dual objctiv quals th primal. In particular, w split th gain of ach matchd dg (u, v) btwn vrtics u and v; th dual variabl for ach vrtx thn quals th shar it gts. Givn primal fasibility and qual objctivs, th usual primal-dual tchniqus would furthr sk to show approximat dual fasibility, namly, α u + α v F for vry dg (u, v), whr F is th targt comptitiv ratio. Obsrv that th abov primal and dual assignmnts ar thmslvs random variabls. Dvanur t al. [2] claimd that th primal-dual argumnt gos through givn approximat dual fasibility in xpctation. W formulat this insight in th following lmma and includ a proof for compltnss. Lmma 2. Ranking is F -comptitiv if w can st (non-ngativ) dual variabls such that (u,v) E x uv = u V α u; and E y [α u + α v ] F for all (u, v) E. Proof. W can st a fasibl dual solution α u := E y [α u ] /F for all u V. It s fasibl bcaus w hav α u + α v = E y [α u + α v ] /F for all (u, v) E. Thn by duality w know that th dual solution is at last th optimal primal solution PRIMAL, which is also at last th optimal offlin solution of th problm: u V α u PRIMAL OPT. Thn by th first assumption, w hav OPT u V α u = E y [α u] u V F = F E [ [ y u V α u] = ] (u,v) E x uv E [ALG], which implis an F comptitiv ratio. F E y = F In th rst of th papr, w st g(x, y) = 2( h(x) + h(y) ), x, y [, ] whr h : [, ] [, ] is a non-dcrasing function (to b fixd latr) with h (x) h(x) for all x [, ]. Obsrv that g(x,y) x = 2 h (x) and g(x,y) y = 2 h (y). By dfinition of g, w hav g(x, y) + g(y, x) =. Morovr, for any x, y [, ], w hav th following fact that will b usful for our analysis. Claim 2.. Proof. g(x,y) y g(x, y). g(x,y) y = 2 h (y) 2 h(y) 2 (h(x) + h(y)) = g(x, y). I C A L P 2 8

6 79:6 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals 3 A Simpl Lowr Bound In this sction, w prov a slightly smallr comptitiv ratio, , as a warm-up of th latr analysis. W rintrprt our algorithm as follows. As tim t gos, ach unmatchd offlin vrtx v L is dynamically pricd at g(y v, t). Sinc g is non-incrasing in th scond dimnsion, th prics do not incras as tim gos by. Upon th arrival of u R, u can choos from its unmatchd nighbors by paying th corrsponding pric. Th utility of u drivd by choosing v quals g(y v, y u ). Thn u chooss th on that givs th highst utility. Rcall that g is non-dcrasing in th first dimnsion. Thus, u prfrs offlin vrtics with smallr ranks, as thy offr lowr prics. This lads to th following monotonicity proprty as in prvious works [2, 2]. Fact 3. (Monotonicity). For any y, if v L is unmatchd whn u R arrivs, thn whn y v incrass, v rmains unmatchd whn u arrivs. Equivalntly, if v L is matchd whn u R arrivs, thn whn y v dcrass, v rmains matchd whn u arrivs. Gain Sharing. Th abov intrprtation inducs a straightforward gain sharing rul: whnvr u R is matchd to v L, lt α v := g(y v, y u ) and α u := ( g(y v, y u )) = g(y u, y v ). Not that th gain of an offlin vrtx is largr if it is matchd arlir, i.., bing matchd arlir is mor bnficial for offlin vrtics (α v is largr). Howvr, th fact dos not hold for onlin vrtics. For ach onlin vrtx u R, th arlir u arrivs (smallr y u is), th mor offrs u ss. On th othr hand, th prics of offlin vrtics ar highr whn u coms arlir. Thus, it is not guarantd that arlir arrival tim y u inducs largr α u. This is whr our algorithm dviats from prvious ons [2, 2], in which th prics of offlin vrtics ar static (indpndnt of tim). Th abov obsrvation is crucial and ncssary for braking th barrir in th random arrival modl. To apply Lmma 2, w considr a pair of nighbors v L and u R. W fix an arbitrary assignmnt of ranks to all vrtics but u, v. Our goal is to stablish a lowr bound of E [α u + α v ], whr th xpctation is simultanously takn ovr y u and y v. Lmma 3. For ach y [, ], thr xist thrsholds θ(y) β(y) such that whn u arrivs at tim y u = y, if y v < β(y), v is matchd whn u arrivs; if y v (β(y), θ(y)), v is matchd to u; if y v > θ(y), v is unmatchd aftr u s arrival. Morovr, β(y) is a non-dcrasing function and if θ(x) = for som x [, ], thn θ(x ) = for all x x. Proof. Considr th momnt whn u arrivs. By Fact 3., thr xists a thrshold β(y u ) such that v is matchd whn u arrivs iff y v < β(y u ). Now suppos y v > β(y u ), in which cas v is unmatchd whn u arrivs. Thus v is pricd at g(y v, y u ) and u can gt utility g(y u, y v ) by choosing v. Rcall that g(y u, y v ) is non-incrasing in trms of y v. Lt θ(y u ) β(y u ) b th minimum valu of y v such that v is not chosn by u. In othr words, whn β(y u ) < y v < θ(y u ), v is matchd to u and whn y v > θ(y u ), v is unmatchd aftr u s arrival. Nxt w show that β is a non-dcrasing function of y u. By dfinition, if y v < β(y u ), thn v is matchd whn u arrivs. Straightforwardly, whn y u incrass to y u (arrivs vn

7 Z. Huang, Z. Tang, X. Wu, and Y. Zhang 79:7 y v y v θ(y u ) γ γ θ(y u ) β(y u ) β(y u ) τ y u τ y u Figur θ(y u) and β(y u) (lft hand sid); truncatd θ(y u) and β(y u) (right hand sid). latr), v would rmain matchd. Hnc, w hav β(y u) β(y u ) for all y u > y u, i.. β is non-dcrasing (rfr to Figur ). Finally, w show that if θ(x) = for som x [, ], thn θ(x ) = for all x x. Assum for th sak of contradiction that θ(x ) < for som x > x. In othr words, whn y u = x and y v =, v is unmatchd whn u arrivs, but u chooss som vrtx z v, such that w z g(x, y z ) > g(x, ). Now considr th cas whn u arrivs at tim y u = x. Rcall that w hav θ(x) =, which mans that u matchs v whn y u = x and y v =. By our assumption, both v and z ar unmatchd whn u arrivs at tim x. Thus whn u arrivs at an arlir tim x, both v and z ar unmatchd. Morovr, choosing z inducs utility w z g(x, y z ) = w z g(x, y z ) g(x, y z) g(x, y z ) > g(x, ) g(x, y z) g(x, y z ) = g(x, ) h(x) + h(y z) h(x ) + h(y z ) g(x h(x) + h(), ) h(x ) + h() = g(x g(x, ), ) g(x, ) = g(x, ), whr th scond inquality holds sinc h is a non-dcrasing function and x < x. This givs a contradiction, sinc whn y u = x and y v =, u chooss v, whil choosing z givs strictly highr utility. Rmark. Obsrv that th function θ is not ncssarily monoton. This coms from th fact that u may prfr v to z whn u arrivs at tim t but prfr z to v whn u arrivs latr at tim t > t. Not that this happns only whn th offlin vrtics hav gnral wights: for th unwightd cas, it is asy to show that θ must b non-dcrasing. W dfin τ, γ [, ], which dpnd on th input instanc, as follows. If θ(y) < for all y [, ], thn lt τ = ; othrwis lt τ b th minimum valu such that θ(τ) =. Lt γ := β(). Not that it is possibl that γ {, }. Sinc β is non-dcrasing, w dfin β (x) := sup{y : β(y) = x} for all x γ. In th following, w stablish a lowr bound for E [α u + α v ]. Lmma 4 (Main Lmma). For ach pair of nighbors u R and v L, w hav { τ } E [α u + α v ] min ( τ) ( γ) + g(x, τ)dx + g(x, γ)dx. γ,τ I C A L P 2 8

8 79:8 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals W prov Lmma 4 by th following thr lmmas. Obsrv that for any y u [, ], if y v (β(y u ), θ(y u )), u, v ar matchd to ach othr, which implis α u + α v =. Hnc w hav th following lmma immdiatly. Lmma 5 (Cornr Gain). E [(α u + α v ) (y u > τ, y v > γ)] = ( τ) ( γ). Now w giv a lowr bound for th gain of v whn y v < γ, i.., α v (y v < γ), plus th gain of u whn y v < γ and y u > τ, i.., α u (y v < γ, y u > τ). Th ky to prov th lmma is to show that for all y v < γ, no mattr whn u arrivs, w always hav α v g(y v, β (y v )). Lmma 6 (v s Gain). E [α v (y v < γ) + α u (y v < γ, y u > τ)] g(x, τ)dx. Proof. Fix y v = x < γ. W first show that for all y u [, ], α v g(x, β (x)). By dfinition, w hav β (x) <. Hnc whn y u > β (x), v is alrady matchd whn u arrivs. Suppos v is matchd to som z R, thn w hav y z β (x) and hnc α v g(x, β (x)). Now considr whn u arrivs at tim y < β (x). If y > y z, thn v is still matchd to z whn u arrivs, and α v g(x, β (x)) holds. Now suppos y < y z. W compar th two procsss, namly whn y u > β (x) and whn y u = y. W show that for ach vrtx w L, th tim it is matchd is not latr in th scond cas (compard to th first cas). In othr words, w show that dcrasing th rank of any onlin vrtx is not harmful for all offlin vrtics. Suppos othrwis, lt w b th first vrtx in L that is matchd latr whn y u = y than whn y u > β (x). I.. among all ths vrtics, w s matchd nighbor arrivs th arlist whn y u > β (x). Lt u b th vrtx w is matchd to whn y u > β (x) and u 2 b th vrtx w is matchd to whn y u = y. By assumption, w hav y u2 > y u. Considr whn y u = y and th momnt whn u arrivs, w rmains unmatchd but is not chosn by u. Howvr, w is th first vrtx that is matchd latr than it was whn y u > β (x), w know that at u s arrival, th st of unmatchd nighbor of u is a subst of that whn y u > β (x). This lads to a contradiction, sinc w givs th highst utility, but is not chosn by u. In particular, this proprty holds for vrtx v, i.. v is matchd arlir or at th arrival of z and hnc α v g(x, y z ) g(x, β (x)), as claimd. Obsrv that for y v < γ and y u (τ, β (y v )), w hav α u + α v =. Thus for y v = x < γ, w lowr bound E yu [α v (y v < γ) + α u (y v < γ, y u > τ)] by f(x, β (x)) := g(x, β (x)) + max{, β (x) τ} ( g(x, β (x))). It suffics to show that f(x, β (x)) g(x, τ). Considr th following two cass.. If β (x) < τ, thn f(x, β (x)) = g(x, β (x)) g(x, τ), sinc g(x,y) y. 2. If β (x) τ, thn f(x, β (x)) is non-dcrasing in th scond dimnsion, sinc f(x, β (x)) β (x) = g(x, β (x)) β (x) + g(x, β (x)) (β (x) τ) g(x, β (x)) β (x), whr th inquality follows from Claim 2. and g(x,β (x)) β (x) f(x, β (x)) f(x, τ) = g(x, τ).. Thrfor, w hav Hnc for vry fixd y v = x < γ w hav E yu [α v (y v < γ) + α u (y v < γ, y u > τ)] g(x, τ). Taking intgration ovr x (, γ) concluds th lmma. Nxt w giv a lowr bound for th gain of u whn y u < τ, i.., α u (y u < τ), plus th gain of v whn y u < τ and y v > γ, i.., α v (y u < τ, y v > γ). Th following proof is in th

9 Z. Huang, Z. Tang, X. Wu, and Y. Zhang 79:9 sam spirit as in th proof of Lmma 6, although th ranks of offlin vrtics hav diffrnt maning from th ranks (arrival tims) of onlin vrtics. Similar to th proof of Lmma 6, th ky is to show that for all y u < τ, no mattr what valu y v is, th gain of α u is always at last g(y u, θ(y u )). Lmma 7 (u s Gain). E [α u (y u < τ) + α v (y u < τ, y v > γ)] τ g(x, γ)dx. Proof. Fix y u = x < τ. By dfinition w hav θ(x) <. Th analysis is similar to th prvious. W first show that for all y v [, ], w hav α u g(x, θ(x)). W us θ to dnot th valu that is arbitrarily clos to, but largr than θ(x). By dfinition, whn y v = θ, u matchs som vrtx othr than v. Thus w hav α u g(x, θ(x)). Hnc, whn y v > θ, i.. v has a highr pric, u would choos th sam vrtx as whn y v = θ, and α u g(x, θ(x)) still holds. Now considr th cas whn y v = y < θ. As in th analysis of Lmma 6, w compar two procsss, whn y v = θ and whn y v = y < θ. W show that for ach vrtx w R (including u) with y w x = y u, th utility of w whn y v = y is not wors than its utility whn y v = θ. Suppos othrwis, lt w b such a vrtx with arlist arrival tim. Lt v b th vrtx that is matchd to w whn y v = θ. Thn w know that (whn y v = y) at w s arrival, w chooss a vrtx that givs lss utility comparing to v. Hnc, at this momnt v is alrady matchd to som w with y w < y w. This implis that whn y v = θ, v (which is matchd to w) is unmatchd whn w arrivs, but not chosn by w. Thrfor, w has lowr utility whn y v = y compard to th cas whn y v = θ, which contradicts th assumption that w is th first such vrtx. Obsrv that whn y v (γ, θ(x)), w hav α u + α v =. Thus for any fixd y u = x < τ, w lowr bound E yv [α u (y u < τ) + α v (y u < τ, y v > γ)] by f(x, θ(x)) := g(x, θ(x)) + max{, θ(x) γ} ( g(x, θ(x))). In th following, w show that f(x, θ(x)) g(x, γ). Considr th following two cass.. If θ(x) γ, thn f(x, θ(x)) = g(x, θ(x)) g(x, γ), sinc g(x,y) y. 2. If θ(x) > γ, thn f(x, θ(x)) θ(x) = g(x, θ(x)) θ(x) + g(x, θ(x)) (θ(x) γ) g(x, θ(x)) θ(x), whr th inquality follows from Claim (2.) and g(x,θ(x)) θ(x) f(x, θ(x)) f(x, γ) = g(x, γ). Finally, tak intgration ovr x (, τ) concluds th lmma.. Thrfor, w hav Proof of Lmma 4. Obsrv that α u + α v = (α u + α v ) (y u > τ, y v > γ) + α v (y v < γ) + α u (y v < γ, y u > τ) + α u (y u < τ) + α v (y u < τ, y v > γ). Combing Lmma 5, 6 and 7 finishs th proof immdiatly. Thorm 8. Fix h(x) = min{, x.5 }. For any pair of nighbors u and v, and any fixd ranks of vrtics in L R \ {u, v}, w hav E yu,y v [α u + α v ] Proof. It suffics to show that th RHS of Lmma 4 is at last Sinc th xprssion is symmtric for τ and γ, w assum τ γ without loss of gnrality. I C A L P 2 8

10 79: Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals Lt f(τ, γ) b th trm on th RHS of Lmma 4 to b minimizd. By our choic of g, f(τ, γ) = τ γ + τ γ + 2 Obsrv that f(τ, γ) τ ( ) h(x) + h(τ) dx + 2 = τ 2 ( + h(γ)) γ 2 ( + h(τ)) + τ γ + 2 = γ 2 ( + h(γ)) γ 2 h (τ) + 2 h(τ). τ h(x)dx + 2 ( h(x) + h(γ) ) dx τ h(x)dx. It is asy to chck that γ 2 h(γ) whn γ 2 ; and γ 2 h(γ) > whn γ > 2. Hnc whn γ f(τ,γ) 2, w hav τ, which mans that th minimum is attaind whn τ =. Not that whn γ 2, w hav f(, γ) = 2 ( h(γ)) + 2 h(x)dx + 2 h(x)dx, which attains its minimum at γ = (sinc h (γ) = h(γ) for γ 2 ): f(, ) = 2 (.5 ) + 2 ( ) = Whn τ γ > f(τ,γ) 2, w hav τ = γ 2h(γ) >. Hnc th minimum is attaind whn τ = γ, which is f(γ, γ) = 2γ + γ 2 + h(x)dx. Obsrv that df(γ, γ) dγ = 2 + 2γ + h(γ) =. Th minimum is attaind whn γ = 2, which quals f( 2, 2 ) = Improving th Comptitiv Ratio Obsrv that in Lmma 4, w rlax th total gain of α u + α v into two parts: () whn y u τ and y v γ, α u + α v =. (2) for othr ranks y u, y v, w lowr bound α u and α v by g(y u, γ) and g(y v, τ) rspctivly. For th scond part, th inqualitis usd in th proof of Lmma 6 and 7 ar tight only if β, θ ar two stp functions (rfr to Figur ). On th othr hand, givn ths β, θ, whn y u τ and y v γ, w actually hav α u + α v =, which is strictly largr than our stimation (g(y u, γ) + g(y v, τ)). With this obsrvation, it is natural to xpct an improvd bound if w can rtriv this part of gain (vn partially). In this sction, w prov an improvd comptitiv ratio.6534, using a rfind lowr bound for E [α u + α v ] (compard to Lmma 4) as follows. Lmma 9 (Improvd Bound). For any pair of nighbors u R and v L, w hav E [α u + α v ] { min ( τ)( γ) + ( τ) γ,τ τ + { min g(x, θ) + θ γ θ g(x, τ)dx g(y, x)dy + θ } } g(y, τ)dy dx. Proof. Lt γ and τ b dfind as bfor, i.., γ = β() and τ = min{x : θ(x) = }.

11 Z. Huang, Z. Tang, X. Wu, and Y. Zhang 79: W divid E [α u + α v ] into thr parts, namly () whn y u > τ and y v > γ; (2) whn y u > τ and y v < γ; and (3) whn y u < τ: E [α u + α v ] = E [(α u + α v ) (y u > τ, y v > γ)] + E [(α u + α v ) (y u > τ, y v < γ)] + E [(α u + α v ) (y u < τ)]. As shown in Lmma 5, th first trm is at last ( τ) ( γ), as w hav α u +α v = for all y u > τ and y v > γ. Thn w considr th scond trm, th xpctd gain of α u + α v whn y v < γ and y u > τ. For any y v < γ, as w hav shown in Lmma 6, α v g(y v, β (y v )) for all y u > τ. Morovr, whn y u < β (y v ), w hav α u + α v =. Hnc th scond trm can b lowr boundd by ( ( τ) g(y v, β (y v )) + max{, β (y v ) τ} ( g(y v, β (y v )) )) dy v. Now w considr th last trm and fix a y u < τ. As w hav shown in Lmma 7, for all y v [, ], α u g(y u, θ(y u )). Considr th cas whn θ(y u ) > γ, thn for y v (, γ), α v g(y v, y u ); for y v (γ, θ(y u )), α u + α v =. Thus th xpctd gain of α u + α v (takn ovr th randomnss of y v ) can b lowr boundd by ( ) g(y u, θ(y u )) + g(y v, y u )dy v + (θ(y u ) γ) ( g(y u, θ(y u ))). As w hav shown in Lmma 7, th partial drivativ ovr θ(y u ) is non-ngativ, thus for th purpos of lowr bounding E [α u + α v ], w can assum that θ(y u ) γ for all y u < τ. Givn that θ(y u ) γ, w hav α v g(y v, y u ) whn y v (,, θ(y u )); and α v g(y v, β (y v )) whn y v (θ(y u ), γ). Hnc th third trm can b lowr boundd by τ ( g(y u, θ(y u )) + θ(yu) g(y v, y u )dy v + g(y v, β (y v ))dy v )dy u θ(y u) Putting th thr lowr bounds togthr and taking th partial drivativ ovr β (y v ), for thos β (y v ) > τ, w hav a non-ngativ drivativ as follows: g(y v, β (y v )) β (y v ) + g(y v, β (y v )) (β (y v ) τ) g(y v, β (y v )) β (y v ) Thus for lowr bounding E [α u + α v ], w assum β (y v ) τ for all y v < γ. Hnc { E [α u + α v ] min ( τ)( γ) + ( τ) g(y v, τ)dy v γ,τ + τ ( g(y u, θ(y u )) + θ(yu) g(y v, y u )dy v + θ(y u). g(y v, τ)dy v ) dy u }. Taking th minimum ovr θ(y u ) concluds Lmma 9. I C A L P 2 8

12 79:2 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals Obsrv that for any θ γ, w hav g(x, θ) + θ g(y, x)dy + g(y, τ)dy g(x, γ) + g(y, τ)dy. θ Thus th lowr bound givn by Lmma 9 is not wors than Lmma 4. Thorm. Fix h(x) = min{, 2 x }. For any pair of nighbors u and v, and any fixd ranks of vrtics in L R \ {u, v}, w hav E yu,y v [α u + α v ] ln W giv a proof sktch and dfr th complt analysis to th full vrsion of th papr. Proof Sktch. For h(x) = min{, 2 x }, w hav h (x) = h(x) whn x < ln(2), and h (x) =, h(x) = whn x > ln(2). Lt f(τ, γ) b th xprssion on th RHS to b minimizd in Lmma 9. W first show that for any fixd τ and γ, th minimum (ovr θ) of f(τ, γ) is obtaind whn θ = min{ln 2, γ}. Hnc w can lowr bound f(τ, γ) by ( τ)( γ)+ γ 2 ( h(τ))+ τ ln 2 ( h(γ))+ 2 2 τ h(τ)+ h(y)dy + ln 2 τ h(x)dx. 2 2 Thn w show that f(τ, γ) ln for all τ, γ [, ]. W show that thr xists τ.3574 (solution for + h(τ) 2τ = ) such that for τ τ, f(τ,γ) γ. Thus f(τ, γ) f(τ, ). Furthr mor, w show that f(τ,) τ, which implis f(τ, γ) f(τ, ) f(, ) = 2 ( h()) + 2 h(y)dy = ln For any fixd τ > τ, w show that th minimum (ovr γ) of f(τ, γ) is attaind whn γ = ln 2. Hnc for τ > τ f(τ,ln 2) w hav f(τ, γ) f(τ, ln 2). Finally, w show that τ < whn τ < τ ; and > whn τ > τ, whr τ , which implis f(τ,ln 2) τ f(τ, γ) f(τ, ln 2) f(τ, ln 2) =( τ )( ln 2) + ln 2 4 (2 τ + τ τ ) ln 2 ( τ ).6557 > ln Thus for all τ, γ [, ], w hav f(τ, γ) ln 2 2, as claimd. 5 Conclusion In this papr, w show that comptitiv ratios abov can b obtaind undr th randomizd primal-dual framwork whn quippd with a two dimnsional gain sharing function. Th ky of th analysis is to lowr bound th xpctd combind gain of vry pair of nighbors (u, v), ovr th randomnss of th rank y v of th offlin vrtx, and th arrival tim y u of th onlin vrtx. Rfrring to Figur, it can b shown that th comptitiv ratio F f(y u)dy u, whr f(y u ) := ( θ(y u ) + β(y u )) g(y u, θ(y u )) + θ(y u ) β(y u ) + β(yu) g(y v, β (y v ))dy v + θ(y u) g(y v, β (y v ))dy v.

13 Z. Huang, Z. Tang, X. Wu, and Y. Zhang 79:3 Not that hr w assum β (y v ) = for all y v γ, and g(x, ) = for all x [, ]. For vry fixd g, thr xist thrshold functions θ and β that minimiz th intgration. Thus th main difficulty is to find a function g such that th intgration has a larg lowr bound for all functions θ and β (which dpnd on th input instanc). W hav shown that thr xists a choic of g such that th minimum is attaind whn θ and β ar stp functions, basd on which w can giv a lowr bound on th comptitiv ratio. It is thus an intrsting opn problm to know how much th comptitiv ratio can b improvd by (fixing an appropriat function g and) giving a tightr lowr bound for th intgration. W bliv that it is possibl to giv a lowr bound vry clos to (or vn bttr than) th.696 comptitiv ratio obtaind for th unwightd cas [2]. Rfrncs Mlika Abolhassani, T.-H. Hubrt Chan, Fi Chn, Hossin Esfandiari, MohammadTaghi Hajiaghayi, Hamid Mahini, and Xiaowi Wu. Bating ratio.5 for wightd oblivious matching problms. In ESA, volum 57 of LIPIcs, pags 3: 3:8. Schloss Dagstuhl - Libniz-Zntrum fur Informatik, Gagan Aggarwal, Gagan Gol, Chinmay Karand, and Aranyak Mhta. Onlin vrtxwightd bipartit matching and singl-bid budgtd allocations. In Procdings of th Twnty-Scond Annual ACM-SIAM Symposium on Discrt Algorithms, SODA 2, San Francisco, California, USA, January 23-25, 2, pags , 2. doi:.37/ Jonathan Aronson, Martin Dyr, Alan Friz, and Stphn Sun. Randomizd grdy matching. ii. Random Struct. Algorithms, 6():55 73, 995. doi:.2/rsa Bahman Bahmani and Michal Kapralov. Improvd bounds for onlin stochastic matching. In ESA (), volum 6346 of Lctur Nots in Computr Scinc, pags 7 8. Springr, 2. 5 Bnjamin Birnbaum and Clair Mathiu. On-lin bipartit matching mad simpl. ACM SIGACT Nws, 39():8 87, Brian Brubach, Karthik Abinav Sankararaman, Aravind Srinivasan, and Pan Xu. Nw algorithms, bttr bounds, and a novl modl for onlin stochastic matching. In ESA, volum 57 of LIPIcs, pags 24: 24:6. Schloss Dagstuhl - Libniz-Zntrum fur Informatik, Niv Buchbindr, Kamal Jain, and Josph Naor. Onlin primal-dual algorithms for maximizing ad-auctions rvnu. In ESA, volum 4698 of Lctur Nots in Computr Scinc, pags Springr, Niv Buchbindr, Kamal Jain, and Mohit Singh. Scrtary problms via linar programming. Math. Opr. Rs., 39():9 26, T.-H. Hubrt Chan, Fi Chn, Xiaowi Wu, and Zhichao Zhao. Ranking on arbitrary graphs: Rmatch via continuous lp with monoton and boundary condition constraints. In Procdings of th Twnty-Fifth Annual ACM-SIAM Symposium on Discrt Algorithms, SODA 24, Portland, Orgon, USA, January 5-7, 24, pags SIAM, 24. doi:.37/ Ilan Ruvn Cohn and David Wajc. Randomizd onlin matching in rgular graphs. In SODA, pags SIAM, 28. Nikhil R. Dvanur and Kamal Jain. Onlin matching with concav rturns. In STOC, pags ACM, Nikhil R. Dvanur, Kamal Jain, and Robrt D. Klinbrg. Randomizd primal-dual analysis of RANKING for onlin bipartit matching. In SODA, pags 7. SIAM, 23. I C A L P 2 8

14 79:4 Onlin Vrtx-Wightd Bipartit Matching: Bating with Random Arrivals 3 Jon Fldman, Aranyak Mhta, Vahab S. Mirrokni, and S. Muthukrishnan. Onlin stochastic matching: Bating -/. In FOCS, pags IEEE Computr Socity, Gagan Gol and Aranyak Mhta. Onlin budgtd matching in random input modls with applications to adwords. In SODA, pags , 28. URL: citation.cfm?id= Brnhard Hauplr, Vahab S. Mirrokni, and Mortza Zadimoghaddam. Onlin stochastic wightd matching: Improvd approximation algorithms. In WINE, volum 79 of Lctur Nots in Computr Scinc, pags 7 8. Springr, 2. 6 Zhiyi Huang, Ning Kang, Zhihao Gavin Tang, Xiaowi Wu, Yuhao Zhang, and Xu Zhu. How to match whn all vrtics arriv onlin. CoRR (to appar in STOC 28), abs/82.395, 28. arxiv: Patrick Jaillt and Xin Lu. Onlin stochastic matching: Nw algorithms with bttr bounds. Math. Opr. Rs., 39(3): , Chinmay Karand, Aranyak Mhta, and Pushkar Tripathi. Onlin bipartit matching with unknown distributions. In Procdings of th 43rd ACM Symposium on Thory of Computing, STOC 2, San Jos, CA, USA, 6-8 Jun 2, pags , 2. doi:.45/ Richard M. Karp, Umsh V. Vazirani, and Vijay V. Vazirani. An optimal algorithm for on-lin bipartit matching. In Procdings of th 22nd Annual ACM Symposium on Thory of Computing, May 3-7, 99, Baltimor, Maryland, USA, pags , 99. doi:.45/ Thomas Ksslhim, Klaus Radk, Andras Tönnis, and Brthold Vöcking. An optimal onlin algorithm for wightd bipartit matching and xtnsions to combinatorial auctions. In ESA, volum 825 of Lctur Nots in Computr Scinc, pags Springr, Mohammad Mahdian and Qiqi Yan. Onlin bipartit matching with random arrivals: an approach basd on strongly factor-rvaling LPs. In Procdings of th 43rd ACM Symposium on Thory of Computing, STOC 2, San Jos, CA, USA, 6-8 Jun 2, pags , 2. doi:.45/ Vahidh H. Manshadi, Shayan Ovis Gharan, and Amin Sabri. Onlin stochastic matching: Onlin actions basd on offlin statistics. Math. Opr. Rs., 37(4): , Aranyak Mhta, Amin Sabri, Umsh V. Vazirani, and Vijay V. Vazirani. Adwords and gnralizd onlin matching. J. ACM, 54(5):22, Yajun Wang and Sam Chiu-wai Wong. Two-sidd onlin bipartit matching and vrtx covr: Bating th grdy algorithm. In ICALP (), volum 934 of Lctur Nots in Computr Scinc, pags 7 8. Springr, 25.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

3 Finite Element Parametric Geometry

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

More information

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

NEW APPLICATIONS OF THE ABEL-LIOUVILLE FORMULA

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

More information

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

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

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

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

More information

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

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

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

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

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

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

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

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

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

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

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

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

Spectral Synthesis in the Heisenberg Group

Spectral Synthesis in the Heisenberg Group Intrnational Journal of Mathmatical Analysis Vol. 13, 19, no. 1, 1-5 HIKARI Ltd, www.m-hikari.com https://doi.org/1.1988/ijma.19.81179 Spctral Synthsis in th Hisnbrg Group Yitzhak Wit Dpartmnt of Mathmatics,

More information

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

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

More information

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

Differential Equations

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

More information

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

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

Where k is either given or determined from the data and c is an arbitrary constant.

Where k is either given or determined from the data and c is an arbitrary constant. Exponntial growth and dcay applications W wish to solv an quation that has a drivativ. dy ky k > dx This quation says that th rat of chang of th function is proportional to th function. Th solution is

More information

Note If the candidate believes that e x = 0 solves to x = 0 or gives an extra solution of x = 0, then withhold the final accuracy mark.

Note If the candidate believes that e x = 0 solves to x = 0 or gives an extra solution of x = 0, then withhold the final accuracy mark. . (a) Eithr y = or ( 0, ) (b) Whn =, y = ( 0 + ) = 0 = 0 ( + ) = 0 ( )( ) = 0 Eithr = (for possibly abov) or = A 3. Not If th candidat blivs that = 0 solvs to = 0 or givs an tra solution of = 0, thn withhold

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

Calculus II (MAC )

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

More information

3 Noisy Channel model

3 Noisy Channel model 3 Noisy Channl modl W obsrv a distortd mssag R (forign string f). W hav a modl on how th mssag is distortd (translation modl t(f )) and also a modl on which original mssags ar probabl (languag modl p()).

More information

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

Approximating the Two-Level Facility Location Problem Via a Quasi-Greedy Approach. Jiawei Zhang. October 03, 2003 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

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

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

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

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

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

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

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

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

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

Optimizing Product Launches in the Presence of Strategic Consumers Appendix

Optimizing Product Launches in the Presence of Strategic Consumers Appendix Optimizing Product Launchs in th Prsnc of Stratgic Consumrs Appndix Ilan Lobl Jigar Patl Gustavo Vulcano Jiawi Zhang Lonard N. Strn School of Businss, Nw York Univrsity, 44 Wst Fourth St., Nw York, NY

More information

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

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

More information

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

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

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

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

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

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

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

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

arxiv: v3 [cs.gt] 1 Jan 2019

arxiv: v3 [cs.gt] 1 Jan 2019 Pric of Anarchy in Ntworks with Htrognous Latncy Functions Sanjiv Kapoor and Junghwan Shin arxiv:407.299v3 [cs.gt] Jan 209 Abstract W addrss th prformanc of slfish ntwork routing in multi-commodity flows

More information

Collisions between electrons and ions

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

More information

Principles of Humidity Dalton s law

Principles of Humidity Dalton s law Principls of Humidity Dalton s law Air is a mixtur of diffrnt gass. Th main gas componnts ar: Gas componnt volum [%] wight [%] Nitrogn N 2 78,03 75,47 Oxygn O 2 20,99 23,20 Argon Ar 0,93 1,28 Carbon dioxid

More information

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

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

More information

Image Filtering: Noise Removal, Sharpening, Deblurring. Yao Wang Polytechnic University, Brooklyn, NY11201

Image Filtering: Noise Removal, Sharpening, Deblurring. Yao Wang Polytechnic University, Brooklyn, NY11201 Imag Filtring: Nois Rmoval, Sharpning, Dblurring Yao Wang Polytchnic Univrsity, Brooklyn, NY http://wb.poly.du/~yao Outlin Nois rmoval by avraging iltr Nois rmoval by mdian iltr Sharpning Edg nhancmnt

More information

10. EXTENDING TRACTABILITY

10. EXTENDING TRACTABILITY Coping with NP-compltnss 0. EXTENDING TRACTABILITY ining small vrtx covrs solving NP-har problms on trs circular arc covrings vrtx covr in bipartit graphs Q. Suppos I n to solv an NP-complt problm. What

More information

perm4 A cnt 0 for for if A i 1 A i cnt cnt 1 cnt i j. j k. k l. i k. j l. i l

perm4 A cnt 0 for for if A i 1 A i cnt cnt 1 cnt i j. j k. k l. i k. j l. i l h 4D, 4th Rank, Antisytric nsor and th 4D Equivalnt to th Cross Product or Mor Fun with nsors!!! Richard R Shiffan Digital Graphics Assoc 8 Dunkirk Av LA, Ca 95 rrs@isidu his docunt dscribs th four dinsional

More information

Calculus concepts derivatives

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

More information

Coupled Pendulums. Two normal modes.

Coupled Pendulums. Two normal modes. Tim Dpndnt Two Stat Problm Coupld Pndulums Wak spring Two normal mods. No friction. No air rsistanc. Prfct Spring Start Swinging Som tim latr - swings with full amplitud. stationary M +n L M +m Elctron

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

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