How to determinate the convergence the start and the finish points?











up vote
1
down vote

favorite












I have found the Gridpatterns page.



One can apply the next algoritm and obtaine the grid pattern "1-2-3".




  1. On square grid paper start in the middle.

  2. Draw a line 1-unit long.

  3. Turn a right angle clockwise.

  4. Draw a line 2-unit long.

  5. Turn a right angle clockwise.

  6. Draw a line 3-unit long.

  7. Repeat steps 1-6 four times.


Result is below on the left figure. As you can see we returned to the start point (red).



Edit. After the lesnik's answer. Your positions after step 6 will be four points forming a square (right figure).



enter image description here



Question. Is there a rule by which it can be determined that the pattern "a-b-c" will return (convergence) to the starting point? Here a, b, c are integer.










share|cite|improve this question




























    up vote
    1
    down vote

    favorite












    I have found the Gridpatterns page.



    One can apply the next algoritm and obtaine the grid pattern "1-2-3".




    1. On square grid paper start in the middle.

    2. Draw a line 1-unit long.

    3. Turn a right angle clockwise.

    4. Draw a line 2-unit long.

    5. Turn a right angle clockwise.

    6. Draw a line 3-unit long.

    7. Repeat steps 1-6 four times.


    Result is below on the left figure. As you can see we returned to the start point (red).



    Edit. After the lesnik's answer. Your positions after step 6 will be four points forming a square (right figure).



    enter image description here



    Question. Is there a rule by which it can be determined that the pattern "a-b-c" will return (convergence) to the starting point? Here a, b, c are integer.










    share|cite|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I have found the Gridpatterns page.



      One can apply the next algoritm and obtaine the grid pattern "1-2-3".




      1. On square grid paper start in the middle.

      2. Draw a line 1-unit long.

      3. Turn a right angle clockwise.

      4. Draw a line 2-unit long.

      5. Turn a right angle clockwise.

      6. Draw a line 3-unit long.

      7. Repeat steps 1-6 four times.


      Result is below on the left figure. As you can see we returned to the start point (red).



      Edit. After the lesnik's answer. Your positions after step 6 will be four points forming a square (right figure).



      enter image description here



      Question. Is there a rule by which it can be determined that the pattern "a-b-c" will return (convergence) to the starting point? Here a, b, c are integer.










      share|cite|improve this question















      I have found the Gridpatterns page.



      One can apply the next algoritm and obtaine the grid pattern "1-2-3".




      1. On square grid paper start in the middle.

      2. Draw a line 1-unit long.

      3. Turn a right angle clockwise.

      4. Draw a line 2-unit long.

      5. Turn a right angle clockwise.

      6. Draw a line 3-unit long.

      7. Repeat steps 1-6 four times.


      Result is below on the left figure. As you can see we returned to the start point (red).



      Edit. After the lesnik's answer. Your positions after step 6 will be four points forming a square (right figure).



      enter image description here



      Question. Is there a rule by which it can be determined that the pattern "a-b-c" will return (convergence) to the starting point? Here a, b, c are integer.







      geometry algorithms vectors invariant-theory






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 10 hours ago

























      asked 11 hours ago









      Nick

      294112




      294112






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Looks like for any $a$, $b$ and $c$ following your algorithm you will return to the starting point.



          After steps 1-6 you shift from original position by some vector $vec{x_1}$ and turn by 90 degrees. Now you repeat steps 1-6, and shift from your current position by some vector $vec{x_2}$. Which is exactly like $vec{x_1}$, but turned by 90 degrees. And so on. Sum of vectors $vec{x_1}$, $vec{x_2}$, $vec{x_3}$ and $vec{x_4}$ is zero because all of them have the same length, and each one is turned by 90 degrees.



          Your positions after step 6 will be four points forming a square.






          share|cite|improve this answer





















            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',
            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%2f2997857%2fhow-to-determinate-the-convergence-the-start-and-the-finish-points%23new-answer', 'question_page');
            }
            );

            Post as a guest
































            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            1
            down vote













            Looks like for any $a$, $b$ and $c$ following your algorithm you will return to the starting point.



            After steps 1-6 you shift from original position by some vector $vec{x_1}$ and turn by 90 degrees. Now you repeat steps 1-6, and shift from your current position by some vector $vec{x_2}$. Which is exactly like $vec{x_1}$, but turned by 90 degrees. And so on. Sum of vectors $vec{x_1}$, $vec{x_2}$, $vec{x_3}$ and $vec{x_4}$ is zero because all of them have the same length, and each one is turned by 90 degrees.



            Your positions after step 6 will be four points forming a square.






            share|cite|improve this answer

























              up vote
              1
              down vote













              Looks like for any $a$, $b$ and $c$ following your algorithm you will return to the starting point.



              After steps 1-6 you shift from original position by some vector $vec{x_1}$ and turn by 90 degrees. Now you repeat steps 1-6, and shift from your current position by some vector $vec{x_2}$. Which is exactly like $vec{x_1}$, but turned by 90 degrees. And so on. Sum of vectors $vec{x_1}$, $vec{x_2}$, $vec{x_3}$ and $vec{x_4}$ is zero because all of them have the same length, and each one is turned by 90 degrees.



              Your positions after step 6 will be four points forming a square.






              share|cite|improve this answer























                up vote
                1
                down vote










                up vote
                1
                down vote









                Looks like for any $a$, $b$ and $c$ following your algorithm you will return to the starting point.



                After steps 1-6 you shift from original position by some vector $vec{x_1}$ and turn by 90 degrees. Now you repeat steps 1-6, and shift from your current position by some vector $vec{x_2}$. Which is exactly like $vec{x_1}$, but turned by 90 degrees. And so on. Sum of vectors $vec{x_1}$, $vec{x_2}$, $vec{x_3}$ and $vec{x_4}$ is zero because all of them have the same length, and each one is turned by 90 degrees.



                Your positions after step 6 will be four points forming a square.






                share|cite|improve this answer












                Looks like for any $a$, $b$ and $c$ following your algorithm you will return to the starting point.



                After steps 1-6 you shift from original position by some vector $vec{x_1}$ and turn by 90 degrees. Now you repeat steps 1-6, and shift from your current position by some vector $vec{x_2}$. Which is exactly like $vec{x_1}$, but turned by 90 degrees. And so on. Sum of vectors $vec{x_1}$, $vec{x_2}$, $vec{x_3}$ and $vec{x_4}$ is zero because all of them have the same length, and each one is turned by 90 degrees.



                Your positions after step 6 will be four points forming a square.







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered 10 hours ago









                lesnik

                1,375611




                1,375611






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997857%2fhow-to-determinate-the-convergence-the-start-and-the-finish-points%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest




















































































                    Popular posts from this blog

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...