Long non-crossing configurations in the plane

Size: px
Start display at page:

Download "Long non-crossing configurations in the plane"

Transcription

1 Long non-crossing configurations in the plane Adrian Dumitrescu Csaa D. Tóth July 4, 00 Astract We revisit some maximization prolems for geometric networks design under the non-crossing constraint, first studied y Alon, Rajagopalan and Suri (ACM Symposium on Computational Geometry, 993). Given a set of n points in the plane in general position (no three points collinear), compute a longest non-crossing configuration composed of straight line segments that is: (a) a matching, () a Hamiltonian path, and (c) a spanning tree. We otain some new results for () and (c), as well as for the Hamiltonian cycle prolem: (i) For the longest non-crossing Hamiltonian path prolem, we give an approximation algorithm with ratio π The previous est ratio, due to Alon et al., was π The ratio of our algorithm is close to π on a relatively road class of instances: for point sets whose perimeter (or diameter) is much shorter than the maximum length matching. For instance random point sets meet the condition with high proaility. The algorithm runs in O(n 7/3 log n) time. (ii) For the longest non-crossing spanning tree prolem, we give an approximation algorithm with ratio 0.50 which runs in O(n log n) time. The previous ratio, /, due to Alon et al., was achieved y a quadratic time algorithm. Along the way, we first re-derive the result of Alon et al. with a faster algorithm and a very simple analysis. (iii) For the longest non-crossing Hamiltonian cycle prolem, we give an approximation algorithm whose ratio is close to /π on a relatively road class of instances: for point sets where the product diameter convex hull size is much smaller than the maximum length matching. Again random point sets meet the condition with high proaility. However, this algorithm does not come with a constant approximation guarantee for all instances. The algorithm runs in O(n 7/3 log n) time. No previous approximation results were known for this prolem. Introduction Crossing edges in geometric graphs are undesirale in most cases. Many structures studied in computational geometry, in particular those of minimum Euclidean length, are automatically crossing-free. Such examples include minimum spanning trees, minimum length matchings, minimum traveling salesman tours, Voronoi diagrams, and others. The non-crossing property usually follows from the triangle inequality. A preliminary version of this paper appeared in the Proceedings of the 7th International Symposium on Theoretical Aspects of Computer Science (STACS 00), Nancy, France, March 00, pp Department of Computer Science, University of Wisconsin Milwaukee, USA. dumitres@uwm.edu. Supported in part y NSF CAREER grant CCF Part of the research y this author was done at Ecole Polytechnique Fédérale de Lausanne. Department of Mathematics and Statistics, University of Calgary, AB, Canada. cdtoth@ucalgary.ca. Supported in part y NSERC grant RGPIN Part of the research y this author was done at Tufts University.

2 Alon et al. [3] have considered the prolems of computing (i) the longest non-crossing matching, (ii) the longest non-crossing Hamiltonian path and (iii) the longest non-crossing spanning tree, given n points in the plane. Although they were unale to prove it, they suspected that all these prolems are NP-hard. The survey articles y Eppstein [0, pp. 439] and Mitchell [7, pp. 680] list these as open prolems in the area of geometric network optimization. The prolem of approximating the maximum non-crossing Hamiltonian cycle is also of interest and wide open [5, pp. 338]. Without the non-crossing condition explicitly enforced, the prolems of minimizing or maximizing the length of a spanning tree, Hamiltonian cycle or path, perfect matching, triangulation, etc. has a rich history. For minimization prolems, the non-crossing property comes usually for free via the triangle inequality. For maximization prolems, however, the non-crossing property conflicts directly with the length maximizing ojective. Not surprisingly, much less is known aout the crossing-free maximization prolems. Related work. The existence of non-crossing Hamiltonian paths and cycles in geometric graphs has een studied in [, 6]. Various Ramsey-type results for non-crossing spanning trees, paths and cycles have een otained in [4] and [5]. The Euclidean MAX TSP, the prolem of computing a longest straight-line tour of a set of points, has een proven NP-hard in dimensions three or higher [], while its complexity in the Euclidean plane remains open [7]. In contrast, the shortest non-crossing matching and the shortest non-crossing spanning tree are oth computale in polynomial time [0, 7], as they coincide with the shortest matching and the shortest spanning tree respectively. Given a set of n points in general position in the plane, the results of Alon et al. are as follows: (i) A non-crossing matching whose total length is at least /π of the longest (possily crossing) matching can e computed in O(n 7/3 log n) time. (ii) A non-crossing Hamiltonian path whose total length is at least /π of the longest (possily crossing) Hamiltonian path can e computed in O(n 7/3 log n) time. (iii) A non-crossing spanning tree whose total length is at least n/(n ) / of the longest (possily crossing) spanning tree can e computed in O(n ) time. Their original results mention somewhat higher running times for (i) and (ii), which were ased on the est upper ound at that time on the numer of halving lines of a set of n points. The running times have een adjusted to reflect the current est upper ound of O(n 4/3 ) on the numer of halving lines as estalished y Dey [7]. Alon et. al. mention that their techniques can e applied to achieve constant factor approximations for the longest triangulation, and the longest ounded-degree spanning tree on n points in the plane, although they do not provide explicit ounds. Definitions and notations. A geometric graph G is a pair (V,E) where V is a finite set of points in general position in the plane, and E is a set set of segments (edges) connecting points in V. The length of G, denoted L(G), is the sum of the Euclidean lengths of all edges in G. The graph G is said to e non-crossing if its edges have pairwise disjoint interiors (collinear triples of points are foridden in order to avoid overlapping collinear edges). For a point set S, let conv(s) e the convex hull of S, and let P = P(S) denote the perimeter of conv(s). Denote y D = D(S) the diameter of S and write n = S. Let M OPT e a maximum (possily crossing) matching of S, and let MOPT e a longest non-crossing matching of S; oserve that for odd n, M OPT is a nearly perfect matching, with (n )/ edges. Let H OPT e a maximum (possily crossing) Hamiltonian path of S, and let HOPT e a longest non-crossing Hamiltonian path of S. Let T OPT e a maximum (possily crossing) spanning tree of S, and let TOPT e a longest Throughout this paper, a set S of points in the plane is said to e in general position if no three points are collinear.

3 non-crossing spanning tree of S. Finally, let Q OPT e a maximum (possily crossing) Hamiltonian cycle of S, and let Q OPT e a longest non-crossing Hamiltonian cycle of S. The following inequalities are ovious: L(M OPT ) L(H OPT ) L(T OPT ). Let S e a set of n points in general position in the plane. We represent the direction of a line with the angle α [0,π) it makes with the x-axis. A supporting line l of two points of S is called a halving line if there are (n )/ and (n )/ points, respectively, in the two open halfplanes ounded y l [6]. A isecting line l of S is any line that partitions the point set evenly, i.e., neither of the two open halfplanes defined y l contains more than n/ points of S [8]. Oserve that any halving line of S is also a isecting line of S. Any isecting line of S yields (perhaps non-uniquely) a ipartition S = R B, with R B =, R B, with R contained in one of the closed halfplanes determined y l, and B contained in the other. We call S = R B a linearly separale ipartition, or alanced partition of S. Oserve that for any direction α [0,π), there is a isecting line of direction α (c.f. [8, Lemma 4.4]). Two isecting lines are called equivalent if they can yield the same alanced partition of S. It is well known that the numer of non-equivalent isecting lines of a set is of the same order as the numer of halving lines of the set, and any alanced ipartition can e otained from a halving line [8, pp. 67]. For a polygon P, let V (P) denote the set of vertices of P. For a geometric graph G = (V,E) and a point q / V such that V {q} is in general position, we say that q sees a vertex v V if the segment qv does not intersect any edge of G. We also say that q sees an edge e E, if the triangle formed y v and e does not intersect any other edge of G. Our results. In this paper we further refine the results of Alon et al. regarding non-crossing Hamiltonian paths and spanning trees, and otain a new result for Hamiltonian cycles. Our results are summarized in the following three theorems. Theorem. For a set S of n points in general position in the plane: (i) One can compute a non-crossing Hamiltonian path H of length L(H) π+ L(H OPT) in O(n 7/3 log n) time if n 3. In particular, this yields an approximation algorithm with ratio π for the longest non-crossing Hamiltonian path prolem. (ii) One can compute a non-crossing Hamiltonian path H of length L(H) π L(H OPT) P π in O(n 7/3 log n) time. In particular, if the point set satisfies the condition P π δl(h OPT) for some small δ > 0, then L(H) ( π δ)l(h OPT). (iii) Alternatively, one can compute a non-crossing Hamiltonian path H of length L(H) ( ε) π L(H OPT) P π in O(n log n/ ε) time. Theorem. For a set S of n points in general position in the plane: One can compute a noncrossing spanning tree T of length L(T) 0.50 L(T OPT ) in O(n log n) time. In particular, this yields an approximation algorithm with ratio 0.50 for the longest non-crossing spanning tree prolem. Although our improvement in the approximation ratio for spanning trees is very small, it shows that the arrier of / can e roken. Also, while from a practical standpoint the improvement in the running time is the most significant aspect, from a theoretical perspective the improvement in the approximation ratio is the most challenging part of our result. Theorem 3. For a set S of n points in general position in the plane, with conv(s) = h: (i) One can compute a non-crossing Hamiltonian cycle Q of length L(Q) π L(Q OPT) (h ) P π in O(n7/3 log n) time. In particular, if the point set satisfies the condition (h ) P π δl(q OPT ) for some small δ > 0, then L(Q) ( π δ) L(Q OPT ). 3

4 (ii) Alternatively, one can compute a non-crossing Hamiltonian cycle Q of length L(Q) π L(Q OPT) (h + ) P π in O(n3 log n) time. (iii) Alternatively, one can compute a non-crossing Hamiltonian cycle Q of length L(Q) ( ε) π L(Q OPT) (h ) P π in O(n log n/ ε) time. In the formulation of Theorem, it may e convenient to replace the condition P π δl(h OPT) y the condition P π δl(m OPT), as the latter can e tested in polynomial time. Similarly, in the formulation of Theorem 3, it may e convenient to replace the condition (h ) P π δl(q OPT) y the condition (h ) P π δl(m OPT). The Hamiltonian path In this section we prove Theorem. Let S = {p,...,p n }. We follow an approach similar to that of Alon et al. using projections and an averaging argument, in conjunction with a result on ipartite emeddings of spanning paths in the plane. Aellanas et al. [, Theorem 3.] showed that every linearly separale alanced ipartition S = R B with R B, admits an alternating noncrossing spanning path such that the edges cross a separating line l at points ordered monotonically along l, as in Fig.. Such a Hamiltonian path can e computed in O(n log n) time. The alternating path depends only on the ipartition rather than the separating line. We now recall the algorithm of Aellanas et al. []; see Fig. for an example. Let S = R B with R B e the red-lue ipartition given y a vertical line l: R on the left, B on the right. Their algorithm constructs an alternating path A in the following way: Let r e the top red-lue edge of the convex hull conv(s), called the top ridge. If R > B, set A := {r}, if R < B, set A := {}, else set A to {r} or {} aritrarily. At every step, recompute the top ridge r of S \ A, and add r to A if the last point in A was lue, or add to A if the last point in A was red. As pointed out y the authors, the resulting path A is non-crossing ecause A is disjoint from the convex hull of S \ A at each step. Note that the constructed path A is not necessarily the longest non-crossing alternating path across l. r R B l Figure : A non-crossing alternating spanning path. We improve the lower ound of Alon et al. y computing two long paths, and returning the longest of the two. More technical details on this algorithm, A, will e provided later.. Compute a Hamiltonian path, say H, of length at least the perimeter of conv(s).. For each linearly separale ipartition of S (given y a line l), compute a non-crossing alternating Hamiltonian path using []. Let H e the longest Hamiltonian path found in this way. 3. Return the longest of the two paths, H and H. 4

5 Step uses the algorithm of Aellanas et al. [], ut ut any algorithm that generates a noncrossing alternating path (across the separating line) could e used. The following lemma justifies the first step in our algorithm. Lemma. Given a point set S with S = n 3, a non-crossing Hamiltonian path H of length at least P(S) can e computed in O(n log n) time. The ound on the length is est possile. Proof. We distinguish two cases ased on the numer of points in the interior of conv(s). Case : There is at most one point in the interior of conv(s). We first construct a Hamiltonian path on the convex hull vertices, and if there is one point in the interior of conv(s), then we later expand it to a Hamiltonian path of S. For the hull vertices, we construct a Hamiltonian path from the convex hull (which is a Hamiltonian cycle) y deleting two edges and adding a diagonal (Fig., left). a c d a c d e e s Figure : Constructing a Hamiltonian path of length at least P(S), Case. Left: we otain a Hamiltonian path from conv(s) y deleting a and de, and adding e. Right: replacing e with the path (s, se). Since S contains at least 3 points, there are at least 30 points on the convex hull conv(s). The sum of (interior) angles of conv(s) is at least (30 )π, hence y averaging, there exist five consecutive hull vertices, whose interior angles sum to at least (5 3 )π. Let f i, 0 i 5, e the six hull edges incident to these five consecutive vertices in clockwise order. We may assume, y applying a reflection is necessary, that a shortest edge among these six edges is one of f 0,f,f. Let a {f 0,f,f } denote a shortest edge, and let c, cd, and de e the next three edges in clockwise order. For further reference, we have chosen four consecutive edges, a, c, cd, and de, such that a min( c, cd, de ) and cd + cde ( 3 ) π. () We construct a Hamiltonian path for the hull vertices y deleting edges a and de from conv(s), and adding the diagonal e (Fig., left). If there is one point s S in the interior of conv(s), then it sees e, and we expand this path to a Hamiltonian path of S y replacing e with the path (s,se) (Fig., right). c p d C e c p d C e c p = d C e Figure 3: Left: points, c, d and e, within a circular segment ounded y C. Middle: point p is on the circular arc C. Right: c = cd and p = d. Since L(conv(S)) = P(S), in order to show that we have constructed a Hamiltonian path of length at least P(S), it is enough to show that e a + de. Assume that points and e are fixed, 5

6 and we vary points a, c, and d to maximize a + de suject to the constraints (). Refer to Fig. 3. Let p e the intersection point of lines c and de. It follows from () that pcd + pdc π 3, hence pe π 3, so p lies within the circular segment ounded y the circle C = {z R : ze = 3 π} (Fig. 3, left). If a + de is maximal, then p C (Fig. 3, middle). Since a min( c, cd ), for any fixed p C, the sum a + de is maximal if a = c = cd. For a fixed p C, the sum a + de is maximal if p = d and c is the midpoint of p (Fig. 3, right). We apply the cosine law for the triangle pe with pe = 3π: Letting e =, x = de and y = a = c = cd, we otain p + ep p ep cos π 3 = x + xy + 4y =. Equivalently, (x + y) + 3y =, hence a + de = x + y = e, with equality for y = 0. Case : There are at least two points in the interior of conv(s). In this case, we construct a Hamiltonian path that contains all ut one of the edges of conv(s). Let a, S e two points in the interior of conv(s). We first construct a Hamiltonian path for all hull vertices and for a,; and then expand it to pass through any other point in the interior of conv(s). Let cd e a hull edge crossed y the ray a (Fig. 4(i)); oserve that acd. We construct a non-crossing Hamiltonian path for the hull vertices and a, y deleting cd from the convex hull and replacing it either with ac and d or with ad and c. The triangle inequality implies cd < ac + ad and cd < c + d, and so cd < max( ac + d, ad + c ). That is, with one of the two possile choices, we otain a Hamiltonian path of length at least P(S). q c a a a s s 0 s 3 s d c d c e d e r (i) (ii) (iii) (iv) s 4 p Figure 4: Constructing a path of length at least P(S), Case. (i) points a,, c, and d. (ii) The sudivision of the interior of conv(s). (iii) Extending the Hamiltonian path to other points. (iv) Sweeping triangle pqr aout vertex q. Suppose that more than two points in S are in the interior of conv(s). Let e denote the intersection point of segment cd and ray a. Assume without loss of generality that we have added the edges ac and d. Sudivide the interior of conv(s) into triangles as follows: Connect every hull vertex to a, and sudivide acd into two triangles, ace and ade (Fig. 4(ii)). Assign the hull edges of the Hamiltonian path to the adjacent triangle (with one vertex at a), assign edge ac to ace, and assign edge d to ade. We expand each edge of the current path to a path that passes through all vertices lying in the triangle assigned to that edge (Fig. 4(iii)). Each triangle pqr in the sudivision is assigned to an edge ps 0 connecting a vertex p to a point s 0 qr on the opposite side (Fig. 4(iv)), where ps 0 may e pr. Order the points lying in pqr y a radial sweep aout vertex q, sweeping from qs 0 to qp. Denoting the points in the interior of pqr y s,s,...,s t, for some t 0, in this order, we can replace edge s 0 p y the path (s 0,s,...,s t,p). This path is non-crossing, it lies entirely in pqr, and its length is at least that of ps 0. Lower ound construction. To see that the ound is est possile, consider a point configuration with a diameter pair a,, where a =, and all the other n points placed in a small ε- 6

7 neighorhood of the midpoint of a. Both, the length of the maximum Hamiltonian path (even with crossings allowed), and the perimeter of the convex hull are aritrarily close to, if n 4 and ε > 0 is sufficiently small. We make use of the fact that if n is even then the two endpoints of an alternating path are on opposite sides of the separating line l. If n is odd, we first construct an alternating path for a specific suset of n points, and then augment it to a Hamiltonian path on all n points using the following lemma. Lemma. Let S = R B with R B, e a linearly separale ipartition given y line l. Let q S, and A e a non-crossing alternating path on S \ {q} such that its (consecutive) edges cross l at points ordered monotonically along l. Then q sees one edge of A. Hence A can e extended to a Hamiltonian path H on S, with L(A) < L(H). The path H can e computed in O(n) time. Proof. Compute the visiility polygon of q, the oundary of all points visile from q if the path A is opaque. Let V e the set of edges of path A that appear on the oundary of the visiility polygon, that is, the edges that are (partially) visile from q. Consider the directed graph G = (V,E), where (e,f) E if e locks the total visiility of f from q, that is, there is a point r f such that an endpoint of e lies in the relative interior of qr. The visiility polygon of q and the graph G can e computed in O(n) time [4, pp. 844], [8, pp. 650]. If G is acyclic, then there is a node of in-degree 0, that is, an edge e of A partially visile from q and not locked y any other edge of A. Hence, the edge e is entirely visile from q. In the rest of the proof, we show that G is acyclic. e 5 e p q a e e 3 = e k e 4 Figure 5: Point q partially sees edges e,..., e 5 that cyclically lock one another. The visiility polygon of q is shaded gray. The point visile from q and lying directly aove q is p e. The isecting line l crosses e at a. One component of the intersection of l and the visiility polygon of q is segment a, with e k. Suppose to the contrary that G has a directed cycle (e,e,...,e m ) where e i locks the total visiility of e i+. Refer to Fig. 5. Each edge has a counterclockwise first and second endpoint as viewed from q. Since each edge in the cycle locks another edge, exactly one endpoint of each e i is visile to q. If the first (resp., second) endpoint of e i is not visile to q, then the same holds for e i+, for i =,,...,m. Assume, y applying a reflection if necessary, that q sees the first endpoint of each e i, ut not the second one. Consider a coordinate system in which the isecting l is vertical. Assume, y applying a central symmetry aout q if necessary, that q lies in the closed halfplane left of l. Let p denote the point of A visile from q directly aove q. Assume without loss of generality that p e. The counterclockwise first endpoint of e is its right endpoint. Hence, the portion of e etween its right endpoint and p is visile from q. Since l crosses e to the right of q, the intersection point a = l e is also l 7

8 visile from q. Let segment a e a maximal continuous portion of l visile from q (that is, a is a component of the intersection of l with the visiility polygon of q). Since the visiility of q is ounded y edges of the cycle in any direction, we have e k for some < k m. The path A cannot intersect l etween a = l e and = l e k, and so e and e k are consecutive edges of A, that is, e and e k are adjacent. Note that the lower side of e and the upper side of e k are visile from q. The edge of A incident to the counterclockwise first (i.e., right) endpoint of e must cross l aove a. Similarly, the counterclockwise first endpoint of e k is its left endpoint and the edge of A incident to it must cross l elow. Hence the common endpoint of e and e k can only e the left endpoint of e and the right endpoint of e k. These endpoints, however, are different: they are on opposite sides of l. We have reached a contradiction, so we conclude that G is acyclic. Fix a Cartesian coordinate system Γ. By relaeling the points if necessary, assume that the optimal path is H OPT = (p,p,...,p n ). For two points p i,p j S, let β i,j e the angle in [0,π) formed y the line through p i p j and the x-axis. If n is odd, then a isecting line of direction α (for any α) must e incident to at least one point of S, and denote an aritrary such point y q α. Algorithm A: Step. Compute a non-crossing Hamiltonian path H of length at least P(S), y Lemma. Step. If n is even, then for all non-equivalent isections of S (i.e., for all alanced ipartitions of S), compute a non-crossing alternating path using the algorithm of Aellanas et al. [], and let the longest such path e H. If n is odd, then for all non-equivalent isections of S, compute a non-crossing alternating path of the even point set S \ {q α } using the algorithm of [] and let the longest such path e A. Augment A with vertex q α y Lemma to a Hamiltonian path H. Step 3. Output the longest of the two paths H and H. By Lemma, the running time of Step is O(n log n). Since the numer of halving lines of an n-element point set is O(n 4/3 ) and all can e generated within this time [7], the running time of Step is O(n 7/3 log n), consequently the total running time of A is also O(n 7/3 log n). We proceed with the analysis of the approximation ratio. Assume first that n is even. For each α [0,π), let Γ α e a (rotated) coordinate system, otained from Γ via a counterclockwise rotation y α, and with the y-axis dividing evenly the point set S. Let x i = x i (α) e the x-coordinate of point p i with respect to Γ α. Let H α e a non-crossing alternating path with respect to a alanced ipartition induced y the y-axis of Γ α, as computed y the algorithm. See Fig. 6 for a small example. Γ Γ α y p 3 p p 4 x p Figure 6: The rotated coordinate system Γ α and a non-crossing alternating spanning path H α = (p, p 3, p 4, p ). Notice that L(H α ) x σ() + x σ() + x σ(3) + x σ(4) = x + x 3 + x 4 + x. A longest spanning path is H OPT = (p, p, p 3, p 4 ). There are O() alanced ipartitions given y any halving line of S. Recall that H α does α 8

9 not depend continuously on α; it depends only on the discrete ipartition. Assume that H α = (p σ(),p σ(),...,p σ(n) ), where σ is a permutation of [n]; here σ depends on the ipartition (hence also on α). Let W α denote the width of S in direction α, that is, the width of the smallest parallel strip of direction α that contains S. Since H α alternates etween the two sides of the y-axis of Γ α, y projecting on the x-axis of Γ α, we get L(H α ) x σ() + x σ() x σ(n ) + x σ(n) = x i x σ() x σ(n) = n ( x j + x j+ ) + x + x n x σ() x σ(n) j= n ( x j + x j+ ) W α j= n p j p j+ cos(β j,j+ α) W α. () j= In the 4th line of the aove chain of inequalities, we use the fact that p σ() and p σ(n) lie on opposite sides of the the y-axis of Γ α since n is even. Hence x σ() + x σ(n) p σ() p σ(n) W α. In the 5th line, we make use of the following inequality, which is the key property in the approach used y Alon et al. in their approximation algorithm for finding large non-crossing matchings: For any two points p i,p j S, p i p j cos(β i,j α) x i + x j, with equality if and only if the two points lie on opposite sides of the y-axis of Γ α. Assume now that n is odd. The coordinate system Γ α is defined in the same way. For a given α, let H α e a non-crossing alternating path with respect to a alanced ipartition of S \ {q α}, as computed y the algorithm. Let σ e the permutation of [n], such that H α = (p σ(),p σ(),...,p σ(n ) ) and p σ(n) = q α. Let H α e the Hamiltonian path otained from H α y augmenting it with p σ(n). Here x σ(n) = 0 since p σ(n) = q α is incident to the isecting line. L(H α ) > L(H α) x σ() + x σ() x σ(n ) + x σ(n ) n = x σ(i) x σ() x σ(n ) = x i x σ() x σ(n ) n ( x j + x j+ ) W α j= n p j p j+ cos(β j,j+ α) W α. (3) j= We again have x σ() + x σ(n ) W α ecause n is even, thus p σ() and p σ(n ) lie on opposite sides of the isecting line. Thus in oth cases, L(H α ) n j= p jp j+ cos(β j,j+ α) W α. Recall: for even n, H is the longest of the O(k) Hamiltonian non-crossing paths H αi over all O(k) alanced ipartitions of 9

10 S. (A given angle α i yields O() alanced partitions, and corresponding alternating paths denoted here H αi.) The situation is similar for odd n. We thus also have for each α [0,π): Note that n L(H ) p j p j+ cos(β j,j+ α) W α. π 0 j= cos(β j,j+ α) dα = π 0 cos α dα =, and according to Cauchy s surface area formula [], we have π 0 W α dα = P(S). By integrating oth sides of the previous inequality over the α-interval [0,π], we otain n πl(h ) p j p j+ P(S) = L(H OPT ) P(S), j= L(H ) π L(H OPT) P(S) π. (4) We now improve the old approximation ratio of π to π , y alancing the lengths of the two paths computed in Step and Step. Set c = π+. Case : L(H OPT ) cp(s). By considering the path computed in Step, we get a ratio of at least L(H ) L(H OPT ) P(S) L(H OPT ) P(S) cp(s) = π +. Case : L(H OPT ) cp(s). By considering the path computed in Step (inequality (4)), we get a ratio of at least L(H ) L(H OPT ) π L(H OPT) π P(S) L(H OPT ) π cπ = ( ) = π π + π +. Oserve that if the point set satisfies the condition P(S) π δl(h OPT ), then y (4), we have L(H) ( ) π L(H OPT) δl(h OPT ) = π δ L(H OPT ). This concludes the proofs of parts (i) and (ii) of Theorem. (iii) With the same approach as in [3], a Hamiltonian path of length at least ( ε) π L(H OPT) P(S) π can e found y considering only / ε angles θ i = iπ ε, for i = 0,,..., / ε, where is a suitale asolute constant. The resulting running time is O(n log n/ ε). This concludes the proof of Theorem. For an example illustrating part (ii), consider a set of n random points uniformly selected in a convex region, say of unit diameter. Then with high proaility L(M OPT ) = Ω(n), thus also L(H OPT ) = Ω(n). Since P(S) π, we have P(S) π δl(h OPT ) with high proaility, for a very small δ = Θ(/n). Thus according to inequality (4), the path returned y A is a (/π o()) approximation of the optimal path for random point instances. Remark. Lemma applies for n 3 only. In the range 7 n 30, one can use a slightly different alancing argument showing that there is a non-crossing Hamiltonian path of length at least D, where D = D(S) is the diameter of the point set S. Then in inequalities () and (3), we can use the diameter D instead of the width W α of S in direction α. This approach, however, leads to a smaller approximation ratio, 4 3π

11 3 The spanning tree In this section we prove Theorem. Let S = {p,...,p n }, where p i = (x i,y i ). Given a point p S, the star centered at p, denoted S p, is the spanning tree on S whose edges join p to all the other points. Since S is in general position, S p is non-crossing for any p S. An extended star centered at p is a spanning tree of S consisting of paths of length or (edges) connecting p to all the other points. See Fig. 7. While the star centered at a point is unique, there may e many extended stars centered at the same point, and some of them may e self-crossing. In particular S p is also an extended star. p p Figure 7: A star (left) and a non-crossing extended star (right) on a same point set, oth centered at the same point p. The algorithm of Alon et al. computes the n stars centered at each of the points, and then outputs the maximum one. The algorithm takes quadratic time, and the analysis shows a ratio of n n (which tends to / in the limit). Their algorithm works in any metric space. As pointed out y Alon et al., the ratio / is est possile (in the limit) for this specific algorithm. We first re-estalish the / approximation ratio using a faster algorithm, and also with a simpler analysis. Our algorithm works also in any metric space (however in this general setting, the running time remains quadratic). Algorithm A: Compute a diameter of the point set, and output the maximum of the two stars centered at one of its endpoints. Oviously the algorithm runs in O(n log n) time, with ottleneck eing the diameter computation [9]. Let a e a diameter pair, and assume without loss of generality that a =. The n ratio / (or even n ) follows from the next lemma in conjunction with the ovious upper ound L(T OPT ) n (or L(T OPT ) n ). Lemma 3. Let S a and S e the stars centered at the points a and, respectively. Then L(S a ) + L(S ) n. Proof. Assume that a = p, = p. For each i = 3,...,n, the triangle inequality for the triple a,,p i gives ap i + p i a =. By summing up we have L(S a ) + L(S ) = ( ap i + p i ) + a (n ) + = n. i=3 We now continue with the new algorithm that achieves a (provale) approximation ratio within the same running time O(n log n). We suspect that the approximation ratio of A3 is

12 sustantially etter than that of the quadratic time algorithm of Alon et al., namely /. However at the moment we can only prove a lower ound of 0.50 on this ratio. Algorithm A3: Compute a diameter a of the point set, and output the longest of the 5 non-crossing structures S a, S, S h, E a, E, descried elow. Assume without loss of generality that a is a horizontal unit segment, where a = (0,0) and = (,0). Let h = (x h,y h ) e a point in S with a largest value of y (farthest from the y-axis). By symmetry, we can assume that y h 0. S a, S, and S h are the 3 stars centered at a,, and h, respectively. E a, resp. E, are two non-crossing extended stars centered at a, resp,, descried elow. Each of the five structures can e computed in O(n log n) time, so the total execution time is also O(n log n). The five structures for a small example are shown in Fig. 8. Figure 8: Three stars S a, S, S h, and two extended stars E a, E. We will use four parameters, which we collect here for easy reference. By the end of the proof we will set w = 0.6, t = 0.6, δ = 0.05, and z = 0.48, (5) in order to maximize the approximation ratio (w and t are two lengths, while δ and z are two numers). Let l, l, l 3, and l 4, e four parallel vertical lines: l : x = 0, l : x = w, l 3 : x = +w, l 4 : x = ; refer to Fig. 9. Oviously, all points in S lie in the strip ounded y l and l 4. Let V m e the vertical parallel strip symmetric aout the midpoint of a and of width w. We refer to V m as the middle strip; V m is ounded y the vertical lines l and l 3. Let V a and V e the two vertical strips of width w ounded y l and l, and y l 3 and l 4, respectively. Let c = (x c,y c ) e the intersection point etween l 3 and the circular arc γ a of unit radius centered at a and su-tending an angle of 60. We have x c = +w and ( ) + w y c = =: t. We now descrie the two extended star structures E a and E. See Fig. 0 for an example. To construct E a, first compute the order of visiility of the points in V from point a y sorting the points v V according to the slopes of the line segments av. Then connect a with each point in the right strip V. Note that V, thus V. Call S a the resulting star. The edges of this star together with the vertical line l 3 divide V a V m into convex regions (wedges with a common apex a) ordered top-down. The suset of points in each wedge can e computed using inary search in overall O(n log n) time (over all wedges). S a is extended (augmented) as follows. In the interior of each wedge, say paq, all points are connected to either a or p, forming a star, to maximize the total length of the star. Let ap and ap, p,p V, e the rays of minimum and maximum slope, respectively. Connect all points in V a V m lying elow ap to either a or p. Similarly, connect all points in V a V m lying aove ap to either a or p. Denote the resulting extended star structure

13 y E a. The construction of E is analogous. It is clear y construction that oth E a and E are non-crossing. c y = 0.6 a V a p V m V l l l 4 Figure 9: A diameter pair a, at unit distance, and the three vertical strips V a, V m, and V. The two circular arcs γ a and γ of unit radius centered at a and intersect at the point (/, 3/). All points of S aove a lie in the region ounded y a, γ a and γ. The next five lemmas provide various upper and lower ounds we need for estalishing the approximation ratio of the algorithm A3. Lemma 4. For each p S, let d max (p) denote the maximum distance etween p and other points in S. Then [ ] L(T OPT ) d max (p i ). Proof. Consider T OPT rooted at a. Let π(v) denote the parent of a (non-root) vertex v. Uniquely assign each edge π(v)v of T OPT to vertex v. Oviously, L(π(v)v) d max (v) holds for each edge in the tree. By adding up the aove inequalities, and taking into account that d max (a) = a =, the lemma follows. Lemma 5. Assume that n y i δn for some constant δ [0,]. Then L(S a ) + L(S ) n 4 + δ. Proof. Recall that x i [0,] and y i [ 3/, 3/]. By the optics reflection principle, x i + yi + ( x i ) + y i 4 + y i. Therefore L(S a ) + L(S ) = It can e checked that the function f(x) = Jensen s inequality we get 4 + y i n 4 + ) ( x i + yi + ( x i ) + yi l y i. 4 + x is convex (f (x) 0 for x [0,]), thus y ( n y ) i n 3 n 4 + δ,

14 L(S a ) + L(S ) n 4 + δ. Lemma 6. Let n a and n denote the numer of points in the left and right vertical strips V a and V. Then L(E a ) +w 4 (n+n ), and similarly L(E ) +w 4 (n+n a). Consequently L(E a )+L(E ) +w 4 (n + n a + n ). E a and E can e constructed in O(n log n) time. Proof. The distance etween l and l 3 is w + w. By an argument similar to that in the proof of Lemma 3, the connection cost for a wedge with m points is at least +w 4 m. Therefore the total length of E a is = +w L(E a ) + w n + + w 4 (n n ) = + w (n + n ). 4 The estimation of L(E ) is analogous. The running time has een estalished previously. Lemma 7. Assume that n y i δn and y h t. Then L(S h ) (t δ)n. Proof. L(S h ) (y h y i ) = ny h y i ny h y i ny h δn (t δ)n. Lemma 8. Let y 0 0. Assume that y h t. Let p S e a point in the middle strip V m, with y-coordinate satisfying y y 0. Then d max (p) pc w + (y 0 + t). Proof. It is straightforward to check that the maximum distance from such a point is attained for a point p on l with y-coordinate y 0. The furthest point from p in the allowed region is c. Hence d max (p) pc = w + (y 0 + t). Approximation ratio. Set y 0 = 0.5 and parameters w, t, δ and z as in (5). By Lemma 8, if p is a point in the middle strip V m, with y-coordinate satisfying y y 0, we have d max (p) We distinguish the following four cases to complete our estimation of the approximation ratio. Case : n y i δn. The algorithm outputs S a or S. By Lemma 5, the approximation ratio is at least L(S a ) + L(S ) L(T OPT ) 4 + δ Case : n y i δn and y h t. The algorithm outputs S h. By Lemma 7, the approximation ratio is at least t δ = Case 3: n y i δn and y h t and n a + n ( z)n. The algorithm outputs E a or E. We only need the last inequality in estimating the length. By Lemma 6, the approximation ratio is at least L(E a ) + L(E ) L(T OPT ) + w 4 n + n a + n n ( + w)(3 z) 8 =.6.5/8 = Here and in other instances it is meant that the algorithm outputs a structure at least as long as these. 4

15 Case 4: n y i δn and y h t and n a + n ( z)n. The algorithm outputs S a or S. There are at least zn = 0.48n points in the middle strip V m. Oserve that at most n/3 points in V m have y i 0.5; otherwise we would have y i V m y i > 0.5 n 3 = 0.05n = δn, a contradiction. It follows that at least n/5 n/3 = n/75 points in the middle strip have y i 0.5. By Lemma 4 and Lemma 8, The approximation ratio is at least L(T OPT ) 64n n n. L(S a ) + L(S ) L(T OPT ) n n This completes the list of cases and therey the proof of Theorem. Remarks. Conforming with Theorem 4. of [3], or with our Lemma 3, there exists a vertex v S such that L(S v ) L(T OPT )/. Alon et al. pointed out that the constant / in their theorem is est possile in a metric space: take two points p and p at distance from each other, and replace p i y n/ copies in a small neighorhood. We further note here that the constant / in their theorem is also est possile in the geometric setting, since for the aove example, L(T OPT ) L(H OPT ) n, as given y a spanning path that alternates etween the two groups of points, and since the length of any star is aout n/. The example in Fig. 0 with n points (n even) equally spaced along a circle h a Figure 0: The non-crossing structure E a for an example with n = 6 points on the circle. The middle strip V m is ounded y the two dashed vertical lines. shows that the constant 0.50 measuring the approximation ratio achieved y our algorithm A3 cannot e improved to anything larger than π Indeed, the lengths of the five structures computed y the algorithm are L(S a ) = L(S ) = L(S h ) = L(E a ) = L(E ) = ( o()) πn, while L(T OPT ) L(H OPT ) = ( o())n. 5

16 4 The Hamiltonian cycle In this section we present the proof of Theorem 3, which is similar (including notation) to that of Theorem. The rotated coordinate system Γ α, and the x-coordinates x i with respect to this system are denoted in the same way. By relaeling the points if necessary, assume that the optimal cycle is Q OPT = (p,p,...,p n ), with the convention that p n+ = p. We will present two algorithms, A4 and A4, fulfilling the requirements in parts (i) and (ii) of the theorem. We approximate Q OPT y first constructing a non-crossing alternating path A on a suset of S, and then completing it to a non-crossing cycle using convex hull vertices. Let S = S S, where S is the set of convex hull vertices and S is the set of interior points. Let S = {p j,p j,...,p jh }. Put h = S, m = S, thus n = h + m. The general plan is as follows. First we construct a non-crossing alternating path A for a ipartition of S. If the two endpoints of A lie on conv(s ), each can e connected to some vertex of conv(s) and these two vertices can e connected on the hull of S, resulting in a non-crossing cycle of S \ Z, where Z S. Then this partial cycle of S can e augmented with the remaining points (in Z) in a non-crossing fashion, and with no decrease in length. We need to oserve that the alternating path A on the suset S S produced y the algorithm of Aellanas et al. [] is not good enough for this strategy: even though one endpoint of A (the first computed y the algorithm) is always on the convex hull of S, the other endpoint might e locked y edges of A, so that A might not e extendile to a non-crossing Hamiltonian cycle (an example is shown in Fig. ). Here, we give a stronger result (Lemma 9) that fits our purpose (for an even numer of points). We then apply Lemma 9 for constructing an alternating path of S. a l d c Figure : A non-crossing alternating path of S otained y the algorithm of Aellanas et al. For the purpose of cycle construction, the path is non-extendile from its second endpoint, vertex 7. Here S = {a,, c, d}, S = {,, 3, 4, 5, 6, 7}, and S = S S. Lemma 9. Let S e an n-element point set. Every linearly separale ipartition S = R B, with R = B, admits an alternating non-crossing spanning path such that () the edges cross any separating line l at points ordered monotonically along l; and () the two endpoints are incident to the two distinct edges of conv(s) that connect R and B (the two red-lue ridges). Such a Hamiltonian path can e computed in O(n log n) time. We refer to the underlying procedure as the two-endpoint path construction algorithm. Proof. We modify the algorithm of Aellanas et al. for path construction, so that the path is grown from the two endpoints and the two su-paths merge in the middle. See also Fig.. Recall that S = R B, and R = B, thus S is even. Let r and r e the top and ottom red-lue edges of the convex hull conv(s), respectively, called top and ottom ridges; it is possile that r = r 6

17 or = ut not oth (for n 3). One endpoint is an endpoint of the top ridge, and the other endpoint is an endpoint of the ottom ridge, and they are chosen of opposite colors. Let A = {r, } or A = {,r } aritrarily, containing two endpoints of the path. At every step, recompute the top and ottom ridges of S \ A, and append either the red or the lue vertex of each ridge to A such that the appended edges cross the separating line l. In the last step, the convex hull of S \A is a red-lue segment that merges the two su-paths. The two new edges added simultaneously at each step cannot cross each other; and they cannot cross previous edges, since they are separated from them y the convex hull of S \ A. Finally, they cannot extend the two su-paths y the same point either, ecause S is even. The next lemma follows from [3, Lemma.]; we will only need its corollary, Lemma. Lemma 0. ([3]). Let P = (p,p,...,p n ) e a simple polygon (with the convention that p n+ = p ) and q e a point in the exterior of the convex hull of P, where V (P) {q} is in general position. Then q sees one edge p i p i+ of P. Such an edge can e found in O(n) time. Lemma. Let P = (p,p,...,p n ) e a simple polygon (with the convention that p n+ = p ) and q e a point in the exterior of the convex hull of P, where V (P) {q} is in general position. Then the polygonal cycle P can e extended to include q so that P {q} is still a simple polygon. More precisely, there exists i [n], so that Q = (p,...,p i,q,p i+,...,p n ) is a simple polygon. Moreover, L(Q) > L(P). The extension can e computed in O(n) time. Proof. By Lemma 0, q sees one edge p i p i+ of P. Replacing this edge of P y the two edges p i q and qp i+ results in a simple polygon Q = (p,...,p i,q,p i+,...,p n ). By the triangle inequality, L(Q) > L(P). The extension can e computed in O(n) time, as determined y the time needed to find a visile edge. Note that the condition in the lemma that q lies in the exterior of the convex hull of P, is indeed necessary. Otherwise one cannot guarantee that q sees an edge of P. (i) Our first algorithm. We are now ready to present our Algorithm A4. Assume first for simplicity that m is even. An easy modification of the algorithm, explained elow, is used if m is odd. Algorithm A4: Step. For all non-equivalent isections of S (i.e., for all alanced ipartitions of S ):. Compute a non-crossing alternating path A of S y using the two-endpoint path construction algorithm (Lemma 9).. Extend A to a cycle y connecting its endpoints to (one or two) convex hull vertices. 3. Further extend this cycle to include the remaining hull vertices, y repeated invocation of Lemma. Step. Output the longest such cycle (containing all points of S). Oserve that after Step., the two endpoints of the path are vertices of conv(s ), hence they can e connected to hull vertices in S to make a cycle. If m is odd, then there is a point q S on the line l. Use the two-endpoint path construction algorithm for S \ {q}, and the same isecting line l. If q is in the interior of conv(s \ {q}), then extend the path with point q, using Lemma. Otherwise, q sees the top or ottom ridge of conv(s \ {q}), so the path can e extended y connecting q to the endpoint visile to q. The two endpoints of the extended path are on conv(s ), hence they can e connected to hull vertices to make a cycle, as in the case of even m. See Fig. for an illustration of the algorithm on a small example. We now justify its correctness and estimate the length of the output cycle. Assume first that m is even. For a given α, let A α e 7

18 a non-crossing alternating path with respect to a alanced ipartition of S induced y the y-axis of Γ α, as computed y the algorithm. Assume that A α = (p i,p i,...,p im ). By projecting on the x-axis of Γ α, we get L(A α ) x i + x i x im + x im = x i x i x im ( x j x jh ) = ( x j + x j+) ) x i x im ( x j x jh ) j= ( x j + x j+ ) W α (h )W α j= p j p j+ cos(β j,j+ α) (h )W α. (6) j= l l 3 Figure : Left: an alternating path (,,..., 8) otained y using the two-endpoint path construction algorithm (Lemma 9) for the case of even m. The path is extended to a cycle y connecting its endpoints to convex hull vertices (here 9 and 0). The cycle (,,...,0) will e susequently extended to include the remaining hull vertices (here and ) using Lemma. Right: an alternating path (,,..., 8) otained in the same way, and then extended to pass through vertex 9 (Lemma ); the resulting path is (,, 3, 4, 5, 6, 9, 7, 8). The path is extended to a Hamiltonian cycle in the same way (Lemma ). In the aove chain of inequalities we have used the facts that m is even, thus p i and p im lie on opposite sides of l, and that at least two convex hull vertices are also separated y l. The inequality is maintained for m odd, as in the proof of Theorem. Let A = (p i,p i,...,p im ) e the longest of the O(k) Hamiltonian non-crossing paths A αi over all O(k) alanced ipartitions of S. (In estimating the length of the output cycle, it is enough to analyze only the augmentation of A to a Hamiltonian cycle, rather than of each path A α.) Let u and v e (hull) vertices in S that can e connected with the two endpoints p i and p im of A without making any crossings with A (u and v may e forced to coincide). Let P e the simple cycle (polygon) otained y adding to A the points on one of the two polygonal hull chains connecting u and v. In the last phase, P is further extended y adding the remaining hull vertices (on the nd hull chain connecting u and v) one y one y Lemma. Note that the length of the cycle increases with each point addition. The total time for all additions is trivially ounded y O(n ). The resulting 8

19 polygonal cycle Q is non-crossing and spans all points in S, therefore making a Hamiltonian cycle of S. Its length is ounded as follows. L(Q) L(A) p j p j+ cos(β j,j+ α) (h )W α, j= and y integration over the α-interval [0,π], L(Q) π L(Q OPT) (h ) P π. (7) If the point set satisfies the condition (h ) P π δl(q OPT), then L(Q) ( ) π L(Q OPT) δl(q OPT ) = π δ L(Q OPT ). This concludes the proof of part (i) of Theorem 3. (ii) Our second algorithm. One can reduce the term (h ) P π in Inequality (7) to (h + )P π at the cost of increasing the running time to O(n 3 log n). We replace the alanced partitions of S y two unalanced partitions of S. A line has direction α [0,π) if it makes a counterclockwise angle of α with the x-axis. Let S e a set of n points in the plane in general position. A direction α [0,π) is general if the supporting line of no two points in S has direction α. The lines of a general direction α partition S in n + different ways (into susets lying on the left, on the right, and on the line). Two directions, α and β, are equivalent if they induce the same n + partitions of S. There are exactly ( n ) non-equivalent directions. Recall that S = S S, where S is the set of convex hull vertices and S is the set of interior points. Fix a general direction α (0,π). A line l of direction α is left-alanced if the numer of points of S in the left open halfplane equals the numer of points of S in the right open halfplane. It is easy to see that all left-alanced lines are equivalent. Indeed if we continuously move a line l of direction α from left to right, then the numer of points of S in the left open halfplane increases every time l passes through a point of S, and the numer of points of S in the right open halfplane monotonically decreases. Therefore, there is equality for exactly one equivalence class of lines of direction α. Denote y Sα the set of all points of S and the points in S lying in the left closed halfplane of a left-alanced line. Clearly, every left-alanced line is a isecting line for Sα. Similarly, a line l of direction α is right-alanced if the numer of points of S in the right open halfplane equals the numer of points of S in the left open halfplane. Denote y Sα the set of all points of S and the points in S lying in the right closed halfplane of a right-alanced line. Note that a left-alanced line lies to the left of a right-alanced line, in particular, they are separated y the isecting line of S of direction α. We now present our Algorithm A4. Algorithm A4 : Step. For all non-equivalent general directions α, compute a left-alanced line l α, a right-alanced line l α, and the two sets Sα and Sα. For i =, do:. If Sα i is even, compute a non-crossing alternating path A for Sα i using the two-endpoint path construction algorithm (in Lemma 9).. If Sα i is odd, then li α passes through some point q Si α. Compute a non-crossing alternating path for Sα i \ {q} with the two-endpoint path construction algorithm, and then extend it to include q as follows: if q is in the interior of conv(sα i ), then use Lemma to augment the alternating path with q; otherwise connect q to the endpoint of the path lying on the upper or lower ridge of conv(sα i ), whichever is visile from q. 3. Complete the path A on Sα i to a cycle through the remaining convex 9

Divide-and-Conquer. Reading: CLRS Sections 2.3, 4.1, 4.2, 4.3, 28.2, CSE 6331 Algorithms Steve Lai

Divide-and-Conquer. Reading: CLRS Sections 2.3, 4.1, 4.2, 4.3, 28.2, CSE 6331 Algorithms Steve Lai Divide-and-Conquer Reading: CLRS Sections 2.3, 4.1, 4.2, 4.3, 28.2, 33.4. CSE 6331 Algorithms Steve Lai Divide and Conquer Given an instance x of a prolem, the method works as follows: divide-and-conquer

More information

Lecture 6 January 15, 2014

Lecture 6 January 15, 2014 Advanced Graph Algorithms Jan-Apr 2014 Lecture 6 January 15, 2014 Lecturer: Saket Sourah Scrie: Prafullkumar P Tale 1 Overview In the last lecture we defined simple tree decomposition and stated that for

More information

Bichain graphs: geometric model and universal graphs

Bichain graphs: geometric model and universal graphs Bichain graphs: geometric model and universal graphs Robert Brignall a,1, Vadim V. Lozin b,, Juraj Stacho b, a Department of Mathematics and Statistics, The Open University, Milton Keynes MK7 6AA, United

More information

THE BALANCED DECOMPOSITION NUMBER AND VERTEX CONNECTIVITY

THE BALANCED DECOMPOSITION NUMBER AND VERTEX CONNECTIVITY THE BALANCED DECOMPOSITION NUMBER AND VERTEX CONNECTIVITY SHINYA FUJITA AND HENRY LIU Astract The alanced decomposition numer f(g) of a graph G was introduced y Fujita and Nakamigawa [Discr Appl Math,

More information

Discrete Geometry. Problem 1. Austin Mohr. April 26, 2012

Discrete Geometry. Problem 1. Austin Mohr. April 26, 2012 Discrete Geometry Austin Mohr April 26, 2012 Problem 1 Theorem 1 (Linear Programming Duality). Suppose x, y, b, c R n and A R n n, Ax b, x 0, A T y c, and y 0. If x maximizes c T x and y minimizes b T

More information

On stars and Steiner stars. II

On stars and Steiner stars. II On stars and Steiner stars. II Adrian Dumitrescu Csaba D. Tóth Guangwu Xu June 6, 8 Abstract A Steiner star for a set P of n points in R d connects an arbitrary center point to all points of P, while a

More information

SVETLANA KATOK AND ILIE UGARCOVICI (Communicated by Jens Marklof)

SVETLANA KATOK AND ILIE UGARCOVICI (Communicated by Jens Marklof) JOURNAL OF MODERN DYNAMICS VOLUME 4, NO. 4, 010, 637 691 doi: 10.3934/jmd.010.4.637 STRUCTURE OF ATTRACTORS FOR (a, )-CONTINUED FRACTION TRANSFORMATIONS SVETLANA KATOK AND ILIE UGARCOVICI (Communicated

More information

Faster Algorithms for some Optimization Problems on Collinear Points

Faster Algorithms for some Optimization Problems on Collinear Points Faster Algorithms for some Optimization Problems on Collinear Points Ahmad Biniaz Prosenjit Bose Paz Carmi Anil Maheshwari J. Ian Munro Michiel Smid June 29, 2018 Abstract We propose faster algorithms

More information

On stars and Steiner stars

On stars and Steiner stars On stars and Steiner stars Adrian Dumitrescu Csaba D. Tóth Guangwu Xu March 9, 9 Abstract A Steiner star for a set P of n points in R d connects an arbitrary point in R d to all points of P, while a star

More information

12-neighbour packings of unit balls in E 3

12-neighbour packings of unit balls in E 3 12-neighbour packings of unit balls in E 3 Károly Böröczky Department of Geometry Eötvös Loránd University Pázmány Péter sétány 1/c H-1117 Budapest Hungary László Szabó Institute of Informatics and Economics

More information

Covering the Convex Quadrilaterals of Point Sets

Covering the Convex Quadrilaterals of Point Sets Covering the Convex Quadrilaterals of Point Sets Toshinori Sakai, Jorge Urrutia 2 Research Institute of Educational Development, Tokai University, 2-28-4 Tomigaya, Shibuyaku, Tokyo 5-8677, Japan 2 Instituto

More information

Anchored Rectangle and Square Packings

Anchored Rectangle and Square Packings Anchored Rectangle and Square Packings Kevin Balas Adrian Dumitrescu Csaba D. Tóth September 4, 207 Abstract For points p,..., p n in the unit square [0, ] 2, an anchored rectangle packing consists of

More information

Computing a Minimum-Dilation Spanning Tree is NP-hard

Computing a Minimum-Dilation Spanning Tree is NP-hard Computing a Minimum-Dilation Spanning Tree is NP-hard Otfried Cheong 1 Herman Haverkort 2 Mira Lee 1 October 0, 2008 Abstract In a geometric network G = (S, E), the graph distance between two vertices

More information

A Decomposition Theorem on Euclidean Steiner Minimal Trees

A Decomposition Theorem on Euclidean Steiner Minimal Trees Discrete Comput Geom 3:367-382 (1988) G b"ffi 6-t '() 1988 Spnnger-Vertag New York Decomposition Theorem on Euclidean Steiner Minimal Trees F. K. Hwang, ~ G. D. Song, 2 G. Y. Ting, 3 and D. Z. Du 4 i T&T

More information

Genetic Algorithms applied to Problems of Forbidden Configurations

Genetic Algorithms applied to Problems of Forbidden Configurations Genetic Algorithms applied to Prolems of Foridden Configurations R.P. Anstee Miguel Raggi Department of Mathematics University of British Columia Vancouver, B.C. Canada V6T Z2 anstee@math.uc.ca mraggi@gmail.com

More information

IN this paper we study a discrete optimization problem. Constrained Shortest Link-Disjoint Paths Selection: A Network Programming Based Approach

IN this paper we study a discrete optimization problem. Constrained Shortest Link-Disjoint Paths Selection: A Network Programming Based Approach Constrained Shortest Link-Disjoint Paths Selection: A Network Programming Based Approach Ying Xiao, Student Memer, IEEE, Krishnaiyan Thulasiraman, Fellow, IEEE, and Guoliang Xue, Senior Memer, IEEE Astract

More information

A Randomized Rounding Approach to the Traveling Salesman Problem

A Randomized Rounding Approach to the Traveling Salesman Problem A Randomized Rounding Approach to the Traveling Salesman Problem Shayan Oveis Gharan Amin Saberi. Mohit Singh. Abstract For some positive constant ɛ 0, we give a ( 3 2 ɛ 0)-approximation algorithm for

More information

Improved Approximation Bounds for Planar Point Pattern Matching

Improved Approximation Bounds for Planar Point Pattern Matching Improved Approximation Bounds for Planar Point Pattern Matching Minkyoung Cho Department of Computer Science University of Maryland College Park, Maryland, USA David M Mount Department of Computer Science

More information

MAT 3271: Selected solutions to problem set 7

MAT 3271: Selected solutions to problem set 7 MT 3271: Selected solutions to problem set 7 Chapter 3, Exercises: 16. Consider the Real ffine Plane (that is what the text means by the usual Euclidean model ), which is a model of incidence geometry.

More information

Partial cubes: structures, characterizations, and constructions

Partial cubes: structures, characterizations, and constructions Partial cubes: structures, characterizations, and constructions Sergei Ovchinnikov San Francisco State University, Mathematics Department, 1600 Holloway Ave., San Francisco, CA 94132 Abstract Partial cubes

More information

International Mathematics TOURNAMENT OF THE TOWNS

International Mathematics TOURNAMENT OF THE TOWNS International Mathematics TOURNAMENT OF THE TOWNS Senior A-Level Paper Fall 2011 1 Pete has marked at least 3 points in the plane such that all distances between them are different A pair of marked points

More information

arxiv: v1 [cs.cg] 16 May 2011

arxiv: v1 [cs.cg] 16 May 2011 Collinearities in Kinetic Point Sets arxiv:1105.3078v1 [cs.cg] 16 May 2011 Ben D. Lund George B. Purdy Justin W. Smith Csaba D. Tóth August 24, 2018 Abstract Let P be a set of n points in the plane, each

More information

Efficient Reassembling of Graphs, Part 1: The Linear Case

Efficient Reassembling of Graphs, Part 1: The Linear Case Efficient Reassembling of Graphs, Part 1: The Linear Case Assaf Kfoury Boston University Saber Mirzaei Boston University Abstract The reassembling of a simple connected graph G = (V, E) is an abstraction

More information

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2.

(x 1, y 1 ) = (x 2, y 2 ) if and only if x 1 = x 2 and y 1 = y 2. 1. Complex numbers A complex number z is defined as an ordered pair z = (x, y), where x and y are a pair of real numbers. In usual notation, we write z = x + iy, where i is a symbol. The operations of

More information

On stars and Steiner stars. II

On stars and Steiner stars. II Downloaded //7 to 69 Redistribution subject to SIAM license or copyright; see http://wwwsiamorg/journals/ojsaphp Abstract On stars and Steiner stars II Adrian Dumitrescu Csaba D Tóth Guangwu Xu A Steiner

More information

Sydney University Mathematical Society Problems Competition Solutions.

Sydney University Mathematical Society Problems Competition Solutions. Sydney University Mathematical Society Problems Competition 005 Solutions 1 Suppose that we look at the set X n of strings of 0 s and 1 s of length n Given a string ɛ = (ɛ 1,, ɛ n ) X n, we are allowed

More information

Computing a Minimum-Dilation Spanning Tree is NP-hard

Computing a Minimum-Dilation Spanning Tree is NP-hard Computing a Minimum-Dilation Spanning Tree is NP-hard Otfried Cheong Herman Haverkort Mira Lee Dept. of Computer Science, Korea Advanced Institute of Science & Technology, Daejeon, South Korea. Email:

More information

The variance for partial match retrievals in k-dimensional bucket digital trees

The variance for partial match retrievals in k-dimensional bucket digital trees The variance for partial match retrievals in k-dimensional ucket digital trees Michael FUCHS Department of Applied Mathematics National Chiao Tung University January 12, 21 Astract The variance of partial

More information

#A50 INTEGERS 14 (2014) ON RATS SEQUENCES IN GENERAL BASES

#A50 INTEGERS 14 (2014) ON RATS SEQUENCES IN GENERAL BASES #A50 INTEGERS 14 (014) ON RATS SEQUENCES IN GENERAL BASES Johann Thiel Dept. of Mathematics, New York City College of Technology, Brooklyn, New York jthiel@citytech.cuny.edu Received: 6/11/13, Revised:

More information

Stable periodic billiard paths in obtuse isosceles triangles

Stable periodic billiard paths in obtuse isosceles triangles Stable periodic billiard paths in obtuse isosceles triangles W. Patrick Hooper March 27, 2006 Can you place a small billiard ball on a frictionless triangular pool table and hit it so that it comes back

More information

The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs

The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs The Chromatic Number of Ordered Graphs With Constrained Conflict Graphs Maria Axenovich and Jonathan Rollin and Torsten Ueckerdt September 3, 016 Abstract An ordered graph G is a graph whose vertex set

More information

2016 EF Exam Texas A&M High School Students Contest Solutions October 22, 2016

2016 EF Exam Texas A&M High School Students Contest Solutions October 22, 2016 6 EF Exam Texas A&M High School Students Contest Solutions October, 6. Assume that p and q are real numbers such that the polynomial x + is divisible by x + px + q. Find q. p Answer Solution (without knowledge

More information

2015 Canadian Team Mathematics Contest

2015 Canadian Team Mathematics Contest The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 205 Canadian Team Mathematics Contest April 205 Solutions 205 University of Waterloo 205 CTMC Solutions Page 2 Individual Problems.

More information

Decompositions of graphs into cycles with chords

Decompositions of graphs into cycles with chords Decompositions of graphs into cycles with chords Paul Balister Hao Li Richard Schelp May 22, 2017 In memory of Dick Schelp, who passed away shortly after the submission of this paper Abstract We show that

More information

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words.

Integrated Math II. IM2.1.2 Interpret given situations as functions in graphs, formulas, and words. Standard 1: Algebra and Functions Students graph linear inequalities in two variables and quadratics. They model data with linear equations. IM2.1.1 Graph a linear inequality in two variables. IM2.1.2

More information

9th Bay Area Mathematical Olympiad

9th Bay Area Mathematical Olympiad 9th Bay rea Mathematical Olympiad February 27, 2007 Problems with Solutions 1 15-inch-long stick has four marks on it, dividing it into five segments of length 1,2,3,4, and 5 inches (although not neccessarily

More information

Perfect matchings in highly cyclically connected regular graphs

Perfect matchings in highly cyclically connected regular graphs Perfect matchings in highly cyclically connected regular graphs arxiv:1709.08891v1 [math.co] 6 Sep 017 Robert Lukot ka Comenius University, Bratislava lukotka@dcs.fmph.uniba.sk Edita Rollová University

More information

Bringing Order to Special Cases of Klee s Measure Problem

Bringing Order to Special Cases of Klee s Measure Problem Bringing Order to Special Cases of Klee s Measure Prolem Karl Bringmann Max Planck Institute for Informatics Astract. Klee s Measure Prolem (KMP) asks for the volume of the union of n axis-aligned oxes

More information

Graph Classes and Ramsey Numbers

Graph Classes and Ramsey Numbers Graph Classes and Ramsey Numbers Rémy Belmonte, Pinar Heggernes, Pim van t Hof, Arash Rafiey, and Reza Saei Department of Informatics, University of Bergen, Norway Abstract. For a graph class G and any

More information

On covering problems of Rado

On covering problems of Rado On covering problems of Rado Sergey Bereg Adrian Dumitrescu Minghui Jiang February 17, 2009 Abstract T. Rado conjectured in 1928 that if F is a finite set of axis-parallel squares in the plane, then there

More information

Claw-free Graphs. III. Sparse decomposition

Claw-free Graphs. III. Sparse decomposition Claw-free Graphs. III. Sparse decomposition Maria Chudnovsky 1 and Paul Seymour Princeton University, Princeton NJ 08544 October 14, 003; revised May 8, 004 1 This research was conducted while the author

More information

Approximation Algorithms for Asymmetric TSP by Decomposing Directed Regular Multigraphs

Approximation Algorithms for Asymmetric TSP by Decomposing Directed Regular Multigraphs Approximation Algorithms for Asymmetric TSP by Decomposing Directed Regular Multigraphs Haim Kaplan Tel-Aviv University, Israel haimk@post.tau.ac.il Nira Shafrir Tel-Aviv University, Israel shafrirn@post.tau.ac.il

More information

Out-colourings of Digraphs

Out-colourings of Digraphs Out-colourings of Digraphs N. Alon J. Bang-Jensen S. Bessy July 13, 2017 Abstract We study vertex colourings of digraphs so that no out-neighbourhood is monochromatic and call such a colouring an out-colouring.

More information

A Pair in a Crowd of Unit Balls

A Pair in a Crowd of Unit Balls Europ. J. Combinatorics (2001) 22, 1083 1092 doi:10.1006/eujc.2001.0547 Available online at http://www.idealibrary.com on A Pair in a Crowd of Unit Balls K. HOSONO, H. MAEHARA AND K. MATSUDA Let F be a

More information

1 Caveats of Parallel Algorithms

1 Caveats of Parallel Algorithms CME 323: Distriuted Algorithms and Optimization, Spring 2015 http://stanford.edu/ reza/dao. Instructor: Reza Zadeh, Matroid and Stanford. Lecture 1, 9/26/2015. Scried y Suhas Suresha, Pin Pin, Andreas

More information

Foundations of Neutral Geometry

Foundations of Neutral Geometry C H A P T E R 12 Foundations of Neutral Geometry The play is independent of the pages on which it is printed, and pure geometries are independent of lecture rooms, or of any other detail of the physical

More information

Shortest paths with negative lengths

Shortest paths with negative lengths Chapter 8 Shortest paths with negative lengths In this chapter we give a linear-space, nearly linear-time algorithm that, given a directed planar graph G with real positive and negative lengths, but no

More information

34 th United States of America Mathematical Olympiad

34 th United States of America Mathematical Olympiad 34 th United States of America Mathematical Olympiad 1. Determine all composite positive integers n for which it is possible to arrange all divisors of n that are greater than 1 in a circle so that no

More information

Generating p-extremal graphs

Generating p-extremal graphs Generating p-extremal graphs Derrick Stolee Department of Mathematics Department of Computer Science University of Nebraska Lincoln s-dstolee1@math.unl.edu August 2, 2011 Abstract Let f(n, p be the maximum

More information

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES SANTOSH N. KABADI AND ABRAHAM P. PUNNEN Abstract. Polynomially testable characterization of cost matrices associated

More information

A Decidable Class of Planar Linear Hybrid Systems

A Decidable Class of Planar Linear Hybrid Systems A Decidable Class of Planar Linear Hybrid Systems Pavithra Prabhakar, Vladimeros Vladimerou, Mahesh Viswanathan, and Geir E. Dullerud University of Illinois at Urbana-Champaign. Abstract. The paper shows

More information

Depth versus Breadth in Convolutional Polar Codes

Depth versus Breadth in Convolutional Polar Codes Depth versus Breadth in Convolutional Polar Codes Maxime Tremlay, Benjamin Bourassa and David Poulin,2 Département de physique & Institut quantique, Université de Sherrooke, Sherrooke, Quéec, Canada JK

More information

Solutions to Exercises Chapter 10: Ramsey s Theorem

Solutions to Exercises Chapter 10: Ramsey s Theorem Solutions to Exercises Chapter 10: Ramsey s Theorem 1 A platoon of soldiers (all of different heights) is in rectangular formation on a parade ground. The sergeant rearranges the soldiers in each row of

More information

EVALUATIONS OF EXPECTED GENERALIZED ORDER STATISTICS IN VARIOUS SCALE UNITS

EVALUATIONS OF EXPECTED GENERALIZED ORDER STATISTICS IN VARIOUS SCALE UNITS APPLICATIONES MATHEMATICAE 9,3 (), pp. 85 95 Erhard Cramer (Oldenurg) Udo Kamps (Oldenurg) Tomasz Rychlik (Toruń) EVALUATIONS OF EXPECTED GENERALIZED ORDER STATISTICS IN VARIOUS SCALE UNITS Astract. We

More information

arxiv: v1 [cs.fl] 24 Nov 2017

arxiv: v1 [cs.fl] 24 Nov 2017 (Biased) Majority Rule Cellular Automata Bernd Gärtner and Ahad N. Zehmakan Department of Computer Science, ETH Zurich arxiv:1711.1090v1 [cs.fl] 4 Nov 017 Astract Consider a graph G = (V, E) and a random

More information

Theorem (Special Case of Ramsey s Theorem) R(k, l) is finite. Furthermore, it satisfies,

Theorem (Special Case of Ramsey s Theorem) R(k, l) is finite. Furthermore, it satisfies, Math 16A Notes, Wee 6 Scribe: Jesse Benavides Disclaimer: These notes are not nearly as polished (and quite possibly not nearly as correct) as a published paper. Please use them at your own ris. 1. Ramsey

More information

Minimizing a convex separable exponential function subject to linear equality constraint and bounded variables

Minimizing a convex separable exponential function subject to linear equality constraint and bounded variables Minimizing a convex separale exponential function suect to linear equality constraint and ounded variales Stefan M. Stefanov Department of Mathematics Neofit Rilski South-Western University 2700 Blagoevgrad

More information

Exercises for Unit I I I (Basic Euclidean concepts and theorems)

Exercises for Unit I I I (Basic Euclidean concepts and theorems) Exercises for Unit I I I (Basic Euclidean concepts and theorems) Default assumption: All points, etc. are assumed to lie in R 2 or R 3. I I I. : Perpendicular lines and planes Supplementary background

More information

Graph Theorizing Peg Solitaire. D. Paul Hoilman East Tennessee State University

Graph Theorizing Peg Solitaire. D. Paul Hoilman East Tennessee State University Graph Theorizing Peg Solitaire D. Paul Hoilman East Tennessee State University December 7, 00 Contents INTRODUCTION SIMPLE SOLVING CONCEPTS 5 IMPROVED SOLVING 7 4 RELATED GAMES 5 5 PROGENATION OF SOLVABLE

More information

Boundary of the Set of Separable States

Boundary of the Set of Separable States Boundary of the Set of Separale States Mingjun Shi, Jiangfeng Du Laoratory of Quantum Communication and Quantum Computation, Department of Modern Physics, University of Science and Technology of China,

More information

< k 2n. 2 1 (n 2). + (1 p) s) N (n < 1

< k 2n. 2 1 (n 2). + (1 p) s) N (n < 1 List of Problems jacques@ucsd.edu Those question with a star next to them are considered slightly more challenging. Problems 9, 11, and 19 from the book The probabilistic method, by Alon and Spencer. Question

More information

40th International Mathematical Olympiad

40th International Mathematical Olympiad 40th International Mathematical Olympiad Bucharest, Romania, July 999 Determine all finite sets S of at least three points in the plane which satisfy the following condition: for any two distinct points

More information

Optimal Routing in Chord

Optimal Routing in Chord Optimal Routing in Chord Prasanna Ganesan Gurmeet Singh Manku Astract We propose optimal routing algorithms for Chord [1], a popular topology for routing in peer-to-peer networks. Chord is an undirected

More information

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs Mark C. Kempton A thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for

More information

37th United States of America Mathematical Olympiad

37th United States of America Mathematical Olympiad 37th United States of America Mathematical Olympiad 1. Prove that for each positive integer n, there are pairwise relatively prime integers k 0, k 1,..., k n, all strictly greater than 1, such that k 0

More information

HAMILTONIAN PROPERTIES OF TRIANGULAR GRID GRAPHS. 1. Introduction

HAMILTONIAN PROPERTIES OF TRIANGULAR GRID GRAPHS. 1. Introduction HAMILTONIAN PROPERTIES OF TRIANGULAR GRID GRAPHS VALERY S. GORDON, YURY L. ORLOVICH, FRANK WERNER Abstract. A triangular grid graph is a finite induced subgraph of the infinite graph associated with the

More information

The three-dimensional matching problem in Kalmanson matrices

The three-dimensional matching problem in Kalmanson matrices DOI 10.1007/s10878-011-9426-y The three-dimensional matching problem in Kalmanson matrices Sergey Polyakovskiy Frits C.R. Spieksma Gerhard J. Woeginger The Author(s) 2011. This article is published with

More information

THE CLASSIFICATION OF TOROIDAL DEHN SURGERIES ON MONTESINOS KNOTS. Ying-Qing Wu 1

THE CLASSIFICATION OF TOROIDAL DEHN SURGERIES ON MONTESINOS KNOTS. Ying-Qing Wu 1 THE CLASSIFICATION OF TOROIDAL DEHN SURGERIES ON MONTESINOS KNOTS Ying-Qing Wu 1 Abstract. Exceptional Dehn surgeries have been classified for 2-bridge knots and Montesinos knots of length at least 4.

More information

Notes on Complex Analysis

Notes on Complex Analysis Michael Papadimitrakis Notes on Complex Analysis Department of Mathematics University of Crete Contents The complex plane.. The complex plane...................................2 Argument and polar representation.........................

More information

Packing Congruent Bricks into a Cube

Packing Congruent Bricks into a Cube Journal for Geometry and Graphics Volume 5 (2001), No. 1, 1 11. Packing Congruent Bricks into a Cube Ákos G. Horváth, István Prok Department of Geometry, Budapest University of Technology and Economics

More information

Chordality and 2-Factors in Tough Graphs

Chordality and 2-Factors in Tough Graphs Chordality and -Factors in Tough Graphs D. Bauer 1 G. Y. Katona D. Kratsch 3 H. J. Veldman 4 1 Department of Mathematical Sciences, Stevens Institute of Technology Hooken, NJ 07030, U.S.A. Mathematical

More information

Topic 2 [312 marks] The rectangle ABCD is inscribed in a circle. Sides [AD] and [AB] have lengths

Topic 2 [312 marks] The rectangle ABCD is inscribed in a circle. Sides [AD] and [AB] have lengths Topic 2 [312 marks] 1 The rectangle ABCD is inscribed in a circle Sides [AD] and [AB] have lengths [12 marks] 3 cm and (\9\) cm respectively E is a point on side [AB] such that AE is 3 cm Side [DE] is

More information

arxiv: v1 [cs.dm] 26 Apr 2010

arxiv: v1 [cs.dm] 26 Apr 2010 A Simple Polynomial Algorithm for the Longest Path Problem on Cocomparability Graphs George B. Mertzios Derek G. Corneil arxiv:1004.4560v1 [cs.dm] 26 Apr 2010 Abstract Given a graph G, the longest path

More information

16 circles. what goes around...

16 circles. what goes around... 16 circles. what goes around... 2 lesson 16 this is the first of two lessons dealing with circles. this lesson gives some basic definitions and some elementary theorems, the most important of which is

More information

Drawing Hamiltonian cycles with no large angles

Drawing Hamiltonian cycles with no large angles Drawing Hamiltonian cycles with no large angles Adrian Dumitrescu János Pach Department of Computer Science University of Wisconsin Milwaukee Wisconsin, USA dumitres@uwm.edu Department of Mathematics Ecole

More information

Upper Bounds for Stern s Diatomic Sequence and Related Sequences

Upper Bounds for Stern s Diatomic Sequence and Related Sequences Upper Bounds for Stern s Diatomic Sequence and Related Sequences Colin Defant Department of Mathematics University of Florida, U.S.A. cdefant@ufl.edu Sumitted: Jun 18, 01; Accepted: Oct, 016; Pulished:

More information

(D) (A) Q.3 To which of the following circles, the line y x + 3 = 0 is normal at the point ? 2 (A) 2

(D) (A) Q.3 To which of the following circles, the line y x + 3 = 0 is normal at the point ? 2 (A) 2 CIRCLE [STRAIGHT OBJECTIVE TYPE] Q. The line x y + = 0 is tangent to the circle at the point (, 5) and the centre of the circles lies on x y = 4. The radius of the circle is (A) 3 5 (B) 5 3 (C) 5 (D) 5

More information

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1.

45. The Parallelogram Law states that. product of a and b is the vector a b a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1. a c. a 1. b 1. SECTION 10.4 THE CROSS PRODUCT 537 42. Suppose that all sides of a quadrilateral are equal in length and opposite sides are parallel. Use vector methods to show that the diagonals are perpendicular. 43.

More information

1. Vectors and Matrices

1. Vectors and Matrices E. 8.02 Exercises. Vectors and Matrices A. Vectors Definition. A direction is just a unit vector. The direction of A is defined by dir A = A, (A 0); A it is the unit vector lying along A and pointed like

More information

arxiv: v1 [math.co] 24 Oct 2017

arxiv: v1 [math.co] 24 Oct 2017 The Erdős-Hajnal conjecture for caterpillars and their complements Anita Lieenau Marcin Pilipczu arxiv:1710.08701v1 [math.co] 24 Oct 2017 Astract The celerated Erdős-Hajnal conjecture states that for every

More information

Voronoi Diagrams for Oriented Spheres

Voronoi Diagrams for Oriented Spheres Voronoi Diagrams for Oriented Spheres F. Aurenhammer J. Wallner University of Technology Graz, Austria auren@igi.tugraz.at j.wallner@tugraz.at M. Peternell H. Pottmann University of Technology Vienna,

More information

Properties and Recent Applications in Spectral Graph Theory

Properties and Recent Applications in Spectral Graph Theory Virginia Commonwealth University VCU Scholars Compass Theses and Dissertations Graduate School 8 Properties and Recent Applications in Spectral Graph Theory Michelle L. Rittenhouse Virginia Commonwealth

More information

A Geometric Approach to Carlitz-Dedekind Sums

A Geometric Approach to Carlitz-Dedekind Sums A Geometric Approach to Carlitz-Dedekind Sums A thesis presented to the faculty of San Francisco State University In partial fulfilment of The requirements for The degree Master of Arts In Mathematics

More information

On improving matchings in trees, via bounded-length augmentations 1

On improving matchings in trees, via bounded-length augmentations 1 On improving matchings in trees, via bounded-length augmentations 1 Julien Bensmail a, Valentin Garnero a, Nicolas Nisse a a Université Côte d Azur, CNRS, Inria, I3S, France Abstract Due to a classical

More information

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 31 OCTOBER 2018

SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY 31 OCTOBER 2018 SOLUTIONS FOR ADMISSIONS TEST IN MATHEMATICS, COMPUTER SCIENCE AND JOINT SCHOOLS WEDNESDAY OCTOBER 8 Mark Scheme: Each part of Question is worth marks which are awarded solely for the correct answer. Each

More information

Partial characterizations of clique-perfect graphs II: diamond-free and Helly circular-arc graphs

Partial characterizations of clique-perfect graphs II: diamond-free and Helly circular-arc graphs Partial characterizations of clique-perfect graphs II: diamond-free and Helly circular-arc graphs Flavia Bonomo a,1, Maria Chudnovsky b,2 and Guillermo Durán c,3 a Departamento de Matemática, Facultad

More information

15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu)

15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu) 15.1 Matching, Components, and Edge cover (Collaborate with Xin Yu) First show l = c by proving l c and c l. For a maximum matching M in G, let V be the set of vertices covered by M. Since any vertex in

More information

Determinants of generalized binary band matrices

Determinants of generalized binary band matrices Determinants of generalized inary and matrices Dmitry Efimov arxiv:17005655v1 [mathra] 18 Fe 017 Department of Mathematics, Komi Science Centre UrD RAS, Syktyvkar, Russia Astract Under inary matrices we

More information

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Wednesday, April 15, 2015

The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca Euclid Contest. Wednesday, April 15, 2015 The CENTRE for EDUCATION in MATHEMATICS and COMPUTING cemc.uwaterloo.ca 015 Euclid Contest Wednesday, April 15, 015 (in North America and South America) Thursday, April 16, 015 (outside of North America

More information

Existence Postulate: The collection of all points forms a nonempty set. There is more than one point in that set.

Existence Postulate: The collection of all points forms a nonempty set. There is more than one point in that set. Undefined Terms: Point Line Distance Half-plane Angle measure Area (later) Axioms: Existence Postulate: The collection of all points forms a nonempty set. There is more than one point in that set. Incidence

More information

The Incomplete Perfect Phylogeny Haplotype Problem

The Incomplete Perfect Phylogeny Haplotype Problem The Incomplete Perfect Phylogeny Haplotype Prolem Gad Kimmel 1 and Ron Shamir 1 School of Computer Science, Tel-Aviv University, Tel-Aviv 69978, Israel. Email: kgad@tau.ac.il, rshamir@tau.ac.il. Astract.

More information

Dispersing Points on Intervals

Dispersing Points on Intervals Dispersing Points on Intervals Shimin Li 1 and Haitao Wang 1 Department of Computer Science, Utah State University, Logan, UT 843, USA shiminli@aggiemail.usu.edu Department of Computer Science, Utah State

More information

MA 323 Geometric Modelling Course Notes: Day 11 Barycentric Coordinates and de Casteljau s algorithm

MA 323 Geometric Modelling Course Notes: Day 11 Barycentric Coordinates and de Casteljau s algorithm MA 323 Geometric Modelling Course Notes: Day 11 Barycentric Coordinates and de Casteljau s algorithm David L. Finn December 16th, 2004 Today, we introduce barycentric coordinates as an alternate to using

More information

TWO TO ONE IMAGES AND PFA

TWO TO ONE IMAGES AND PFA TWO TO ONE IMAGES AND PFA ALAN DOW Astract. We prove that all maps on N that are exactly two to one are trivial if PFA is assumed. 1. Introduction A map f : X K is precisely two to one if for each k K,

More information

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version.

Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Claw-Free Graphs With Strongly Perfect Complements. Fractional and Integral Version. Part II. Nontrivial strip-structures Maria Chudnovsky Department of Industrial Engineering and Operations Research Columbia

More information

CS/COE

CS/COE CS/COE 1501 www.cs.pitt.edu/~nlf4/cs1501/ P vs NP But first, something completely different... Some computational problems are unsolvable No algorithm can be written that will always produce the correct

More information

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Rani M. R, Mohith Jagalmohanan, R. Subashini Binary matrices having simultaneous consecutive

More information

On Empty Convex Polygons in a Planar Point Set

On Empty Convex Polygons in a Planar Point Set On Empty Convex Polygons in a Planar Point Set Rom Pinchasi Radoš Radoičić Micha Sharir March 21, 2005 Abstract Let P be a set of n points in general position in the plane. Let X k (P) denote the number

More information

ANSWERS STUDY GUIDE FOR THE FINAL EXAM CHAPTER 1

ANSWERS STUDY GUIDE FOR THE FINAL EXAM CHAPTER 1 ANSWERS STUDY GUIDE FOR THE FINAL EXAM CHAPTER 1 N W A S Use the diagram to answer the following questions #1-3. 1. Give two other names for. Sample answer: PN O D P d F a. Give two other names for plane.

More information

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg

Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg Definitions, Axioms, Postulates, Propositions, and Theorems from Euclidean and Non-Euclidean Geometries by Marvin Jay Greenberg Undefined Terms: Point, Line, Incident, Between, Congruent. Incidence Axioms:

More information