How to check does polygon with given sides' length exist?how to find if it is possible to form a convex polygon with given n sides length?How to find the area of a quadrilateral given only the length of it's sides?For set of segments, check if they can create n-side polygonResolving an area of a polygon with sides knownHow to calculate perimeter of Polygon with missing the length of one side?Area Of Polygon Whose Edges Are In Given Distance From A Given Polygon EdgesCheck if convex polygon is completely contained completely within another convex polygon.Determining the position of a polygon inside a circle from only the angle of opposing sides/edges.Given angles/sides, is there a necessary and sufficient condition on whether polygon exists?Area of minimum regular polygon given three verticesHow do I find the angles of a polygon if I only have the lengths of the sides?Is area of a polygon independent of the angle formed by its sides?Can a non-equilateral triangle with integer sides and integer angles (in degrees) exist?

Is it safe to use olive oil to clean the ear wax?

"Spoil" vs "Ruin"

How to follow the Halacha?

Strong empirical falsification of quantum mechanics based on vacuum energy density

Yosemite Fire Rings - What to Expect?

How do you make your own symbol when Detexify fails?

Open a doc from terminal, but not by its name

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

Is it improper etiquette to ask your opponent what his/her rating is before the game?

Loading commands from file

lightning-datatable row number error

Is this toilet slogan correct usage of the English language?

Aragorn's "guise" in the Orthanc Stone

What if a revenant (monster) gains fire resistance?

What should you do when eye contact makes your subordinate uncomfortable?

Symbol used to indicate indivisibility

Why should universal income be universal?

What are the purposes of autoencoders?

Did arcade monitors have same pixel aspect ratio as TV sets?

250 Floor Tower

What was the exact wording from Ivanhoe of this advice on how to free yourself from slavery?

Is the U.S. Code copyrighted by the Government?

A social experiment. What is the worst that can happen?

Travelling outside the UK without a passport



How to check does polygon with given sides' length exist?


how to find if it is possible to form a convex polygon with given n sides length?How to find the area of a quadrilateral given only the length of it's sides?For set of segments, check if they can create n-side polygonResolving an area of a polygon with sides knownHow to calculate perimeter of Polygon with missing the length of one side?Area Of Polygon Whose Edges Are In Given Distance From A Given Polygon EdgesCheck if convex polygon is completely contained completely within another convex polygon.Determining the position of a polygon inside a circle from only the angle of opposing sides/edges.Given angles/sides, is there a necessary and sufficient condition on whether polygon exists?Area of minimum regular polygon given three verticesHow do I find the angles of a polygon if I only have the lengths of the sides?Is area of a polygon independent of the angle formed by its sides?Can a non-equilateral triangle with integer sides and integer angles (in degrees) exist?













3












$begingroup$


I have polygon with $n$ angles. Then I have got $n$ values, which mean this polygon's sides' length. I have to check does this polygon exist (means - could be drawn with given sides' length). Is there any overall formula to check that? (like e.g. $a+bge c$, $a+cge b$, $c+bge a$ for triangle)










share|cite|improve this question











$endgroup$
















    3












    $begingroup$


    I have polygon with $n$ angles. Then I have got $n$ values, which mean this polygon's sides' length. I have to check does this polygon exist (means - could be drawn with given sides' length). Is there any overall formula to check that? (like e.g. $a+bge c$, $a+cge b$, $c+bge a$ for triangle)










    share|cite|improve this question











    $endgroup$














      3












      3








      3





      $begingroup$


      I have polygon with $n$ angles. Then I have got $n$ values, which mean this polygon's sides' length. I have to check does this polygon exist (means - could be drawn with given sides' length). Is there any overall formula to check that? (like e.g. $a+bge c$, $a+cge b$, $c+bge a$ for triangle)










      share|cite|improve this question











      $endgroup$




      I have polygon with $n$ angles. Then I have got $n$ values, which mean this polygon's sides' length. I have to check does this polygon exist (means - could be drawn with given sides' length). Is there any overall formula to check that? (like e.g. $a+bge c$, $a+cge b$, $c+bge a$ for triangle)







      geometry polygons






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jun 13 '14 at 21:48









      Matt E

      105k8220390




      105k8220390










      asked Jun 13 '14 at 10:19









      TN888TN888

      220312




      220312




















          2 Answers
          2






          active

          oldest

          votes


















          5












          $begingroup$

          The only rigid polygons are triangles. If $n>3$, then there are many polygons with the same sequence of sides. This can be proved by cutting the polygon along a diagonal and using induction. The only restriction is the triangle inequality: each side is less than the sum of the other sides. Indeed, given a sequence of sides satisfying the triangle inequality you can find a triangle whose sides are two consecutives sides and the third is the remaining sides straightened flat. If you insist on angles less than $pi$, just perturb this a bit.






          share|cite|improve this answer











          $endgroup$








          • 1




            $begingroup$
            For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
            $endgroup$
            – lhf
            Jun 13 '14 at 11:56



















          1












          $begingroup$

          No, there's no overall formula. There are some weak conditions (the sum of any $n-1$ sides' lengths must be greater than the length of the remaining side, for instance), but this is merely necessary for the existence of any polygon with those side-lengths, not one that has your desired angles. Is it sufficient? I'm not certain offhand.



          Re-reading, perhaps when you said that you "have "n" angles" you meant "I'm looking for an $n$-angle polygon".



          In that case, the inequalities I cited above are necessary, but are they sufficient? I suspect that they are, although they'd only guarantee a polygon with those side-lengths...not a non-self-intersecting polygon. For that latter condition, you'd have to do some additional work.






          share|cite|improve this answer











          $endgroup$












            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%2f832716%2fhow-to-check-does-polygon-with-given-sides-length-exist%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5












            $begingroup$

            The only rigid polygons are triangles. If $n>3$, then there are many polygons with the same sequence of sides. This can be proved by cutting the polygon along a diagonal and using induction. The only restriction is the triangle inequality: each side is less than the sum of the other sides. Indeed, given a sequence of sides satisfying the triangle inequality you can find a triangle whose sides are two consecutives sides and the third is the remaining sides straightened flat. If you insist on angles less than $pi$, just perturb this a bit.






            share|cite|improve this answer











            $endgroup$








            • 1




              $begingroup$
              For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
              $endgroup$
              – lhf
              Jun 13 '14 at 11:56
















            5












            $begingroup$

            The only rigid polygons are triangles. If $n>3$, then there are many polygons with the same sequence of sides. This can be proved by cutting the polygon along a diagonal and using induction. The only restriction is the triangle inequality: each side is less than the sum of the other sides. Indeed, given a sequence of sides satisfying the triangle inequality you can find a triangle whose sides are two consecutives sides and the third is the remaining sides straightened flat. If you insist on angles less than $pi$, just perturb this a bit.






            share|cite|improve this answer











            $endgroup$








            • 1




              $begingroup$
              For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
              $endgroup$
              – lhf
              Jun 13 '14 at 11:56














            5












            5








            5





            $begingroup$

            The only rigid polygons are triangles. If $n>3$, then there are many polygons with the same sequence of sides. This can be proved by cutting the polygon along a diagonal and using induction. The only restriction is the triangle inequality: each side is less than the sum of the other sides. Indeed, given a sequence of sides satisfying the triangle inequality you can find a triangle whose sides are two consecutives sides and the third is the remaining sides straightened flat. If you insist on angles less than $pi$, just perturb this a bit.






            share|cite|improve this answer











            $endgroup$



            The only rigid polygons are triangles. If $n>3$, then there are many polygons with the same sequence of sides. This can be proved by cutting the polygon along a diagonal and using induction. The only restriction is the triangle inequality: each side is less than the sum of the other sides. Indeed, given a sequence of sides satisfying the triangle inequality you can find a triangle whose sides are two consecutives sides and the third is the remaining sides straightened flat. If you insist on angles less than $pi$, just perturb this a bit.







            share|cite|improve this answer














            share|cite|improve this answer



            share|cite|improve this answer








            edited Jun 13 '14 at 11:57

























            answered Jun 13 '14 at 11:52









            lhflhf

            166k11172402




            166k11172402







            • 1




              $begingroup$
              For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
              $endgroup$
              – lhf
              Jun 13 '14 at 11:56













            • 1




              $begingroup$
              For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
              $endgroup$
              – lhf
              Jun 13 '14 at 11:56








            1




            1




            $begingroup$
            For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
            $endgroup$
            – lhf
            Jun 13 '14 at 11:56





            $begingroup$
            For the existence of a diagonal, see chapter 1 of Discrete and Computational Geometry by Devadoss and O'Rourke.
            $endgroup$
            – lhf
            Jun 13 '14 at 11:56












            1












            $begingroup$

            No, there's no overall formula. There are some weak conditions (the sum of any $n-1$ sides' lengths must be greater than the length of the remaining side, for instance), but this is merely necessary for the existence of any polygon with those side-lengths, not one that has your desired angles. Is it sufficient? I'm not certain offhand.



            Re-reading, perhaps when you said that you "have "n" angles" you meant "I'm looking for an $n$-angle polygon".



            In that case, the inequalities I cited above are necessary, but are they sufficient? I suspect that they are, although they'd only guarantee a polygon with those side-lengths...not a non-self-intersecting polygon. For that latter condition, you'd have to do some additional work.






            share|cite|improve this answer











            $endgroup$

















              1












              $begingroup$

              No, there's no overall formula. There are some weak conditions (the sum of any $n-1$ sides' lengths must be greater than the length of the remaining side, for instance), but this is merely necessary for the existence of any polygon with those side-lengths, not one that has your desired angles. Is it sufficient? I'm not certain offhand.



              Re-reading, perhaps when you said that you "have "n" angles" you meant "I'm looking for an $n$-angle polygon".



              In that case, the inequalities I cited above are necessary, but are they sufficient? I suspect that they are, although they'd only guarantee a polygon with those side-lengths...not a non-self-intersecting polygon. For that latter condition, you'd have to do some additional work.






              share|cite|improve this answer











              $endgroup$















                1












                1








                1





                $begingroup$

                No, there's no overall formula. There are some weak conditions (the sum of any $n-1$ sides' lengths must be greater than the length of the remaining side, for instance), but this is merely necessary for the existence of any polygon with those side-lengths, not one that has your desired angles. Is it sufficient? I'm not certain offhand.



                Re-reading, perhaps when you said that you "have "n" angles" you meant "I'm looking for an $n$-angle polygon".



                In that case, the inequalities I cited above are necessary, but are they sufficient? I suspect that they are, although they'd only guarantee a polygon with those side-lengths...not a non-self-intersecting polygon. For that latter condition, you'd have to do some additional work.






                share|cite|improve this answer











                $endgroup$



                No, there's no overall formula. There are some weak conditions (the sum of any $n-1$ sides' lengths must be greater than the length of the remaining side, for instance), but this is merely necessary for the existence of any polygon with those side-lengths, not one that has your desired angles. Is it sufficient? I'm not certain offhand.



                Re-reading, perhaps when you said that you "have "n" angles" you meant "I'm looking for an $n$-angle polygon".



                In that case, the inequalities I cited above are necessary, but are they sufficient? I suspect that they are, although they'd only guarantee a polygon with those side-lengths...not a non-self-intersecting polygon. For that latter condition, you'd have to do some additional work.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Jun 13 '14 at 11:22

























                answered Jun 13 '14 at 11:10









                John HughesJohn Hughes

                64.8k24292




                64.8k24292



























                    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%2f832716%2fhow-to-check-does-polygon-with-given-sides-length-exist%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