Proving 2 chords are the same length in a circle divided into $n$ equal arcs












0












$begingroup$


Let us have a circle that is divided in to $n$ equal arcs by $n$ points on the circumference. There are $dfrac{n}{2}$ chords joining pairs of points. For what values of $n$ would it be necessary for there to be at least 2 chords with the same length, and how would you prove this?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    $n$ is an even number then?
    $endgroup$
    – Christopher Marley
    Jan 6 at 3:14










  • $begingroup$
    For any n greater or equal to 3?
    $endgroup$
    – Moti
    Jan 6 at 7:16
















0












$begingroup$


Let us have a circle that is divided in to $n$ equal arcs by $n$ points on the circumference. There are $dfrac{n}{2}$ chords joining pairs of points. For what values of $n$ would it be necessary for there to be at least 2 chords with the same length, and how would you prove this?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    $n$ is an even number then?
    $endgroup$
    – Christopher Marley
    Jan 6 at 3:14










  • $begingroup$
    For any n greater or equal to 3?
    $endgroup$
    – Moti
    Jan 6 at 7:16














0












0








0





$begingroup$


Let us have a circle that is divided in to $n$ equal arcs by $n$ points on the circumference. There are $dfrac{n}{2}$ chords joining pairs of points. For what values of $n$ would it be necessary for there to be at least 2 chords with the same length, and how would you prove this?










share|cite|improve this question









$endgroup$




Let us have a circle that is divided in to $n$ equal arcs by $n$ points on the circumference. There are $dfrac{n}{2}$ chords joining pairs of points. For what values of $n$ would it be necessary for there to be at least 2 chords with the same length, and how would you prove this?







geometry circle






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 6 at 2:08









user491842user491842

62




62








  • 1




    $begingroup$
    $n$ is an even number then?
    $endgroup$
    – Christopher Marley
    Jan 6 at 3:14










  • $begingroup$
    For any n greater or equal to 3?
    $endgroup$
    – Moti
    Jan 6 at 7:16














  • 1




    $begingroup$
    $n$ is an even number then?
    $endgroup$
    – Christopher Marley
    Jan 6 at 3:14










  • $begingroup$
    For any n greater or equal to 3?
    $endgroup$
    – Moti
    Jan 6 at 7:16








1




1




$begingroup$
$n$ is an even number then?
$endgroup$
– Christopher Marley
Jan 6 at 3:14




$begingroup$
$n$ is an even number then?
$endgroup$
– Christopher Marley
Jan 6 at 3:14












$begingroup$
For any n greater or equal to 3?
$endgroup$
– Moti
Jan 6 at 7:16




$begingroup$
For any n greater or equal to 3?
$endgroup$
– Moti
Jan 6 at 7:16










2 Answers
2






active

oldest

votes


















0












$begingroup$

The number of chords rather is ${nchoose 2}$ instead.



Your question then comes down to $${nchoose 2}=frac{n!}{(n-2)! 2!}=frac{n (n-1)}2>1$$ This solves to $n>2$, which then provides the number of points where at least 2 chords are available and therefore comparable.



But then, even so from $n>3$ on there are chords $(i, j)$ of different sizes, you always have a sequence of $n$ chords joining neighbouring points $(i, (i+1)mod n)$. And as those points have been equally spaced by assumption, the according $n>2$ chords will have the same length too; i.e. for any such $n$ individually.



--- rk






share|cite|improve this answer









$endgroup$













  • $begingroup$
    There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
    $endgroup$
    – Daniel Mathias
    Jan 6 at 12:47



















0












$begingroup$


For what values of $n$ would it be necessary for there to be at least 2 chords with the same length?




This is necessary for all odd $n$.



For any even $n$ there are exactly $frac{n}{2}$ distinct chord lengths, as shown in the image for $n=8$. For odd $n$ there are $lfloorfrac{n}{2}rfloor$ distinct chord lengths. If the selection $frac{n}{2}$ chords for odd $n$ is rounded up, then there must be at least two chords with the same length.



enter image description here






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%2f3063405%2fproving-2-chords-are-the-same-length-in-a-circle-divided-into-n-equal-arcs%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









    0












    $begingroup$

    The number of chords rather is ${nchoose 2}$ instead.



    Your question then comes down to $${nchoose 2}=frac{n!}{(n-2)! 2!}=frac{n (n-1)}2>1$$ This solves to $n>2$, which then provides the number of points where at least 2 chords are available and therefore comparable.



    But then, even so from $n>3$ on there are chords $(i, j)$ of different sizes, you always have a sequence of $n$ chords joining neighbouring points $(i, (i+1)mod n)$. And as those points have been equally spaced by assumption, the according $n>2$ chords will have the same length too; i.e. for any such $n$ individually.



    --- rk






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
      $endgroup$
      – Daniel Mathias
      Jan 6 at 12:47
















    0












    $begingroup$

    The number of chords rather is ${nchoose 2}$ instead.



    Your question then comes down to $${nchoose 2}=frac{n!}{(n-2)! 2!}=frac{n (n-1)}2>1$$ This solves to $n>2$, which then provides the number of points where at least 2 chords are available and therefore comparable.



    But then, even so from $n>3$ on there are chords $(i, j)$ of different sizes, you always have a sequence of $n$ chords joining neighbouring points $(i, (i+1)mod n)$. And as those points have been equally spaced by assumption, the according $n>2$ chords will have the same length too; i.e. for any such $n$ individually.



    --- rk






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
      $endgroup$
      – Daniel Mathias
      Jan 6 at 12:47














    0












    0








    0





    $begingroup$

    The number of chords rather is ${nchoose 2}$ instead.



    Your question then comes down to $${nchoose 2}=frac{n!}{(n-2)! 2!}=frac{n (n-1)}2>1$$ This solves to $n>2$, which then provides the number of points where at least 2 chords are available and therefore comparable.



    But then, even so from $n>3$ on there are chords $(i, j)$ of different sizes, you always have a sequence of $n$ chords joining neighbouring points $(i, (i+1)mod n)$. And as those points have been equally spaced by assumption, the according $n>2$ chords will have the same length too; i.e. for any such $n$ individually.



    --- rk






    share|cite|improve this answer









    $endgroup$



    The number of chords rather is ${nchoose 2}$ instead.



    Your question then comes down to $${nchoose 2}=frac{n!}{(n-2)! 2!}=frac{n (n-1)}2>1$$ This solves to $n>2$, which then provides the number of points where at least 2 chords are available and therefore comparable.



    But then, even so from $n>3$ on there are chords $(i, j)$ of different sizes, you always have a sequence of $n$ chords joining neighbouring points $(i, (i+1)mod n)$. And as those points have been equally spaced by assumption, the according $n>2$ chords will have the same length too; i.e. for any such $n$ individually.



    --- rk







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Jan 6 at 10:48









    Dr. Richard KlitzingDr. Richard Klitzing

    1,57016




    1,57016












    • $begingroup$
      There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
      $endgroup$
      – Daniel Mathias
      Jan 6 at 12:47


















    • $begingroup$
      There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
      $endgroup$
      – Daniel Mathias
      Jan 6 at 12:47
















    $begingroup$
    There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
    $endgroup$
    – Daniel Mathias
    Jan 6 at 12:47




    $begingroup$
    There are $binom{n}{2}$ possible chords. The question states that (only) $frac{n}{2}$ of these chords are to be considered. For $n=6$ we can choose 3 chords with 3 distinct lengths, so it is not necessary for 2 chords to have the same length in this case.
    $endgroup$
    – Daniel Mathias
    Jan 6 at 12:47











    0












    $begingroup$


    For what values of $n$ would it be necessary for there to be at least 2 chords with the same length?




    This is necessary for all odd $n$.



    For any even $n$ there are exactly $frac{n}{2}$ distinct chord lengths, as shown in the image for $n=8$. For odd $n$ there are $lfloorfrac{n}{2}rfloor$ distinct chord lengths. If the selection $frac{n}{2}$ chords for odd $n$ is rounded up, then there must be at least two chords with the same length.



    enter image description here






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$


      For what values of $n$ would it be necessary for there to be at least 2 chords with the same length?




      This is necessary for all odd $n$.



      For any even $n$ there are exactly $frac{n}{2}$ distinct chord lengths, as shown in the image for $n=8$. For odd $n$ there are $lfloorfrac{n}{2}rfloor$ distinct chord lengths. If the selection $frac{n}{2}$ chords for odd $n$ is rounded up, then there must be at least two chords with the same length.



      enter image description here






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$


        For what values of $n$ would it be necessary for there to be at least 2 chords with the same length?




        This is necessary for all odd $n$.



        For any even $n$ there are exactly $frac{n}{2}$ distinct chord lengths, as shown in the image for $n=8$. For odd $n$ there are $lfloorfrac{n}{2}rfloor$ distinct chord lengths. If the selection $frac{n}{2}$ chords for odd $n$ is rounded up, then there must be at least two chords with the same length.



        enter image description here






        share|cite|improve this answer









        $endgroup$




        For what values of $n$ would it be necessary for there to be at least 2 chords with the same length?




        This is necessary for all odd $n$.



        For any even $n$ there are exactly $frac{n}{2}$ distinct chord lengths, as shown in the image for $n=8$. For odd $n$ there are $lfloorfrac{n}{2}rfloor$ distinct chord lengths. If the selection $frac{n}{2}$ chords for odd $n$ is rounded up, then there must be at least two chords with the same length.



        enter image description here







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 6 at 13:17









        Daniel MathiasDaniel Mathias

        73617




        73617






























            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%2f3063405%2fproving-2-chords-are-the-same-length-in-a-circle-divided-into-n-equal-arcs%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

            MongoDB - Not Authorized To Execute Command

            Npm cannot find a required file even through it is in the searched directory

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith