CS195H Homework 5. Due:March 12th, 2015

Size: px
Start display at page:

Download "CS195H Homework 5. Due:March 12th, 2015"

Transcription

1 CS195H Homework 5 Due:March 12th, 2015 As usual, please work in pairs. Math Stuff For us, a surface is a finite collection of triangles (or other polygons, but let s stick with triangles for now) with certain properties: 1. Every edge is shared by exactly two triangles. 2. Under the shared-edge relation, the set of triangles is connected. 3. The triangles sharing any vertex v can be ordered t 0, t 1,..., t k 1 so that t i and t i+1 mod k share an edge for i = 0, 1,... k 1. We haven t said yet what a triangle actually is, however. For now, I m going to say that it s a triple of integers, so something like (1, 2, 8) is a triangle. The idea is that there are vertices (actual locations in some euclidean space) v 1, v 2,..., and (1, 2, 8) is meant to represent the triangle whose vertices are v 1, v 2, and v 8. We ll assume that no three of these vertices are collinear, so that this notion of the triangle with those vertices makese sense. But since our triangles don t really need the vertices just the three integers this isn t really critical. Since a triangle is a set of three distinct numbers, an edge is any one of the size-two subsets. In our example, the edges are 12, 28, 18. Order doesn t matter, but it can be helpful to make a habit of writing them in increasing order. When we have more than 10 vertices, using some commas can help, too, so we might write 1, 2; 2, 8; 1, 8 instead, or even (1, 2), (2, 8), (1, 8). There s another rule that I did not mention in class, which is that each triangle may appear at most once: if we have the triangle (1, 2, 8), we cannot have another triangle (1, 2, 8) or even (2, 1, 8). One way to construct such a surface is to take a regular polygon in the plane ( regular in the sense of all angles equal ) with an even number of edges, and triangulate it. The resulting set of triangles satisfies the no duplicates rule, and the connectedness rule, but the edges of the original polygon have only one triangle touching them, and the vertices don t satisfy the third rule. On the other hand, if we identify the edges in pairs, i.e., we label each edge of the polygon with a letter and an arrow, with each letter appearing exactly twice, we find that each polygon edge now has two faces meeting it, and that many vertices are identified with each other. The first and second rules for a polygon are now satisfied, but the third might not be. Alas, there s a problem: when we identify edges, we also identify vertices, and a triangle like (1, 2, 8) might become (1, 2, 1) because vertex 8 gets associated to vertex 1. But (1, 2, 1) isn t a valid triangle. On the other hand, we have a notion of equivalence for surfaces: F and G are equivalent if there s a subdivision F of F and a subdivision G of G and mapping f from the vertices of F 1

2 to the vertices of G such that each triangle of F corresponds, under f, to a triangle of G, and vice-versa. (A basic subdivision of a triangle consists of either inserting a vertex on one edge (and an edge from there to the opposite vertex), or the insertion of a vertex in the center of the triangle, with edges from there to all three vertices. A subdivision of a triangle is the result of any sequence of basic subdivisions. And a subdivision of a mesh consists of a sequence of basic subdivisions on various triangles, with the rule that if you insert a vertex on the edge AB, then you must do the basic subdivision to the triangles on both sides of that edge! With this notion in hand, we can take our 2n-gon and subdivide it as shown in this figure: the blue vertices on the boundary are the original 2n-gon; in each edge, we ve inserted a red midpoint, and we ve drawn a concentric 2n-gon in green, with carefully chosen connections. Now when we identify edges in the original mesh, it never happens that two vertices of the same triangle end up identified. Problem 1 Let P be a polygon of 2n sides, with edge-pairs in P identified in any way at all. Show that if we subdivide P as above, and perform the obvious identifications on the subdivided shape, the resulting object is in fact a surface according to our definition. For the interior vertices, edges, and triangles, there is nothing to show. But for triangles that have one edge on the boundary (why can t they have two edges on the boundary?), you must show something. And for boundary vertices, you have to show something, too. It may help to distinguishe between red and blue boundary vertices. Problem 2 Show that if F is a surface, and F is a subdivision of F, then F is equivalent to F. (This is almost trivial.) 2

3 Problem 3 Show that if F is a surface and we apply a basic subdivision, the number of vertices, edges, and triangular faces in F change according to v -> v+1 e -> e + 3 f -> f + 2 for the insert in mid face operation. Then describe the change in these numbers for the other kind of subdivision. Problem 4 Show that if F and G are equivalent surfaces, and we compute, for each one, the number v e + f (where v, e, f are the number of vertices, edges, and faces as above), the results are the same. The number χ = v e+f is called the Euler characteristic of the surface. ( Euler is pronounced oiler. Don t say ewe-ler. ) Problem 5 Compute the Euler characteristic of S 2, T 2 and P 2. Then compute χ(f #G) in term of χ(f ) and χ(g) for any two surfaces F and G. Finally, write down the Euler characteristic of each surface in our classification of surfaces. Problem 6 Show that if P is any n-sided polygon (n 3), and we triangulate it, the Euler characteristic of the resulting mesh is exactly 1. It also turns out that the Euler characteristic of the polygon itself is v e + f = 2n 2n + 1 = 1 if we count the n-gon face as one face. This shows that we can compute the Euler characteristic of a surface by dividing it into squares, triangles, a mix of hexagons and pentagons like a soccer ball, etc., and we can still just count v e + f and get the right answer (i.e. the one we d get if we triangulated all the non-triangle polygons). Problem 7 For millenia, it s been known that there are only five regular polyhedra, namely, the tetrahedron, cube, octahedron, dodecahedron, and icosahedron. Prove this by considering sudivisions of the sphere into n-gons (n fixed) which meet k at a vertex, and recalling that χ(s 2 ) = 2. Problem 8 For any triangulated surface, show that 3f = 2e, that e = 3(v χ), and that v 1 2 ( χ). For the sphere, torus, and projective plane, what are the smallest possible numbers of vertices in a triangulation according to this formula? In each case, can you exhibit a triangulation with that many vertices? 3

4 CS Stuff In class, we described an algorithm for taking an arbitrary polygon with edges identified in pairs and converting it (or an edge descriptiont of it, like abcb 1 c 1 a 1, which I ll call a matching) into a standard form. In a matching, each symbol (like a, b, c, etc.) appears exactly twice; it may appear with no primes, a prime on one symbol, or a prime on both symbols. We ll call the second case (both a and a appear) a pair of the first kind and the other cases pairs of the second kind. When we talk about symbols in a pair being adjacent, we mean things like the a-symbols in cbaa bdcd, but also things like the a-symbols in a bdcdcba, i.e, adjacency wraps around. You ll recall that the steps in the reduction were these: 1. Remove from the matching all sequences of the form aa or a a (where denotes other direction, because it s easier to type than the 1 superscript), until either they re all gone, or the matching has only two symbols in it. In short: remove adjacent type-one pairs, as long as there are at least four symbols. 2. Transform to a polygon in which all vertices are identified to a single vertex. The trick here was to find two inequivalent vertices that were adjacent, say Q and P, with the next vertex after P being, say, R, and then cutting along the edge QR (and similarly at the other copy of the edge P Q in the polygon), and gluing up along the RP edge. The result is one fewer nodes in the class of P, and one more in the class of Q. Repeating inductively, we get all nodes to be in the same class. 3. Make any nonadjacent pair of edges of the second kind adjacent. If we have edges b and b at two different locations in the polygon, we can draw a cut from the end of one b to the end of the other, and label the cut edge q. When we glue up the b edges of the two resulting polygons, we end up with qq in the resulting matching. We continue this process until all pairs of the second kind are adjacent. 4. If there are no pairs of the first kind, we are done, for we have a connected sum of projective planes. If, however, there are pairs of the first kind, we showed that there must be two interleaved pairs, i.e., the matching must be of the form... a... b... a... b where the ellipses denote the possible occurrence of other letters, and where either a and a or b and b might be swapped, depending on which way the arrows are drawn. To fix this, draw a cut that joins the pointy ends of the two a arrows, and call it c. Glue up along edge b, and we now have aca... c, where c and c might be swapped depending on the direction you chose for the arrow. Now draw a second cut between the pointy ends of the two c arrows, and call it d. Glue up along a, and you ll have dcd c (where you may need to swap arrow direction to get this). At this point, the matching is either aa, and represents a sphere, or has the form like , where each 1 denotes a type-one pair of adjacent edges (i.e., pp ) and each 2 denotes a sequence like cdc d of four edges. In short, it s a sequence of projective planes and tori, connect-summed together in some random order. 4

5 5. If there are no tori, we have a sum of projective planes and we ve shown our surface matches an element of our list of standard surfaces. If there are no P 2 s, the same is true. If there is a mix of P 2 and T 2 elements, then the method you developed for showing that P 2 #T 2 is equivalent to P 2 #P 2 #P 2 can be used to convert any adjacent 1s and 2s into a string of three 1s, so that eventually we get a sequence of 1s, i.e., a connect-sum of projective planes, which is another standard surface. Problem 9 Implement the preceding ideas in any language you choose. The input should be a pair of sequences like this: which you will interpret as acd cba bd, which is an octagon with sides identified in pairs. I recommend that you put these in a text file, which you read and interpret, so that you can build up many test cases. Your code should perform the sequence of transformations and produce something that tells which of the standard surfaces this particular matching represents (i.e., you should print out something like S or P#P#P or T#T ; you can leave off the superscripts). The input sequences will have to have at least two items, and you might want to check that each sequence is valid (i.e., that each label in the first row appears exactly twice, and that each number in the bottom row is either 0 or 1, that the two rows have the same length, etc.) If you want to generate random test cases, you ll find something odd: if any label appears with the same numbers (e.g., if there s an a and another a, then your surface will be a sum of P 2 s). That means that if you choose the 0/1 numbers randomly, you re very likely to never hit on a sum-of-tori case. I recommend the following approach: build label sequence if (coin flip is heads) for each label, put in one 0 and one 1, in random order else choose the number-sequence as a random list of 0s and 1s Finally, you may want to check your answer by computing v e + f for the original polygon. You know that f = 1 and e = n, where the polygon has 2n edges. The only question is how many vertex-classes are there. Computing this may be error prone as well, of course. But once you get it working, you can see if the surface-type you computed has the same Euler characteristic as the value you computed from the starting polygon. If not, something s wrong. Personally, I d write this code in Matlab. Maybe you d prefer Python. If you use Python, be sure to tell us whether it s 2.9 or 3.x or whatever. And if you want to use some other language, check with me first, please. 5

Chapter 12 and 11.1 Planar graphs, regular polyhedra, and graph colorings

Chapter 12 and 11.1 Planar graphs, regular polyhedra, and graph colorings Chapter 12 and 11.1 Planar graphs, regular polyhedra, and graph colorings Prof. Tesler Math 184A Fall 2017 Prof. Tesler Ch. 12: Planar Graphs Math 184A / Fall 2017 1 / 45 12.1 12.2. Planar graphs Definition

More information

Week 7 Convex Hulls in 3D

Week 7 Convex Hulls in 3D 1 Week 7 Convex Hulls in 3D 2 Polyhedra A polyhedron is the natural generalization of a 2D polygon to 3D 3 Closed Polyhedral Surface A closed polyhedral surface is a finite set of interior disjoint polygons

More information

1. CONVEX POLYGONS. Definition. A shape D in the plane is convex if every line drawn between two points in D is entirely inside D.

1. CONVEX POLYGONS. Definition. A shape D in the plane is convex if every line drawn between two points in D is entirely inside D. 1. CONVEX POLYGONS Definition. A shape D in the plane is convex if every line drawn between two points in D is entirely inside D. Convex 6 gon Another convex 6 gon Not convex Question. Why is the third

More information

Planar Graphs and Surfaces. Graphs 2 1/58

Planar Graphs and Surfaces. Graphs 2 1/58 Planar Graphs and Surfaces Graphs 2 1/58 Last time we discussed the Four Color Theorem, which says that any map can be colored with at most 4 colors and not have two regions that share a border having

More information

Math 210 Manifold III, Spring 2018 Euler Characteristics of Surfaces Hirotaka Tamanoi

Math 210 Manifold III, Spring 2018 Euler Characteristics of Surfaces Hirotaka Tamanoi Math 210 Manifold III, Spring 2018 Euler Characteristics of Surfaces Hirotaka Tamanoi 1. Euler Characteristic of Surfaces Leonhard Euler noticed that the number v of vertices, the number e of edges and

More information

6.2 Classification of Closed Surfaces

6.2 Classification of Closed Surfaces Table 6.1: A polygon diagram 6.1.2 Second Proof: Compactifying Teichmuller Space 6.2 Classification of Closed Surfaces We saw that each surface has a triangulation. Compact surfaces have finite triangulations.

More information

Question. Why is the third shape not convex?

Question. Why is the third shape not convex? 1. CONVEX POLYGONS Definition. A shape D in the plane is convex if every line drawn between two points in D is entirely inside D. Convex 6 gon Another convex 6 gon Not convex Question. Why is the third

More information

CLASSIFICATION OF SURFACES

CLASSIFICATION OF SURFACES CLASSIFICATION OF SURFACES JUSTIN HUANG Abstract. We will classify compact, connected surfaces into three classes: the sphere, the connected sum of tori, and the connected sum of projective planes. Contents

More information

1 Appendix to notes 2, on Hyperbolic geometry:

1 Appendix to notes 2, on Hyperbolic geometry: 1230, notes 3 1 Appendix to notes 2, on Hyperbolic geometry: The axioms of hyperbolic geometry are axioms 1-4 of Euclid, plus an alternative to axiom 5: Axiom 5-h: Given a line l and a point p not on l,

More information

CS 177 Homework 1. Julian Panetta. October 22, We want to show for any polygonal disk consisting of vertex set V, edge set E, and face set F:

CS 177 Homework 1. Julian Panetta. October 22, We want to show for any polygonal disk consisting of vertex set V, edge set E, and face set F: CS 177 Homework 1 Julian Panetta October, 009 1 Euler Characteristic 1.1 Polyhedral Formula We want to show for any polygonal disk consisting of vertex set V, edge set E, and face set F: V E + F = 1 First,

More information

7th Bay Area Mathematical Olympiad

7th Bay Area Mathematical Olympiad 7th Bay Area Mathematical Olympiad February 22, 2005 Problems and Solutions 1 An integer is called formidable if it can be written as a sum of distinct powers of 4, and successful if it can be written

More information

Math 462: Review questions

Math 462: Review questions Math 462: Review questions Paul Hacking 4/22/10 (1) What is the angle between two interior diagonals of a cube joining opposite vertices? [Hint: It is probably quickest to use a description of the cube

More information

INTRODUCTION TO GRAPH THEORY. 1. Definitions

INTRODUCTION TO GRAPH THEORY. 1. Definitions INTRODUCTION TO GRAPH THEORY D. JAKOBSON 1. Definitions A graph G consists of vertices {v 1, v 2,..., v n } and edges {e 1, e 2,..., e m } connecting pairs of vertices. An edge e = (uv) is incident with

More information

Polygons and Convexity

Polygons and Convexity Geometry Week 4 Sec 2.5 to ch. 2 test Polygons and Convexity section 2.5 convex set has the property that any two of its points determine a segment contained in the set concave set a set that is not convex

More information

One simple example is that of a cube. Each face is a square (=regular quadrilateral) and each vertex is connected to exactly three squares.

One simple example is that of a cube. Each face is a square (=regular quadrilateral) and each vertex is connected to exactly three squares. Berkeley Math Circle Intermediate I, 1/23, 1/20, 2/6 Presenter: Elysée Wilson-Egolf Topic: Polygons, Polyhedra, Polytope Series Part 1 Polygon Angle Formula Let s start simple. How do we find the sum of

More information

Lecture 19: Introduction To Topology

Lecture 19: Introduction To Topology Chris Tralie, Duke University 3/24/2016 Announcements Group Assignment 2 Due Wednesday 3/30 First project milestone Friday 4/8/2016 Welcome to unit 3! Table of Contents The Euler Characteristic Spherical

More information

Pick up some wrapping paper.

Pick up some wrapping paper. Pick up some wrapping paper. What is the area of the following Christmas Tree? There is a nice theorem that allows one to compute the area of any simply-connected (i.e. no holes) grid polygon quickly.

More information

Lattice Polygon s and Pick s Theorem From Dana Paquin and Tom Davis 1 Warm-Up to Ponder

Lattice Polygon s and Pick s Theorem From Dana Paquin and Tom Davis   1 Warm-Up to Ponder Lattice Polygon s and Pick s Theorem From Dana Paquin and Tom Davis http://www.geometer.org/mathcircles/pick.pdf 1 Warm-Up to Ponder 1. Is it possible to draw an equilateral triangle on graph paper so

More information

SMMG September 16 th, 2006 featuring Dr. Jessica Purcell Geometry out of the Paper: An Introduction to Manifolds

SMMG September 16 th, 2006 featuring Dr. Jessica Purcell Geometry out of the Paper: An Introduction to Manifolds 1. Explore a Cylinder SMMG September 16 th, 2006 featuring Dr. Jessica Purcell Geometry out of the Paper: An Introduction to Manifolds Take a strip of paper. Bring the two ends of the strip together to

More information

On the Minimum Number of Convex Quadrilaterals in Point Sets of Given Numbers of Points

On the Minimum Number of Convex Quadrilaterals in Point Sets of Given Numbers of Points On the Minimum Number of Convex Quadrilaterals in Point Sets of Given Numbers of Points Hu Yuzhong Chen Luping Zhu Hui Ling Xiaofeng (Supervisor) Abstract Consider the following problem. Given n, k N,

More information

Curvature Berkeley Math Circle January 08, 2013

Curvature Berkeley Math Circle January 08, 2013 Curvature Berkeley Math Circle January 08, 2013 Linda Green linda@marinmathcircle.org Parts of this handout are taken from Geometry and the Imagination by John Conway, Peter Doyle, Jane Gilman, and Bill

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Week Three Solutions Note: in these notes multiplication is assumed to take precedence over division, so 4!/2!2! = 4!/(2!*2!), and binomial coefficients are written horizontally: (4 2) denotes 4 choose

More information

Euler Characteristic

Euler Characteristic Euler Characteristic Rebecca Robinson May 15, 2007 Euler Characteristic Rebecca Robinson 1 PLANAR GRAPHS 1 Planar graphs v = 5, e = 4, f = 1 v e + f = 2 v = 6, e = 7, f = 3 v = 4, e = 6, f = 4 v e + f

More information

3.D. The Platonic solids

3.D. The Platonic solids 3.D. The Platonic solids The purpose of this addendum to the course notes is to provide more information about regular solid figures, which played an important role in Greek mathematics and philosophy.

More information

TOURNAMENT OF THE TOWNS, Glossary

TOURNAMENT OF THE TOWNS, Glossary TOURNAMENT OF THE TOWNS, 2003 2004 Glossary Absolute value The size of a number with its + or sign removed. The absolute value of 3.2 is 3.2, the absolute value of +4.6 is 4.6. We write this: 3.2 = 3.2

More information

Any questions about the material so far? About the exercises?

Any questions about the material so far? About the exercises? Any questions about the material so far? About the exercises? Here is a question for you. In the diagram on the board, DE is parallel to AC, DB = 4, AB = 9 and BE = 8. What is the length EC? Polygons Definitions:

More information

Indiana State Math Contest Geometry

Indiana State Math Contest Geometry Indiana State Math Contest 018 Geometry This test was prepared by faculty at Indiana University - Purdue University Columbus Do not open this test booklet until you have been advised to do so by the test

More information

CLASSIFICATION OF SURFACES

CLASSIFICATION OF SURFACES CLASSIFICATION OF SURFACES YUJIE ZHANG Abstract. The sphere, Möbius strip, torus, real projective plane and Klein bottle are all important examples of surfaces (topological 2-manifolds). In fact, via the

More information

Geometry AP Book 8, Part 2: Unit 7

Geometry AP Book 8, Part 2: Unit 7 Geometry P ook 8, Part 2: Unit 7 P ook G8-7 page 168 1. base # s V F 6 9 5 4 8 12 6 C 5 10 15 7 6 12 18 8 8 16 24 10 n n-agon n 2n n n + 2 2. 4; 5; 8; 5; No. a) 4 6 6 4 = 24 8 e) ii) top, and faces iii)

More information

Computational Geometry: Lecture 5

Computational Geometry: Lecture 5 Computational Geometry: Lecture 5 Don Sheehy January 29, 2010 1 Degeneracy In many of the algorithms that we have discussed so far, we have run into problems when that input is somehow troublesome. For

More information

Topological Issues in Hexahedral Meshing

Topological Issues in Hexahedral Meshing Topological Issues in Hexahedral Meshing David Eppstein Univ. of California, Irvine Dept. of Information and Computer Science Outline I. What is meshing? Problem statement Types of mesh Quality issues

More information

Geometry Ch 7 Quadrilaterals January 06, 2016

Geometry Ch 7 Quadrilaterals January 06, 2016 Theorem 17: Equal corresponding angles mean that lines are parallel. Corollary 1: Equal alternate interior angles mean that lines are parallel. Corollary 2: Supplementary interior angles on the same side

More information

We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance.

We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance. Solid geometry We have set up our axioms to deal with the geometry of space but have not yet developed these ideas much. Let s redress that imbalance. First, note that everything we have proven for the

More information

Classification of Surfaces

Classification of Surfaces Classification of Surfaces 16 April 2014 Classification of Surfaces 16 April 2014 1/29 Last Time On Monday we saw some examples of surfaces and how we can build some by starting with a rectangle and gluing

More information

Part II. Graph Theory. Year

Part II. Graph Theory. Year Part II Year 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2017 53 Paper 3, Section II 15H Define the Ramsey numbers R(s, t) for integers s, t 2. Show that R(s, t) exists for all s,

More information

INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES

INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES RACHEL CARANDANG Abstract. This paper provides an overview of the homology groups of a 2- dimensional complex. It then demonstrates a proof of the Invariance

More information

Explore Solids

Explore Solids 1212.1 Explore Solids Surface Area and Volume of Solids 12.2 Surface Area of Prisms and Cylinders 12.3 Surface Area of Pyramids and Cones 12.4 Volume of Prisms and Cylinders 12.5 Volume of Pyramids and

More information

Map-colouring with Polydron

Map-colouring with Polydron Map-colouring with Polydron The 4 Colour Map Theorem says that you never need more than 4 colours to colour a map so that regions with the same colour don t touch. You have to count the region round the

More information

SHAPE AND STRUCTURE. Shape and Structure. An explanation of Mathematical terminology

SHAPE AND STRUCTURE. Shape and Structure. An explanation of Mathematical terminology Shape and Structure An explanation of Mathematical terminology 2005 1 POINT A dot Dots join to make lines LINE A line is 1 dimensional (length) A line is a series of points touching each other and extending

More information

Combinatorics: The Fine Art of Counting

Combinatorics: The Fine Art of Counting Combinatorics: The Fine Art of Counting Week Eight Problems 1. Diagrams of all the distinct non-isomorphic trees on 6 or fewer vertices are listed in the lecture notes. Extend this list by drawing all

More information

Degree of nonsimple graphs. Chemistry questions. Degree Sequences. Pigeon party.

Degree of nonsimple graphs. Chemistry questions. Degree Sequences. Pigeon party. 1. WEEK 1 PROBLEMS 1.1. Degree of nonsimple graphs. In the lecture notes we defined the degree d(v) of a vertex v to be the number of vertices adjacent to v. To see why Euler s theorem doesn t hold for

More information

Jordan Curves. A curve is a subset of IR 2 of the form

Jordan Curves. A curve is a subset of IR 2 of the form Jordan Curves A curve is a subset of IR 2 of the form α = {γ(x) : x [0, 1]}, where γ : [0, 1] IR 2 is a continuous mapping from the closed interval [0, 1] to the plane. γ(0) and γ(1) are called the endpoints

More information

What is a tessellation???? Give an example... Daily Do from last class Homework Answers 10 7 These are similar: What does y =? x =?

What is a tessellation???? Give an example... Daily Do from last class Homework Answers 10 7 These are similar: What does y =? x =? Daily Do from last class Homework Answers 10 7 These are similar: What does y =? x =? 36 74 0 78 0 154 o 44 48 54 o y x 154 o 78 0 12 74 0 9 1. 8 ft 2. 21m 3. 21 ft 4. 30cm 5. 6mm 6. 16 in 7. yes 9 = 7

More information

A simple problem that has a solution that is far deeper than expected!

A simple problem that has a solution that is far deeper than expected! The Water, Gas, Electricity Problem A simple problem that has a solution that is far deeper than expected! Consider the diagram below of three houses and three utilities: water, gas, and electricity. Each

More information

Perimeter Magic Polygons

Perimeter Magic Polygons Perimeter Magic Polygons In, Terrel Trotter, Jr., then a math teacher in Urbana Illinois, published an article called Magic Triangles of Order n. In, he published a follow up article called Perimeter Magic

More information

1 Euler characteristics

1 Euler characteristics Tutorials: MA342: Tutorial Problems 2014-15 Tuesday, 1-2pm, Venue = AC214 Wednesday, 2-3pm, Venue = AC201 Tutor: Adib Makroon 1 Euler characteristics 1. Draw a graph on a sphere S 2 PROBLEMS in such a

More information

Chapter 3: Paths and Cycles

Chapter 3: Paths and Cycles Chapter 3: Paths and Cycles 5 Connectivity 1. Definitions: Walk: finite sequence of edges in which any two consecutive edges are adjacent or identical. (Initial vertex, Final vertex, length) Trail: walk

More information

Planar Graphs. 1 Graphs and maps. 1.1 Planarity and duality

Planar Graphs. 1 Graphs and maps. 1.1 Planarity and duality Planar Graphs In the first half of this book, we consider mostly planar graphs and their geometric representations, mostly in the plane. We start with a survey of basic results on planar graphs. This chapter

More information

TILING RECTANGLES SIMON RUBINSTEIN-SALZEDO

TILING RECTANGLES SIMON RUBINSTEIN-SALZEDO TILING RECTANGLES SIMON RUBINSTEIN-SALZEDO. A classic tiling problem Question.. Suppose we tile a (large) rectangle with small rectangles, so that each small rectangle has at least one pair of sides with

More information

Week 9: Planar and non-planar graphs. 7 and 9 November, 2018

Week 9: Planar and non-planar graphs. 7 and 9 November, 2018 (1/27) MA284 : Discrete Mathematics Week 9: Planar and non-planar graphs http://www.maths.nuigalway.ie/ niall/ma284/ 7 and 9 November, 2018 1 Planar graphs and Euler s formula 2 Non-planar graphs K 5 K

More information

MAS 341: GRAPH THEORY 2016 EXAM SOLUTIONS

MAS 341: GRAPH THEORY 2016 EXAM SOLUTIONS MS 41: PH THEOY 2016 EXM SOLUTIONS 1. Question 1 1.1. Explain why any alkane C n H 2n+2 is a tree. How many isomers does C 6 H 14 have? Draw the structure of the carbon atoms in each isomer. marks; marks

More information

Geometric Constructions

Geometric Constructions HISTORY OF MATHEMATICS Spring 2005 Geometric Constructions Notes, activities, assignment; #3 in a series. Note: I m not giving a specific due date for this somewhat vague assignment. The idea is that it

More information

Jordan Curves. A curve is a subset of IR 2 of the form

Jordan Curves. A curve is a subset of IR 2 of the form Jordan Curves A curve is a subset of IR 2 of the form α = {γ(x) : x [0,1]}, where γ : [0,1] IR 2 is a continuous mapping from the closed interval [0,1] to the plane. γ(0) and γ(1) are called the endpoints

More information

where each number (after the first two 1 s) is the sum of the previous two numbers.

where each number (after the first two 1 s) is the sum of the previous two numbers. Fibonacci Numbers The Fibonacci numbers are the numbers in the sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987,... where each number (after the first two 1 s) is the sum of the previous

More information

11.4 Three-Dimensional Figures

11.4 Three-Dimensional Figures 11. Three-Dimensional Figures Essential Question What is the relationship between the numbers of vertices V, edges E, and faces F of a polyhedron? A polyhedron is a solid that is bounded by polygons, called

More information

University of South Carolina Math 222: Math for Elementary Educators II Instructor: Austin Mohr Section 002 Fall Midterm Exam Solutions

University of South Carolina Math 222: Math for Elementary Educators II Instructor: Austin Mohr Section 002 Fall Midterm Exam Solutions University of South Carolina Math 222: Math for Elementary Educators II Instructor: Austin Mohr Section 002 Fall 2010 Midterm Exam Solutions Please write your solutions (including work) on the blank paper,

More information

Unit 1, Lesson 1: Moving in the Plane

Unit 1, Lesson 1: Moving in the Plane Unit 1, Lesson 1: Moving in the Plane Let s describe ways figures can move in the plane. 1.1: Which One Doesn t Belong: Diagrams Which one doesn t belong? 1.2: Triangle Square Dance m.openup.org/1/8-1-1-2

More information

An Investigation of Closed Geodesics on Regular Polyhedra

An Investigation of Closed Geodesics on Regular Polyhedra An Investigation of Closed Geodesics on Regular Polyhedra Tony Scoles Southern Illinois University Edwardsville May 13, 2008 1 Introduction This paper was undertaken to examine, in detail, results from

More information

Graph theory. Po-Shen Loh. June We begin by collecting some basic facts which can be proved via bare-hands techniques.

Graph theory. Po-Shen Loh. June We begin by collecting some basic facts which can be proved via bare-hands techniques. Graph theory Po-Shen Loh June 013 1 Basic results We begin by collecting some basic facts which can be proved via bare-hands techniques. 1. The sum of all of the degrees is equal to twice the number of

More information

Mathematics Concepts 2 Exam 1 Version 4 21 September 2018

Mathematics Concepts 2 Exam 1 Version 4 21 September 2018 Mathematics Concepts 2 Exam 1 Version 4 21 September 2018 Name: Permissible Aides: The small ruler distributed by the proctor Prohibited: Class Notes Class Handouts Study Guides and Materials The Book

More information

Assignment 1 Introduction to Graph Theory CO342

Assignment 1 Introduction to Graph Theory CO342 Assignment 1 Introduction to Graph Theory CO342 This assignment will be marked out of a total of thirty points, and is due on Thursday 18th May at 10am in class. Throughout the assignment, the graphs are

More information

Harvard-MIT Mathematics Tournament February 19, 2005

Harvard-MIT Mathematics Tournament February 19, 2005 Harvard-MIT Mathematics Tournament February 19, 2005 Guts Round... 1. [5] Find the largest positive integer n such that 1 + 2 + 3 + + n 2 is divisible by 1 + 2 + 3 + + n. 2. [5] Let x, y, and z be positive

More information

Lemma. Let G be a graph and e an edge of G. Then e is a bridge of G if and only if e does not lie in any cycle of G.

Lemma. Let G be a graph and e an edge of G. Then e is a bridge of G if and only if e does not lie in any cycle of G. Lemma. Let G be a graph and e an edge of G. Then e is a bridge of G if and only if e does not lie in any cycle of G. Lemma. If e = xy is a bridge of the connected graph G, then G e consists of exactly

More information

Unit I: Euler's Formula (and applications).

Unit I: Euler's Formula (and applications). Unit I: Euler's Formula (and applications). We define a roadmap to be a nonempty finite collection of possibly curvedlil1e segments in a piane, each with exactly two endpoints, such that if any pair of

More information

Unit 1, Lesson 1: Tiling the Plane

Unit 1, Lesson 1: Tiling the Plane Unit 1, Lesson 1: Tiling the Plane Let s look at tiling patterns and think about area. 1.1: Which One Doesn t Belong: Tilings Which pattern doesn t belong? 1 1.2: More Red, Green, or Blue? m.openup.org//6-1-1-2

More information

Topology. BMC Notes by Maia Averett. April 26, 2011

Topology. BMC Notes by Maia Averett. April 26, 2011 Topology BMC Notes by Maia Averett April 26, 2011 A mathematician named Klein Thought the Möbius band was divine. Said he, If you glue The edges of two, You ll get a weird bottle like mine. -Anonymous

More information

Angles of Polygons. Essential Question What is the sum of the measures of the interior angles of a polygon?

Angles of Polygons. Essential Question What is the sum of the measures of the interior angles of a polygon? 7.1 Angles of Polygons Essential Question What is the sum of the measures of the interior angles of a polygon? The Sum of the Angle Measures of a Polygon Work with a partner. Use dynamic geometry software.

More information

Assignments are handed in on Tuesdays in even weeks. Deadlines are:

Assignments are handed in on Tuesdays in even weeks. Deadlines are: Tutorials at 2 3, 3 4 and 4 5 in M413b, on Tuesdays, in odd weeks. i.e. on the following dates. Tuesday the 28th January, 11th February, 25th February, 11th March, 25th March, 6th May. Assignments are

More information

Section 1-1 Points, Lines, and Planes

Section 1-1 Points, Lines, and Planes Section 1-1 Points, Lines, and Planes I CAN. Identify and model points, lines, and planes. Identify collinear and coplanar points and intersecting lines and planes in space. Undefined Term- Words, usually

More information

of Nebraska - Lincoln

of Nebraska - Lincoln University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership -007 The Polygon Game Kyla Hall Follow this and additional

More information

Math 489 Project 1: Explore a Math Problem L. Hogben 1 Possible Topics for Project 1: Explore a Math Problem draft 1/13/03

Math 489 Project 1: Explore a Math Problem L. Hogben 1 Possible Topics for Project 1: Explore a Math Problem draft 1/13/03 Math 489 Project 1: Explore a Math Problem L. Hogben 1 Possible Topics for Project 1: Explore a Math Problem draft 1/13/03 Number Base and Regularity We use base 10. The Babylonians used base 60. Discuss

More information

My Favorite Problems, 4 Harold B. Reiter University of North Carolina Charlotte

My Favorite Problems, 4 Harold B. Reiter University of North Carolina Charlotte My Favorite Problems, 4 Harold B Reiter University of North Carolina Charlotte This is the fourth of a series of columns about problems I am soliciting problems from the readers of M&I Quarterly I m looking

More information

Pebble Sets in Convex Polygons

Pebble Sets in Convex Polygons 2 1 Pebble Sets in Convex Polygons Kevin Iga, Randall Maddox June 15, 2005 Abstract Lukács and András posed the problem of showing the existence of a set of n 2 points in the interior of a convex n-gon

More information

Week 9: Planar and non-planar graphs. 1st and 3rd of November, 2017

Week 9: Planar and non-planar graphs. 1st and 3rd of November, 2017 (1/26) MA284 : Discrete Mathematics Week 9: Planar and non-planar graphs http://www.maths.nuigalway.ie/~niall/ma284/ 1st and 3rd of November, 2017 1 Recall... planar graphs and Euler s formula 2 Non-planar

More information

Three applications of Euler s formula. Chapter 10

Three applications of Euler s formula. Chapter 10 Three applications of Euler s formula Chapter 10 A graph is planar if it can be drawn in the plane R without crossing edges (or, equivalently, on the -dimensional sphere S ). We talk of a plane graph if

More information

Flavor of Computational Geometry. Convex Hull in 2D. Shireen Y. Elhabian Aly A. Farag University of Louisville

Flavor of Computational Geometry. Convex Hull in 2D. Shireen Y. Elhabian Aly A. Farag University of Louisville Flavor of Computational Geometry Convex Hull in 2D Shireen Y. Elhabian Aly A. Farag University of Louisville February 2010 Agenda Introduction Definitions of Convexity and Convex Hulls Naïve Algorithms

More information

Simple Graph. General Graph

Simple Graph. General Graph Graph Theory A graph is a collection of points (also called vertices) and lines (also called edges), with each edge ending at a vertex In general, it is allowed for more than one edge to have the same

More information

1/25 Warm Up Find the value of the indicated measure

1/25 Warm Up Find the value of the indicated measure 1/25 Warm Up Find the value of the indicated measure. 1. 2. 3. 4. Lesson 7.1(2 Days) Angles of Polygons Essential Question: What is the sum of the measures of the interior angles of a polygon? What you

More information

15. First make a parallelogram by rotating the original triangle. Then tile with the Parallelogram.

15. First make a parallelogram by rotating the original triangle. Then tile with the Parallelogram. Shapes and Designs: Homework Examples from ACE Investigation 1: Question 15 Investigation 2: Questions 4, 20, 24 Investigation 3: Questions 2, 12 Investigation 4: Questions 9 12, 22. ACE Question ACE Investigation

More information

Review Interior Angle Sum New: Exterior Angle Sum

Review Interior Angle Sum New: Exterior Angle Sum Review Interior Angle Sum New: Exterior Angle Sum QUIZ: Prove that the diagonal connecting the vertex angles of a kite cut the kite into two congruent triangles. 1 Interior Angle Sum Formula: Some Problems

More information

GSAC TALK: THE WORD PROBLEM. 1. The 8-8 Tessellation. Consider the following infinite tessellation of the open unit disc. Actually, we want to think

GSAC TALK: THE WORD PROBLEM. 1. The 8-8 Tessellation. Consider the following infinite tessellation of the open unit disc. Actually, we want to think GSAC TALK: THE WORD PROBLEM 1. The 8-8 Tessellation Consider the following infinite tessellation of the open unit disc. Actually, we want to think of the disc as a model for R 2 and we can do that using

More information

Convex polygon - a polygon such that no line containing a side of the polygon will contain a point in the interior of the polygon.

Convex polygon - a polygon such that no line containing a side of the polygon will contain a point in the interior of the polygon. Chapter 7 Polygons A polygon can be described by two conditions: 1. No two segments with a common endpoint are collinear. 2. Each segment intersects exactly two other segments, but only on the endpoints.

More information

Five Platonic Solids: Three Proofs

Five Platonic Solids: Three Proofs Five Platonic Solids: Three Proofs Vincent J. Matsko IMSA, Dodecahedron Day Workshop 18 November 2011 Convex Polygons convex polygons nonconvex polygons Euler s Formula If V denotes the number of vertices

More information

TWO CONTRIBUTIONS OF EULER

TWO CONTRIBUTIONS OF EULER TWO CONTRIBUTIONS OF EULER SIEMION FAJTLOWICZ. MATH 4315 Eulerian Tours. Although some mathematical problems which now can be thought of as graph-theoretical, go back to the times of Euclid, the invention

More information

3D shapes introduction

3D shapes introduction 3D shapes introduction 2D shapes have 2 dimensions width and height. They re flat. height 3D shapes have 3 dimensions height, width and depth. Sometimes we call them solids. When we draw them, we often

More information

Unit 10 Study Guide: Plane Figures

Unit 10 Study Guide: Plane Figures Unit 10 Study Guide: Plane Figures *Be sure to watch all videos within each lesson* You can find geometric shapes in art. Whether determining the amount of leading or the amount of glass needed for a piece

More information

Chapter 1-2 Points, Lines, and Planes

Chapter 1-2 Points, Lines, and Planes Chapter 1-2 Points, Lines, and Planes Undefined Terms: A point has no size but is often represented by a dot and usually named by a capital letter.. A A line extends in two directions without ending. Lines

More information

GEOMETRY OF SURFACES. b3 course Nigel Hitchin

GEOMETRY OF SURFACES. b3 course Nigel Hitchin GEOMETRY OF SURFACES b3 course 2004 Nigel Hitchin hitchin@maths.ox.ac.uk 1 1 Introduction This is a course on surfaces. Your mental image of a surface should be something like this: or this However we

More information

Theta Circles & Polygons 2015 Answer Key 11. C 2. E 13. D 4. B 15. B 6. C 17. A 18. A 9. D 10. D 12. C 14. A 16. D

Theta Circles & Polygons 2015 Answer Key 11. C 2. E 13. D 4. B 15. B 6. C 17. A 18. A 9. D 10. D 12. C 14. A 16. D Theta Circles & Polygons 2015 Answer Key 1. C 2. E 3. D 4. B 5. B 6. C 7. A 8. A 9. D 10. D 11. C 12. C 13. D 14. A 15. B 16. D 17. A 18. A 19. A 20. B 21. B 22. C 23. A 24. C 25. C 26. A 27. C 28. A 29.

More information

What would you see if you live on a flat torus? What is the relationship between it and a room with 2 mirrors?

What would you see if you live on a flat torus? What is the relationship between it and a room with 2 mirrors? DAY I Activity I: What is the sum of the angles of a triangle? How can you show it? How about a quadrilateral (a shape with 4 sides)? A pentagon (a shape with 5 sides)? Can you find the sum of their angles

More information

Coxeter Decompositions of Hyperbolic Polygons

Coxeter Decompositions of Hyperbolic Polygons Europ. J. Combinatorics (1998) 19, 801 817 Article No. ej980238 Coxeter Decompositions of Hyperbolic Polygons A. A. FELIKSON Let P be a polygon on hyperbolic plane H 2. A Coxeter decomposition of a polygon

More information

Math 308, Section 101 Solutions to Study Questions for Final Exam (Thursday, December 16, 2004)

Math 308, Section 101 Solutions to Study Questions for Final Exam (Thursday, December 16, 2004) NEUTRAL GEOMETRY Math 308, Section 0 Solutions to Study Questions for Final Exam (Thursday, December 6, 00) I. Given a triangle AEF, let M be the midpoint of the segment EF. Choose a point D on the ray

More information

The University of Sydney MATH2969/2069. Graph Theory Tutorial 2 (Week 9) 2008

The University of Sydney MATH2969/2069. Graph Theory Tutorial 2 (Week 9) 2008 The University of Sydney MATH99/09 Graph Theory Tutorial (Week 9) 00. Show that the graph on the left is Hamiltonian, but that the other two are not. To show that the graph is Hamiltonian, simply find

More information

Mathematical Cut-and-Paste: An Introduction to the Topology of Surfaces

Mathematical Cut-and-Paste: An Introduction to the Topology of Surfaces Mathematical Cut-and-Paste: An Introduction to the Topology of Surfaces March 4, 2018 A mathematician named Klein Thought the Möbius band was divine. Said he, If you glue The edges of two, You ll get a

More information

The Game of Criss-Cross

The Game of Criss-Cross Chapter 5 The Game of Criss-Cross Euler Characteristic ( ) Overview. The regions on a map and the faces of a cube both illustrate a very natural sort of situation: they are each examples of regions that

More information

Mathematics Curriculum

Mathematics Curriculum 6 G R A D E Mathematics Curriculum GRADE 6 5 Table of Contents 1... 1 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)... 11 Lesson 1: The Area of Parallelograms Through Rectangle Facts...

More information

7) Are HD and HA the same line?

7) Are HD and HA the same line? Review for Exam 2 Math 123 SHORT ANSWER. You must show all work to receive full credit. Refer to the figure to classify the statement as true or false. 7) Are HD and HA the same line? Yes 8) What is the

More information

Platonic Polyhedra and How to Construct Them

Platonic Polyhedra and How to Construct Them Platonic Polyhedra and How to Construct Them Tarun Biswas June 17, 2016 The platonic polyhedra (or platonic solids) are convex regular polyhedra that have identical regular polygons as faces They are characterized

More information

25. How would you make the octahedral die shown below?

25. How would you make the octahedral die shown below? 304450_ch_08_enqxd 12/6/06 1:39 PM Page 577 Chapter Summary 577 draw others you will not necessarily need all of them. Describe your method, other than random trial and error. How confident are you that

More information

2 Geometry Solutions

2 Geometry Solutions 2 Geometry Solutions jacques@ucsd.edu Here is give problems and solutions in increasing order of difficulty. 2.1 Easier problems Problem 1. What is the minimum number of hyperplanar slices to make a d-dimensional

More information