if $|a|<1$ so $lim_{nto infty}na^n=0$.












3












$begingroup$


Prove that if $|a|<1$ ($a$ is real) so $lim_{nto infty}na^n=0$.



I know that I need to use squeeze theory (because I have $-1<a<1$) but I dont see how.



thanks










share|cite|improve this question









$endgroup$

















    3












    $begingroup$


    Prove that if $|a|<1$ ($a$ is real) so $lim_{nto infty}na^n=0$.



    I know that I need to use squeeze theory (because I have $-1<a<1$) but I dont see how.



    thanks










    share|cite|improve this question









    $endgroup$















      3












      3








      3


      2



      $begingroup$


      Prove that if $|a|<1$ ($a$ is real) so $lim_{nto infty}na^n=0$.



      I know that I need to use squeeze theory (because I have $-1<a<1$) but I dont see how.



      thanks










      share|cite|improve this question









      $endgroup$




      Prove that if $|a|<1$ ($a$ is real) so $lim_{nto infty}na^n=0$.



      I know that I need to use squeeze theory (because I have $-1<a<1$) but I dont see how.



      thanks







      sequences-and-series limits






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Apr 5 '15 at 12:03









      StabiloStabilo

      734512




      734512






















          4 Answers
          4






          active

          oldest

          votes


















          5












          $begingroup$

          If you want to do it by hand: since $|a| < 1$, there exists $N$ such that $frac{n+1}{n}|a| < q < 1, forall n geq N$. Hence $n|a|^n = frac{n}{n-1}|a|frac{n-1}{n-2}|a|dotsfrac{N+1}{N}|a| cdot N|a|^N < q^{n-N} cdot N|a|^N, , forall ngeq N.$
          The latter converges to zero and you get your squeezing sequence(s).






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
            $endgroup$
            – Timbuc
            Apr 5 '15 at 12:31



















          2












          $begingroup$

          If $|a| < 1,$ we claim that the series $sum_{1}^{infty}na^{n}$ converges, so that
          $na^{n} to 0$. It suffices to show that the series is absolutely convergent. But, since
          $$frac{(n+1)|a|^{n+1}}{n|a|^{n}} = (1+frac{1}{n})|a| to |a| < 1,$$ by the ratio test the series converges. Thus we have
          $$lim_{n to infty}na^{n} = 0.$$






          share|cite|improve this answer









          $endgroup$





















            1












            $begingroup$

            You can use the relationship of sequences limits and function limits, just let $0<a<1$ for convenient, and study $xa^x,xrightarrowinfty$ you can use L.Hospital theorem, $lim frac{x}{a^{-x}}=lim frac{1}{-a^{-x}}frac{1}{lna}=0 $






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              just sequences, thanks
              $endgroup$
              – Stabilo
              Apr 5 '15 at 12:19










            • $begingroup$
              Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
              $endgroup$
              – Hans
              Apr 5 '15 at 12:23



















            0












            $begingroup$

            Here a very elementary way:





            • $|a| < 1 stackrel{a neq 0}{Rightarrow} |a| = frac{1}{1+p}$ for a $p > 0$.

            • $(1+p)^n = 1 + np + color{blue}{frac{n(n-1)}{2}p^2} + cdots + p^n color{blue}{>frac{n(n-1)}{2}p^2}$


            So, it follows
            $$0 leq |na^n| = n|a|^n = frac{n}{(1+p)^n} < frac{n}{color{blue}{frac{n(n-1)}{2}p^2}} = frac{2}{(n-1)p^2} stackrel{n to infty}{longrightarrow} 0$$






            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%2f1220951%2fif-a1-so-lim-n-to-inftynan-0%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              5












              $begingroup$

              If you want to do it by hand: since $|a| < 1$, there exists $N$ such that $frac{n+1}{n}|a| < q < 1, forall n geq N$. Hence $n|a|^n = frac{n}{n-1}|a|frac{n-1}{n-2}|a|dotsfrac{N+1}{N}|a| cdot N|a|^N < q^{n-N} cdot N|a|^N, , forall ngeq N.$
              The latter converges to zero and you get your squeezing sequence(s).






              share|cite|improve this answer









              $endgroup$













              • $begingroup$
                This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
                $endgroup$
                – Timbuc
                Apr 5 '15 at 12:31
















              5












              $begingroup$

              If you want to do it by hand: since $|a| < 1$, there exists $N$ such that $frac{n+1}{n}|a| < q < 1, forall n geq N$. Hence $n|a|^n = frac{n}{n-1}|a|frac{n-1}{n-2}|a|dotsfrac{N+1}{N}|a| cdot N|a|^N < q^{n-N} cdot N|a|^N, , forall ngeq N.$
              The latter converges to zero and you get your squeezing sequence(s).






              share|cite|improve this answer









              $endgroup$













              • $begingroup$
                This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
                $endgroup$
                – Timbuc
                Apr 5 '15 at 12:31














              5












              5








              5





              $begingroup$

              If you want to do it by hand: since $|a| < 1$, there exists $N$ such that $frac{n+1}{n}|a| < q < 1, forall n geq N$. Hence $n|a|^n = frac{n}{n-1}|a|frac{n-1}{n-2}|a|dotsfrac{N+1}{N}|a| cdot N|a|^N < q^{n-N} cdot N|a|^N, , forall ngeq N.$
              The latter converges to zero and you get your squeezing sequence(s).






              share|cite|improve this answer









              $endgroup$



              If you want to do it by hand: since $|a| < 1$, there exists $N$ such that $frac{n+1}{n}|a| < q < 1, forall n geq N$. Hence $n|a|^n = frac{n}{n-1}|a|frac{n-1}{n-2}|a|dotsfrac{N+1}{N}|a| cdot N|a|^N < q^{n-N} cdot N|a|^N, , forall ngeq N.$
              The latter converges to zero and you get your squeezing sequence(s).







              share|cite|improve this answer












              share|cite|improve this answer



              share|cite|improve this answer










              answered Apr 5 '15 at 12:19









              user130065user130065

              1362




              1362












              • $begingroup$
                This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
                $endgroup$
                – Timbuc
                Apr 5 '15 at 12:31


















              • $begingroup$
                This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
                $endgroup$
                – Timbuc
                Apr 5 '15 at 12:31
















              $begingroup$
              This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
              $endgroup$
              – Timbuc
              Apr 5 '15 at 12:31




              $begingroup$
              This is, as asked by the OP, the simplest, most basic answer here imo, with only basic stuff about sequences. +1
              $endgroup$
              – Timbuc
              Apr 5 '15 at 12:31











              2












              $begingroup$

              If $|a| < 1,$ we claim that the series $sum_{1}^{infty}na^{n}$ converges, so that
              $na^{n} to 0$. It suffices to show that the series is absolutely convergent. But, since
              $$frac{(n+1)|a|^{n+1}}{n|a|^{n}} = (1+frac{1}{n})|a| to |a| < 1,$$ by the ratio test the series converges. Thus we have
              $$lim_{n to infty}na^{n} = 0.$$






              share|cite|improve this answer









              $endgroup$


















                2












                $begingroup$

                If $|a| < 1,$ we claim that the series $sum_{1}^{infty}na^{n}$ converges, so that
                $na^{n} to 0$. It suffices to show that the series is absolutely convergent. But, since
                $$frac{(n+1)|a|^{n+1}}{n|a|^{n}} = (1+frac{1}{n})|a| to |a| < 1,$$ by the ratio test the series converges. Thus we have
                $$lim_{n to infty}na^{n} = 0.$$






                share|cite|improve this answer









                $endgroup$
















                  2












                  2








                  2





                  $begingroup$

                  If $|a| < 1,$ we claim that the series $sum_{1}^{infty}na^{n}$ converges, so that
                  $na^{n} to 0$. It suffices to show that the series is absolutely convergent. But, since
                  $$frac{(n+1)|a|^{n+1}}{n|a|^{n}} = (1+frac{1}{n})|a| to |a| < 1,$$ by the ratio test the series converges. Thus we have
                  $$lim_{n to infty}na^{n} = 0.$$






                  share|cite|improve this answer









                  $endgroup$



                  If $|a| < 1,$ we claim that the series $sum_{1}^{infty}na^{n}$ converges, so that
                  $na^{n} to 0$. It suffices to show that the series is absolutely convergent. But, since
                  $$frac{(n+1)|a|^{n+1}}{n|a|^{n}} = (1+frac{1}{n})|a| to |a| < 1,$$ by the ratio test the series converges. Thus we have
                  $$lim_{n to infty}na^{n} = 0.$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Apr 5 '15 at 12:28









                  Gary MooreGary Moore

                  17.3k21546




                  17.3k21546























                      1












                      $begingroup$

                      You can use the relationship of sequences limits and function limits, just let $0<a<1$ for convenient, and study $xa^x,xrightarrowinfty$ you can use L.Hospital theorem, $lim frac{x}{a^{-x}}=lim frac{1}{-a^{-x}}frac{1}{lna}=0 $






                      share|cite|improve this answer









                      $endgroup$













                      • $begingroup$
                        just sequences, thanks
                        $endgroup$
                        – Stabilo
                        Apr 5 '15 at 12:19










                      • $begingroup$
                        Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
                        $endgroup$
                        – Hans
                        Apr 5 '15 at 12:23
















                      1












                      $begingroup$

                      You can use the relationship of sequences limits and function limits, just let $0<a<1$ for convenient, and study $xa^x,xrightarrowinfty$ you can use L.Hospital theorem, $lim frac{x}{a^{-x}}=lim frac{1}{-a^{-x}}frac{1}{lna}=0 $






                      share|cite|improve this answer









                      $endgroup$













                      • $begingroup$
                        just sequences, thanks
                        $endgroup$
                        – Stabilo
                        Apr 5 '15 at 12:19










                      • $begingroup$
                        Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
                        $endgroup$
                        – Hans
                        Apr 5 '15 at 12:23














                      1












                      1








                      1





                      $begingroup$

                      You can use the relationship of sequences limits and function limits, just let $0<a<1$ for convenient, and study $xa^x,xrightarrowinfty$ you can use L.Hospital theorem, $lim frac{x}{a^{-x}}=lim frac{1}{-a^{-x}}frac{1}{lna}=0 $






                      share|cite|improve this answer









                      $endgroup$



                      You can use the relationship of sequences limits and function limits, just let $0<a<1$ for convenient, and study $xa^x,xrightarrowinfty$ you can use L.Hospital theorem, $lim frac{x}{a^{-x}}=lim frac{1}{-a^{-x}}frac{1}{lna}=0 $







                      share|cite|improve this answer












                      share|cite|improve this answer



                      share|cite|improve this answer










                      answered Apr 5 '15 at 12:17









                      HansHans

                      12210




                      12210












                      • $begingroup$
                        just sequences, thanks
                        $endgroup$
                        – Stabilo
                        Apr 5 '15 at 12:19










                      • $begingroup$
                        Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
                        $endgroup$
                        – Hans
                        Apr 5 '15 at 12:23


















                      • $begingroup$
                        just sequences, thanks
                        $endgroup$
                        – Stabilo
                        Apr 5 '15 at 12:19










                      • $begingroup$
                        Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
                        $endgroup$
                        – Hans
                        Apr 5 '15 at 12:23
















                      $begingroup$
                      just sequences, thanks
                      $endgroup$
                      – Stabilo
                      Apr 5 '15 at 12:19




                      $begingroup$
                      just sequences, thanks
                      $endgroup$
                      – Stabilo
                      Apr 5 '15 at 12:19












                      $begingroup$
                      Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
                      $endgroup$
                      – Hans
                      Apr 5 '15 at 12:23




                      $begingroup$
                      Oh, that's ok... in other conditions where you can use L.Hospital, don't forget it and it's so powerful.
                      $endgroup$
                      – Hans
                      Apr 5 '15 at 12:23











                      0












                      $begingroup$

                      Here a very elementary way:





                      • $|a| < 1 stackrel{a neq 0}{Rightarrow} |a| = frac{1}{1+p}$ for a $p > 0$.

                      • $(1+p)^n = 1 + np + color{blue}{frac{n(n-1)}{2}p^2} + cdots + p^n color{blue}{>frac{n(n-1)}{2}p^2}$


                      So, it follows
                      $$0 leq |na^n| = n|a|^n = frac{n}{(1+p)^n} < frac{n}{color{blue}{frac{n(n-1)}{2}p^2}} = frac{2}{(n-1)p^2} stackrel{n to infty}{longrightarrow} 0$$






                      share|cite|improve this answer









                      $endgroup$


















                        0












                        $begingroup$

                        Here a very elementary way:





                        • $|a| < 1 stackrel{a neq 0}{Rightarrow} |a| = frac{1}{1+p}$ for a $p > 0$.

                        • $(1+p)^n = 1 + np + color{blue}{frac{n(n-1)}{2}p^2} + cdots + p^n color{blue}{>frac{n(n-1)}{2}p^2}$


                        So, it follows
                        $$0 leq |na^n| = n|a|^n = frac{n}{(1+p)^n} < frac{n}{color{blue}{frac{n(n-1)}{2}p^2}} = frac{2}{(n-1)p^2} stackrel{n to infty}{longrightarrow} 0$$






                        share|cite|improve this answer









                        $endgroup$
















                          0












                          0








                          0





                          $begingroup$

                          Here a very elementary way:





                          • $|a| < 1 stackrel{a neq 0}{Rightarrow} |a| = frac{1}{1+p}$ for a $p > 0$.

                          • $(1+p)^n = 1 + np + color{blue}{frac{n(n-1)}{2}p^2} + cdots + p^n color{blue}{>frac{n(n-1)}{2}p^2}$


                          So, it follows
                          $$0 leq |na^n| = n|a|^n = frac{n}{(1+p)^n} < frac{n}{color{blue}{frac{n(n-1)}{2}p^2}} = frac{2}{(n-1)p^2} stackrel{n to infty}{longrightarrow} 0$$






                          share|cite|improve this answer









                          $endgroup$



                          Here a very elementary way:





                          • $|a| < 1 stackrel{a neq 0}{Rightarrow} |a| = frac{1}{1+p}$ for a $p > 0$.

                          • $(1+p)^n = 1 + np + color{blue}{frac{n(n-1)}{2}p^2} + cdots + p^n color{blue}{>frac{n(n-1)}{2}p^2}$


                          So, it follows
                          $$0 leq |na^n| = n|a|^n = frac{n}{(1+p)^n} < frac{n}{color{blue}{frac{n(n-1)}{2}p^2}} = frac{2}{(n-1)p^2} stackrel{n to infty}{longrightarrow} 0$$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Dec 9 '18 at 17:35









                          trancelocationtrancelocation

                          12.9k1827




                          12.9k1827






























                              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%2f1220951%2fif-a1-so-lim-n-to-inftynan-0%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

                              Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

                              ComboBox Display Member on multiple fields

                              Is it possible to collect Nectar points via Trainline?