Proving Limit Rigorously











up vote
1
down vote

favorite












Find the limit



$$large lim_{xto infty}(ln x)^{frac{20}x}$$



I understood that as x approached infinity, $20/x$ approached 0. This would mean that the limit would tend toward $1$. However, $ln x$ also approaches infinity as $x$ approaches infinity. Thus, I suspected the answer to be $1$ (and it indeed is the answer), however I feel like this answer is not sufficiently rigorous. How could I rigorously prove $1$ as the answer? Any ideas/hints would be appreciated.



Note: I am a highschooler and my teachers often tell me to take these answers in faith. Thus, I may not understand any fancy notations that may usually be used in solving limit.



Thanks!










share|cite|improve this question




























    up vote
    1
    down vote

    favorite












    Find the limit



    $$large lim_{xto infty}(ln x)^{frac{20}x}$$



    I understood that as x approached infinity, $20/x$ approached 0. This would mean that the limit would tend toward $1$. However, $ln x$ also approaches infinity as $x$ approaches infinity. Thus, I suspected the answer to be $1$ (and it indeed is the answer), however I feel like this answer is not sufficiently rigorous. How could I rigorously prove $1$ as the answer? Any ideas/hints would be appreciated.



    Note: I am a highschooler and my teachers often tell me to take these answers in faith. Thus, I may not understand any fancy notations that may usually be used in solving limit.



    Thanks!










    share|cite|improve this question


























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Find the limit



      $$large lim_{xto infty}(ln x)^{frac{20}x}$$



      I understood that as x approached infinity, $20/x$ approached 0. This would mean that the limit would tend toward $1$. However, $ln x$ also approaches infinity as $x$ approaches infinity. Thus, I suspected the answer to be $1$ (and it indeed is the answer), however I feel like this answer is not sufficiently rigorous. How could I rigorously prove $1$ as the answer? Any ideas/hints would be appreciated.



      Note: I am a highschooler and my teachers often tell me to take these answers in faith. Thus, I may not understand any fancy notations that may usually be used in solving limit.



      Thanks!










      share|cite|improve this question















      Find the limit



      $$large lim_{xto infty}(ln x)^{frac{20}x}$$



      I understood that as x approached infinity, $20/x$ approached 0. This would mean that the limit would tend toward $1$. However, $ln x$ also approaches infinity as $x$ approaches infinity. Thus, I suspected the answer to be $1$ (and it indeed is the answer), however I feel like this answer is not sufficiently rigorous. How could I rigorously prove $1$ as the answer? Any ideas/hints would be appreciated.



      Note: I am a highschooler and my teachers often tell me to take these answers in faith. Thus, I may not understand any fancy notations that may usually be used in solving limit.



      Thanks!







      calculus limits






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited 58 mins ago









      gimusi

      87.1k74393




      87.1k74393










      asked 1 hour ago









      Dude156

      493214




      493214






















          3 Answers
          3






          active

          oldest

          votes

















          up vote
          4
          down vote













          The argument you use lacks the necessary rigour. With the same argument, you would conclude that $bigl(mathrm e^xbigr)^tfrac1xto 1$, yet $bigl(mathrm e^xbigr)^tfrac1x$ is Euler's number $mathrm e$!



          The below solutions are fine. However, as a highschooler, you might want a rigourous proof that $frac{ln(ln x)}{x}$ tends to $0$ as $x$ tends to $infty$. Here's a sketch of a simple proof:
          $$frac{ln(ln x)}{x}=underbrace{frac{ln(ln x)}{ln x}}_{begin{matrix}downarrow\0\text{(setting }u=ln x)end{matrix}}!!underbrace{frac{ln x}{x}}_{begin{matrix}downarrow\0end{matrix}} $$






          share|cite|improve this answer























          • Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
            – Dude156
            12 mins ago


















          up vote
          2
          down vote













          First compute the limit of the logarithm of the expression. Indeed,
          $$
          frac{20}{x}times ln(ln x)to 0
          $$

          as $xto infty$. You can see this intuitively since $x$ grows much faster than $ln(ln x)$ or you can use L'Hospital's rule. In any case
          $$
          expleft(frac{20}{x}times ln(ln x)right)to 1
          $$

          as $xto infty$






          share|cite|improve this answer






























            up vote
            2
            down vote













            HINT



            Use that



            $$large (ln x)^{frac{20}x}= e^{left[20frac{ln(ln x)}{x}right]}$$



            or as an alternative $$large (ln x)^{frac{20}x}=left[(ln x)^{1/ln x}right]^{frac{20ln x}x}$$






            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%2f3013609%2fproving-limit-rigorously%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              4
              down vote













              The argument you use lacks the necessary rigour. With the same argument, you would conclude that $bigl(mathrm e^xbigr)^tfrac1xto 1$, yet $bigl(mathrm e^xbigr)^tfrac1x$ is Euler's number $mathrm e$!



              The below solutions are fine. However, as a highschooler, you might want a rigourous proof that $frac{ln(ln x)}{x}$ tends to $0$ as $x$ tends to $infty$. Here's a sketch of a simple proof:
              $$frac{ln(ln x)}{x}=underbrace{frac{ln(ln x)}{ln x}}_{begin{matrix}downarrow\0\text{(setting }u=ln x)end{matrix}}!!underbrace{frac{ln x}{x}}_{begin{matrix}downarrow\0end{matrix}} $$






              share|cite|improve this answer























              • Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
                – Dude156
                12 mins ago















              up vote
              4
              down vote













              The argument you use lacks the necessary rigour. With the same argument, you would conclude that $bigl(mathrm e^xbigr)^tfrac1xto 1$, yet $bigl(mathrm e^xbigr)^tfrac1x$ is Euler's number $mathrm e$!



              The below solutions are fine. However, as a highschooler, you might want a rigourous proof that $frac{ln(ln x)}{x}$ tends to $0$ as $x$ tends to $infty$. Here's a sketch of a simple proof:
              $$frac{ln(ln x)}{x}=underbrace{frac{ln(ln x)}{ln x}}_{begin{matrix}downarrow\0\text{(setting }u=ln x)end{matrix}}!!underbrace{frac{ln x}{x}}_{begin{matrix}downarrow\0end{matrix}} $$






              share|cite|improve this answer























              • Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
                – Dude156
                12 mins ago













              up vote
              4
              down vote










              up vote
              4
              down vote









              The argument you use lacks the necessary rigour. With the same argument, you would conclude that $bigl(mathrm e^xbigr)^tfrac1xto 1$, yet $bigl(mathrm e^xbigr)^tfrac1x$ is Euler's number $mathrm e$!



              The below solutions are fine. However, as a highschooler, you might want a rigourous proof that $frac{ln(ln x)}{x}$ tends to $0$ as $x$ tends to $infty$. Here's a sketch of a simple proof:
              $$frac{ln(ln x)}{x}=underbrace{frac{ln(ln x)}{ln x}}_{begin{matrix}downarrow\0\text{(setting }u=ln x)end{matrix}}!!underbrace{frac{ln x}{x}}_{begin{matrix}downarrow\0end{matrix}} $$






              share|cite|improve this answer














              The argument you use lacks the necessary rigour. With the same argument, you would conclude that $bigl(mathrm e^xbigr)^tfrac1xto 1$, yet $bigl(mathrm e^xbigr)^tfrac1x$ is Euler's number $mathrm e$!



              The below solutions are fine. However, as a highschooler, you might want a rigourous proof that $frac{ln(ln x)}{x}$ tends to $0$ as $x$ tends to $infty$. Here's a sketch of a simple proof:
              $$frac{ln(ln x)}{x}=underbrace{frac{ln(ln x)}{ln x}}_{begin{matrix}downarrow\0\text{(setting }u=ln x)end{matrix}}!!underbrace{frac{ln x}{x}}_{begin{matrix}downarrow\0end{matrix}} $$







              share|cite|improve this answer














              share|cite|improve this answer



              share|cite|improve this answer








              edited 13 mins ago









              Dude156

              493214




              493214










              answered 43 mins ago









              Bernard

              116k637107




              116k637107












              • Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
                – Dude156
                12 mins ago


















              • Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
                – Dude156
                12 mins ago
















              Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
              – Dude156
              12 mins ago




              Thanks for the reply Bernard! Can you please follow through with that proof? I just used L Hospitals, but I'd be interested to see an alternate method.
              – Dude156
              12 mins ago










              up vote
              2
              down vote













              First compute the limit of the logarithm of the expression. Indeed,
              $$
              frac{20}{x}times ln(ln x)to 0
              $$

              as $xto infty$. You can see this intuitively since $x$ grows much faster than $ln(ln x)$ or you can use L'Hospital's rule. In any case
              $$
              expleft(frac{20}{x}times ln(ln x)right)to 1
              $$

              as $xto infty$






              share|cite|improve this answer



























                up vote
                2
                down vote













                First compute the limit of the logarithm of the expression. Indeed,
                $$
                frac{20}{x}times ln(ln x)to 0
                $$

                as $xto infty$. You can see this intuitively since $x$ grows much faster than $ln(ln x)$ or you can use L'Hospital's rule. In any case
                $$
                expleft(frac{20}{x}times ln(ln x)right)to 1
                $$

                as $xto infty$






                share|cite|improve this answer

























                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  First compute the limit of the logarithm of the expression. Indeed,
                  $$
                  frac{20}{x}times ln(ln x)to 0
                  $$

                  as $xto infty$. You can see this intuitively since $x$ grows much faster than $ln(ln x)$ or you can use L'Hospital's rule. In any case
                  $$
                  expleft(frac{20}{x}times ln(ln x)right)to 1
                  $$

                  as $xto infty$






                  share|cite|improve this answer














                  First compute the limit of the logarithm of the expression. Indeed,
                  $$
                  frac{20}{x}times ln(ln x)to 0
                  $$

                  as $xto infty$. You can see this intuitively since $x$ grows much faster than $ln(ln x)$ or you can use L'Hospital's rule. In any case
                  $$
                  expleft(frac{20}{x}times ln(ln x)right)to 1
                  $$

                  as $xto infty$







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited 1 hour ago









                  Bernard

                  116k637107




                  116k637107










                  answered 1 hour ago









                  Foobaz John

                  19.7k41250




                  19.7k41250






















                      up vote
                      2
                      down vote













                      HINT



                      Use that



                      $$large (ln x)^{frac{20}x}= e^{left[20frac{ln(ln x)}{x}right]}$$



                      or as an alternative $$large (ln x)^{frac{20}x}=left[(ln x)^{1/ln x}right]^{frac{20ln x}x}$$






                      share|cite|improve this answer



























                        up vote
                        2
                        down vote













                        HINT



                        Use that



                        $$large (ln x)^{frac{20}x}= e^{left[20frac{ln(ln x)}{x}right]}$$



                        or as an alternative $$large (ln x)^{frac{20}x}=left[(ln x)^{1/ln x}right]^{frac{20ln x}x}$$






                        share|cite|improve this answer

























                          up vote
                          2
                          down vote










                          up vote
                          2
                          down vote









                          HINT



                          Use that



                          $$large (ln x)^{frac{20}x}= e^{left[20frac{ln(ln x)}{x}right]}$$



                          or as an alternative $$large (ln x)^{frac{20}x}=left[(ln x)^{1/ln x}right]^{frac{20ln x}x}$$






                          share|cite|improve this answer














                          HINT



                          Use that



                          $$large (ln x)^{frac{20}x}= e^{left[20frac{ln(ln x)}{x}right]}$$



                          or as an alternative $$large (ln x)^{frac{20}x}=left[(ln x)^{1/ln x}right]^{frac{20ln x}x}$$







                          share|cite|improve this answer














                          share|cite|improve this answer



                          share|cite|improve this answer








                          edited 59 mins ago

























                          answered 1 hour ago









                          gimusi

                          87.1k74393




                          87.1k74393






























                               

                              draft saved


                              draft discarded



















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3013609%2fproving-limit-rigorously%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

                              Contact image not getting when fetch all contact list from iPhone by CNContact

                              count number of partitions of a set with n elements into k subsets

                              A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks