Continued fraction of $ sqrt3 $

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












How can I solve the continued fraction of $sqrt3$?



I know that a continued fraction is [1;1,2,1,2,1,2,....] -> this is the continued fraction of $sqrt3$, but how can I solve? What are the steps?



I don't understand this proof.



enter image description here



Thank you so much.







share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    How can I solve the continued fraction of $sqrt3$?



    I know that a continued fraction is [1;1,2,1,2,1,2,....] -> this is the continued fraction of $sqrt3$, but how can I solve? What are the steps?



    I don't understand this proof.



    enter image description here



    Thank you so much.







    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      How can I solve the continued fraction of $sqrt3$?



      I know that a continued fraction is [1;1,2,1,2,1,2,....] -> this is the continued fraction of $sqrt3$, but how can I solve? What are the steps?



      I don't understand this proof.



      enter image description here



      Thank you so much.







      share|cite|improve this question














      How can I solve the continued fraction of $sqrt3$?



      I know that a continued fraction is [1;1,2,1,2,1,2,....] -> this is the continued fraction of $sqrt3$, but how can I solve? What are the steps?



      I don't understand this proof.



      enter image description here



      Thank you so much.









      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Aug 29 at 8:20









      Arthur

      101k795176




      101k795176










      asked Aug 29 at 8:06









      Manuel Guerrero

      213




      213




















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          We know $sqrt3$ lies between 1 and 2 (because $1^2 < 3 < 2^2$). So the first digit of the continued fraction expansion is 1. So



          $sqrt3 = 1 + (sqrt3-1)$



          and $sqrt3-1$ must be between $0$ and $1$. So next we want to find the reciprocal of $sqrt3-1$:



          $frac1sqrt3-1 = fracsqrt3+1(sqrt3-1)(sqrt3+1) = fracsqrt3+12$



          $fracsqrt3+12$ lies between $1$ and $2$ so the next term in the continued fraction is 1. So we have $sqrt3 = [1;1,dots]$.



          The remaining amount is $fracsqrt3+12-1 = fracsqrt3-12$ so next we want to find the reciprocal of $fracsqrt3-12$:



          $frac2sqrt3-1 = frac2(sqrt3+1)2 = sqrt3+1$



          $sqrt3+1$ is between 2 and 3, so the next term in the continued fraction is 2. So we have $sqrt3 = [1;1,2,dots]$.



          The remaining amount is $(sqrt3+1)-2=sqrt3-1$. We could continue, but we have already calculated the reciprocal of $sqrt3-1$ above, so now the continued fraction just repeats and we have:



          $sqrt3 = [1;1,2,1,2,1,2, dots]$



          An alternative way of seeing why this continued fraction repeats is to note that



          $(sqrt3+1)^2 = 2sqrt3 + 4 = 2(sqrt3+1) + 2$



          so $sqrt3+1$ is a solution to $x^2=2x+2$, which we can re-write as:



          $x = 2 + dfrac2x = 2 + dfrac1dfracx2 = 2 + dfrac11 + dfrac1x$



          so $sqrt3 + 1 = [2;1,2,1,2,1,dots]$.






          share|cite|improve this answer



























            up vote
            0
            down vote













            Method described by Prof. Lubin at Continued fraction of $sqrt67 - 4$



            $$ sqrt 3 = 1 + frac sqrt 3 - 1 1 $$
            $$ frac 1 sqrt 3 - 1 = frac sqrt 3 + 1 2 = 1 + frac sqrt 3 - 1 2 $$
            $$ frac 2 sqrt 3 - 1 = frac sqrt 3 + 1 1 = 2 + frac sqrt 3 - 1 1 $$



            Simple continued fraction tableau:

            $$
            beginarraycccccccccc
            & & 1 & & 1 & & 2 & \
            \
            frac 0 1 & frac 1 0 & & frac 1 1 & & frac 2 1 \
            \
            & 1 & & -2 & & 1
            endarray
            $$



            $$
            beginarraycccc
            frac 1 0 & 1^2 - 3 cdot 0^2 = 1 & mboxdigit & 1 \
            frac 1 1 & 1^2 - 3 cdot 1^2 = -2 & mboxdigit & 1 \
            frac 2 1 & 2^2 - 3 cdot 1^2 = 1 & mboxdigit & 2 \
            endarray
            $$



            ........................






            share|cite|improve this answer



























              up vote
              0
              down vote













              We know that $sqrt3$ is between $1$ and $2$, so $a_0 = 1$ and its continuous fraction will then have the following form:
              beginequation
              sqrt3=1+cfrac1xquad (1)
              endequation
              Hence, $sqrt3-1=frac1x$, so $x=frac1sqrt3-1$. Multiplying up and down by $sqrt3+1$ (to remove the root) we get that $x=fracsqrt3+12.$



              In this same expression we substitute $sqrt3$ for its value of $(1)$, arriving at $x=1+frac12x$.



              And now in this obtained expression we substitute $x$ for that value to which we have arrived indefinitely, obtaining the following partial results:
              $$x=1+cfrac12x=1+cfrac12+cfrac1x=1+cfrac12+cfrac11+cfrac12x=1+cfrac12+cfrac11+cfrac12+cfrac1x=ldots$$
              We see that the expressions are repeated. If we continue with the process indefinitelyu, the continous fraction will have that structure, with the same values repeating indefinitely.



              Now we take the initial expression $(1)$ and substitute $x$ for what we have just obtained, finally arriving at the continuous fraction:
              $$sqrt3=1+cfrac11+cfrac12+cfrac11+cfrac12+cfrac11+ddots$$






              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: false,
                showLowRepImageUploadWarning: true,
                reputationToPostImages: 10,
                bindNavPrevention: true,
                postfix: "",
                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%2f2898083%2fcontinued-fraction-of-sqrt3%23new-answer', 'question_page');

                );

                Post as a guest






























                3 Answers
                3






                active

                oldest

                votes








                3 Answers
                3






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                1
                down vote



                accepted










                We know $sqrt3$ lies between 1 and 2 (because $1^2 < 3 < 2^2$). So the first digit of the continued fraction expansion is 1. So



                $sqrt3 = 1 + (sqrt3-1)$



                and $sqrt3-1$ must be between $0$ and $1$. So next we want to find the reciprocal of $sqrt3-1$:



                $frac1sqrt3-1 = fracsqrt3+1(sqrt3-1)(sqrt3+1) = fracsqrt3+12$



                $fracsqrt3+12$ lies between $1$ and $2$ so the next term in the continued fraction is 1. So we have $sqrt3 = [1;1,dots]$.



                The remaining amount is $fracsqrt3+12-1 = fracsqrt3-12$ so next we want to find the reciprocal of $fracsqrt3-12$:



                $frac2sqrt3-1 = frac2(sqrt3+1)2 = sqrt3+1$



                $sqrt3+1$ is between 2 and 3, so the next term in the continued fraction is 2. So we have $sqrt3 = [1;1,2,dots]$.



                The remaining amount is $(sqrt3+1)-2=sqrt3-1$. We could continue, but we have already calculated the reciprocal of $sqrt3-1$ above, so now the continued fraction just repeats and we have:



                $sqrt3 = [1;1,2,1,2,1,2, dots]$



                An alternative way of seeing why this continued fraction repeats is to note that



                $(sqrt3+1)^2 = 2sqrt3 + 4 = 2(sqrt3+1) + 2$



                so $sqrt3+1$ is a solution to $x^2=2x+2$, which we can re-write as:



                $x = 2 + dfrac2x = 2 + dfrac1dfracx2 = 2 + dfrac11 + dfrac1x$



                so $sqrt3 + 1 = [2;1,2,1,2,1,dots]$.






                share|cite|improve this answer
























                  up vote
                  1
                  down vote



                  accepted










                  We know $sqrt3$ lies between 1 and 2 (because $1^2 < 3 < 2^2$). So the first digit of the continued fraction expansion is 1. So



                  $sqrt3 = 1 + (sqrt3-1)$



                  and $sqrt3-1$ must be between $0$ and $1$. So next we want to find the reciprocal of $sqrt3-1$:



                  $frac1sqrt3-1 = fracsqrt3+1(sqrt3-1)(sqrt3+1) = fracsqrt3+12$



                  $fracsqrt3+12$ lies between $1$ and $2$ so the next term in the continued fraction is 1. So we have $sqrt3 = [1;1,dots]$.



                  The remaining amount is $fracsqrt3+12-1 = fracsqrt3-12$ so next we want to find the reciprocal of $fracsqrt3-12$:



                  $frac2sqrt3-1 = frac2(sqrt3+1)2 = sqrt3+1$



                  $sqrt3+1$ is between 2 and 3, so the next term in the continued fraction is 2. So we have $sqrt3 = [1;1,2,dots]$.



                  The remaining amount is $(sqrt3+1)-2=sqrt3-1$. We could continue, but we have already calculated the reciprocal of $sqrt3-1$ above, so now the continued fraction just repeats and we have:



                  $sqrt3 = [1;1,2,1,2,1,2, dots]$



                  An alternative way of seeing why this continued fraction repeats is to note that



                  $(sqrt3+1)^2 = 2sqrt3 + 4 = 2(sqrt3+1) + 2$



                  so $sqrt3+1$ is a solution to $x^2=2x+2$, which we can re-write as:



                  $x = 2 + dfrac2x = 2 + dfrac1dfracx2 = 2 + dfrac11 + dfrac1x$



                  so $sqrt3 + 1 = [2;1,2,1,2,1,dots]$.






                  share|cite|improve this answer






















                    up vote
                    1
                    down vote



                    accepted







                    up vote
                    1
                    down vote



                    accepted






                    We know $sqrt3$ lies between 1 and 2 (because $1^2 < 3 < 2^2$). So the first digit of the continued fraction expansion is 1. So



                    $sqrt3 = 1 + (sqrt3-1)$



                    and $sqrt3-1$ must be between $0$ and $1$. So next we want to find the reciprocal of $sqrt3-1$:



                    $frac1sqrt3-1 = fracsqrt3+1(sqrt3-1)(sqrt3+1) = fracsqrt3+12$



                    $fracsqrt3+12$ lies between $1$ and $2$ so the next term in the continued fraction is 1. So we have $sqrt3 = [1;1,dots]$.



                    The remaining amount is $fracsqrt3+12-1 = fracsqrt3-12$ so next we want to find the reciprocal of $fracsqrt3-12$:



                    $frac2sqrt3-1 = frac2(sqrt3+1)2 = sqrt3+1$



                    $sqrt3+1$ is between 2 and 3, so the next term in the continued fraction is 2. So we have $sqrt3 = [1;1,2,dots]$.



                    The remaining amount is $(sqrt3+1)-2=sqrt3-1$. We could continue, but we have already calculated the reciprocal of $sqrt3-1$ above, so now the continued fraction just repeats and we have:



                    $sqrt3 = [1;1,2,1,2,1,2, dots]$



                    An alternative way of seeing why this continued fraction repeats is to note that



                    $(sqrt3+1)^2 = 2sqrt3 + 4 = 2(sqrt3+1) + 2$



                    so $sqrt3+1$ is a solution to $x^2=2x+2$, which we can re-write as:



                    $x = 2 + dfrac2x = 2 + dfrac1dfracx2 = 2 + dfrac11 + dfrac1x$



                    so $sqrt3 + 1 = [2;1,2,1,2,1,dots]$.






                    share|cite|improve this answer












                    We know $sqrt3$ lies between 1 and 2 (because $1^2 < 3 < 2^2$). So the first digit of the continued fraction expansion is 1. So



                    $sqrt3 = 1 + (sqrt3-1)$



                    and $sqrt3-1$ must be between $0$ and $1$. So next we want to find the reciprocal of $sqrt3-1$:



                    $frac1sqrt3-1 = fracsqrt3+1(sqrt3-1)(sqrt3+1) = fracsqrt3+12$



                    $fracsqrt3+12$ lies between $1$ and $2$ so the next term in the continued fraction is 1. So we have $sqrt3 = [1;1,dots]$.



                    The remaining amount is $fracsqrt3+12-1 = fracsqrt3-12$ so next we want to find the reciprocal of $fracsqrt3-12$:



                    $frac2sqrt3-1 = frac2(sqrt3+1)2 = sqrt3+1$



                    $sqrt3+1$ is between 2 and 3, so the next term in the continued fraction is 2. So we have $sqrt3 = [1;1,2,dots]$.



                    The remaining amount is $(sqrt3+1)-2=sqrt3-1$. We could continue, but we have already calculated the reciprocal of $sqrt3-1$ above, so now the continued fraction just repeats and we have:



                    $sqrt3 = [1;1,2,1,2,1,2, dots]$



                    An alternative way of seeing why this continued fraction repeats is to note that



                    $(sqrt3+1)^2 = 2sqrt3 + 4 = 2(sqrt3+1) + 2$



                    so $sqrt3+1$ is a solution to $x^2=2x+2$, which we can re-write as:



                    $x = 2 + dfrac2x = 2 + dfrac1dfracx2 = 2 + dfrac11 + dfrac1x$



                    so $sqrt3 + 1 = [2;1,2,1,2,1,dots]$.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Aug 29 at 8:33









                    gandalf61

                    6,061522




                    6,061522




















                        up vote
                        0
                        down vote













                        Method described by Prof. Lubin at Continued fraction of $sqrt67 - 4$



                        $$ sqrt 3 = 1 + frac sqrt 3 - 1 1 $$
                        $$ frac 1 sqrt 3 - 1 = frac sqrt 3 + 1 2 = 1 + frac sqrt 3 - 1 2 $$
                        $$ frac 2 sqrt 3 - 1 = frac sqrt 3 + 1 1 = 2 + frac sqrt 3 - 1 1 $$



                        Simple continued fraction tableau:

                        $$
                        beginarraycccccccccc
                        & & 1 & & 1 & & 2 & \
                        \
                        frac 0 1 & frac 1 0 & & frac 1 1 & & frac 2 1 \
                        \
                        & 1 & & -2 & & 1
                        endarray
                        $$



                        $$
                        beginarraycccc
                        frac 1 0 & 1^2 - 3 cdot 0^2 = 1 & mboxdigit & 1 \
                        frac 1 1 & 1^2 - 3 cdot 1^2 = -2 & mboxdigit & 1 \
                        frac 2 1 & 2^2 - 3 cdot 1^2 = 1 & mboxdigit & 2 \
                        endarray
                        $$



                        ........................






                        share|cite|improve this answer
























                          up vote
                          0
                          down vote













                          Method described by Prof. Lubin at Continued fraction of $sqrt67 - 4$



                          $$ sqrt 3 = 1 + frac sqrt 3 - 1 1 $$
                          $$ frac 1 sqrt 3 - 1 = frac sqrt 3 + 1 2 = 1 + frac sqrt 3 - 1 2 $$
                          $$ frac 2 sqrt 3 - 1 = frac sqrt 3 + 1 1 = 2 + frac sqrt 3 - 1 1 $$



                          Simple continued fraction tableau:

                          $$
                          beginarraycccccccccc
                          & & 1 & & 1 & & 2 & \
                          \
                          frac 0 1 & frac 1 0 & & frac 1 1 & & frac 2 1 \
                          \
                          & 1 & & -2 & & 1
                          endarray
                          $$



                          $$
                          beginarraycccc
                          frac 1 0 & 1^2 - 3 cdot 0^2 = 1 & mboxdigit & 1 \
                          frac 1 1 & 1^2 - 3 cdot 1^2 = -2 & mboxdigit & 1 \
                          frac 2 1 & 2^2 - 3 cdot 1^2 = 1 & mboxdigit & 2 \
                          endarray
                          $$



                          ........................






                          share|cite|improve this answer






















                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            Method described by Prof. Lubin at Continued fraction of $sqrt67 - 4$



                            $$ sqrt 3 = 1 + frac sqrt 3 - 1 1 $$
                            $$ frac 1 sqrt 3 - 1 = frac sqrt 3 + 1 2 = 1 + frac sqrt 3 - 1 2 $$
                            $$ frac 2 sqrt 3 - 1 = frac sqrt 3 + 1 1 = 2 + frac sqrt 3 - 1 1 $$



                            Simple continued fraction tableau:

                            $$
                            beginarraycccccccccc
                            & & 1 & & 1 & & 2 & \
                            \
                            frac 0 1 & frac 1 0 & & frac 1 1 & & frac 2 1 \
                            \
                            & 1 & & -2 & & 1
                            endarray
                            $$



                            $$
                            beginarraycccc
                            frac 1 0 & 1^2 - 3 cdot 0^2 = 1 & mboxdigit & 1 \
                            frac 1 1 & 1^2 - 3 cdot 1^2 = -2 & mboxdigit & 1 \
                            frac 2 1 & 2^2 - 3 cdot 1^2 = 1 & mboxdigit & 2 \
                            endarray
                            $$



                            ........................






                            share|cite|improve this answer












                            Method described by Prof. Lubin at Continued fraction of $sqrt67 - 4$



                            $$ sqrt 3 = 1 + frac sqrt 3 - 1 1 $$
                            $$ frac 1 sqrt 3 - 1 = frac sqrt 3 + 1 2 = 1 + frac sqrt 3 - 1 2 $$
                            $$ frac 2 sqrt 3 - 1 = frac sqrt 3 + 1 1 = 2 + frac sqrt 3 - 1 1 $$



                            Simple continued fraction tableau:

                            $$
                            beginarraycccccccccc
                            & & 1 & & 1 & & 2 & \
                            \
                            frac 0 1 & frac 1 0 & & frac 1 1 & & frac 2 1 \
                            \
                            & 1 & & -2 & & 1
                            endarray
                            $$



                            $$
                            beginarraycccc
                            frac 1 0 & 1^2 - 3 cdot 0^2 = 1 & mboxdigit & 1 \
                            frac 1 1 & 1^2 - 3 cdot 1^2 = -2 & mboxdigit & 1 \
                            frac 2 1 & 2^2 - 3 cdot 1^2 = 1 & mboxdigit & 2 \
                            endarray
                            $$



                            ........................







                            share|cite|improve this answer












                            share|cite|improve this answer



                            share|cite|improve this answer










                            answered Aug 29 at 18:23









                            Will Jagy

                            97.8k595196




                            97.8k595196




















                                up vote
                                0
                                down vote













                                We know that $sqrt3$ is between $1$ and $2$, so $a_0 = 1$ and its continuous fraction will then have the following form:
                                beginequation
                                sqrt3=1+cfrac1xquad (1)
                                endequation
                                Hence, $sqrt3-1=frac1x$, so $x=frac1sqrt3-1$. Multiplying up and down by $sqrt3+1$ (to remove the root) we get that $x=fracsqrt3+12.$



                                In this same expression we substitute $sqrt3$ for its value of $(1)$, arriving at $x=1+frac12x$.



                                And now in this obtained expression we substitute $x$ for that value to which we have arrived indefinitely, obtaining the following partial results:
                                $$x=1+cfrac12x=1+cfrac12+cfrac1x=1+cfrac12+cfrac11+cfrac12x=1+cfrac12+cfrac11+cfrac12+cfrac1x=ldots$$
                                We see that the expressions are repeated. If we continue with the process indefinitelyu, the continous fraction will have that structure, with the same values repeating indefinitely.



                                Now we take the initial expression $(1)$ and substitute $x$ for what we have just obtained, finally arriving at the continuous fraction:
                                $$sqrt3=1+cfrac11+cfrac12+cfrac11+cfrac12+cfrac11+ddots$$






                                share|cite|improve this answer
























                                  up vote
                                  0
                                  down vote













                                  We know that $sqrt3$ is between $1$ and $2$, so $a_0 = 1$ and its continuous fraction will then have the following form:
                                  beginequation
                                  sqrt3=1+cfrac1xquad (1)
                                  endequation
                                  Hence, $sqrt3-1=frac1x$, so $x=frac1sqrt3-1$. Multiplying up and down by $sqrt3+1$ (to remove the root) we get that $x=fracsqrt3+12.$



                                  In this same expression we substitute $sqrt3$ for its value of $(1)$, arriving at $x=1+frac12x$.



                                  And now in this obtained expression we substitute $x$ for that value to which we have arrived indefinitely, obtaining the following partial results:
                                  $$x=1+cfrac12x=1+cfrac12+cfrac1x=1+cfrac12+cfrac11+cfrac12x=1+cfrac12+cfrac11+cfrac12+cfrac1x=ldots$$
                                  We see that the expressions are repeated. If we continue with the process indefinitelyu, the continous fraction will have that structure, with the same values repeating indefinitely.



                                  Now we take the initial expression $(1)$ and substitute $x$ for what we have just obtained, finally arriving at the continuous fraction:
                                  $$sqrt3=1+cfrac11+cfrac12+cfrac11+cfrac12+cfrac11+ddots$$






                                  share|cite|improve this answer






















                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    We know that $sqrt3$ is between $1$ and $2$, so $a_0 = 1$ and its continuous fraction will then have the following form:
                                    beginequation
                                    sqrt3=1+cfrac1xquad (1)
                                    endequation
                                    Hence, $sqrt3-1=frac1x$, so $x=frac1sqrt3-1$. Multiplying up and down by $sqrt3+1$ (to remove the root) we get that $x=fracsqrt3+12.$



                                    In this same expression we substitute $sqrt3$ for its value of $(1)$, arriving at $x=1+frac12x$.



                                    And now in this obtained expression we substitute $x$ for that value to which we have arrived indefinitely, obtaining the following partial results:
                                    $$x=1+cfrac12x=1+cfrac12+cfrac1x=1+cfrac12+cfrac11+cfrac12x=1+cfrac12+cfrac11+cfrac12+cfrac1x=ldots$$
                                    We see that the expressions are repeated. If we continue with the process indefinitelyu, the continous fraction will have that structure, with the same values repeating indefinitely.



                                    Now we take the initial expression $(1)$ and substitute $x$ for what we have just obtained, finally arriving at the continuous fraction:
                                    $$sqrt3=1+cfrac11+cfrac12+cfrac11+cfrac12+cfrac11+ddots$$






                                    share|cite|improve this answer












                                    We know that $sqrt3$ is between $1$ and $2$, so $a_0 = 1$ and its continuous fraction will then have the following form:
                                    beginequation
                                    sqrt3=1+cfrac1xquad (1)
                                    endequation
                                    Hence, $sqrt3-1=frac1x$, so $x=frac1sqrt3-1$. Multiplying up and down by $sqrt3+1$ (to remove the root) we get that $x=fracsqrt3+12.$



                                    In this same expression we substitute $sqrt3$ for its value of $(1)$, arriving at $x=1+frac12x$.



                                    And now in this obtained expression we substitute $x$ for that value to which we have arrived indefinitely, obtaining the following partial results:
                                    $$x=1+cfrac12x=1+cfrac12+cfrac1x=1+cfrac12+cfrac11+cfrac12x=1+cfrac12+cfrac11+cfrac12+cfrac1x=ldots$$
                                    We see that the expressions are repeated. If we continue with the process indefinitelyu, the continous fraction will have that structure, with the same values repeating indefinitely.



                                    Now we take the initial expression $(1)$ and substitute $x$ for what we have just obtained, finally arriving at the continuous fraction:
                                    $$sqrt3=1+cfrac11+cfrac12+cfrac11+cfrac12+cfrac11+ddots$$







                                    share|cite|improve this answer












                                    share|cite|improve this answer



                                    share|cite|improve this answer










                                    answered Aug 29 at 18:44









                                    Guillemus Callelus

                                    763412




                                    763412



























                                         

                                        draft saved


                                        draft discarded















































                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2898083%2fcontinued-fraction-of-sqrt3%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        這個網誌中的熱門文章

                                        How to combine Bézier curves to a surface?

                                        Mutual Information Always Non-negative

                                        Why am i infinitely getting the same tweet with the Twitter Search API?