Finding Largest Small Polygons with Gloptipoly

Total Page:16

File Type:pdf, Size:1020Kb

Finding Largest Small Polygons with Gloptipoly Finding largest small polygons with GloptiPoly Didier Henrion1,2,3, Frédéric Messine4 June 17, 2018 Abstract A small polygon is a convex polygon of unit diameter. We are interested in small polygons which have the largest area for a given number of vertices n. Many instances are already solved in the lit- erature, namely for all odd n, and for n = 4, 6 and 8. Thus, for even n ≥ 10, instances of this problem remain open. Finding those largest small polygons can be formulated as nonconvex quadratic pro- gramming problems which can challenge state-of-the-art global opti- mization algorithms. We show that a recently developed technique for global polynomial optimization, based on a semidefinite programming approach to the generalized problem of moments and implemented in the public-domain Matlab package GloptiPoly, can successfully find largest small polygons for n = 10 and n = 12. Therefore this signif- icantly improves existing results in the domain. When coupled with accurate convex conic solvers, GloptiPoly can provide numerical guar- antees of global optimality, as well as rigorous guarantees relying on interval arithmetic. Keywords: Extremal convex polygons, global optimization, nonconvex quadratic programming, semidefinite programming arXiv:1103.4456v1 [math.OC] 23 Mar 2011 1CNRS; LAAS; 7 avenue du colonel Roche, F-31077 Toulouse; France. [email protected] 2Université de Toulouse; UPS, INSA, INP, ISAE; UT1, UTM, LAAS; F-31077 Toulouse; France 3Faculty of Electrical Engineering, Czech Technical University in Prague, Technická 2, CZ-16626 Prague, Czech Republic 4ENSEEIHT-IRIT, 2 rue Charles Camichel, BP 7122, F-31071 Toulouse; France. [email protected] 1 1 Introduction The problem of finding the largest small polygons was first studied by Rein- hardt in 1922 [16]. He solved the problem by proving that the solution corresponds to the regular small polygons but only when the number of ver- tices n is odd. He also solved the case n = 4 by proving that a square with diagonal length equal to 1 is a solution. However, there exists an infinity of other solutions (it is just necessary that the two diagonals intersect with a right angle). The hexagonal case n = 6 was solved numerically by Graham in 1975 [7]. Indeed, he studied possible structures that the optimal solu- tion must have. He introduced the diameter graph of a polygon which is defined by the same vertices as the polygon and by edges if and only if the corresponding two vertices of the edge are at distance one. Using a result due to Woodall [17], he proved that the diameter graph of the largest small polygons must be connected, yielding 10 distinct possible configurations for n =6. Discarding 9 of these 10 possibilities (by using standard geometrical reasonings plus the fact that all the candidates must have an area greater than the regular small hexagon), he determined the only possible diameter graph configuration which can provide a better solution than the regular one. He solved this last case numerically, yielding the largest small hexagon. The name of this corresponding optimal hexagon is Graham’s little hexagon. Following the same principle, Audet et al. in 2002 found the largest small octagon [4]. The case n = 8 is much more complicated than the case n = 6 because it generates 31 possible configurations and just a few of them can be easily discarded by geometrical reasonings. Furthermore, for the remaining cases, Audet et al. had to solve difficult global optimization problems with 10 variables and about 20 constraints. In [4], these problems are formulated as quadratic programs with quadratic constraints. For solving this program, Audet et al. used a global solver named QP [1]. Notice that optimal solutions for n = 6 and n = 8 are not the regular polygons [4, 7]. At the Toulouse Global Optimization Workshop TOGO 2010, the corresponding optimal oc- tagon was named Hansen’s little octagon. The following cases n = 10, 12,... were open. However in 1975, Graham proposed a conjecture which is the following: when n is even and n ≥ 4, the largest small polygon must have a diameter graph with a cycle with n − 1 vertices and with an additional edge attached to a vertex of the cycle; this is true for n =4, 6 and also n =8, see Figure 1 for an example of this optimal structure for the octagon. Therefore, this yields only one possible diameter graph configuration that must have the optimal shape. In 2007, Foster and Szabo proved Graham’s conjecture [6]. Thus to solve the following open cases n ≥ 10 and n even, it is just necessary to solve one global optimization problem defined by the configuration of the 2 diameter graph with a cycle with n − 1 vertices and an additional pending edge. In order to have an overview of these and other related subjects about polygons, refer to [2, 3]. In this paper, using the Global Optimization software GloptiPoly [9], we solve the two open cases n = 10 and n = 12. Invariance of the quadratic programming problem under a group of permutation suggests that small polygons have a symmetry axis. Exploiting this symmetry allows to reduce signficantly the size of optimization problems to be solved, even though cur- rently we are not able to prove that this is without loss of generality. In Section 2, the general quadratic formulation is presented. Then, we show that the quadratic problem is invariant under a group of permutations, which suggests an important reduction of the size of the quadratic programs. In Section 3 GloptiPoly is presented and an example of its use is given to solve the case of the octagon yielding a rigorous certificate of the global optimum found in [4]. In Section 4, we present the solutions for the largest small decagon (n = 10) and dodecagon (n = 12), and conjecture the solutions for the tetradecagon (n = 14) and the hexadecagon (n = 16). Then, we conclude in Section 5. 2 Nonconvex Quadratic Optimization Problems As mentioned above, for even n ≥ 4, finding the largest small polygon with n vertices amounts to solving only one global optimization problem [6], namely a nonconvex quadratic programming problem. This formulation was previ- ously introduced by Audet et al. in [4] for the octagon case. On Figure 1, we recall the nomenclature and configuration corresponding to the octagon (n =8). 1 max A8 = x1 + {(x2 + x3 − 4x1)y1 + (3x1 − 2x3 + x5)y2 x,y 2 +(3x1 − 2x2 + x4)y3 +(x3 − 2x1)y4 +(x2 − 2x1)y5} 2 s.t. kvi − vjk ≤ 1 i, j =1,..., 8 2 kv2 − v6k =1 (1) x2 + y2 =1 i =1,..., 5 i i yi ≥ 0 i =1,..., 5 ≤ x ≤ 1 0 1 2 0 ≤ xi ≤ 1 i =2,..., 5. Without loss of generality we can insert the additional constraint x2 ≥ x3 which eliminates a symmetry axis. In program (1), all the constraints are 3 v4 = (0, 1) • v3 = (−x1,y1) • • v5 = (x1,y1) v2 = (−x1 + x3 − x5, v6 = (x1 − x2 + x4, y1 − y3 + y5) • • y1 − y2 + y4) • • v1 = (x1 − x2,y1 − y2) v7 = (x3 − x1,y1 − y3) • v8 = (0, 0) Figure 1: Case of n =8 vertices. Definition of variables following Graham’s conjecture. quadratic. The quadratic objective function corresponds to the computation of the area of the octagon following Graham’s diameter graph configuration. To generalize this quadratic formulation, we have to define two vertices n vn = (0, 0) and v 2 = (0, 1) and n − 2 other vertices vi with the help of the following variables: k k i i uk = x1 + (−1) x2i,y1 + (−1) y2i , i=1 i=1 ! k X k X i+1 i wk = (−1) x2i+1, (−1) y2i+1 , i=0 i=0 ! n X X with k = 0, 1,..., 2 − 2. On Figure 2, we represent the four first vertices, namely (0, 0), (−x1,y1), (0, 1), (x1,y1). Note that we have an axis of symme- try from the line passing through (0, 0) and (0, 1), i.e. this symmetry provides the maximal area for this quadrilateral polygon and its corresponding value is equal to x1. Thus, from vertex u0 = (x1,y1), we construct iteratively all the vertices ui following a path in the graph of diameter and we do the same from w0 =(−x1,y1) for the vertices wi, see Figure 2. The main idea using this notation is that it yields: k+1 k+1 2 2 kuk+1 − ukk = (−1) x2(k+1), (−1) y2(k+1) = x2(k+1) + y2(k+1) =1. 2 2 We obtain by the same way that kwk+1 − wkk = x + y = 1. 2(k+1)+1 2(k+1)+1 This allows to eliminate all the variables yi, reducing by half the size of the problem. 4 (0, 1) (0, 1) (0, 1) • • u0 w0 • (−x1,y1•) •(x1,y1) • • u2 w2 w3 u3 • • • • u1 • • u4 • w1 (0•, 0) (0•, 0) (0•, 0) Figure 2: Construction of the General Quadratic Formulation. Then, we rename the vertices by vi =(xi, yi): n−2 vi := u2i−1 i =1,..., ⌊ 4 ⌋ n−2 vn−i := w2i−1 i =1,..., ⌊ 4 ⌋ n−2 v n := w i =1, ··· , ⌈ ⌉ 2 −i 2(i−1) 4 n−2 v n u i , , 2 +i := 2(i−1) =1 ··· ⌈ 4 ⌉ The general quadratic program can be written as follows: n−2 1 max An = x1 + (yixi+1 − xiyi+1) x,y 2 i=1 n n i6= 2X−1,i6= 2 2 s.t. kvi − vjk ≤ 1 i, j =1,...,n 2 kv⌊ n ⌋ − v 3n k =1 (2) 4 ⌈ 4 ⌉ 2 2 xi + yi =1 i =1,...,n − 3 yi ≥ 0 i =1,...,n − 3 1 0 ≤ x1 ≤ 2 0 ≤ xi ≤ 1 i =1,...,n − 3 where xi and yi are linear functions respectively depending on xi and yi.
Recommended publications
  • Islamic Geometric Ornaments in Istanbul
    ►SKETCH 2 CONSTRUCTIONS OF REGULAR POLYGONS Regular polygons are the base elements for constructing the majority of Islamic geometric ornaments. Of course, in Islamic art there are geometric ornaments that may have different genesis, but those that can be created from regular polygons are the most frequently seen in Istanbul. We can also notice that many of the Islamic geometric ornaments can be recreated using rectangular grids like the ornament in our first example. Sometimes methods using rectangular grids are much simpler than those based or regular polygons. Therefore, we should not omit these methods. However, because methods for constructing geometric ornaments based on regular polygons are the most popular, we will spend relatively more time explor- ing them. Before, we start developing some concrete constructions it would be worthwhile to look into a few issues of a general nature. As we have no- ticed while developing construction of the ornament from the floor in the Sultan Ahmed Mosque, these constructions are not always simple, and in order to create them we need some knowledge of elementary geometry. On the other hand, computer programs for geometry or for computer graphics can give us a number of simpler ways to develop geometric fig- ures. Some of them may not require any knowledge of geometry. For ex- ample, we can create a regular polygon with any number of sides by rotat- ing a point around another point by using rotations 360/n degrees. This is a very simple task if we use a computer program and the only knowledge of geometry we need here is that the full angle is 360 degrees.
    [Show full text]
  • Polygon Review and Puzzlers in the Above, Those Are Names to the Polygons: Fill in the Blank Parts. Names: Number of Sides
    Polygon review and puzzlers ÆReview to the classification of polygons: Is it a Polygon? Polygons are 2-dimensional shapes. They are made of straight lines, and the shape is "closed" (all the lines connect up). Polygon Not a Polygon Not a Polygon (straight sides) (has a curve) (open, not closed) Regular polygons have equal length sides and equal interior angles. Polygons are named according to their number of sides. Name of Degree of Degree of triangle total angles regular angles Triangle 180 60 In the above, those are names to the polygons: Quadrilateral 360 90 fill in the blank parts. Pentagon Hexagon Heptagon 900 129 Names: number of sides: Octagon Nonagon hendecagon, 11 dodecagon, _____________ Decagon 1440 144 tetradecagon, 13 hexadecagon, 15 Do you see a pattern in the calculation of the heptadecagon, _____________ total degree of angles of the polygon? octadecagon, _____________ --- (n -2) x 180° enneadecagon, _____________ icosagon 20 pentadecagon, _____________ These summation of angles rules, also apply to the irregular polygons, try it out yourself !!! A point where two or more straight lines meet. Corner. Example: a corner of a polygon (2D) or of a polyhedron (3D) as shown. The plural of vertex is "vertices” Test them out yourself, by drawing diagonals on the polygons. Here are some fun polygon riddles; could you come up with the answer? Geometry polygon riddles I: My first is in shape and also in space; My second is in line and also in place; My third is in point and also in line; My fourth in operation but not in sign; My fifth is in angle but not in degree; My sixth is in glide but not symmetry; Geometry polygon riddles II: I am a polygon all my angles have the same measure all my five sides have the same measure, what general shape am I? Geometry polygon riddles III: I am a polygon.
    [Show full text]
  • Formulas Involving Polygons - Lesson 7-3
    you are here > Class Notes – Chapter 7 – Lesson 7-3 Formulas Involving Polygons - Lesson 7-3 Here’s today’s warmup…don’t forget to “phone home!” B Given: BD bisects ∠PBQ PD ⊥ PB QD ⊥ QB M Prove: BD is ⊥ bis. of PQ P Q D Statements Reasons Honors Geometry Notes Today, we started by learning how polygons are classified by their number of sides...you should already know a lot of these - just make sure to memorize the ones you don't know!! Sides Name 3 Triangle 4 Quadrilateral 5 Pentagon 6 Hexagon 7 Heptagon 8 Octagon 9 Nonagon 10 Decagon 11 Undecagon 12 Dodecagon 13 Tridecagon 14 Tetradecagon 15 Pentadecagon 16 Hexadecagon 17 Heptadecagon 18 Octadecagon 19 Enneadecagon 20 Icosagon n n-gon Baroody Page 2 of 6 Honors Geometry Notes Next, let’s look at the diagonals of polygons with different numbers of sides. By drawing as many diagonals as we could from one diagonal, you should be able to see a pattern...we can make n-2 triangles in a n-sided polygon. Given this information and the fact that the sum of the interior angles of a polygon is 180°, we can come up with a theorem that helps us to figure out the sum of the measures of the interior angles of any n-sided polygon! Baroody Page 3 of 6 Honors Geometry Notes Next, let’s look at exterior angles in a polygon. First, consider the exterior angles of a pentagon as shown below: Note that the sum of the exterior angles is 360°.
    [Show full text]
  • Geometrygeometry
    Park Forest Math Team Meet #3 GeometryGeometry Self-study Packet Problem Categories for this Meet: 1. Mystery: Problem solving 2. Geometry: Angle measures in plane figures including supplements and complements 3. Number Theory: Divisibility rules, factors, primes, composites 4. Arithmetic: Order of operations; mean, median, mode; rounding; statistics 5. Algebra: Simplifying and evaluating expressions; solving equations with 1 unknown including identities Important Information you need to know about GEOMETRY… Properties of Polygons, Pythagorean Theorem Formulas for Polygons where n means the number of sides: • Exterior Angle Measurement of a Regular Polygon: 360÷n • Sum of Interior Angles: 180(n – 2) • Interior Angle Measurement of a regular polygon: • An interior angle and an exterior angle of a regular polygon always add up to 180° Interior angle Exterior angle Diagonals of a Polygon where n stands for the number of vertices (which is equal to the number of sides): • • A diagonal is a segment that connects one vertex of a polygon to another vertex that is not directly next to it. The dashed lines represent some of the diagonals of this pentagon. Pythagorean Theorem • a2 + b2 = c2 • a and b are the legs of the triangle and c is the hypotenuse (the side opposite the right angle) c a b • Common Right triangles are ones with sides 3, 4, 5, with sides 5, 12, 13, with sides 7, 24, 25, and multiples thereof—Memorize these! Category 2 50th anniversary edition Geometry 26 Y Meet #3 - January, 2014 W 1) How many cm long is segment 6 XY ? All measurements are in centimeters (cm).
    [Show full text]
  • Design of Hexadecagon Circular Patch Antenna with DGS at Ku Band for Satellite Communications
    Progress In Electromagnetics Research M, Vol. 63, 163–173, 2018 Design of Hexadecagon Circular Patch Antenna with DGS at Ku Band for Satellite Communications Ketavath Kumar Naik* and Pasumarthi Amala Vijaya Sri Abstract—The design of a hexadecagon circular patch (HDCP) antenna for dual-band operation is presented in this paper. The proposed antenna operates at two resonating frequencies 13.67 GHz, 15.28 GHz with return loss of −42.18 dB, −38.39 dB, and gain 8.01 dBi, 6.01 dBi, respectively. Impedance bandwidths of 854 MHz (13.179–14.033 GHz) and 1140 MHz (14.584–15.724 GHz) are observed for the dual bands, respectively. To produce circular polarization, the HDCP antenna is incorporated with ring and square slots on the radiating patch. The defected ground structure (DGS) is considered for enhancement of gain. Axial ratio of the proposed antenna is less than 3 dB, and VSWR ≤ 2 for dual bands. The measured and simulated (HFSS, CST) results of the HDCP antenna are in agreement. The HDCP antenna can work at Ku band for satellite communications. 1. INTRODUCTION The modern day communication systems require a compact antenna which provides higher gain and larger bandwidth. The conventional microstrip patch antennas have light weight, low cost and compact size which can be easily integrated in other circuit elements [1]. In the literature survey, to enhance the impedance bandwidth and achieve multiple operating frequencies some techniques have been introduced. A novel antenna design with an inverted square- shaped patch antenna [2] with a Y-shaped feeding line for broadband circularly polarized radiation patterns was considered.
    [Show full text]
  • Volume 2 Shape and Space
    Volume 2 Shape and Space Colin Foster Introduction Teachers are busy people, so I’ll be brief. Let me tell you what this book isn’t. • It isn’t a book you have to make time to read; it’s a book that will save you time. Take it into the classroom and use ideas from it straight away. Anything requiring preparation or equipment (e.g., photocopies, scissors, an overhead projector, etc.) begins with the word “NEED” in bold followed by the details. • It isn’t a scheme of work, and it isn’t even arranged by age or pupil “level”. Many of the ideas can be used equally well with pupils at different ages and stages. Instead the items are simply arranged by topic. (There is, however, an index at the back linking the “key objectives” from the Key Stage 3 Framework to the sections in these three volumes.) The three volumes cover Number and Algebra (1), Shape and Space (2) and Probability, Statistics, Numeracy and ICT (3). • It isn’t a book of exercises or worksheets. Although you’re welcome to photocopy anything you wish, photocopying is expensive and very little here needs to be photocopied for pupils. Most of the material is intended to be presented by the teacher orally or on the board. Answers and comments are given on the right side of most of the pages or sometimes on separate pages as explained. This is a book to make notes in. Cross out anything you don’t like or would never use. Add in your own ideas or references to other resources.
    [Show full text]
  • Polygon Rafter Tables Using a Steel Framing Square
    Roof Framing Geometry & Trigonometry for Polygons section view inscribed circle plan view plan angle polygon side length central angle working angle polygon center exterior angle radius apothem common rafter run plan view angle B hip rafter run angle A roof surface projection B Fig. 50 projection A circumscribed circle Polygons in Mathematical Context Polygons in Carpenters Mathematical Context central angle = (pi × 2) ÷ N central angle = 360 ÷ N working angle = (pi × 2) ÷ (N * 2) working angle = 360 ÷ (N × 2) plan angle = (pi - central angle) ÷ 2 plan angle = (180 - central angle) ÷ 2 exterior angle = plan angle × 2 exterior angle = plan angle × 2 projection angle A = 360 ÷ N S is the length of any side of the polygon projection angle B = 90 - projection angle a N is the number of sides R is the Radius of the circumscribed circle apothem = R × cos ( 180 ÷ N ) apothem is the Radius of the inscribed circle Radius = S ÷ ( 2 × sin ( 180 ÷ N )) pi is PI, approximately 3.14159 S = 2 × Radius × sin ( 180 ÷ N ) Projection A = S ÷ cos ( angle A ) pi, in mathematics, is the ratio of the circumference of a circle to Projection B = S ÷ cos ( angle B ) its diameter pi = Circumference ÷ Diameter apothem multipler = sec (( pi × 2 ) ÷ ( N × 2 )) working angle multipler = tan (360 ÷ ( N × 2 )) × 2 apothem = R × cos ( pi ÷ N ) rafter multipler = 1 ÷ cos pitch angle apothem = S ÷ ( 2 × tan (pi ÷ N )) hip multipler = 1 ÷ cos hip angle Radius = S ÷ (2 × sin (pi ÷ N )) rise multipler = 1 ÷ tan pitch angle Radius = 0.5 × S × csc ( pi ÷ N ) S = 2 × Radius × sin ( pi ÷ N ) Hip Rafter Run = Common Rafter Run × apothem multipler S = apothem × ( tan ((( pi × 2 ) ÷ (N × 2 ))) × 2 ) Common Rafter Run = S ÷ working angle multipler S = R × sin ( central angle ÷ 2 ) × 2 S = Common Rafter Run × working angle multipler S = R × sin ( working angle ) × 2 Common Rafter Run = apothem Common Rafter Span = Common Rafter Run × 2 Hip Rafter Run = Radius 1 What Is A Polygon Roof What is a Polygon? A closed plane figure made up of several line segments that are joined together.
    [Show full text]
  • Originality Statement
    PLEASE TYPE THE UNIVERSITY OF NEW SOUTH WALES Thesis/Dissertation Sheet Surname or Family name: Hosseinabadi First name: Sanaz Other name/s: Abbreviation for degree as given in the University calendar: PhD School: School of Architecture Faculty: Built Environment Title: Residual Meaning in Architectural Geometry: Tracing Spiritual and Religious Origins in Contemporary European Architectural Geometry Abstract 350 words maximum: (PLEASE TYPE) Architects design for more than the instrumental use of a buildings. Geometry is fundamental in architectural design and geometries carry embodied meanings as demonstrated through the long history of discursive uses of geometry in design. The meanings embedded in some geometric shapes are spiritual but this dimension of architectural form is largely neglected in architectural theory. This thesis argues that firstly, these spiritual meanings, although seldom recognised, are important to architectural theory because they add a meaningful dimension to practice and production in the field; they generate inspiration, awareness, and creativity in design. Secondly it will also show that today’s architects subconsciously use inherited geometric patterns without understanding their spiritual origins. The hypothesis was tested in two ways: 1) A scholarly analysis was made of a number of case studies of buildings drawn from different eras and regions. The sampled buildings were selected on the basis of the significance of their geometrical composition, representational symbolism of embedded meaning, and historical importance. The analysis clearly traces the transformation, adaptation or representation of a particular geometrical form, or the meaning attached to it, from its historical precedents to today. 2) A scholarly analysis was also made of a selection of written theoretical works that describe the design process of selected architects.
    [Show full text]
  • Regular Polygon Square
    American Journal of Mathematics and Statistics 2017, 7(1): 32-37 DOI: 10.5923/j.ajms.20170701.05 A General Method of Constructing Polygons from a Square Ohochuku N. Stephen Department of Chemistry, Ignatius Ajuru University of Education, Port Harcourt, Nigeria Abstract This paper presents a method for constructing any regular polygon from a square of same side length. The method uses the diagonal of the square to determine the radius of a circle that is equally sectored using the side of the square. The equal sector chords form the sides of the required regular polygon. The method can be applied in the construction of any regular polygon angle (and many other angles) and in inscribing regular polygon in a given circle. The method and its applications are simple, easy to manipulate and requires no construction of angles except 90o for the construction of the nuclear figure the square. Keywords Regular polygon square As mentioned above, majority of the methods of 1. Introduction constructing regular polygons are tailored to particular family. A regular polygon family consists of regular A regular polygon is any geometric plane figure bound by polygons that differ in side lengths only. A question arises three or more equal straight lines and possessing equal whether there can be a general method that is applicable to internal angles [1, 2]. Plane figures as the equilateral the construction of any of the polygon family? The answer is triangles, squares, pentagons, hexagons etc are the lower yes because there is a method describing the construction of families. The constructions of regular polygons demands regular polygons on same base [6] which is termed the “two special methods because the majority of their respective base triangle rule”.
    [Show full text]
  • Arithmetica Logarithmica Chapter Twenty Eight. [P.78.] Synopsis
    Arithmetica Logarithmica 28 - 1 §28.1. Synopsis: Chapter Twenty - Eight. The Lemma below is stated, relating the proportionality between the areas of inscribed and circumscribed regular figures, of a given order for a given circle, to the area of the inscribed figure with double the sides, and demonstrated with a number of examples: (i) The inscribed regular hexagon has an area which is the mean proportional between the areas of the inscribed and circumscribed equilateral triangles; similarly, for the cases: (ii) the regular inscribed/circumscribed hexagons with the regular inscribed dodecagon ; (iii) the regular inscribed/circumscribed squares with the regular inscribed octagon; (iv) the regular inscribed/circumscribed pentagons with the regular inscribed decagon. [If an is the area of the inscribed n-gon, and An the area of the circumscribed n-gon, for a given circle, then a2n = √(an.An).] A large list of calculated lengths of side for inscribed/circumscribed regular figures in a circle with unit radius is presented, together with their perimeters and areas. A number of scaling problems is then demonstrated, showing the great advantage of using logarithms. §28.2. Chapter Twenty Eight. [p.78.] With the diameter of a circle given, to find the sides and areas of the regular Triangle, Square, Pentagon, Hexagon, Octagon, Decagon, Dodecagon, Hexadecagon, inscribed and circumscribed in the same circle. Lemma or regular figures ascribed in a circle: Let two figures of the same kind be associated with Fthe same circle, the one inscribed and the other circumscribed: if a third figure, of which the number of sides is equal to the sum of the remaining sides taken together, is to be inscribed in the same circle , then the area of this figure is the mean proportional between the remaining areas.
    [Show full text]
  • Polygons Introduction
    POLYGONS SIMPLE COMPLEX STAR POLYGONS TYPES ELEMENTS NUMBER OF SIDES CONCAVE CONVEX NAMES 3- TRIANGLES REGULAR IRREGULAR 4-QUADRILATERALS 5-PENTAGON SIDES 6-HEXAGON 7-HEPTAGON CONSTRUCTION DIAGONAL 8-OCTAGON 9-ENNEAGON VERTICES 10-DECAGON .... INSCRIBED GIVEN OTHER ALTITUDE THE SIDE ITEMS Star polygons: It is a particular polygon case with a star shape, created out of linking together non consecutive vertices of a regular polygon. INSCRIBED VERSUS CIRCUMSCRIBED: Inscribed Polygons: They are polygons placed inside circles so all the vertices of the polygon are placed on the circle. Circumscribed polygons: They are polygons surrounding a circle, being its sides tangent to the circle inside. A- The square is inscribed in the circle while the circle is circunscribed to the square. A B B- The circle is inscribed in the triangle while the triangle is circumscribed to the triangle. Watch this short Youtube video that introduces you the polygons definition FLATLAND - Edwin A. Abbott 1838-1926 and some names http://youtu.be/LfPDFGvGbqk 3. CONCERNING THE INHABITANTS OF FLATLAND The greatest length or breadth of a full grown inhabitant of Flatland may be estimated at about eleven of your inches. Twelve inches may be regarded as a maximum. Our Women are Straight Lines. Our Soldiers and Lowest Class of Workmen are Triangles with two equal sides, each about eleven inches long, and a base or third side so short (often not exceeding half an inch) that they form at their vertices a very sharp and formidable angle. Indeed when their bases are of the most degraded type (not more than the eighth part of an inch in size), they can hardly be distinguished from Straight lines or Women; so extremely pointed are their vertices.
    [Show full text]
  • Geometry in Design Geometrical Construction in 3D Forms by Prof
    D’source 1 Digital Learning Environment for Design - www.dsource.in Design Course Geometry in Design Geometrical Construction in 3D Forms by Prof. Ravi Mokashi Punekar and Prof. Avinash Shide DoD, IIT Guwahati Source: http://www.dsource.in/course/geometry-design 1. Introduction 2. Golden Ratio 3. Polygon - Classification - 2D 4. Concepts - 3 Dimensional 5. Family of 3 Dimensional 6. References 7. Contact Details D’source 2 Digital Learning Environment for Design - www.dsource.in Design Course Introduction Geometry in Design Geometrical Construction in 3D Forms Geometry is a science that deals with the study of inherent properties of form and space through examining and by understanding relationships of lines, surfaces and solids. These relationships are of several kinds and are seen in Prof. Ravi Mokashi Punekar and forms both natural and man-made. The relationships amongst pure geometric forms possess special properties Prof. Avinash Shide or a certain geometric order by virtue of the inherent configuration of elements that results in various forms DoD, IIT Guwahati of symmetry, proportional systems etc. These configurations have properties that hold irrespective of scale or medium used to express them and can also be arranged in a hierarchy from the totally regular to the amorphous where formal characteristics are lost. The objectives of this course are to study these inherent properties of form and space through understanding relationships of lines, surfaces and solids. This course will enable understanding basic geometric relationships, Source: both 2D and 3D, through a process of exploration and analysis. Concepts are supported with 3Dim visualization http://www.dsource.in/course/geometry-design/in- of models to understand the construction of the family of geometric forms and space interrelationships.
    [Show full text]