Assume a height value is associated with each point. " A triangulation of the points defines a piecewiselinear surface of triangular patches.

Size: px
Start display at page:

Download "Assume a height value is associated with each point. " A triangulation of the points defines a piecewiselinear surface of triangular patches."

Transcription

1 A triangulation of set of oints in the lane is a artition of the convex hull to triangles whose vertices are the oints, and are emty of other oints." There are an exonential number of triangulations of a oint set." Assume a height value is associated with each oint. " A triangulation of the oints defines a iecewiselinear surface of triangular atches." The height of a oint inside a triangle is determined by the height of the triangle vertices, and the location of." The result deends on the triangulation." > > > 2D 3D Any oint inside a triangle can be exressed uniuely as a convex combination of the triangle vertices:" v 3 A 1 A 2 A 3 v 2 v (x 3,y 3,z 3 ) (x 2,y 2,z 2 ) (x 1,y 1,z 1 ) (x 5,y 5,z 5 ) (x 4,y 4,z 4 ) (x 1,y 1,z 1 ) 68.

2 Reeat until imossible:" " Select two sites." " If the edge connecting them does not intersect revious edges, keet." Construct the convex hull, and connect one arbitrary vertex to all others." Insert the other sites one after the other." Two ossibilities:" " Inside a triangle (one triangle becomes three)." " On an edge (two triangles become four)" The number of triangles in a triangulation of n oints deends on the number of vertices h on the convex hull." t = 2n-h-2 Let α(t) = (α 1, α 2,.., α 3t ) be the vector of angles in the triangulation T in increasing order." A triangulation T 1 will be better than T 2 if α(t 1 ) > α (T 2 ) lexicograhically." The Delaunay triangulation is the best." n = 8 h = 6 t = 8 h = 5 t = 9 good bad Let C be a circle, and l a line intersecting C at oints a and b. Let,, r and s be oints lying on the same side of l, where and are on C, r inside C and s outside C. Then:" In any convex uadrangle, an edge flis ossible. If this flimroves the triangulation locally, it also imroves the global triangulation." s a l r b If an edge flimroves the triangulation, the first edge is called illegal."

3 Lemma: An edge is illegal iff one of its oosite vertices is inside the circle defined by the other three vertices." roof: By Thalesʼ theorem." Reeat until imossible:" " Select a trile of sites." " If the circle through them is emty of other sites, kee the triangle whose vertices are the trile." Theorem: A Delaunay triangulation does not contain illegal edges." Corollary: A triangle is Delaunay iff the circle through its vertices is emty of other sites (the emty-circle condition). Corollary: The Delaunay triangulation is not uniue if more than three sites are co-circular Theorem: If a,b,c,d form a CCW convex olygon, then d lies in the circle determined by a, b and c iff: roof: We rove that euality holds if the oints are co-circular. There exists a center and radius r such that: Start with an arbitrary triangulation. Fli any illegal edge until no more exist." Reuires roof that there are no local minima." Could take a long time to terminate." and similarly for b, c, d: So these four vectors are linearly deendent, hence their det vanishes. Corollary: d circle(a,b,c) iff b circle(c,d,a) iff c circle(d,a,b) iff a circle(b,c,d) General osition assumtion: There are no four co-circular oints." Draw the dual to the Voronoi diagram by connecting each two neighboring sites in the Voronoi diagram." Corollary: The DT may be constructed in O(nlogn) time." It is easy to see that any resulting triangle is Delaunay, but can these triangles intersect?" Let S be a set of sites, and let DT(S) be the dual of the Voronoi diagram." Assume by contradiction that j intersects another edge in DT(S)." and j are neighbors, hence there exists an emty circle through them centered on their bisector." j demo

4 j k Case A:" " Imossible, because the circle is emty, hence also the triangle j o." Case B:" " Each yellow edge must intersect a white one two white edges also intersect, but these edges are in disjoint Voronoi cells. Contradiction." o l o 2 Case A Case B Theorem:" "Let S be a set of oints in the lane. Then," "(i), j, k S are vertices of a triangle (face) of DT(S)" " " "The circle assing through, j, k is emty;" "(ii), j (for, j S) is an edge of DT(S)" " " "There exists an emty circle assing " " "through, j." roof: Dualize the Voronoi-diagram theorem." Case C is ossible." Case C 198. Corollary:" "A triangulation T(S) is DT(S)" " " "Every circumscribing circle of " " " "a triangle Δ T(S) is emty." 28. Randomized incremental algorithm: " Form bounding triangle which encloses all the sites." Add the sites one after another in random order and udate triangulation." If the site is inside an existing triangle:" " Connect site to triangle vertices." " Check if a 'fli' can be erformed on one of the triangle edges. If so check recursively the neighboring edges." If the site is on an existing edge:" " Relace edge with four new edges." " Check if a 'fli' can be erformed on one of the oosite edges. If so check recursively the neighboring edges." A new vertex r is added, causing the creation of the edges r and j r." The legality of the edge j (with oosite vertex) k is checked." If j is illegal, erform a fli, and recursively check edges k and j k, the new edges oosite r." Notice that the recursive call for k cannot eliminate the edge r k." Note: All edge flis relace edges oosite the new vertex by edges incident to it!" k r j r j Theorem: The exected number of edges flis made in the course of the algorithm (some of which also disaear later) is at most 6n." roof:" "During insertion of vertex, k i new edges are created: 3 new initial edges, and k i -3 due to flis. " "Backward analysis: E[k i ] = the exected degree of after the insertion is comlete = 6 (Euler)." k

5 oint location for every oint: O(log n) time." Flis: Θ(n) exected time in total (for all stes)." Total exected time: O(n log n)." Sace: Θ(n)." Euclidean Minimum Sanning Tree (EMST): A tree of minimum length connecting all the sites." Relative Neighborhood Grah: Two sites, are connected iff! Gabriel Grah (GG): Two sites, are connected iff the circle whose diameter is is emty of other sites." Theorem: EMST RNG GG DT demo roject the 2D oint set onto the 3D araboloid Comute the 3D lower convex hull roject the 3D facets back to the lane. The intersection of a lane with the araboloid is an ellise whose rojection to the lane is a circle." s lies within the circumcircle of,, r iff sʼ lies on the lower side of the lane assing through ʼ, ʼ, rʼ.",, r S form a Delaunay triangle iff ʼ, ʼ, rʼ form a face of the convex hull of Sʼ." r s r s The 2D triangulation is Delaunay! Given a set S of oints in the lane, associate with each oint =(a,b) S the lane tangent to the araboloid at :" z = 2ax+2by-(a 2 +b 2 )." VD(S) is the rojection to the (x,y) lane of the 1-skeleton of the convex olyhedron formed from the intersection of the halfsaces above these lanes. " 298.

Point Location. Preprocess a planar, polygonal subdivision for point location queries. p = (18, 11)

Point Location. Preprocess a planar, polygonal subdivision for point location queries. p = (18, 11) Point Location Prerocess a lanar, olygonal subdivision for oint location ueries. = (18, 11) Inut is a subdivision S of comlexity n, say, number of edges. uild a data structure on S so that for a uery oint

More information

The Online Freeze-tag Problem

The Online Freeze-tag Problem The Online Freeze-tag Problem Mikael Hammar, Bengt J. Nilsson, and Mia Persson Atus Technologies AB, IDEON, SE-3 70 Lund, Sweden mikael.hammar@atus.com School of Technology and Society, Malmö University,

More information

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles...

Contents. 2 Lines and Circles 3 2.1 Cartesian Coordinates... 3 2.2 Distance and Midpoint Formulas... 3 2.3 Lines... 3 2.4 Circles... Contents Lines and Circles 3.1 Cartesian Coordinates.......................... 3. Distance and Midpoint Formulas.................... 3.3 Lines.................................. 3.4 Circles..................................

More information

ERDŐS SZEKERES THEOREM WITH FORBIDDEN ORDER TYPES. II

ERDŐS SZEKERES THEOREM WITH FORBIDDEN ORDER TYPES. II ERDŐS SEKERES THEOREM WITH FORBIDDEN ORDER TYPES. II GYULA KÁROLYI Institute of Mathematics, Eötvös University, Pázmány P. sétány /C, Budaest, H 7 Hungary GÉA TÓTH Alfréd Rényi Institute of Mathematics,

More information

United Arab Emirates University College of Sciences Department of Mathematical Sciences HOMEWORK 1 SOLUTION. Section 10.1 Vectors in the Plane

United Arab Emirates University College of Sciences Department of Mathematical Sciences HOMEWORK 1 SOLUTION. Section 10.1 Vectors in the Plane United Arab Emirates University College of Sciences Deartment of Mathematical Sciences HOMEWORK 1 SOLUTION Section 10.1 Vectors in the Plane Calculus II for Engineering MATH 110 SECTION 0 CRN 510 :00 :00

More information

Chapter 6 Notes: Circles

Chapter 6 Notes: Circles Chapter 6 Notes: Circles IMPORTANT TERMS AND DEFINITIONS A circle is the set of all points in a plane that are at a fixed distance from a given point known as the center of the circle. Any line segment

More information

Chapters 6 and 7 Notes: Circles, Locus and Concurrence

Chapters 6 and 7 Notes: Circles, Locus and Concurrence Chapters 6 and 7 Notes: Circles, Locus and Concurrence IMPORTANT TERMS AND DEFINITIONS A circle is the set of all points in a plane that are at a fixed distance from a given point known as the center of

More information

The Magnus-Derek Game

The Magnus-Derek Game The Magnus-Derek Game Z. Nedev S. Muthukrishnan Abstract We introduce a new combinatorial game between two layers: Magnus and Derek. Initially, a token is laced at osition 0 on a round table with n ositions.

More information

Pythagorean Triples and Rational Points on the Unit Circle

Pythagorean Triples and Rational Points on the Unit Circle Pythagorean Triles and Rational Points on the Unit Circle Solutions Below are samle solutions to the roblems osed. You may find that your solutions are different in form and you may have found atterns

More information

Diffuse Reflection Radius in a Simple Polygon

Diffuse Reflection Radius in a Simple Polygon Diffuse Reflection Radius in a Simple olygon Eli Fox-Epstein Csaba D. Tóth Andrew Winslow arxiv:1402.5303v3 [cs.cg] 17 May 2015 Abstract It is shown that every simple polygon in general position with n

More information

Circle Name: Radius: Diameter: Chord: Secant:

Circle Name: Radius: Diameter: Chord: Secant: 12.1: Tangent Lines Congruent Circles: circles that have the same radius length Diagram of Examples Center of Circle: Circle Name: Radius: Diameter: Chord: Secant: Tangent to A Circle: a line in the plane

More information

A Modified Measure of Covert Network Performance

A Modified Measure of Covert Network Performance A Modified Measure of Covert Network Performance LYNNE L DOTY Marist College Deartment of Mathematics Poughkeesie, NY UNITED STATES lynnedoty@maristedu Abstract: In a covert network the need for secrecy

More information

6.042/18.062J Mathematics for Computer Science December 12, 2006 Tom Leighton and Ronitt Rubinfeld. Random Walks

6.042/18.062J Mathematics for Computer Science December 12, 2006 Tom Leighton and Ronitt Rubinfeld. Random Walks 6.042/8.062J Mathematics for Comuter Science December 2, 2006 Tom Leighton and Ronitt Rubinfeld Lecture Notes Random Walks Gambler s Ruin Today we re going to talk about one-dimensional random walks. In

More information

INCIDENCE-BETWEENNESS GEOMETRY

INCIDENCE-BETWEENNESS GEOMETRY INCIDENCE-BETWEENNESS GEOMETRY MATH 410, CSUSM. SPRING 2008. PROFESSOR AITKEN This document covers the geometry that can be developed with just the axioms related to incidence and betweenness. The full

More information

Arrangements And Duality

Arrangements And Duality Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,

More information

1 Solution of Homework

1 Solution of Homework Math 3181 Dr. Franz Rothe February 4, 2011 Name: 1 Solution of Homework 10 Problem 1.1 (Common tangents of two circles). How many common tangents do two circles have. Informally draw all different cases,

More information

Computational Geometry. Lecture 1: Introduction and Convex Hulls

Computational Geometry. Lecture 1: Introduction and Convex Hulls Lecture 1: Introduction and convex hulls 1 Geometry: points, lines,... Plane (two-dimensional), R 2 Space (three-dimensional), R 3 Space (higher-dimensional), R d A point in the plane, 3-dimensional space,

More information

Disjoint Compatible Geometric Matchings

Disjoint Compatible Geometric Matchings Disjoint Compatible Geometric Matchings Mashhood Ishaque Diane L. Souvaine Csaba D. Tóth Abstract We prove that for every even set of n pairwise disjoint line segments in the plane in general position,

More information

Approximation of an Open Polygonal Curve with a Minimum Number of Circular Arcs and Biarcs

Approximation of an Open Polygonal Curve with a Minimum Number of Circular Arcs and Biarcs Approximation of an Open Polygonal Curve with a Minimum Number of Circular Arcs and Biarcs R. L. Scot Drysdale a Günter Rote b,1 Astrid Sturm b,1 a Department of Computer Science, Dartmouth College b Institut

More information

Fast approximation of the maximum area convex. subset for star-shaped polygons

Fast approximation of the maximum area convex. subset for star-shaped polygons Fast approximation of the maximum area convex subset for star-shaped polygons D. Coeurjolly 1 and J.-M. Chassery 2 1 Laboratoire LIRIS, CNRS FRE 2672 Université Claude Bernard Lyon 1, 43, Bd du 11 novembre

More information

Projective Geometry - Part 2

Projective Geometry - Part 2 Projective Geometry - Part 2 Alexander Remorov alexanderrem@gmail.com Review Four collinear points A, B, C, D form a harmonic bundle (A, C; B, D) when CA : DA CB DB = 1. A pencil P (A, B, C, D) is the

More information

SQUARE GRID POINTS COVERAGED BY CONNECTED SOURCES WITH COVERAGE RADIUS OF ONE ON A TWO-DIMENSIONAL GRID

SQUARE GRID POINTS COVERAGED BY CONNECTED SOURCES WITH COVERAGE RADIUS OF ONE ON A TWO-DIMENSIONAL GRID International Journal of Comuter Science & Information Technology (IJCSIT) Vol 6, No 4, August 014 SQUARE GRID POINTS COVERAGED BY CONNECTED SOURCES WITH COVERAGE RADIUS OF ONE ON A TWO-DIMENSIONAL GRID

More information

Geometry Final Exam Review Worksheet

Geometry Final Exam Review Worksheet Geometry Final xam Review Worksheet (1) Find the area of an equilateral triangle if each side is 8. (2) Given the figure to the right, is tangent at, sides as marked, find the values of x, y, and z please.

More information

Introduction to NP-Completeness Written and copyright c by Jie Wang 1

Introduction to NP-Completeness Written and copyright c by Jie Wang 1 91.502 Foundations of Comuter Science 1 Introduction to Written and coyright c by Jie Wang 1 We use time-bounded (deterministic and nondeterministic) Turing machines to study comutational comlexity of

More information

TRANSCENDENTAL NUMBERS

TRANSCENDENTAL NUMBERS TRANSCENDENTAL NUMBERS JEREMY BOOHER. Introduction The Greeks tried unsuccessfully to square the circle with a comass and straightedge. In the 9th century, Lindemann showed that this is imossible by demonstrating

More information

Seminar. Path planning using Voronoi diagrams and B-Splines. Stefano Martina stefano.martina@stud.unifi.it

Seminar. Path planning using Voronoi diagrams and B-Splines. Stefano Martina stefano.martina@stud.unifi.it Seminar Path planning using Voronoi diagrams and B-Splines Stefano Martina stefano.martina@stud.unifi.it 23 may 2016 This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International

More information

IMO Training 2008 Circles Yufei Zhao. Circles. Yufei Zhao.

IMO Training 2008 Circles Yufei Zhao. Circles. Yufei Zhao. ircles Yufei Zhao yufeiz@mit.edu 1 Warm up problems 1. Let and be two segments, and let lines and meet at X. Let the circumcircles of X and X meet again at O. Prove that triangles O and O are similar.

More information

ME 111: Engineering Drawing

ME 111: Engineering Drawing ME 111: Engineering Drawing Lecture # 14 (10/10/2011) Development of Surfaces http://www.iitg.ernet.in/arindam.dey/me111.htm http://www.iitg.ernet.in/rkbc/me111.htm http://shilloi.iitg.ernet.in/~psr/ Indian

More information

POISSON PROCESSES. Chapter 2. 2.1 Introduction. 2.1.1 Arrival processes

POISSON PROCESSES. Chapter 2. 2.1 Introduction. 2.1.1 Arrival processes Chater 2 POISSON PROCESSES 2.1 Introduction A Poisson rocess is a simle and widely used stochastic rocess for modeling the times at which arrivals enter a system. It is in many ways the continuous-time

More information

Inversion. Chapter 7. 7.1 Constructing The Inverse of a Point: If P is inside the circle of inversion: (See Figure 7.1)

Inversion. Chapter 7. 7.1 Constructing The Inverse of a Point: If P is inside the circle of inversion: (See Figure 7.1) Chapter 7 Inversion Goal: In this chapter we define inversion, give constructions for inverses of points both inside and outside the circle of inversion, and show how inversion could be done using Geometer

More information

Tetrahedral Mesh Generation by Delaunay Refinement

Tetrahedral Mesh Generation by Delaunay Refinement Tetrahedral Mesh Generation by Delaunay Refinement Jonathan Richard Shewchuk School of Computer Science Carnegie Mellon University Pittsburgh Pennsylvania 15213 jrs@cscmuedu Given a complex of vertices

More information

Lesson 5-3: Concurrent Lines, Medians and Altitudes

Lesson 5-3: Concurrent Lines, Medians and Altitudes Playing with bisectors Yesterday we learned some properties of perpendicular bisectors of the sides of triangles, and of triangle angle bisectors. Today we are going to use those skills to construct special

More information

Solving Geometric Problems with the Rotating Calipers *

Solving Geometric Problems with the Rotating Calipers * Solving Geometric Problems with the Rotating Calipers * Godfried Toussaint School of Computer Science McGill University Montreal, Quebec, Canada ABSTRACT Shamos [1] recently showed that the diameter of

More information

Lesson 2: Circles, Chords, Diameters, and Their Relationships

Lesson 2: Circles, Chords, Diameters, and Their Relationships Circles, Chords, Diameters, and Their Relationships Student Outcomes Identify the relationships between the diameters of a circle and other chords of the circle. Lesson Notes Students are asked to construct

More information

1 Gambler s Ruin Problem

1 Gambler s Ruin Problem Coyright c 2009 by Karl Sigman 1 Gambler s Ruin Problem Let N 2 be an integer and let 1 i N 1. Consider a gambler who starts with an initial fortune of $i and then on each successive gamble either wins

More information

Exercise Set 3. Similar triangles. Parallel lines

Exercise Set 3. Similar triangles. Parallel lines Exercise Set 3. Similar triangles Parallel lines Note: The exercises marked with are more difficult and go beyond the course/examination requirements. (1) Let ABC be a triangle with AB = AC. Let D be an

More information

The Priority R-Tree: A Practically Efficient and Worst-Case Optimal R-Tree

The Priority R-Tree: A Practically Efficient and Worst-Case Optimal R-Tree The Priority R-Tree: A Practically Efficient and Worst-Case Otimal R-Tree Lars Arge Deartment of Comuter Science Duke University, ox 90129 Durham, NC 27708-0129 USA large@cs.duke.edu Mark de erg Deartment

More information

3.1 Triangles, Congruence Relations, SAS Hypothesis

3.1 Triangles, Congruence Relations, SAS Hypothesis Chapter 3 Foundations of Geometry 2 3.1 Triangles, Congruence Relations, SAS Hypothesis Definition 3.1 A triangle is the union of three segments ( called its side), whose end points (called its vertices)

More information

Incenter Circumcenter

Incenter Circumcenter TRIANGLE: Centers: Incenter Incenter is the center of the inscribed circle (incircle) of the triangle, it is the point of intersection of the angle bisectors of the triangle. The radius of incircle is

More information

Shortest Path Algorithms

Shortest Path Algorithms Shortest Path Algorithms Jaehyun Park CS 97SI Stanford University June 29, 2015 Outline Cross Product Convex Hull Problem Sweep Line Algorithm Intersecting Half-planes Notes on Binary/Ternary Search Cross

More information

The Essentials of CAGD

The Essentials of CAGD The Essentials of CAGD Chapter 2: Lines and Planes Gerald Farin & Dianne Hansford CRC Press, Taylor & Francis Group, An A K Peters Book www.farinhansford.com/books/essentials-cagd c 2000 Farin & Hansford

More information

Advanced Euclidean Geometry

Advanced Euclidean Geometry dvanced Euclidean Geometry What is the center of a triangle? ut what if the triangle is not equilateral?? Circumcenter Equally far from the vertices? P P Points are on the perpendicular bisector of a line

More information

MATHEMATICS Grade 12 EUCLIDEAN GEOMETRY: CIRCLES 02 JULY 2014

MATHEMATICS Grade 12 EUCLIDEAN GEOMETRY: CIRCLES 02 JULY 2014 EUCLIDEAN GEOMETRY: CIRCLES 02 JULY 2014 Checklist Make sure you learn proofs of the following theorems: The line drawn from the centre of a circle perpendicular to a chord bisects the chord The angle

More information

Tetrahedron Meshes. Linh Ha

Tetrahedron Meshes. Linh Ha Tetrahedron Meshes Linh Ha Overview Fundamental Tetrahedron meshing Meshing polyhedra Tetrahedral shape Delaunay refinements Removing silver Variational Tetrahedral Meshing Meshing Polyhedra Is that easy?

More information

Assignment 9; Due Friday, March 17

Assignment 9; Due Friday, March 17 Assignment 9; Due Friday, March 17 24.4b: A icture of this set is shown below. Note that the set only contains oints on the lines; internal oints are missing. Below are choices for U and V. Notice that

More information

DEGREE CONSTRAINED TRIANGULATION. Roshan Gyawali

DEGREE CONSTRAINED TRIANGULATION. Roshan Gyawali DEGREE CONSTRAINED TRIANGULATION by Roshan Gyawali Bachelor in Computer Engineering Institue of Engineering, Pulchowk Campus, Tribhuvan University, Kathmandu 2008 A thesis submitted in partial fulfillment

More information

Chapter 1. The Medial Triangle

Chapter 1. The Medial Triangle Chapter 1. The Medial Triangle 2 The triangle formed by joining the midpoints of the sides of a given triangle is called the medial triangle. Let A 1 B 1 C 1 be the medial triangle of the triangle ABC

More information

Local Connectivity Tests to Identify Wormholes in Wireless Networks

Local Connectivity Tests to Identify Wormholes in Wireless Networks Local Connectivity Tests to Identify Wormholes in Wireless Networks Xiaomeng Ban Comuter Science Stony Brook University xban@cs.sunysb.edu Rik Sarkar Comuter Science Freie Universität Berlin sarkar@inf.fu-berlin.de

More information

28 Closest-Point Problems -------------------------------------------------------------------

28 Closest-Point Problems ------------------------------------------------------------------- 28 Closest-Point Problems ------------------------------------------------------------------- Geometric problems involving points on the plane usually involve implicit or explicit treatment of distances

More information

x 2 f 2 e 1 e 4 e 3 e 2 q f 4 x 4 f 3 x 3

x 2 f 2 e 1 e 4 e 3 e 2 q f 4 x 4 f 3 x 3 Karl-Franzens-Universitat Graz & Technische Universitat Graz SPEZIALFORSCHUNGSBEREICH F 003 OPTIMIERUNG und KONTROLLE Projektbereich DISKRETE OPTIMIERUNG O. Aichholzer F. Aurenhammer R. Hainz New Results

More information

Visualizing Triangle Centers Using Geogebra

Visualizing Triangle Centers Using Geogebra Visualizing Triangle Centers Using Geogebra Sanjay Gulati Shri Shankaracharya Vidyalaya, Hudco, Bhilai India http://mathematicsbhilai.blogspot.com/ sanjaybhil@gmail.com ABSTRACT. In this paper, we will

More information

Number Theory Naoki Sato <ensato@hotmail.com>

Number Theory Naoki Sato <ensato@hotmail.com> Number Theory Naoki Sato 0 Preface This set of notes on number theory was originally written in 1995 for students at the IMO level. It covers the basic background material that an

More information

On Multicast Capacity and Delay in Cognitive Radio Mobile Ad-hoc Networks

On Multicast Capacity and Delay in Cognitive Radio Mobile Ad-hoc Networks On Multicast Caacity and Delay in Cognitive Radio Mobile Ad-hoc Networks Jinbei Zhang, Yixuan Li, Zhuotao Liu, Fan Wu, Feng Yang, Xinbing Wang Det of Electronic Engineering Det of Comuter Science and Engineering

More information

X How to Schedule a Cascade in an Arbitrary Graph

X How to Schedule a Cascade in an Arbitrary Graph X How to Schedule a Cascade in an Arbitrary Grah Flavio Chierichetti, Cornell University Jon Kleinberg, Cornell University Alessandro Panconesi, Saienza University When individuals in a social network

More information

Angles that are between parallel lines, but on opposite sides of a transversal.

Angles that are between parallel lines, but on opposite sides of a transversal. GLOSSARY Appendix A Appendix A: Glossary Acute Angle An angle that measures less than 90. Acute Triangle Alternate Angles A triangle that has three acute angles. Angles that are between parallel lines,

More information

4. How many integers between 2004 and 4002 are perfect squares?

4. How many integers between 2004 and 4002 are perfect squares? 5 is 0% of what number? What is the value of + 3 4 + 99 00? (alternating signs) 3 A frog is at the bottom of a well 0 feet deep It climbs up 3 feet every day, but slides back feet each night If it started

More information

Archimedes and the Arbelos 1 Bobby Hanson October 17, 2007

Archimedes and the Arbelos 1 Bobby Hanson October 17, 2007 rchimedes and the rbelos 1 obby Hanson October 17, 2007 The mathematician s patterns, like the painter s or the poet s must be beautiful; the ideas like the colours or the words, must fit together in a

More information

Math 531, Exam 1 Information.

Math 531, Exam 1 Information. Math 531, Exam 1 Information. 9/21/11, LC 310, 9:05-9:55. Exam 1 will be based on: Sections 1A - 1F. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/531fa11/531.html)

More information

The Euler Line in Hyperbolic Geometry

The Euler Line in Hyperbolic Geometry The Euler Line in Hyperbolic Geometry Jeffrey R. Klus Abstract- In Euclidean geometry, the most commonly known system of geometry, a very interesting property has been proven to be common among all triangles.

More information

BALTIC OLYMPIAD IN INFORMATICS Stockholm, April 18-22, 2009 Page 1 of?? ENG rectangle. Rectangle

BALTIC OLYMPIAD IN INFORMATICS Stockholm, April 18-22, 2009 Page 1 of?? ENG rectangle. Rectangle Page 1 of?? ENG rectangle Rectangle Spoiler Solution of SQUARE For start, let s solve a similar looking easier task: find the area of the largest square. All we have to do is pick two points A and B and

More information

AN ALGORITHM FOR CENTRELINE EXTRACTION USING NATURAL NEIGHBOUR INTERPOLATION

AN ALGORITHM FOR CENTRELINE EXTRACTION USING NATURAL NEIGHBOUR INTERPOLATION AN ALGORITHM FOR CENTRELINE EXTRACTION USING NATURAL NEIGHBOUR INTERPOLATION Darka Mioc, François Anton and Girija Dharmaraj Department of Geomatics Engineering University of Calgary 2500 University Drive

More information

The Geometry of Piles of Salt Thinking Deeply About Simple Things

The Geometry of Piles of Salt Thinking Deeply About Simple Things The Geometry of Piles of Salt Thinking Deeply About Simple Things PCMI SSTP Tuesday, July 15 th, 2008 By Troy Jones Willowcreek Middle School Important Terms (the word line may be replaced by the word

More information

CSU Fresno Problem Solving Session. Geometry, 17 March 2012

CSU Fresno Problem Solving Session. Geometry, 17 March 2012 CSU Fresno Problem Solving Session Problem Solving Sessions website: http://zimmer.csufresno.edu/ mnogin/mfd-prep.html Math Field Day date: Saturday, April 21, 2012 Math Field Day website: http://www.csufresno.edu/math/news

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

IMO Geomety Problems. (IMO 1999/1) Determine all finite sets S of at least three points in the plane which satisfy the following condition:

IMO Geomety Problems. (IMO 1999/1) Determine all finite sets S of at least three points in the plane which satisfy the following condition: IMO Geomety Problems (IMO 1999/1) Determine all finite sets S of at least three points in the plane which satisfy the following condition: for any two distinct points A and B in S, the perpendicular bisector

More information

GEOMETRY. Constructions OBJECTIVE #: G.CO.12

GEOMETRY. Constructions OBJECTIVE #: G.CO.12 GEOMETRY Constructions OBJECTIVE #: G.CO.12 OBJECTIVE Make formal geometric constructions with a variety of tools and methods (compass and straightedge, string, reflective devices, paper folding, dynamic

More information

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem

MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem MA 323 Geometric Modelling Course Notes: Day 02 Model Construction Problem David L. Finn November 30th, 2004 In the next few days, we will introduce some of the basic problems in geometric modelling, and

More information

Three Lemmas in Geometry

Three Lemmas in Geometry Winter amp 2010 Three Lemmas in Geometry Yufei Zhao Three Lemmas in Geometry Yufei Zhao Massachusetts Institute of Technology yufei.zhao@gmail.com 1 iameter of incircle T Lemma 1. Let the incircle of triangle

More information

Geometry and Topology from Point Cloud Data

Geometry and Topology from Point Cloud Data Geometry and Topology from Point Cloud Data Tamal K. Dey Department of Computer Science and Engineering The Ohio State University Dey (2011) Geometry and Topology from Point Cloud Data WALCOM 11 1 / 51

More information

1 The Line vs Point Test

1 The Line vs Point Test 6.875 PCP and Hardness of Approximation MIT, Fall 2010 Lecture 5: Low Degree Testing Lecturer: Dana Moshkovitz Scribe: Gregory Minton and Dana Moshkovitz Having seen a probabilistic verifier for linearity

More information

1. A student followed the given steps below to complete a construction. Which type of construction is best represented by the steps given above?

1. A student followed the given steps below to complete a construction. Which type of construction is best represented by the steps given above? 1. A student followed the given steps below to complete a construction. Step 1: Place the compass on one endpoint of the line segment. Step 2: Extend the compass from the chosen endpoint so that the width

More information

Largest Inscribed Rectangles in Convex Polygons

Largest Inscribed Rectangles in Convex Polygons Largest Inscribed Rectangles in Convex Polygons Christian Knauer Lena Schlipf Jens M. Schmidt Hans Raj Tiwary Abstract We consider approximation algorithms for the problem of computing an inscribed rectangle

More information

Coordinate Transformation

Coordinate Transformation Coordinate Transformation Coordinate Transformations In this chater, we exlore maings where a maing is a function that "mas" one set to another, usually in a way that reserves at least some of the underlyign

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

Grade 7 & 8 Math Circles Circles, Circles, Circles March 19/20, 2013

Grade 7 & 8 Math Circles Circles, Circles, Circles March 19/20, 2013 Faculty of Mathematics Waterloo, Ontario N2L 3G Introduction Grade 7 & 8 Math Circles Circles, Circles, Circles March 9/20, 203 The circle is a very important shape. In fact of all shapes, the circle is

More information

61. Pascal s Hexagon Theorem.

61. Pascal s Hexagon Theorem. . Pascal s Hexagon Theorem. Prove that the three points of intersection of the opposite sides of a hexagon inscribed in a conic section lie on a straight line. Hexagon has opposite sides,;, and,. Pascal

More information

Section 9-1. Basic Terms: Tangents, Arcs and Chords Homework Pages 330-331: 1-18

Section 9-1. Basic Terms: Tangents, Arcs and Chords Homework Pages 330-331: 1-18 Chapter 9 Circles Objectives A. Recognize and apply terms relating to circles. B. Properly use and interpret the symbols for the terms and concepts in this chapter. C. Appropriately apply the postulates,

More information

Warm-up Theorems about triangles. Geometry. Theorems about triangles. Misha Lavrov. ARML Practice 12/15/2013

Warm-up Theorems about triangles. Geometry. Theorems about triangles. Misha Lavrov. ARML Practice 12/15/2013 ARML Practice 12/15/2013 Problem Solution Warm-up problem Lunes of Hippocrates In the diagram below, the blue triangle is a right triangle with side lengths 3, 4, and 5. What is the total area of the green

More information

Using Data-Oblivious Algorithms for Private Cloud Storage Access. Michael T. Goodrich Dept. of Computer Science

Using Data-Oblivious Algorithms for Private Cloud Storage Access. Michael T. Goodrich Dept. of Computer Science Using Data-Oblivious Algorithms for Private Cloud Storage Access Michael T. Goodrich Dept. of Computer Science Privacy in the Cloud Alice owns a large data set, which she outsources to an honest-but-curious

More information

Lecture 21 and 22: The Prime Number Theorem

Lecture 21 and 22: The Prime Number Theorem Lecture and : The Prime Number Theorem (New lecture, not in Tet) The location of rime numbers is a central question in number theory. Around 88, Legendre offered eerimental evidence that the number π()

More information

Pseudo-Triangulations a Survey

Pseudo-Triangulations a Survey Contemporary Mathematics 2 1. Introduction A pseudo-triangle is a simple polygon in the plane with exactly three convex vertices, called corners. A pseudo-triangulation is a tiling of a planar region into

More information

Terminology: When one line intersects each of two given lines, we call that line a transversal.

Terminology: When one line intersects each of two given lines, we call that line a transversal. Feb 23 Notes: Definition: Two lines l and m are parallel if they lie in the same plane and do not intersect. Terminology: When one line intersects each of two given lines, we call that line a transversal.

More information

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle.

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle. DEFINITIONS Degree A degree is the 1 th part of a straight angle. 180 Right Angle A 90 angle is called a right angle. Perpendicular Two lines are called perpendicular if they form a right angle. Congruent

More information

Optimal Location of Transportation Devices

Optimal Location of Transportation Devices Optimal Location of Transportation Devices Jean Cardinal 1, Sébastien Collette 1, Ferran Hurtado 2, Stefan Langerman 1, and Belén Palop 3 1 Computer Science Department Université Libre de Bruxelles CP

More information

A Note on Integer Factorization Using Lattices

A Note on Integer Factorization Using Lattices A Note on Integer Factorization Using Lattices Antonio Vera To cite this version: Antonio Vera A Note on Integer Factorization Using Lattices [Research Reort] 2010, 12 HAL Id: inria-00467590

More information

Straight Line. Paper 1 Section A. O xy

Straight Line. Paper 1 Section A. O xy PSf Straight Line Paper 1 Section A Each correct answer in this section is worth two marks. 1. The line with equation = a + 4 is perpendicular to the line with equation 3 + + 1 = 0. What is the value of

More information

Unit 3: Circles and Volume

Unit 3: Circles and Volume Unit 3: Circles and Volume This unit investigates the properties of circles and addresses finding the volume of solids. Properties of circles are used to solve problems involving arcs, angles, sectors,

More information

Static and Dynamic Properties of Small-world Connection Topologies Based on Transit-stub Networks

Static and Dynamic Properties of Small-world Connection Topologies Based on Transit-stub Networks Static and Dynamic Proerties of Small-world Connection Toologies Based on Transit-stub Networks Carlos Aguirre Fernando Corbacho Ramón Huerta Comuter Engineering Deartment, Universidad Autónoma de Madrid,

More information

Actually Doing It! 6. Prove that the regular unit cube (say 1cm=unit) of sufficiently high dimension can fit inside it the whole city of New York.

Actually Doing It! 6. Prove that the regular unit cube (say 1cm=unit) of sufficiently high dimension can fit inside it the whole city of New York. 1: 1. Compute a random 4-dimensional polytope P as the convex hull of 10 random points using rand sphere(4,10). Run VISUAL to see a Schlegel diagram. How many 3-dimensional polytopes do you see? How many

More information

Geometer s Sketchpad. Discovering the incenter of a triangle

Geometer s Sketchpad. Discovering the incenter of a triangle Geometer s Sketchpad Discovering the incenter of a triangle Name: Date: 1.) Open Geometer s Sketchpad (GSP 4.02) by double clicking the icon in the Start menu. The icon looks like this: 2.) Once the program

More information

On Structural and Graph Theoretic Properties of Higher Order Delaunay Graphs

On Structural and Graph Theoretic Properties of Higher Order Delaunay Graphs On Structural and Graph Theoretic Properties of Higher Order Delaunay Graphs Manuel Abellanas Prosenjit Bose Jesús García Ferran Hurtado Carlos M. Nicolás Pedro A. Ramos Abstract Given a set P of n points

More information

SA B 1 p where is the slant height of the pyramid. V 1 3 Bh. 3D Solids Pyramids and Cones. Surface Area and Volume of a Pyramid

SA B 1 p where is the slant height of the pyramid. V 1 3 Bh. 3D Solids Pyramids and Cones. Surface Area and Volume of a Pyramid Accelerated AAG 3D Solids Pyramids and Cones Name & Date Surface Area and Volume of a Pyramid The surface area of a regular pyramid is given by the formula SA B 1 p where is the slant height of the pyramid.

More information

SECTION 6: FIBER BUNDLES

SECTION 6: FIBER BUNDLES SECTION 6: FIBER BUNDLES In this section we will introduce the interesting class o ibrations given by iber bundles. Fiber bundles lay an imortant role in many geometric contexts. For examle, the Grassmaniann

More information

3. Linear Programming and Polyhedral Combinatorics

3. Linear Programming and Polyhedral Combinatorics Massachusetts Institute of Technology Handout 6 18.433: Combinatorial Optimization February 20th, 2009 Michel X. Goemans 3. Linear Programming and Polyhedral Combinatorics Summary of what was seen in the

More information

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH 31 Kragujevac J. Math. 25 (2003) 31 49. SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH Kinkar Ch. Das Department of Mathematics, Indian Institute of Technology, Kharagpur 721302, W.B.,

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

San Jose Math Circle April 25 - May 2, 2009 ANGLE BISECTORS

San Jose Math Circle April 25 - May 2, 2009 ANGLE BISECTORS San Jose Math Circle April 25 - May 2, 2009 ANGLE BISECTORS Recall that the bisector of an angle is the ray that divides the angle into two congruent angles. The most important results about angle bisectors

More information

15. Appendix 1: List of Definitions

15. Appendix 1: List of Definitions page 321 15. Appendix 1: List of Definitions Definition 1: Interpretation of an axiom system (page 12) Suppose that an axiom system consists of the following four things an undefined object of one type,

More information

Surface Area Quick Review: CH 5

Surface Area Quick Review: CH 5 I hope you had an exceptional Christmas Break.. Now it's time to learn some more math!! :) Surface Area Quick Review: CH 5 Find the surface area of each of these shapes: 8 cm 12 cm 4cm 11 cm 7 cm Find

More information

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m.

The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY. Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m. GEOMETRY The University of the State of New York REGENTS HIGH SCHOOL EXAMINATION GEOMETRY Wednesday, January 29, 2014 9:15 a.m. to 12:15 p.m., only Student Name: School Name: The possession or use of any

More information