Internal polygon formed by drawing diagonals in a regular polygonUnit diameter pentagons with maximum areaArea of the intersection of regular pentagonsFind side length of son-polygon.Pentagon Forms a 10-sided Polygon Ratio ProblemArea Ratio of a PolygonWhat is the minimal polynomial equation with integral coefficients that the area of the regular 11-gon with side lengths 1 satisfies?Value Of $pi$ obtained using limits!New very simple golden ratio construction incorporating a triangle, square, and pentagon all with sides of equal length. Is there any prior art?Rotating Around A Regular Polygon in Polar CoordinatesPlatonic solids calculating the relations between the diameter of the sphere and the sides lengths

Identifying the interval from A♭ to D♯

Is it normal that my co-workers at a fitness company criticize my food choices?

Can the damage from a Talisman of Pure Good (or Ultimate Evil) be non-lethal?

It's a yearly task, alright

Know when to turn notes upside-down(eighth notes, sixteen notes, etc.)

What is the greatest age difference between a married couple in Tanach?

Can elves maintain concentration in a trance?

An Accountant Seeks the Help of a Mathematician

Russian cases: A few examples, I'm really confused

PTIJ: Who should pay for Uber rides: the child or the parent?

Making a sword in the stone, in a medieval world without magic

At what level can a dragon innately cast its spells?

SQL Server Primary Login Restrictions

What options are left, if Britain cannot decide?

My adviser wants to be the first author

The use of "touch" and "touch on" in context

Why doesn't the EU now just force the UK to choose between referendum and no-deal?

What is a good source for large tables on the properties of water?

Why do passenger jet manufacturers design their planes with stall prevention systems?

How could a female member of a species produce eggs unto death?

Why must traveling waves have the same amplitude to form a standing wave?

Can anyone tell me why this program fails?

2D counterpart of std::array in C++17

Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?



Internal polygon formed by drawing diagonals in a regular polygon


Unit diameter pentagons with maximum areaArea of the intersection of regular pentagonsFind side length of son-polygon.Pentagon Forms a 10-sided Polygon Ratio ProblemArea Ratio of a PolygonWhat is the minimal polynomial equation with integral coefficients that the area of the regular 11-gon with side lengths 1 satisfies?Value Of $pi$ obtained using limits!New very simple golden ratio construction incorporating a triangle, square, and pentagon all with sides of equal length. Is there any prior art?Rotating Around A Regular Polygon in Polar CoordinatesPlatonic solids calculating the relations between the diameter of the sphere and the sides lengths













2












$begingroup$


In an n-sided (n>4) regular polygon, label the vertices 0, 1, ..., n-1. For each vertex i, draw a pair of diagonals:



  • from i to (i+2) mod n and

  • from i to (i-2) mod n

Question: What is the ratio of the area of the internal polygon to the external polygon?



For n=5 and n=6, this process will result in the following diagrams. For the pentagon, the ratio would be area(ONRQP)/area(CBFED).




(source: uga.edu)



Background: This page has a discussion about pentagons and notes that if CB=1 (unit length) then ON=1/$phi^2$ where $phi=(1+sqrt5)/2$ is the golden ratio. Since the area of a pentagon is proportional to the square of its side length (see here), area(ONRQP)/area(CBFED) = 1/$phi^4$ ~ 0.146.



But I don't know how to generalize it to a regular n-gon. It seems obvious that as n increases, the ratio approaches 1 but I wonder if there is a closed form expression as a function of n.










share|cite|improve this question











$endgroup$
















    2












    $begingroup$


    In an n-sided (n>4) regular polygon, label the vertices 0, 1, ..., n-1. For each vertex i, draw a pair of diagonals:



    • from i to (i+2) mod n and

    • from i to (i-2) mod n

    Question: What is the ratio of the area of the internal polygon to the external polygon?



    For n=5 and n=6, this process will result in the following diagrams. For the pentagon, the ratio would be area(ONRQP)/area(CBFED).




    (source: uga.edu)



    Background: This page has a discussion about pentagons and notes that if CB=1 (unit length) then ON=1/$phi^2$ where $phi=(1+sqrt5)/2$ is the golden ratio. Since the area of a pentagon is proportional to the square of its side length (see here), area(ONRQP)/area(CBFED) = 1/$phi^4$ ~ 0.146.



    But I don't know how to generalize it to a regular n-gon. It seems obvious that as n increases, the ratio approaches 1 but I wonder if there is a closed form expression as a function of n.










    share|cite|improve this question











    $endgroup$














      2












      2








      2





      $begingroup$


      In an n-sided (n>4) regular polygon, label the vertices 0, 1, ..., n-1. For each vertex i, draw a pair of diagonals:



      • from i to (i+2) mod n and

      • from i to (i-2) mod n

      Question: What is the ratio of the area of the internal polygon to the external polygon?



      For n=5 and n=6, this process will result in the following diagrams. For the pentagon, the ratio would be area(ONRQP)/area(CBFED).




      (source: uga.edu)



      Background: This page has a discussion about pentagons and notes that if CB=1 (unit length) then ON=1/$phi^2$ where $phi=(1+sqrt5)/2$ is the golden ratio. Since the area of a pentagon is proportional to the square of its side length (see here), area(ONRQP)/area(CBFED) = 1/$phi^4$ ~ 0.146.



      But I don't know how to generalize it to a regular n-gon. It seems obvious that as n increases, the ratio approaches 1 but I wonder if there is a closed form expression as a function of n.










      share|cite|improve this question











      $endgroup$




      In an n-sided (n>4) regular polygon, label the vertices 0, 1, ..., n-1. For each vertex i, draw a pair of diagonals:



      • from i to (i+2) mod n and

      • from i to (i-2) mod n

      Question: What is the ratio of the area of the internal polygon to the external polygon?



      For n=5 and n=6, this process will result in the following diagrams. For the pentagon, the ratio would be area(ONRQP)/area(CBFED).




      (source: uga.edu)



      Background: This page has a discussion about pentagons and notes that if CB=1 (unit length) then ON=1/$phi^2$ where $phi=(1+sqrt5)/2$ is the golden ratio. Since the area of a pentagon is proportional to the square of its side length (see here), area(ONRQP)/area(CBFED) = 1/$phi^4$ ~ 0.146.



      But I don't know how to generalize it to a regular n-gon. It seems obvious that as n increases, the ratio approaches 1 but I wonder if there is a closed form expression as a function of n.







      geometry trigonometry euclidean-geometry polygons golden-ratio






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 11 at 8:29









      Glorfindel

      3,42981830




      3,42981830










      asked Sep 17 '13 at 16:56









      user2602740user2602740

      15815




      15815




















          1 Answer
          1






          active

          oldest

          votes


















          1












          $begingroup$

          You mentioned that the area is proportional to the the square of the side length, but it could be difficult to calculate the side lengths that are involved.



          Hint: The area is proportionate to the distance from the center.



          Let $ omega$ be a $n$th root of unity, and $omega^i$ be the vertices of the polygon.



          What is the distance of a side of the regular polygon from the origin?




          $ | frac omega^i + omega^i+1 2 |$




          What is the distance of a diagonal of the regular polygon from the origin?




          $ | frac omega^i + omega^i+2 2| $




          Hence, the ratio of areas is




          $left| frac omega^1+omega^-1omega^frac12+omega^frac12 right|^2 = ...$







          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
            $endgroup$
            – user2602740
            Sep 17 '13 at 17:43











          • $begingroup$
            @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
            $endgroup$
            – Calvin Lin
            Sep 17 '13 at 19:09










          • $begingroup$
            As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
            $endgroup$
            – Fred Kline
            Dec 26 '14 at 11:19










          • $begingroup$
            @FredKline Can you please show me how we are computing pi?
            $endgroup$
            – user2602740
            May 9 '15 at 18:43










          • $begingroup$
            ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
            $endgroup$
            – Fred Kline
            May 9 '15 at 18:45











          Your Answer





          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("mathjaxEditing", function ()
          StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
          StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
          );
          );
          , "mathjax-editing");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "69"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f496559%2finternal-polygon-formed-by-drawing-diagonals-in-a-regular-polygon%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1












          $begingroup$

          You mentioned that the area is proportional to the the square of the side length, but it could be difficult to calculate the side lengths that are involved.



          Hint: The area is proportionate to the distance from the center.



          Let $ omega$ be a $n$th root of unity, and $omega^i$ be the vertices of the polygon.



          What is the distance of a side of the regular polygon from the origin?




          $ | frac omega^i + omega^i+1 2 |$




          What is the distance of a diagonal of the regular polygon from the origin?




          $ | frac omega^i + omega^i+2 2| $




          Hence, the ratio of areas is




          $left| frac omega^1+omega^-1omega^frac12+omega^frac12 right|^2 = ...$







          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
            $endgroup$
            – user2602740
            Sep 17 '13 at 17:43











          • $begingroup$
            @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
            $endgroup$
            – Calvin Lin
            Sep 17 '13 at 19:09










          • $begingroup$
            As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
            $endgroup$
            – Fred Kline
            Dec 26 '14 at 11:19










          • $begingroup$
            @FredKline Can you please show me how we are computing pi?
            $endgroup$
            – user2602740
            May 9 '15 at 18:43










          • $begingroup$
            ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
            $endgroup$
            – Fred Kline
            May 9 '15 at 18:45
















          1












          $begingroup$

          You mentioned that the area is proportional to the the square of the side length, but it could be difficult to calculate the side lengths that are involved.



          Hint: The area is proportionate to the distance from the center.



          Let $ omega$ be a $n$th root of unity, and $omega^i$ be the vertices of the polygon.



          What is the distance of a side of the regular polygon from the origin?




          $ | frac omega^i + omega^i+1 2 |$




          What is the distance of a diagonal of the regular polygon from the origin?




          $ | frac omega^i + omega^i+2 2| $




          Hence, the ratio of areas is




          $left| frac omega^1+omega^-1omega^frac12+omega^frac12 right|^2 = ...$







          share|cite|improve this answer











          $endgroup$












          • $begingroup$
            Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
            $endgroup$
            – user2602740
            Sep 17 '13 at 17:43











          • $begingroup$
            @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
            $endgroup$
            – Calvin Lin
            Sep 17 '13 at 19:09










          • $begingroup$
            As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
            $endgroup$
            – Fred Kline
            Dec 26 '14 at 11:19










          • $begingroup$
            @FredKline Can you please show me how we are computing pi?
            $endgroup$
            – user2602740
            May 9 '15 at 18:43










          • $begingroup$
            ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
            $endgroup$
            – Fred Kline
            May 9 '15 at 18:45














          1












          1








          1





          $begingroup$

          You mentioned that the area is proportional to the the square of the side length, but it could be difficult to calculate the side lengths that are involved.



          Hint: The area is proportionate to the distance from the center.



          Let $ omega$ be a $n$th root of unity, and $omega^i$ be the vertices of the polygon.



          What is the distance of a side of the regular polygon from the origin?




          $ | frac omega^i + omega^i+1 2 |$




          What is the distance of a diagonal of the regular polygon from the origin?




          $ | frac omega^i + omega^i+2 2| $




          Hence, the ratio of areas is




          $left| frac omega^1+omega^-1omega^frac12+omega^frac12 right|^2 = ...$







          share|cite|improve this answer











          $endgroup$



          You mentioned that the area is proportional to the the square of the side length, but it could be difficult to calculate the side lengths that are involved.



          Hint: The area is proportionate to the distance from the center.



          Let $ omega$ be a $n$th root of unity, and $omega^i$ be the vertices of the polygon.



          What is the distance of a side of the regular polygon from the origin?




          $ | frac omega^i + omega^i+1 2 |$




          What is the distance of a diagonal of the regular polygon from the origin?




          $ | frac omega^i + omega^i+2 2| $




          Hence, the ratio of areas is




          $left| frac omega^1+omega^-1omega^frac12+omega^frac12 right|^2 = ...$








          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Sep 17 '13 at 19:14

























          answered Sep 17 '13 at 17:21









          Calvin LinCalvin Lin

          36.3k349114




          36.3k349114











          • $begingroup$
            Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
            $endgroup$
            – user2602740
            Sep 17 '13 at 17:43











          • $begingroup$
            @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
            $endgroup$
            – Calvin Lin
            Sep 17 '13 at 19:09










          • $begingroup$
            As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
            $endgroup$
            – Fred Kline
            Dec 26 '14 at 11:19










          • $begingroup$
            @FredKline Can you please show me how we are computing pi?
            $endgroup$
            – user2602740
            May 9 '15 at 18:43










          • $begingroup$
            ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
            $endgroup$
            – Fred Kline
            May 9 '15 at 18:45

















          • $begingroup$
            Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
            $endgroup$
            – user2602740
            Sep 17 '13 at 17:43











          • $begingroup$
            @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
            $endgroup$
            – Calvin Lin
            Sep 17 '13 at 19:09










          • $begingroup$
            As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
            $endgroup$
            – Fred Kline
            Dec 26 '14 at 11:19










          • $begingroup$
            @FredKline Can you please show me how we are computing pi?
            $endgroup$
            – user2602740
            May 9 '15 at 18:43










          • $begingroup$
            ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
            $endgroup$
            – Fred Kline
            May 9 '15 at 18:45
















          $begingroup$
          Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
          $endgroup$
          – user2602740
          Sep 17 '13 at 17:43





          $begingroup$
          Given $omega^i$ as the vertices I can see that the length of a side of the polygon is |$omega^i$ - $omega^i+1$| and a similar expression for the diagonals. I don't know how to compute the distance of a side. Also, I just don't see how that will help me compute the areas.
          $endgroup$
          – user2602740
          Sep 17 '13 at 17:43













          $begingroup$
          @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
          $endgroup$
          – Calvin Lin
          Sep 17 '13 at 19:09




          $begingroup$
          @user2602740 The distance from the side to the origin is the distance from the midpoint of the side to the origin, namely $fracomega^i + omega^i+1 2 $. What about the distance from the diagonal to the origin?
          $endgroup$
          – Calvin Lin
          Sep 17 '13 at 19:09












          $begingroup$
          As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
          $endgroup$
          – Fred Kline
          Dec 26 '14 at 11:19




          $begingroup$
          As the number of sides increases and the ratio of inner area/outer area goes to 1, we are computing $pi.$
          $endgroup$
          – Fred Kline
          Dec 26 '14 at 11:19












          $begingroup$
          @FredKline Can you please show me how we are computing pi?
          $endgroup$
          – user2602740
          May 9 '15 at 18:43




          $begingroup$
          @FredKline Can you please show me how we are computing pi?
          $endgroup$
          – user2602740
          May 9 '15 at 18:43












          $begingroup$
          ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
          $endgroup$
          – Fred Kline
          May 9 '15 at 18:45





          $begingroup$
          ![en.wikipedia.org/wiki/… should have a little info. Scroll down to Polygon approximation to a circle
          $endgroup$
          – Fred Kline
          May 9 '15 at 18:45


















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Mathematics Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f496559%2finternal-polygon-formed-by-drawing-diagonals-in-a-regular-polygon%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Moe incest case Sentencing See also References Navigation menu"'Australian Josef Fritzl' fathered four children by daughter""Small town recoils in horror at 'Australian Fritzl' incest case""Victorian rape allegations echo Fritzl case - Just In (Australian Broadcasting Corporation)""Incest father jailed for 22 years""'Australian Fritzl' sentenced to 22 years in prison for abusing daughter for three decades""RSJ v The Queen"

          Who is our nearest planetary neighbor, on average?Santa Claus flies to the South PoleSeven Spheres of Unequal Mass, a weighing problem with a twistDescribe a large integerFast Mental Calculation of $7.5^7$Math in Space (without the help of celebrities)Find the value of $bigstar$: Puzzle 8 - InequalityWho drinks beer while running anyway?A Crucial DeliveryRanking And AverageHow long will my money last at roulette?

          Daza language Contents Vocabulary Phonology References External links Navigation menudaza1242Daza"Dazaga"eeee178086576