Part 1. Twice the number of edges = 2 9 = 18. Thus the Handshaking lemma... The sum of the vertex degrees = twice the number of edges holds.

Size: px
Start display at page:

Download "Part 1. Twice the number of edges = 2 9 = 18. Thus the Handshaking lemma... The sum of the vertex degrees = twice the number of edges holds."

Transcription

1 MT6 Examination 16 Q1 (a) Part 1 Part1 Solutions (b) egree Sequence (,,,,, ) (c) Sum of the vertex degrees = = 18 Twice the number of edges = 9 = 18. Thus the Handshaking lemma... The sum of the vertex degrees = twice the number of edges holds. Q (a) (i) Three vertex disjoint st paths are :- (ii) Five edge disjoint st paths are :- sabct, shdt, sgfet sabct, sbt, shdt, sft, sgfet (b) κ(g) = a set of vertices disconnecting G are b, d, f λ(g) = a set of edges disconnecting G are sh, ha, hg, hd Q (a) (i) f = n + (ii) e = n (iii) v = n ( there are n triangles and n-sided polygons) ( there are n sides of polygons, 6n sides of triangles, giving 8n sides but all sides are shared so we divide by ) ( there are n vertices of n-sided polygons) (b) Euler's polyhedron formula is :- v e + f = n n + n + = n n + = Q (a) hoose E length (shortest edge) hoose length (next shortest edge) hoose (or E) length (next shortest edge) E an't choose E (or ) creates a cycle an't choose creates a cycle hoose length (next shortest edge) length = 1 Noel Eastham 17

2 MT6 Examination 16 Part 1 Part1 Solutions (b) Starting at, choose length (smallest weight edge incident to ) hoose E length (smallest weight edge joining or to a new vertex) hoose E length (smallest weight edge joining, or E to a new vertex) hoose length (smallest weight edge joining,, E or to a new vertex) (Note: at the second stage we could have chosen, the third and fourth choices would still have been the same so that we produce the same tree as for Kruskal's algorithm above.) E length = 1 Q (a) The potentials assigned to each vertex in the order in which they were assigned are S [], [6], [7], [8], F[11], [1], E[1], T[17]. (b) The shortest path from S to T is SET Q6 (a) (i) c 1 r 1 c r c r c r c r c 6 c 7 (ii) The framework is not rigid because the bipartite graph is not connected, there is no path from the bold section to the rest of the graph. (b) (i) bracing r c 6 would make the framework rigid. (ii) The resulting rigid framework would not be a minimum bracing since it contains a cycle r 1c 1r c r 1. Or the bipartite graph would not be a tree since it would contain 1 edges and 1 vertices. Noel Eastham 17

3 MT6 Examination 16 Part 1 Part1 Solutions Q7 Using the cycle agbfcedha. We list edges not in the cycle af, be, ch, dg. h a Put af inside the cycle, then be and dg are incompatible with af but are compatible with each other and so must be placed outside the cycle. Finally ch is incompatible with dg and be but compatible with af and so can be placed inside the cycle. The graph G is thus planar. d e c f g b Q8 (a) w x y z w 6 1 x y z (b) n optimum assignment is z, w, x, y Q9 (a) odewords of are, 1111, 1111, 1111 (b) The generator matrix of in standard form is (c) the parity check matrix of in standardform is Q1 (a) depth-first spanning tree for G is a e b f c d Noel Eastham 17

4 MT6 Examination 16 Part 1 Part1 Solutions (b) breadth-first spanning tree for G is a e b f d c (c) No, another depth-first spanning tree for G would be a e b f c d This has a vertex e of degree whereas the graph in (a) does not Q11 The parameters fit the requirements for onstruction with n = 1 and p = 7 v = p + 1 = 8 b = p = 1 r = p = 7 p + 1 k = = p 1 λ = = Take the non-zero squares modulo 7 together with an extra variety z and the set of non-squares modulo 7 together with and use the cyclic construction in each case; then put the two designs together. The non-zero squares modulo 7 are 1, and. The non-squares modulo 7 are, and 6 The required construction is E F G H I J K L M N z z z z z z z 6 1 Noel Eastham 17

5 MT6 Examination 16 Part Solutions Part Q1 (a) (i) T 1 is central since on first 6 8 removing leaf vertices, 1, 6, 7 and 8 and their associated edges gives (1) 7 1 emoving leaves 1 and and (1) () associated edges gives () (ii) T 1 has Prüfer sequence (,,,, 1, 1). Found by removing vertex joined to, then vertex joined to, then vertex joined to, then vertex 6 joined to, then vertex joined to 1, then vertex 7 joined to 1 leaving (1,8) connected (b) The labelled tree T with Prüfer sequence (1,,, 1,, ) is or redrawn as (c) (i) Two non-isomorphic unlabelled trees with five vertices each having five leaves (pick from the ) or or (ii) The degree sequence of a tree with 8 vertices and leaves must have the form (1, 1, 1, 1, 1, x, y, z). Since it is a tree with 8 vertices there must be 7 edges and so the sum of the vertex degrees is 1 by the handshaking lemma. Thus + x + y + z = 1 that is x + y + z = 9, where x, y, z. The only possible solutions are + + = 9, + + = 9 and + + = 9 correspondingly there are only possible degree sequences which are... (1, 1, 1, 1, 1,,, ), (1, 1, 1, 1, 1,,, ) and (1, 1, 1, 1, 1,,, ) (d) If T is a labelled tree with Prüfer sequence comprising distinct numbers each occuring twice then (i) There are 6 numbers in the Prüfer sequence and hence 8 vertices in the tree number appearing twice corresponds to a vertex of degree so there must be three vertices of degree. ut then since the sum of the vertex degrees is 1 the remaining vertices must all be of degree 1. That is T has leaves (ii) There is only one unlabelled tree with 8 vertices, leaves and three vertices of degree it is the one above with degree sequence (1, 1, 1, 1, 1,,, ) MT6 Exam 16 Solutions Page of 1

6 MT6 Examination 16 Part Solutions Q1 (a) (b) (i) Step urrent Vertex label Level Path Stack Top of Stack 1 root opposite to opposite to opposite to Level Level Level 1 Level Level 1 Level Level - empty empty - (ii) root This doesn't need to be redrawn, but it's easy to copy and paste on a computer ;-) (c) (i) and, and (ii) The lower vertices are and (d) is in error because is a lower vertex and should lead to the next stack as. is in error because for a 6-screen there can be at most vertices in a path stack. MT6 Exam 16 Solutions Page 6 of 1

7 MT6 Examination 16 Part Solutions This essay is just one version of what could be produced; it is probably more detailed than would be expected and is included to provide an overview of the topic as well as an example. Q1 graph is planar if it can be drawn on a flat piece of paper so that none of the edges intersect each other, consequently the edges will only meet at vertices. If this cannot be done then the graph is non planar. are must be taken, since it is quite possible to have a drawing of a graph in which some edges intersect but for which, on rearrangement of the edges while keeping them incident to the same vertices, the intersections can be removed; such a graph is planar. n important result that applies to all planar graphs is Euler s formula which states that v e + f =, where v is the number of vertices, e is the number of edges and f is the number of faces. It is possible to deduce from Euler s formula two inequalities which apply respectively to simple connected planar graphs with three or more vertices and to simple connected planar graphs with three or more vertices and no triangles. These inequalities put limits on the number of edges such graphs can have and allow us to deduce that the complete graph K and the complete bipartite graph K, are both non planar. The inequalities referred to above do not provide a complete characterisation of a planar graph since some graphs, such as the Petersen graph, satisfy both of the inequalities and yet are non planar. However, there is a criterion by which we can characterise all planar graphs and hence all non planar graphs, this is Kuratowski s theorem. This theorem states that a graph is planar if and only if it does not contain a subdivision of K or K,. subdivision of a graph is a graph that can be obtained from the given graph by the insertion of one or more vertices of degree two on any edges. learly the insertion (or removal) of such vertices will not change the planarity or otherwise of the given graph. Thus in a sense K and K, are basic non planar components for any non planar graph and a planar graph cannot contain either of them as a subgraph or as a subdivision. Kuratowski s theorem, although characterising planar graphs completely, does not provide an easy means of testing whether a given graph is planar. There are efficient algorithms for doing this but one simple test which can be applied to any graph, which is not too large and which contains a Hamiltonian cycle, is the cycle method. This algorithm proceeds by specifying a Hamiltonian cycle in the graph and then attempts to allocate all the edges of the graph, not in the cycle, to two sets of non intersecting edges. If this can be done, then one set can be drawn inside the cycle and the other outside the cycle and the graph is planar. If there is a conflict and the edges do not fall into two disjoint sets then the graph is non planar. Given any planar graph, it is possible to construct another graph called its dual by placing a vertex in each face and joining these vertices by edges so that one edge of the dual crosses each edge of the original. The dual of a planar graph is planar but is not necessarily unique; however, the dual of a dual is a graph isomorphic to the original graph. There is a one to one correspondence between edges in a graph and its dual, vertices of one correspond to faces of the other and cycles in one correspond to cutsets in the other, so Euler s theorem still applies. Knowing whether a graph is planar or knowing how to decompose a given graph into two or more planar subgraphs is important in various applications. One such application is the printed circuit board problem in which electronic components must be connected by conducting strips which must not cross on a particular board. MT6 Exam 16 Solutions Page 7 of 1

8 MT6 Examination 16 Part Solutions Q1 (a) The basic network conveying all the required information. W X S W Y 1 W 6 Z T (b) SW 1XT - send 6 - saturating arc W 1 SW 1W XT - send 1 - saturating arc W, X, XT (c) (i) The value of the corresponding flow in the basic network above is 1 as given below W 1 6,6,7 X 9,9 1,1,,,7,, 6,6 6,6 S T W Y,,,,1,, W,6,, Z There are : in stock in W 1, in stock in W and in stock in W There are : delivered to X, 6 delivered to Y and delivered to Z (ii) No, it is not a maximum flow. There is a flow augmenting path in the basic network SW XT which can carry a flow of 1 saturating. The maximum flow has value 16 with a minimum cut of {W 1, W, W,, Z} which has a capacity of = 16. (d) Yes, we need to send a further to output X. There is available in stock at W. We need to use SW X as a flow augmenting path to get the stock at W to X. This can be done by increasing the capacity of truck route W from 1 to which will then allow the supply to be made. MT6 Exam 16 Solutions Page 8 of 1

9 MT6 Examination 16 Part Solutions Q16 (a) The electrical network corresponding to the given oriented graph is V 1 L R (b) (i) Kirchhoff's current equation for is i 1 i = (ii) Kirchhoff's voltage equation for 1,,, is v 1 + v + v + v = (c) From the equation v 1 + v + v + v = we deduce one of 1,, or is a chord the other three are branches From the equation i + i i = we deduce one of, or is a branch the other two are chords If is a branch in the current equation then both and are chords, which is impossible for the voltage equation. If is a branch in the current equation then both and are chords, so 1, and are branches in the voltage equation. If is a branch in the current equation then both and are chords, so 1, and are branches in the voltage equation. There are just two spanning trees giving rise to these equations R 1 or 1 (d) (i) Fundamental cycle equations are v 1 + v + v + v =, v 1 + v + v + v = f= (ii) Fundamental cutset equations are i 1 i i =, i i i =, i i i = f= di (iii) omponent equations are v 1 = - V, v, v = i R, v = i R, L dt dv i dt = = ( e) The state variables are i and v MT6 Exam 16 Solutions Page 9 of 1

10 MT6 Examination 16 Part Solutions This essay is just one version of what could be produced; it is more detailed than would be expected and is included to provide an overview of the topic as well as an example. Q17. matching is a one-to-one association between the elements of two disjoint sets X and Y. It can be represented on a bipartite graph by a set of thick lines. The graph contains the elements of one set X as the vertices on one side of the graph and the elements of the other set Y on the other. The edges only join vertices in X to vertices in Y and represent the relationships between the elements of the two sets. y 1 y 1 y 1 x 1 x 1 x 1 y y y x y x y x y x y x y x y x y x y x y x y 6 x y 6 x y 6 matching is a subset of the edges, shown by the thick lines in the graphs above, with no vertices in common. Matching problems do not necessarily have equal numbers in the two sets, or a full complement of edges to form a complete bipartite graph. maximum matching is one in which the number of edges is as large as possible. The maximum matching algorithm labels a bipartite graph to improve the matching. In the first bipartite graph above since x is not in the matching we label x with (), y with (x ), x with (y ), y with (x ), x with (y ) and finally y 6 with (x ) to produce the alternating path x y x y x y 6 used to improve the matching as shown in the second graph above. There are now thick lines as opposed to. n alternating path alternates from from side to side in the graph and also in the nature of the edges which are alternately not in the matching and in the matching.there are thick lines in the last graph, so it is a maximum matching since the number of edges in a maximum matching can never be greater than the number of vertices in the smaller set. complete matching is a maximum matching in which the number of edges in the matching is the same as the number of vertices in each set. Matching problems are of three main types. The simplest is the marriage problem in which we have, for example, a set of applicants and a set of jobs. Each applicant is equally qualified but can only do certain jobs. We wish to match applicants to jobs so as to obtain a maximum matching. necessary condition for there to be a solution to this problem, that is for every applicant to be allocated a job they can do, is that 'for every subset of m applicants, they collectively must be able to do at least m jobs, for all values of m in the range 1 m n ' where n is the number of applicants. This condition is often called the Marriage Theorem, it is commonly phrased in terms of men marrying women they know. nother example is a room timetabling problem in which groups of students are to be placed in rooms according to the size of the group and the rooms into which they fit. The second type of matching problem is the assignment problem. This differs from the simple marriage problem in that applicants for jobs are not equally qualified. The suitability for a job is specified by a cost, lower cost means greater suitability for the job. The problem then is to find a best matching in the sense of minimising the costs involved. This can be done with the Hungarian algorithm. similar problem is giving gifts to people. If each gift is given a score representing its suitability for a particular person, we may wish to maximise suitability. Finally a modified form of assignment problem is the bottleneck problem in which we assign people to jobs on a production line. This can operate only as fast as the slowest worker, hence the bottleneck. We need to find a maximum matching in which the time taken by the slowest worker is as small as possible. For the gift example above the bottleneck problem is one of maximising the least suitable score of a gift in the matching. MT6 Exam 16 Solutions Page 1 of 1

11 MT6 Examination 16 Part Solutions Q18. (a) (i) Length n = 8, imension k =, Rate = (b) (ii) The number of codewords in = k = = 16 (iii) Since δ = the code can detect errors and correct 1 error. code is self-dual if the generator matrix of the code is also a parity check matrix of the code and k = n k. onsider which is the by zero matrix. Hence, since GG T = and = 8 then G = H and the code is self-dual (c) O = codeword for O = K = codeword for K (d) (i) G H T G = = The error syndromes indicate no errors in the first and third codewords an error in the third bit of the second codeword and the last bit of the fourth codeword. So the codewords are 1111, , 1111, Now 1111 is the sum of rows and of G and corresponds to 11 that is F and is row 1 of G and corresponds to 1 that is I and 1111 is the sum of rows 1, and of G and corresponds to 111 that is N and 1111 is row of G and corresponds to 1 that is E The intended message was hence FINE. k 1 = = n T r = = (e) If two bits are randomly in error then eg would become 11, there are three other codewords 1111, 1111, 1111, each of which are within distance of this error word Similarly is distance from , 1111, 1111 and y symmetry since δ =, this will be true in general and so codewords could have been sent. For use in the above parts (d) nand (e) the set of all codewords of G are as follows : MT6 Exam 16 Solutions Page 11 of 1

12 MT6 Examination 16 Part Solutions Q19 (a) (i) v = 9, b = 18, r = 8, k = so vr = 9 8 = 7 = 18 = bk and r(k 1) 8 λ= = = v 1 8 (ii) The 18 blocks, b, are the 18 rows of trees, the four trees per row is the block size k, giving 7 apple trees in total. There are 9 varieties of fertilizer to be tested on the trees and each fertilizer is to be tested against every other λ = times, by being used r = 8 times in total. (iii) No, the design is not resolvable since to be so would require each variety to occur once per replicate but the number of blocks b = 18 is not divisible by the replication r = 8. (b) Since it is required to test the fertilizer for time of application (early, usual or late) we require replicates, one corresponding to each time period within which each fertilizer will occur once. (c) (i) Using the extended rectangular lattice construction for varieties in a 6 6 array we have (i) The first two replicates are the rows and columns of the array E F G H I J K L (ii) The third replicate comes from the diagonals from bottom left to top right M N P Q R S (d) Yes, we can test more than fertilizers provided we have more than the 7 original trees in order to populate the extra space available in the blocks. It is possible to test 6 fertilizers in a -replicate design if we use blocks of size 6 and a 6 6 square lattice design. We would have 6 plots per block in 18 blocks giving 18 plots in total, there would be replicates of 6 varieties giving 6 = 18 plots. MT6 Exam 16 Solutions Page 1 of 1

13 MT6 Examination 16 Part Solutions This essay is just one version of what could be produced; it is probably more detailed than would be expected and is included to provide an overview of the topic as well as an example. Q polyhedron is a three dimensional solid whose faces are polygons in edge to edge contact. In general the polygons can be of any size and shape and the solid so formed can be convex or not. polygon is a plane figure whose edges are straight lines, it is called regular if all its edges are equal in length and consequently all of its internal angles are also equal. Of special interest are the convex polyhedra for which any line segment joining two points within or on the polyhedron itself lies within or on the polyhedron. The convex polyhedra for which the faces are congruent regular polygons are called the regular polyhedra or Platonic solids. ll vertices of such polyhedra have exactly the same arrangement of polygons around them and there are in fact just five examples of such polyhedra. They are the tetrahedron consisting of four equilateral triangles, the octahedron consisting of eight equilateral triangles, the cube consisting of six squares, the icosahedron consisting of twenty equilateral triangles and finally the dodecahedron consisting of twelve regular pentagons. The dual of a regular polyhedron is formed by placing a vertex at the centre of each face and joining these vertices by an edge whenever the corresponding faces are in edge to edge contact. In this way it is easily shown that the duals of Platonic solids are all Platonic solids. In fact the tetrahedron is self dual while the cube and octahedron are duals of each other, as are the icosahedron and dodecahedron. semi-regular polyhedron is one in which the polygonal faces, while they are all regular, are not congruent, however, each vertex has the same arrangement of polygons around it. There are an infinite number of semi-regular polyhedra consisting of two infinite sets plus a set of thirteen. The infinite sets are the prisms and antiprisms, these both have end faces as regular n-polygons but the prisms have n squares around the sides, while the antiprisms have offset end faces and n equilateral triangles around the sides. The thirteen individual semi-regular polyhedra are called the rchimedean solids, five have names which indicate the way they can be formed by truncation from the Platonic solids such as truncated tetrahedron, truncated cube etc. The cuboctahedron is a half way truncation between the cube and the octahedron and similarly the icosidodecahedron is a half way truncation between the icosahedron and the dodecahedron. Finally there are six which are derived from the cuboctahedron and icosidodecahedron either by inserting extra equilateral triangles producing snub versions or further truncation in two different ways. The five basic truncations, the cuboctahedron and icosidodecahedron and their snub versions and one of the further truncations of the cuboctahedron all have two types of faces. The other three have three types of faces. Euler s polyhedron formula is a simple formula which relates the number of vertices v, edges e and faces f of any convex polyhedron, v e + f =. In addition there is a simple result called the handshaking lemma for polyhedra which connects the degree of a face of a polyhedron to the number of edges. Since the degree of a face is defined to be the number of edges surrounding it, then it is obvious, since each edge is adjacent to two faces, that the sum of the face degrees must be equal to twice the number of edges. Euler s formula and the handshaking lemma have many important consequences not the least of which is the result given earlier that there are only five Platonic solids. Given any convex polyhedron we can imagine removing a face and then opening out the polyhedron and flattening it onto the plane. In this way we can obtain a planar graph with the same number of vertices and edges as the original polyhedron. If we count the region outside the graph as a face then there will also be the same number of faces as in the original polyhedron and so Euler s formula will apply to planar graphs as well as to polyhedra. There are many other types of polyhedra such as various types of pyramids which have different arrangements of polygons around different vertices or the stellated polyhedra which are non-convex. MT6 Exam 16 Solutions Page 1 of 1

14 MT6 Examination 16 Part Solutions Essay Outlines Q1. Introduction the definition of a planar graph. Euler s formula for planar graphs resulting inequalities. Kuratowski s Theorem subdivisions of a graph. Testing for planarity Hamiltonian cycle method. uality of planar graphs cycles and cutsets. onclusion importance of planar graphs for printed circuit boards. Q17. Introduction efinition of a Matching Maximum matching Labelling, alternating paths, complete matching. Marriage Problem The marriage Theorem, equal suitability ssignment Problem lower cost greater suitability, Hungarian algorithm. ottleneck ssignment Problem minimise the time taken by the slowest. Q. Introduction definition of polyhedron, polygon and convex Regular convex polyhedra Platonic Solids uals Semi-regular polyhedra rchimedean Solids Prisms and nti-prisms Euler s Polyhedron Formula Handshaking Lemma for Polyhedra Planar graphs Euler s formula the link with polyhedra. onclusion other polyhedra. MT6 Exam 16 Solutions Page 1 of 1

MT365 Examination 2017 Part 1 Solutions Part 1

MT365 Examination 2017 Part 1 Solutions Part 1 MT xamination 0 Part Solutions Part Q. G (a) Number of vertices in G =. Number of edges in G = (i) The graph G is simple no loops or multiple edges (ii) The graph G is not regular it has vertices of deg.,

More information

MT365 Examination 2007 Part 1. Q1 (a) (b) (c) A

MT365 Examination 2007 Part 1. Q1 (a) (b) (c) A MT6 Examination Part Solutions Q (a) (b) (c) F F F E E E G G G G is both Eulerian and Hamiltonian EF is both an Eulerian trail and a Hamiltonian cycle. G is Hamiltonian but not Eulerian and EF is a Hamiltonian

More information

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

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

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

1 The Platonic Solids

1 The Platonic Solids 1 The We take the celebration of Dodecahedron Day as an opportunity embark on a discussion of perhaps the best-known and most celebrated of all polyhedra the Platonic solids. Before doing so, however,

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

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

Example: The following is an example of a polyhedron. Fill the blanks with the appropriate answer. Vertices:

Example: The following is an example of a polyhedron. Fill the blanks with the appropriate answer. Vertices: 11.1: Space Figures and Cross Sections Polyhedron: solid that is bounded by polygons Faces: polygons that enclose a polyhedron Edge: line segment that faces meet and form Vertex: point or corner where

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

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

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

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

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

Classifying 3D Shapes

Classifying 3D Shapes Classifying 3D Shapes Middle School Texas Essential Knowledge and Skills (TEKS) Math 5.4B Algebraic reasoning The student applies mathematical process standards to develop concepts of expressions and equations.

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

Math 311. Polyhedra Name: A Candel CSUN Math

Math 311. Polyhedra Name: A Candel CSUN Math 1. A polygon may be described as a finite region of the plane enclosed by a finite number of segments, arranged in such a way that (a) exactly two segments meets at every vertex, and (b) it is possible

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

Answer Key: Three-Dimensional Cross Sections

Answer Key: Three-Dimensional Cross Sections Geometry A Unit Answer Key: Three-Dimensional Cross Sections Name Date Objectives In this lesson, you will: visualize three-dimensional objects from different perspectives be able to create a projection

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

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

LESSON. Bigger and Bigger. Years 5 to 9. Enlarging Figures to Construct Polyhedra Nets

LESSON. Bigger and Bigger. Years 5 to 9. Enlarging Figures to Construct Polyhedra Nets LESSON 4 Bigger and Bigger Years 5 to 9 Enlarging Figures to Construct Polyhedra Nets This lesson involves students using their MATHOMAT to enlarge regular polygons to produce nets of selected polyhedra,

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

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

Date: Wednesday, 18 January :00AM. Location: Barnard's Inn Hall

Date: Wednesday, 18 January :00AM. Location: Barnard's Inn Hall Wallpaper Patterns and Buckyballs Transcript Date: Wednesday, 18 January 2006-12:00AM Location: Barnard's Inn Hall WALLPAPER PATTERNS AND BUCKYBALLS Professor Robin Wilson My lectures this term will be

More information

Algorithms. Graphs. Algorithms

Algorithms. Graphs. Algorithms Algorithms Graphs Algorithms Graphs Definition: A graph is a collection of edges and vertices. Each edge connects two vertices. Algorithms 1 Graphs Vertices: Nodes, points, computers, users, items,...

More information

5 Graphs

5 Graphs 5 Graphs jacques@ucsd.edu Some of the putnam problems are to do with graphs. They do not assume more than a basic familiarity with the definitions and terminology of graph theory. 5.1 Basic definitions

More information

Algorithms: Graphs. Amotz Bar-Noy. Spring 2012 CUNY. Amotz Bar-Noy (CUNY) Graphs Spring / 95

Algorithms: Graphs. Amotz Bar-Noy. Spring 2012 CUNY. Amotz Bar-Noy (CUNY) Graphs Spring / 95 Algorithms: Graphs Amotz Bar-Noy CUNY Spring 2012 Amotz Bar-Noy (CUNY) Graphs Spring 2012 1 / 95 Graphs Definition: A graph is a collection of edges and vertices. Each edge connects two vertices. Amotz

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

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

7. The Gauss-Bonnet theorem

7. The Gauss-Bonnet theorem 7. The Gauss-Bonnet theorem 7.1 Hyperbolic polygons In Euclidean geometry, an n-sided polygon is a subset of the Euclidean plane bounded by n straight lines. Thus the edges of a Euclidean polygon are formed

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

REGULAR TILINGS. Hints: There are only three regular tilings.

REGULAR TILINGS. Hints: There are only three regular tilings. REGULAR TILINGS Description: A regular tiling is a tiling of the plane consisting of multiple copies of a single regular polygon, meeting edge to edge. How many can you construct? Comments: While these

More information

A Physical Proof for Five and Only Five Regular Solids

A Physical Proof for Five and Only Five Regular Solids A Physical Proof for Five and Only Five Regular Solids Robert McDermott Center for High Performance Computing University of Utah Salt Lake City, Utah, 84112, USA E-mail: mcdermott@chpc.utah.edu Abstract

More information

The radius for a regular polygon is the same as the radius of the circumscribed circle.

The radius for a regular polygon is the same as the radius of the circumscribed circle. Perimeter and Area The perimeter and area of geometric shapes are basic properties that we need to know. The more complex a shape is, the more complex the process can be in finding its perimeter and area.

More information

Ma/CS 6b Class 9: Euler s Formula

Ma/CS 6b Class 9: Euler s Formula Ma/CS 6b Class 9: Euler s Formula By Adam Sheffer Recall: Plane Graphs A plane graph is a drawing of a graph in the plane such that the edges are noncrossing curves. 1 Recall: Planar Graphs The drawing

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 7-2008 Archimedean Solids Anna Anderson University of

More information

Elementary Planar Geometry

Elementary Planar Geometry Elementary Planar Geometry What is a geometric solid? It is the part of space occupied by a physical object. A geometric solid is separated from the surrounding space by a surface. A part of the surface

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

CS 2336 Discrete Mathematics

CS 2336 Discrete Mathematics CS 2336 Discrete Mathematics Lecture 15 Graphs: Planar Graphs 1 Outline What is a Planar Graph? Euler Planar Formula Platonic Solids Five Color Theorem Kuratowski s Theorem 2 What is a Planar Graph? Definition

More information

Matching and Planarity

Matching and Planarity Matching and Planarity Po-Shen Loh June 010 1 Warm-up 1. (Bondy 1.5.9.) There are n points in the plane such that every pair of points has distance 1. Show that there are at most n (unordered) pairs of

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

Elements of Graph Theory

Elements of Graph Theory Elements of Graph Theory Quick review of Chapters 9.1 9.5, 9.7 (studied in Mt1348/2008) = all basic concepts must be known New topics we will mostly skip shortest paths (Chapter 9.6), as that was covered

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

The Construction of Uniform Polyhedron with the aid of GeoGebra

The Construction of Uniform Polyhedron with the aid of GeoGebra The Construction of Uniform Polyhedron with the aid of GeoGebra JiangPing QiuFaWen 71692686@qq.com 3009827@qq.com gifted Department High-school northeast yucai school northeast yucai school 110179 110179

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

Non-flat tilings with flat tiles

Non-flat tilings with flat tiles Non-flat tilings with flat tiles Rinus Roelofs Sculptor Lansinkweg 28 7553AL Hengelo The Netherlands E-mail: rinus@rinusroelofs.nl www.rinusroelofs.nl Abstract In general a tiling is considered to be a

More information

Mathematics As A Liberal Art

Mathematics As A Liberal Art Math 105 Fall 2015 BY: 2015 Ron Buckmire Mathematics As A Liberal Art Class 26: Friday November 13 Fowler 302 MWF 10:40am- 11:35am http://sites.oxy.edu/ron/math/105/15/ Euclid, Geometry and the Platonic

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

Let a line l and a point P not lying on it be given. By using properties of a transversal and parallel lines, a line which passes through the point P

Let a line l and a point P not lying on it be given. By using properties of a transversal and parallel lines, a line which passes through the point P Let a line l and a point P not lying on it be given. By using properties of a transversal and parallel lines, a line which passes through the point P and parallel to l, can be drawn. A triangle can be

More information

Glossary of dictionary terms in the AP geometry units

Glossary of dictionary terms in the AP geometry units Glossary of dictionary terms in the AP geometry units affine linear equation: an equation in which both sides are sums of terms that are either a number times y or a number times x or just a number [SlL2-D5]

More information

MATH 350 GRAPH THEORY & COMBINATORICS. Contents

MATH 350 GRAPH THEORY & COMBINATORICS. Contents MATH 350 GRAPH THEORY & COMBINATORICS PROF. SERGEY NORIN, FALL 2013 Contents 1. Basic definitions 1 2. Connectivity 2 3. Trees 3 4. Spanning Trees 3 5. Shortest paths 4 6. Eulerian & Hamiltonian cycles

More information

5 Matchings in Bipartite Graphs and Their Applications

5 Matchings in Bipartite Graphs and Their Applications 5 Matchings in Bipartite Graphs and Their Applications 5.1 Matchings Definition 5.1 A matching M in a graph G is a set of edges of G, none of which is a loop, such that no two edges in M have a common

More information

Key Graph Theory Theorems

Key Graph Theory Theorems Key Graph Theory Theorems Rajesh Kumar MATH 239 Intro to Combinatorics August 19, 2008 3.3 Binary Trees 3.3.1 Problem (p.82) Determine the number, t n, of binary trees with n edges. The number of binary

More information

Assignment 4 Solutions of graph problems

Assignment 4 Solutions of graph problems Assignment 4 Solutions of graph problems 1. Let us assume that G is not a cycle. Consider the maximal path in the graph. Let the end points of the path be denoted as v 1, v k respectively. If either of

More information

Tomáš Madaras and Pavol Široczki

Tomáš Madaras and Pavol Široczki Opuscula Math. 34, no. 1 (014), 13 138 http://dx.doi.org/10.7494/opmath.014.34.1.13 Opuscula Mathematica ON THE DIMENSION OF ARCHIMEDEAN SOLIDS Tomáš Madaras and Pavol Široczki Communicated by Mariusz

More information

Exercise set 2 Solutions

Exercise set 2 Solutions Exercise set 2 Solutions Let H and H be the two components of T e and let F E(T ) consist of the edges of T with one endpoint in V (H), the other in V (H ) Since T is connected, F Furthermore, since T

More information

CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS

CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 1 UNIT I INTRODUCTION CS6702 GRAPH THEORY AND APPLICATIONS 2 MARKS QUESTIONS AND ANSWERS 1. Define Graph. A graph G = (V, E) consists

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

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

Chapter 5. Planar Graphs. 5.1 Plane and Planar Graphs

Chapter 5. Planar Graphs. 5.1 Plane and Planar Graphs Chapter 5 Planar Graphs 5.1 Plane and Planar Graphs A plane graph is a graph drawn in the plane (of the paper, blackboard, etc.) in such a way that any pair of edges meet only at their end vertices (if

More information

Discrete mathematics

Discrete mathematics Discrete mathematics Petr Kovář petr.kovar@vsb.cz VŠB Technical University of Ostrava DiM 470-2301/02, Winter term 2017/2018 About this file This file is meant to be a guideline for the lecturer. Many

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

A General Method for Building Topological Models of Polyhedra

A General Method for Building Topological Models of Polyhedra Bridges 2017 Conference Proceedings A General Method for Building Topological Models of Polyhedra Mircea Draghicescu ITSPHUN LLC mircea@itsphun.com Abstract We show how to build 3D topological models of

More information

(d) If the moon shares nothing and the sun does not share our works, then the earth is alive with creeping men.

(d) If the moon shares nothing and the sun does not share our works, then the earth is alive with creeping men. Math 15 - Spring 17 Chapters 1 and 2 Test Solutions 1. Consider the declaratives statements, P : The moon shares nothing. Q: It is the sun that shares our works. R: The earth is alive with creeping men.

More information

1 Maximum Degrees of Iterated Line Graphs

1 Maximum Degrees of Iterated Line Graphs 1 Maximum Degrees of Iterated Line Graphs Note. All graphs in this section are simple. Problem 1. A simple graph G is promising if and only if G is not terminal. 1.1 Lemmas Notation. We denote the line

More information

ON THE PACKING CHROMATIC NUMBER OF SEMIREGULAR POLYHEDRA

ON THE PACKING CHROMATIC NUMBER OF SEMIREGULAR POLYHEDRA Acta Electrotechnica et Informatica, Vol., No., 0, 7, DOI: 0.478/v098-0-007-7 ON THE PACKING CHROMATIC NUMBER OF SEMIREGULAR POLYHEDRA Marián KLEŠČ, Štefan SCHRÖTTER Department of Mathematics and Theoretical

More information

PRACTICAL GEOMETRY SYMMETRY AND VISUALISING SOLID SHAPES

PRACTICAL GEOMETRY SYMMETRY AND VISUALISING SOLID SHAPES UNIT 12 PRACTICAL GEOMETRY SYMMETRY AND VISUALISING SOLID SHAPES (A) Main Concepts and Results Let a line l and a point P not lying on it be given. By using properties of a transversal and parallel lines,

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

ACTUALLY DOING IT : an Introduction to Polyhedral Computation

ACTUALLY DOING IT : an Introduction to Polyhedral Computation ACTUALLY DOING IT : an Introduction to Polyhedral Computation Jesús A. De Loera Department of Mathematics Univ. of California, Davis http://www.math.ucdavis.edu/ deloera/ 1 What is a Convex Polytope? 2

More information

Geometry Practice. 1. Angles located next to one another sharing a common side are called angles.

Geometry Practice. 1. Angles located next to one another sharing a common side are called angles. Geometry Practice Name 1. Angles located next to one another sharing a common side are called angles. 2. Planes that meet to form right angles are called planes. 3. Lines that cross are called lines. 4.

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

INSTRUCTIONS FOR THE USE OF THE SUPER RULE TM

INSTRUCTIONS FOR THE USE OF THE SUPER RULE TM INSTRUCTIONS FOR THE USE OF THE SUPER RULE TM NOTE: All images in this booklet are scale drawings only of template shapes and scales. Preparation: Your SUPER RULE TM is a valuable acquisition for classroom

More information

SOLIDS.

SOLIDS. SOLIDS Prisms Among the numerous objects we see around us, some have a regular shape while many others do not have a regular shape. Take, for example, a brick and a stone. A brick has a regular shape while

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

Platonic Solids and the Euler Characteristic

Platonic Solids and the Euler Characteristic Platonic Solids and the Euler Characteristic Keith Jones Sanford Society, SUNY Oneonta September 2013 What is a Platonic Solid? A Platonic Solid is a 3-dimensional object with flat faces and straight edges

More information

Chapter 11 Part 2. Measurement of Figures and Solids

Chapter 11 Part 2. Measurement of Figures and Solids Chapter 11 Part 2 Measurement of Figures and Solids 11.5 Explore Solids Objective: Identify Solids Essential Question: When is a solid a polyhedron? Using properties of polyhedra A is a solid that is bounded

More information

WUCT121. Discrete Mathematics. Graphs

WUCT121. Discrete Mathematics. Graphs WUCT121 Discrete Mathematics Graphs WUCT121 Graphs 1 Section 1. Graphs 1.1. Introduction Graphs are used in many fields that require analysis of routes between locations. These areas include communications,

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

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

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

v 1 v 2 r 3 r 4 v 3 v 4 Figure A plane embedding of K 4.

v 1 v 2 r 3 r 4 v 3 v 4 Figure A plane embedding of K 4. Chapter 6 Planarity Section 6.1 Euler s Formula In Chapter 1 we introduced the puzzle of the three houses and the three utilities. The problem was to determine if we could connect each of the three utilities

More information

Intermediate Math Circles Fall 2018 Patterns & Counting

Intermediate Math Circles Fall 2018 Patterns & Counting Intermediate Math Circles Fall 2018 Patterns & Counting Michael Miniou The Centre for Education in Mathematics and Computing Faculty of Mathematics University of Waterloo December 5, 2018 Michael Miniou

More information

CARDSTOCK MODELING Math Manipulative Kit. Student Activity Book

CARDSTOCK MODELING Math Manipulative Kit. Student Activity Book CARDSTOCK MODELING Math Manipulative Kit Student Activity Book TABLE OF CONTENTS Activity Sheet for L.E. #1 - Getting Started...3-4 Activity Sheet for L.E. #2 - Squares and Cubes (Hexahedrons)...5-8 Activity

More information

Researches on polyhedra, Part I A.-L. Cauchy

Researches on polyhedra, Part I A.-L. Cauchy Researches on polyhedra, Part I A.-L. Cauchy Translated into English by Guy Inchbald, 2006 from the original: A.-L. Cauchy, Recherches sur les polyèdres. Première partie, Journal de l École Polytechnique,

More information

Graph and Digraph Glossary

Graph and Digraph Glossary 1 of 15 31.1.2004 14:45 Graph and Digraph Glossary A B C D E F G H I-J K L M N O P-Q R S T U V W-Z Acyclic Graph A graph is acyclic if it contains no cycles. Adjacency Matrix A 0-1 square matrix whose

More information

Polyhedra. Kavitha d/o Krishnan

Polyhedra. Kavitha d/o Krishnan Polyhedra Kavitha d/o Krishnan Supervisor: Associate Professor Helmer Aslaksen Department of Mathematics National University of Singapore Semester I 2001/2002 Abstract Introduction The report focuses on

More information

Geometry Vocabulary. acute angle-an angle measuring less than 90 degrees

Geometry Vocabulary. acute angle-an angle measuring less than 90 degrees Geometry Vocabulary acute angle-an angle measuring less than 90 degrees angle-the turn or bend between two intersecting lines, line segments, rays, or planes angle bisector-an angle bisector is a ray that

More information

Key Concept Euler s Formula

Key Concept Euler s Formula 11-1 Space Figures and Cross Sections Objectives To recognize polyhedrons and their parts To visualize cross sections of space figures Common Core State Standards G-GMD.B.4 Identify the shapes of two-dimensional

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

MATHEMATICS. Y4 Understanding shape Visualise, describe and classify 3-D and 2-D shapes. Equipment

MATHEMATICS. Y4 Understanding shape Visualise, describe and classify 3-D and 2-D shapes. Equipment MATHEMATICS Y4 Understanding shape 4501 Visualise, describe and classify 3-D and 2-D shapes Paper, pencil, ruler Equipment Maths Go Go Go 4501 Visualise, describe and classify 3-D and 2-D shapes. Page

More information

EULER S FORMULA AND THE FIVE COLOR THEOREM

EULER S FORMULA AND THE FIVE COLOR THEOREM EULER S FORMULA AND THE FIVE COLOR THEOREM MIN JAE SONG Abstract. In this paper, we will define the necessary concepts to formulate map coloring problems. Then, we will prove Euler s formula and apply

More information

UNIVERSITY OF MANITOBA FINAL EXAMINATION TITLE PAGE TIME: 3 hours EXAMINER: M. Davidson. DATE: April 14, 2012

UNIVERSITY OF MANITOBA FINAL EXAMINATION TITLE PAGE TIME: 3 hours EXAMINER: M. Davidson. DATE: April 14, 2012 TITL PG MILY NM: (Print in ink) GIVN NM(S): (Print in ink) STUDNT NUMBR: ST NUMBR: SIGNTUR: (in ink) (I understand that cheating is a serious offense) INSTRUCTIONS TO STUDNTS: This is a hour exam. Please

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

Part Two Development of Single Solids - The Five Plutonic Solids

Part Two Development of Single Solids - The Five Plutonic Solids 1 Part Two Development of Single Solids - The Five Plutonic Solids We will now proceed to learn different topics of descriptive geometry using AutoCAD 2D tools and settings. Throughout this and subsequent

More information

Grade VIII. Mathematics Geometry Notes. #GrowWithGreen

Grade VIII. Mathematics Geometry Notes. #GrowWithGreen Grade VIII Mathematics Geometry Notes #GrowWithGreen Polygons can be classified according to their number of sides (or vertices). The sum of all the interior angles of an n -sided polygon is given by,

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

FAMILY NAME: (Print in ink) GIVEN NAME(S): (Print in ink) STUDENT NUMBER: SIGNATURE: (in ink) (I understand that cheating is a serious offense)

FAMILY NAME: (Print in ink) GIVEN NAME(S): (Print in ink) STUDENT NUMBER: SIGNATURE: (in ink) (I understand that cheating is a serious offense) TITLE PAGE FAMILY NAME: (Print in ink) GIVEN NAME(S): (Print in ink) STUDENT NUMBER: SIGNATURE: (in ink) (I understand that cheating is a serious offense) INSTRUCTIONS TO STUDENTS: This is a 2 hour exam.

More information

Convex Hulls (3D) O Rourke, Chapter 4

Convex Hulls (3D) O Rourke, Chapter 4 Convex Hulls (3D) O Rourke, Chapter 4 Outline Polyhedra Polytopes Euler Characteristic (Oriented) Mesh Representation Polyhedra Definition: A polyhedron is a solid region in 3D space whose boundary is

More information

Equipartite polytopes and graphs

Equipartite polytopes and graphs Equipartite polytopes and graphs Branko Grünbaum Tomáš Kaiser Daniel Král Moshe Rosenfeld Abstract A graph G of even order is weakly equipartite if for any partition of its vertex set into subsets V 1

More information