NUMERICAL MODELS OF THE FIFTY-NINE ICOSAHEDRA

Size: px
Start display at page:

Download "NUMERICAL MODELS OF THE FIFTY-NINE ICOSAHEDRA"

Transcription

1 NUMERICAL MODELS OF THE FIFTY-NINE ICOSAHEDRA JEFF MARSH Johannes Kepler s first published work, The Secret of the Universe: On the Marvelous Proportion of the Celestial Spheres, and on the true and particular causes of the number, size, and periodic motions of the heavens, established by means of the five regular Geometric solids [4], attempts to explain the sizes of the orbits of the known planets in terms of geometric properties of polyhedra. For example, the ratio of the orbital radii of Venus and the Earth was supposed to be related to the ratio of the radii of the in-sphere and the circum-sphere of an icosahedron. Needless to say, Kepler s planetary theory has not stood the test of time, however many of his geometric discoveries have. Kepler was the first to describe stellations of polyhedra, which he called echini (hedgehogs). In particular, he discovered two stellations of the dodecahedron, the echinus major icosaëdricus and the echinus minor icosaëdricus (the greater and lesser icosahedral hedgehogs) now known as the great stellated dodecahedron and the small stellated dodecahedron [3, p. 170]. In this paper we describe how a computer was used to create numerical models of the icosahedron s hedgehogs: greater, lesser, and in-between. 1. The icosahedron and its symmetries The regular icosahedron, one of the five Platonic solids, has 12 vertices, 20 faces (all of which are equilateral triangles), and 30 edges. A line through two opposite vertices defines an axis of 5-fold rotational symmetry, that is, a rotation of 2π/5 radians about this axis leaves the icosahedron invariant. Similarly, a line through the centers of two opposite faces defines an axis of 3-fold rotational symmetry, and a line through the centers of two opposite edges defines an axis of 2-fold rotational symmetry. There are six 5-fold axes, ten 3-fold axes, and fifteen 2-fold axes. The set of all distinct rotations that leave the icosahedron invariant form a group with 60 elements, the icosahedral symmetry group. If we label the faces of the icosahedron with the integers 1 through 20, we may then represent each element of the icosahedral group as a permutation of these integers. As we shall see, such a representation is particularly useful for the work described here. Date: 2008 December 5. Submitted in partial satisfaction of the requirements of the course Mathematics 521: Higher Geometry. 1

2 2 JEFF MARSH We define a reflexible polyhedron (or polygon) as one that is congruent to its mirror image. A chiral polyhedron, in contrast, is not congruent to its mirror image and exists in two forms, laevo and dextro. The icosahedron is a reflexible polyhedron. 2. Stellating the icosahedron The term stellation refers to a process of building a new polyhedron by extending the faces of an existing polyhedron past their edges until they intersect. Stellations of the icosahedron are particularly complicated: each face plane intersects 18 of the others creating the pattern shown in Figure 1, which we refer to as the stellation diagram. Each of the 18 lines in this diagram represents the intersection of two face planes, and each vertex the intersection of three (or more) face planes. The polygons we refer to as parts and the union of congruent parts we refer to as regions. There are 11 reflexive regions in the diagram, which Coxeter [2] labels with the boldface integers 0, 1, 2, 3, 4, 7, 8, 11, 12, 13, and 14. In addition there are 8 regions which occur in chiral pairs, labeled with the roman and italic integers 5, 6, 9, 10, 5, 6, 9, and 10. Each part in the diagram is a candidate for a face of a stellated icosahedron, but in order to choose the parts we need to define exactly which combinations are considered distinct and significant. Coxeter [2, p. 15] proposed the following five rules: (1) The faces must lie in the twenty planes containing the faces of the original icosahedron. (2) All parts composing the faces must be the same in each plane, although they may be disconnected. (3) The union of parts included in any one plane must have 3-fold rotational symmetry, with or without reflection. This ensures icosahedral symmetry for the whole solid. (4) The parts included in any plane must all be accessible in the completed solid, that is, they must be on the outside. (5) We exclude from consideration cases where the parts can be divided into two sets, each giving a solid with as much symmetry as the whole figure. But we allow the combination of an mirror-image pair having no common part. Applying these rules to the stellation diagram produces 32 reflexible polyhedra (one of which is the original icosahedron) and an additional 27 chiral forms. These are the fifty-nine icosahedra. 3. Computing the vertices To construct numerical models of the icosahedra we will need the Cartesian coordinates of all the vertices in the stellation diagram for each face plane.

3 FIFTY-NINE ICOSAHEDRA 3 Figure 1. The stellation diagram. The 18 straight lines correspond to where the plane of any one face meets the planes of 18 other faces. The inner equilateral triangle corresponds to a face of the original icosahedron. The Cartesian coordinates of the vertices V i (i = ) of an icosahedron of edge length 2 and centered at the origin are given by (0, ±τ, ±1), (±1, 0, ±τ), (±τ, ±1, 0) where τ = ( 5 + 1)/2 is the so-called golden ratio [1, p. 52]. The orientation is such that the Cartesian axes coincide with three of the icosahedron s axes of 2-fold symmetry. To obtain the coordinates for an icosahedron of arbitrary edge length e we simply multiply by e/2. We define the plane of each face F i (i = ) of the icosahedron using a vector n i such that n i is perpendicular to F i and has norm equal to R 2, the radius of the in-sphere, which is given by R 2 = 3 6 τ 2 e

4 4 JEFF MARSH [1, p. 292]. Although these vectors can be computed directly from the vertex coordinates, it is simpler to use the published coordinates of the icosahedron s reciprocal polyhedron, which is a dodecahedron: (0, ±τ 1, ±τ), (±τ, 0, ±τ 1 ), (±τ 1, ±τ, 0), (±1, ±1, ±1) [1, p. 53]. Each vertex of the reciprocal dodecahedron corresponds to an n i, and scaling by a factor of τ 2 e/6 gives the desired norm. We will need an equation for the plane P i containing the face F i. Any point x in a plane satisfies the equation n (x x 0 ) = 0 where n is perpendicular to the plane and x 0 is a point in the plane. By definition n i is perpendicular to P i and also represents a point in P i. Noting that n i n i = R 2 2, we obtain n i x = R 2 2 as the equation of the plane P i. We now require a method to compute the point of intersection of the three planes P i, P j, and P k, which we denote by p ijk. Since this point lies in all three planes we must have which we write as where A = n i p ijk = R 2 2, n j p ijk = R 2 2, n k p ijk = R 2 2 (n i ) x (n i ) y (n i ) z (n j ) x (n j ) y (n j ) z (n k ) x (n k ) y (n k ) z Ap = b (1), p = This linear system is easily solved for p. (p ijk ) x (p ijk ) y (p ijk ) z, b = R Numerical models of the Stellations We used the commercial numerical computing environment matlab to create a program to model and display all fifty-nine icosahedra. The 20 faces of the original icosahedron were more-or-less arbitrarily labeled by the integers 1 through 20, and the coordinates of the face vectors n i were defined. Equation 1 was then used to compute all possible vertex points p ijk. Of course, if any two of these indices are equal or correspond to opposite faces the resulting system is singular and has no solution, so care was taken to exclude these cases. Also it should be pointed out that many of these computations were redundant. For example p 1,3,7 and p 1,3,9 are the same point, since face planes F 1, F 3, F 7, and F 9 all intersect in the same point. These redundant computations were not eliminated as the effort required to do so would have been excessive but the computational overhead was insignificant. Each vertex point p ijk is indexed by the three integers i, j, and k, but it was convenient to index this same point with a single integer m, which was arbitrarily assigned and stored in a mapping array.

5 FIFTY-NINE ICOSAHEDRA 5 A region catalog was defined, which is a numerical structure that lists, for each face plane, all the regions in the stellation diagram, the parts which comprise that region, and the vertices which define the parts. Coxeter s convention of labeling the regions with a combination of boldface, roman, and italic integers was vexing, as matlab (or any computer programming language we are aware of) makes no distinction between the typefaces of integers. For this reason, we indexed regions 5, 6, 9, and 10 as 15, 16, 19, and 20. Furthermore, matlab does not allow an index of 0, so region 0 was indexed as 21. The region catalog for face plane 1 was tediously populated by hand, using a paper printout of the stellation diagram and a cardboard model of an icosahedron. Populating the region catalog for face planes 2 through 20, however, was easy: since every vertex was specified by the indices of the three face planes that define it, we simply applied the appropriate rotation in the icosahedral symmetry group, as represented by a permutation of the faces. The hard part was defining the rotations, which we did by hand (again using the cardboard model) simply because we did not have the time to figure out a better way to do it. With the region catalog complete, it was straightforward to create structures to display each of the icosahedra. A given icosahedron is defined as a union of regions; using the region catalog this is translated into a list of parts, each of which is defined by a list of vertices. This is exactly what is required to create a structure called a patch, which is passed to a routine that draws the icosahedron so defined. This routine does all the difficult tasks such as orthographic projection of the 3-dimensional solid on a 2-dimensional view plane, as well as hidden surface removal. 5. Results A gallery of stellations was produced displaying all 32 reflexible icosahedra (labeled 1 to 32), and the dextro forms of the 27 chiral icosahedra (labeled 33 to 59). These labels are the same as in Coxeter [2, p ]. The face planes are colored one of five hues (red, orange, yellow, green, and blue) in four tints, thus each plane receives a unique color. These colors are assigned to the planes such that for icosahedron 47 (which can be thought of as a compound of five tetrahedra) each component tetrahedron has a single hue. There is a large variation in the sizes of the icosahedra, so each illustration is scaled to fit in the view plane. Some highlights and brief comments follow: 5.1. The regular icosahedron. The original icosahedron, here labeled icosahedron number 1, is not without its charms. From the coordinates of the vertices presented above, it can be seen that the vertices may be grouped into three sets of four, each of which describe a golden rectangle. Furthermore, these rectangles are mutually perpendicular.

6 6 JEFF MARSH 5.2. The triakisicosahedron. Icosahedron number 2 can be thought of as the first stellation, and has been given a name, the triakisicosahedron. It is very clear that the three faces surrounding each face of the original icosahedron have been extended until they form a little pyramid sitting on each face. This is a very pretty and not too spiky polyhedron Second stellation. Icosahedron number 3 can be thought of as the second stellation. It is also a compound of five octahedra, but it is difficult to see this without the proper coloring. Although reflexive, it almost appears chiral The great icosahedron. Number 7 is also known as the great icosahedron and is one of the four regular (Kepler-Poinsot) star polyhedra. It can be thought of as a polyhedron whose faces are regular pentagrams, which are allowed to intersect one another. M. J. Wenninger calls it most beautiful and attractive [5, p. 63] but we find it rather ugly The complete stellation. Number 8 is the complete stellation, that is, it encloses all other stellations and thus can be thought of as the final stellation. It is spiky in the extreme, with the spikes clustering in groups of five Icosahedron 9. This stellation is a bit of a surprise, as it consists of pyramid-like shapes connected only at vertices. Several of the other icosahedra share this property and seem to contain voids or appear hollow. It would be difficult to construct physical models of these polyhedra for this reason. Number 34 is similar in that it is connected only at the vertices, but in addition is delightfully chiral Icosahedron 47. This beautiful chiral polyhedron is a compound of five tetrahedra, made obvious by the coloring scheme. References 1. H. S. M. Coxeter, Regular polytopes, third ed., Dover Publications, New York, US, H. S. M. Coxeter, P. Du Val, H. T. Flather, and J. F. Petrie, The fifty-nine icosahedra, third ed., Tarquin Publications, St. Albans, UK, P. R. Cromwell, Polyhedra, Cambridge University Press, Cambridge, UK, J. Kepler, Mysterium cosmographicum, second ed., Press of Erasmus Kempfer, Frankfurt, 1621, (translated by A. M. Duncan, Abaris Books, New York, US, 1981). 5. M. J. Wenninger, Polyhedron models, Cambridge University Press, Cambridge, UK, 1971.

7

8

9

10

11

12

13

14

15

16

17

18

19 Icosahedron Model Showing face and vertex numberings, and Cartesian axes y+y z z x +x z x -x z y -y Jeff Marsh, 2008 Fall

An Interactive Creation of Polyhedra Stellations with Various Symmetries.

An Interactive Creation of Polyhedra Stellations with Various Symmetries. BRIDGES Mathematical Connections in Art, Music, and Science An Interactive Creation of Polyhedra Stellations with Various Symmetries. Vladimir BUlatov l Department of Physics, Oregon State University.

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

Platonic Solids. Jennie Sköld. January 21, Karlstad University. Symmetries: Groups Algebras and Tensor Calculus FYAD08

Platonic Solids. Jennie Sköld. January 21, Karlstad University. Symmetries: Groups Algebras and Tensor Calculus FYAD08 Platonic Solids Jennie Sköld January 21, 2015 Symmetries: Groups Algebras and Tensor Calculus FYAD08 Karlstad University 1 Contents 1 What are Platonic Solids? 3 2 Symmetries in 3-Space 5 2.1 Isometries

More information

Euler-Cayley Formula for Unusual Polyhedra

Euler-Cayley Formula for Unusual Polyhedra Bridges Finland Conference Proceedings Euler-Cayley Formula for Unusual Polyhedra Dirk Huylebrouck Faculty for Architecture, KU Leuven Hoogstraat 51 9000 Gent, Belgium E-mail: dirk.huylebrouck@kuleuven.be

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

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

8.B. The result of Regiomontanus on tetrahedra

8.B. The result of Regiomontanus on tetrahedra 8.B. The result of Regiomontanus on tetrahedra We have already mentioned that Plato s theory that the five regular polyhedra represent the fundamental elements of nature, and in supplement (3.D) to the

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

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

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

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

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

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

Patterned Polyhedra: Tiling the Platonic Solids

Patterned Polyhedra: Tiling the Platonic Solids Patterned Polyhedra: Tiling the Platonic Solids B.G. Thomas* and M.A. Hann School of Design, University of Leeds Leeds, LS2 9JT, UK b.g.thomas@leeds.ac.uk Abstract This paper examines a range of geometric

More information

tetrahedron octahedron icosahedron cube dodecahedron (Fire) (Air) (Water) (Earth) (Universe)

tetrahedron octahedron icosahedron cube dodecahedron (Fire) (Air) (Water) (Earth) (Universe) Platonic Solids A regular polyhedron is one whose faces are identical regular polygons. The solids as drawn in Kepler s Mysterium Cosmographicum: tetrahedron octahedron icosahedron cube dodecahedron (Fire)

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

168 Butterflies on a Polyhedron of Genus 3

168 Butterflies on a Polyhedron of Genus 3 168 Butterflies on a Polyhedron of Genus 3 Douglas Dunham Department of Computer Science University of Minnesota, Duluth Duluth, MN 55812-2496, USA E-mail: ddunham@d.umn.edu Web Site: http://www.d.umn.edu/

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

Helical Petrie Polygons

Helical Petrie Polygons Bridges Finland Conference Proceedings Helical Petrie Polygons Paul Gailiunas 25 Hedley Terrace, Gosforth Newcastle, NE3 1DP, England email: paulgailiunas@yahoo.co.uk Abstract A Petrie polygon of a polyhedron

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

Elevations and Stellations

Elevations and Stellations Proceedings of Bridges 2014: Mathematics, Music, Art, Architecture, Culture Elevations and Stellations Rinus Roelofs Lansinkweg 28 7553AL Hengelo The Netherlands E-mail: rinus@rinusroelofs.nl www.rinusroelofs.nl

More information

Jitterbug Defined Polyhedra: The Shape and Dynamics of Space

Jitterbug Defined Polyhedra: The Shape and Dynamics of Space Jitterbug Defined Polyhedra: The Shape and Dynamics of Space by Robert W. Gray rwgray@rwgrayprojects.com Oct. 25-26, 2001 This presentation may be found at: http://www.rwgrayprojects.com/oswegooct2001/presentation/prsentationweb.html

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

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

Study Guide and Review

Study Guide and Review State whether each sentence is or false. If false, replace the underlined term to make a sentence. 1. Euclidean geometry deals with a system of points, great circles (lines), and spheres (planes). false,

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

PROPERTIES AND CONSTRUCTION OF ICOSAHEDRA

PROPERTIES AND CONSTRUCTION OF ICOSAHEDRA PROPERTIES AND CONSTRUCTION OF ICOSAHEDRA The icosahedron is the most complicated of the five regular platonic solids. It consists of twenty equilateral triangle faces (F=0), a total of twelve vertices

More information

CERTAIN FORMS OF THE ICOSAHEDRON AND A METHOD FOR DERIVING AND DESIGNATING HIGHER POLYHEDRA. North High School, Worcester, Massachusetts,

CERTAIN FORMS OF THE ICOSAHEDRON AND A METHOD FOR DERIVING AND DESIGNATING HIGHER POLYHEDRA. North High School, Worcester, Massachusetts, CERTAIN FORMS OF THE ICOSAHEDRON AND A METHOD FOR DERIVING AND DESIGNATING HIGHER POLYHEDRA BY ALBERT HARRY WHEELER, North High School, Worcester, Massachusetts, U.S.A. The Five Regular Solids have afforded

More information

Lesson Polygons

Lesson Polygons Lesson 4.1 - Polygons Obj.: classify polygons by their sides. classify quadrilaterals by their attributes. find the sum of the angle measures in a polygon. Decagon - A polygon with ten sides. Dodecagon

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

Mathematics Background

Mathematics Background Measurement All measurements are approximations. In their work in this Unit, students explore ways to find measures for two and three dimensional figures. Even using exact formulas depends on how students

More information

Contents. 10 Conclusions.

Contents. 10 Conclusions. How the Inner Forms of the Tree of Life & 10 Trees of Life, the 5 Platonic Solids, the Disdyakis Triacontahedron, the Sri Yantra and the 4 21 Polytope Embody the Holistic Parameters 3840 & 1920 Contents

More information

Planar Graphs, Solids, and Surfaces. Planar Graphs 1/28

Planar Graphs, Solids, and Surfaces. Planar Graphs 1/28 Planar Graphs, Solids, and Surfaces Planar Graphs 1/28 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

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

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

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

MATH DICTIONARY. Number Sense. Number Families. Operations. Counting (Natural) Numbers The numbers we say when we count. Example: {0, 1, 2, 3, 4 }

MATH DICTIONARY. Number Sense. Number Families. Operations. Counting (Natural) Numbers The numbers we say when we count. Example: {0, 1, 2, 3, 4 } Number Sense Number Families MATH DICTIONARY Counting (Natural) Numbers The numbers we say when we count Example: {1, 2, 3, 4 } Whole Numbers The counting numbers plus zero Example: {0, 1, 2, 3, 4 } Positive

More information

THE PLATONIC SOLIDS BOOK DAN RADIN

THE PLATONIC SOLIDS BOOK DAN RADIN THE PLATONIC SOLIDS BOOK DAN RADIN Copyright 2008 by Daniel R. Radin All rights reserved. Published by CreateSpace Publishing 3-D renderings were created on a thirteen-year-old Macintosh computer using

More information

Visual Techniques For Computing Polyhedral Volumes

Visual Techniques For Computing Polyhedral Volumes Visual Techniques For Computing Polyhedral Volumes T. V. Raman raman@cs.cornell.edu M. S. Krishnamoorthy moorthy@cs.rpi.edu January 1, 00 001/08/300:6:36 UTC Abstract The volume of regular polyhedra have

More information

Course Number: Course Title: Geometry

Course Number: Course Title: Geometry Course Number: 1206310 Course Title: Geometry RELATED GLOSSARY TERM DEFINITIONS (89) Altitude The perpendicular distance from the top of a geometric figure to its opposite side. Angle Two rays or two line

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

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc.

Section 9.4. Volume and Surface Area. Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 9.4 Volume and Surface Area What You Will Learn Volume Surface Area 9.4-2 Volume Volume is the measure of the capacity of a three-dimensional figure. It is the amount of material you can put inside

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

Number/Computation. addend Any number being added. digit Any one of the ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9

Number/Computation. addend Any number being added. digit Any one of the ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9 14 Number/Computation addend Any number being added algorithm A step-by-step method for computing array A picture that shows a number of items arranged in rows and columns to form a rectangle associative

More information

Obtaining the H and T Honeycomb from a Cross-Section of the 16-cell Honeycomb

Obtaining the H and T Honeycomb from a Cross-Section of the 16-cell Honeycomb Bridges 2017 Conference Proceedings Obtaining the H and T Honeycomb from a Cross-Section of the 16-cell Honeycomb Hideki Tsuiki Graduate School of Human and Environmental Studies, Kyoto University Yoshida-Nihonmatsu,

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

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

Structure in Quaternions Corresponding to the 4-Dimensional Tetrahedron

Structure in Quaternions Corresponding to the 4-Dimensional Tetrahedron Structure in Quaternions Corresponding to the 4-Dimensional Tetrahedron AJ Friend School of Mathematics Georgia Institute of Technology Atlanta, GA Advised by: Adrian Ocneanu Department of Mathematics

More information

Closed Loops with Antiprisms

Closed Loops with Antiprisms Proceedings of Bridges 2014: Mathematics, Music, Art, Architecture, Culture Closed Loops with Antiprisms Melle Stoel Dacostastraat 18 1053 zc Amsterdam E-mail: mellestoel@gmail.com mellestoel.wordpress.com

More information

Skeletal Polyhedra, Polygonal Complexes, and Nets

Skeletal Polyhedra, Polygonal Complexes, and Nets Skeletal Polyhedra, Polygonal Complexes, and Nets Egon Schulte Northeastern University Rogla 2014 Polyhedra With the passage of time, many changes in point of view about polyhedral structures and their

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

Alaska Mathematics Standards Vocabulary Word List Grade 7

Alaska Mathematics Standards Vocabulary Word List Grade 7 1 estimate proportion proportional relationship rate ratio rational coefficient rational number scale Ratios and Proportional Relationships To find a number close to an exact amount; an estimate tells

More information

ISOHEDRA WITH NONCONVEX FACES

ISOHEDRA WITH NONCONVEX FACES ISOHEDRA WITH NONCONVEX FACES Branko Grünbaum *) and G. C. Shephard An isohedron is a 3-dimensional polyhedron all faces of which are equivalent under symmetries of the polyhedron. Many well known polyhedra

More information

Math 366 Lecture Notes Section 11.4 Geometry in Three Dimensions

Math 366 Lecture Notes Section 11.4 Geometry in Three Dimensions Math 366 Lecture Notes Section 11.4 Geometry in Three Dimensions Simple Closed Surfaces A simple closed surface has exactly one interior, no holes, and is hollow. A sphere is the set of all points at a

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

Math 3C Section 9.1 & 9.2

Math 3C Section 9.1 & 9.2 Math 3C Section 9.1 & 9.2 Yucheng Tu 11/14/2018 1 Unit Circle The unit circle comes to the stage when we enter the field of trigonometry, i.e. the study of relations among the sides and angles of an arbitrary

More information

Does it Look Square? Hexagonal Bipyramids, Triangular Antiprismoids, and their Fractals

Does it Look Square? Hexagonal Bipyramids, Triangular Antiprismoids, and their Fractals Does it Look Square? Hexagonal Bipyramids, Triangular Antiprismoids, and their Fractals Hideki Tsuiki Graduate School of Human and Environmental Studies Kyoto University Yoshida-Nihonmatsu, Kyoto 606-8501,

More information

COMPUTER DESIGN OF REPEATING HYPERBOLIC PATTERNS

COMPUTER DESIGN OF REPEATING HYPERBOLIC PATTERNS COMPUTER DESIGN OF REPEATING HYPERBOLIC PATTERNS Douglas Dunham University of Minnesota Duluth Department of Computer Science 1114 Kirby Drive Duluth, Minnesota 55812-2496 USA ddunham@d.umn.edu Abstract:

More information

Curriki Geometry Glossary

Curriki Geometry Glossary Curriki Geometry Glossary The following terms are used throughout the Curriki Geometry projects and represent the core vocabulary and concepts that students should know to meet Common Core State Standards.

More information

Prime Time (Factors and Multiples)

Prime Time (Factors and Multiples) CONFIDENCE LEVEL: Prime Time Knowledge Map for 6 th Grade Math Prime Time (Factors and Multiples). A factor is a whole numbers that is multiplied by another whole number to get a product. (Ex: x 5 = ;

More information

Suggested List of Mathematical Language. Geometry

Suggested List of Mathematical Language. Geometry Suggested List of Mathematical Language Geometry Problem Solving A additive property of equality algorithm apply constraints construct discover explore generalization inductive reasoning parameters reason

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

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

pine cone Ratio = 13:8 or 8:5

pine cone Ratio = 13:8 or 8:5 Chapter 10: Introducing Geometry 10.1 Basic Ideas of Geometry Geometry is everywhere o Road signs o Carpentry o Architecture o Interior design o Advertising o Art o Science Understanding and appreciating

More information

Notes on Spherical Geometry

Notes on Spherical Geometry Notes on Spherical Geometry Abhijit Champanerkar College of Staten Island & The Graduate Center, CUNY Spring 2018 1. Vectors and planes in R 3 To review vector, dot and cross products, lines and planes

More information

Leonardo s Elevated Polyhedra - Models

Leonardo s Elevated Polyhedra - Models Leonardo s Elevated Polyhedra - Models Rinus Roelofs Lansinkweg 28 7553AL Hengelo The Netherlands E-mail: rinus@rinusroelofs.nl www.rinusroelofs.nl Information Rinus Roelofs was born in 1954. After studying

More information

A Study of the Rigidity of Regular Polytopes

A Study of the Rigidity of Regular Polytopes A Study of the Rigidity of Regular Polytopes A Thesis Presented in Partial Fulfillment of the Requirements for the Degree Master of Science in the Graduate School of The Ohio State University By Helene

More information

Definitions. Topology/Geometry of Geodesics. Joseph D. Clinton. SNEC June Magnus J. Wenninger

Definitions. Topology/Geometry of Geodesics. Joseph D. Clinton. SNEC June Magnus J. Wenninger Topology/Geometry of Geodesics Joseph D. Clinton SNEC-04 28-29 June 2003 Magnus J. Wenninger Introduction Definitions Topology Goldberg s polyhedra Classes of Geodesic polyhedra Triangular tessellations

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

Abstract Construction Projects and the Imagination

Abstract Construction Projects and the Imagination Abstract Construction Projects and the Imagination Hands-on projects for understanding abstract mathematical concepts through the use of polyhedral models and planar designs The 3-dimensional projects

More information

Patterns on Triply Periodic Uniform Polyhedra

Patterns on Triply Periodic Uniform Polyhedra Patterns on Triply Periodic Uniform Polyhedra Douglas Dunham Department of Computer Science University of Minnesota, Duluth Duluth, MN 55812-3036, USA E-mail: ddunham@d.umn.edu Web Site: http://www.d.umn.edu/

More information

Moore Catholic High School Math Department

Moore Catholic High School Math Department Moore Catholic High School Math Department Geometry Vocabulary The following is a list of terms and properties which are necessary for success in a Geometry class. You will be tested on these terms during

More information

Doyle Spiral Circle Packings Animated

Doyle Spiral Circle Packings Animated Doyle Spiral Circle Packings Animated Alan Sutcliffe 4 Binfield Road Wokingham RG40 1SL, UK E-mail: nsutcliffe@ntlworld.com Abstract Doyle spiral circle packings are described. Two such packings illustrate

More information

An angle that has a measure less than a right angle.

An angle that has a measure less than a right angle. Unit 1 Study Strategies: Two-Dimensional Figures Lesson Vocab Word Definition Example Formed by two rays or line segments that have the same 1 Angle endpoint. The shared endpoint is called the vertex.

More information

Rational Numbers: Graphing: The Coordinate Plane

Rational Numbers: Graphing: The Coordinate Plane Rational Numbers: Graphing: The Coordinate Plane A special kind of plane used in mathematics is the coordinate plane, sometimes called the Cartesian plane after its inventor, René Descartes. It is one

More information

MCAS/DCCAS Mathematics Correlation Chart Grade 6

MCAS/DCCAS Mathematics Correlation Chart Grade 6 MCAS/DCCAS Mathematics Correlation Chart Grade 6 MCAS Finish Line Mathematics Grade 6 MCAS Standard DCCAS Standard DCCAS Standard Description Unit 1: Number Sense Lesson 1: Whole Number and Decimal Place

More information

Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms:

Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms: Geometry I Can Statements I can describe the undefined terms: point, line, and distance along a line in a plane I can describe the undefined terms: point, line, and distance along a line in a plane I can

More information

AngLegs Activity Cards Written by Laura O Connor & Debra Stoll

AngLegs Activity Cards Written by Laura O Connor & Debra Stoll LER 4340/4341/4342 AngLegs Activity Cards Written by Laura O Connor & Debra Stoll Early Elementary (K-2) Polygons Activity 1 Copy Cat Students will identify and create shapes. AngLegs Pencil Paper 1. Use

More information

Geometry Curriculum Map

Geometry Curriculum Map Quadrilaterals 7.1 Interior Angle Sum Theorem 7.2 Exterior Angle Sum Theorem 7.3 Using Interior and Exterior Angles to Solve Problems Define the Angle Sum Theorem. Illustrate interior angles with the Angle

More information

Joint Mathematics Meetings 2014

Joint Mathematics Meetings 2014 Joint Mathematics Meetings 2014 Patterns with Color Symmetry on Triply Periodic Polyhedra Douglas Dunham University of Minnesota Duluth Duluth, Minnesota USA Outline Background Triply periodic polyhedra

More information

The Volume of a Platonic Solid

The Volume of a Platonic Solid University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership 7-007 The Volume of a Platonic Solid Cindy Steinkruger

More information

Local Mesh Operators: Extrusions Revisited

Local Mesh Operators: Extrusions Revisited Local Mesh Operators: Extrusions Revisited Eric Landreneau Computer Science Department Abstract Vinod Srinivasan Visualization Sciences Program Texas A&M University Ergun Akleman Visualization Sciences

More information

Chapter 5. Transforming Shapes

Chapter 5. Transforming Shapes Chapter 5 Transforming Shapes It is difficult to walk through daily life without being able to see geometric transformations in your surroundings. Notice how the leaves of plants, for example, are almost

More information

Integers & Absolute Value Properties of Addition Add Integers Subtract Integers. Add & Subtract Like Fractions Add & Subtract Unlike Fractions

Integers & Absolute Value Properties of Addition Add Integers Subtract Integers. Add & Subtract Like Fractions Add & Subtract Unlike Fractions Unit 1: Rational Numbers & Exponents M07.A-N & M08.A-N, M08.B-E Essential Questions Standards Content Skills Vocabulary What happens when you add, subtract, multiply and divide integers? What happens when

More information

G.CO.2 G.CO.3 G.CO.4 G.CO.5 G.CO.6

G.CO.2 G.CO.3 G.CO.4 G.CO.5 G.CO.6 Standard G.CO.1 G.CO.2 G.CO.3 G.CO.4 G.CO.5 G.CO.6 Jackson County Core Curriculum Collaborative (JC4) Geometry Learning Targets in Student Friendly Language I can define the following terms precisely in

More information

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse

Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse Tutorial Outline Ohio Tutorials are designed specifically for the Ohio Learning Standards to prepare students for the Ohio State Tests and end-ofcourse exams. Math Tutorials offer targeted instruction,

More information

Puzzle page. Mathematical Misfits three dimensional. Dual polygons. Puzzle page

Puzzle page. Mathematical Misfits three dimensional. Dual polygons. Puzzle page 1997 2009, Millennium Mathematics Project, University of Cambridge. Permission is granted to print and copy this page on paper for non commercial use. For other uses, including electronic redistribution,

More information

Chapter 1. acute angle (A), (G) An angle whose measure is greater than 0 and less than 90.

Chapter 1. acute angle (A), (G) An angle whose measure is greater than 0 and less than 90. hapter 1 acute angle (), (G) n angle whose measure is greater than 0 and less than 90. adjacent angles (), (G), (2T) Two coplanar angles that share a common vertex and a common side but have no common

More information

Geometry Vocabulary. Name Class

Geometry Vocabulary. Name Class Geometry Vocabulary Name Class Definition/Description Symbol/Sketch 1 point An exact location in space. In two dimensions, an ordered pair specifies a point in a coordinate plane: (x,y) 2 line 3a line

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

Triangles and Squares David Eppstein, ICS Theory Group, April 20, 2001

Triangles and Squares David Eppstein, ICS Theory Group, April 20, 2001 Triangles and Squares David Eppstein, ICS Theory Group, April 20, 2001 Which unit-side-length convex polygons can be formed by packing together unit squares and unit equilateral triangles? For instance

More information

MATHEMATICS 105 Plane Trigonometry

MATHEMATICS 105 Plane Trigonometry Chapter I THE TRIGONOMETRIC FUNCTIONS MATHEMATICS 105 Plane Trigonometry INTRODUCTION The word trigonometry literally means triangle measurement. It is concerned with the measurement of the parts, sides,

More information

Ready To Go On? Skills Intervention 10-1 Solid Geometry

Ready To Go On? Skills Intervention 10-1 Solid Geometry 10A Find these vocabulary words in Lesson 10-1 and the Multilingual Glossary. Vocabulary Ready To Go On? Skills Intervention 10-1 Solid Geometry face edge vertex prism cylinder pyramid cone cube net cross

More information

Grade 9 Math Terminology

Grade 9 Math Terminology Unit 1 Basic Skills Review BEDMAS a way of remembering order of operations: Brackets, Exponents, Division, Multiplication, Addition, Subtraction Collect like terms gather all like terms and simplify as

More information

CPS Geometry Part 5 Ratios and Similarity

CPS Geometry Part 5 Ratios and Similarity CPS Geometry Part 5 Ratios and Similarity 23. The Mental-Experimental Method 24. From Spheres to Geometrical Points 25. Similarity Theorem in CPS 26. The Golden Section and the Fibonacci Sequence - 1 27.

More information

Deriving Uniform Polyhedra. Wythoff s Construction

Deriving Uniform Polyhedra. Wythoff s Construction Deriving Uniform Polyhedra with Wythoff s Construction Don Romano UCD Discrete Math Seminar 30 August 2010 Outline of this talk Fundamentals of uniform polyhedra Definitions and properties Convex solids

More information

3 Identify shapes as two-dimensional (lying in a plane, flat ) or three-dimensional ( solid ).

3 Identify shapes as two-dimensional (lying in a plane, flat ) or three-dimensional ( solid ). Geometry Kindergarten Identify and describe shapes (squares, circles, triangles, rectangles, hexagons, cubes, cones, cylinders, and spheres). 1 Describe objects in the environment using names of shapes,

More information

Zome Symmetry & Tilings

Zome Symmetry & Tilings Zome Symmetry & Tilings Tia Baker San Francisco State tiab@mail.sfsu.edu 1 Introduction Tessellations also known as tilings are a collection of polygons that fill the plane with no overlaps or gaps. There

More information

Geometry. Geometry. Domain Cluster Standard. Congruence (G CO)

Geometry. Geometry. Domain Cluster Standard. Congruence (G CO) Domain Cluster Standard 1. Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of point, line, distance along a line, and distance

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