Convergence of Sum of Sequences











up vote
4
down vote

favorite












This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:



$a_n := (-1)^n + frac{1}{n^2 +1}$



which I re-wrote into



$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$



I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.



I hope someone can clear my doubts and explain their answer to me!
Thank you.










share|cite|improve this question







New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    To start with, what do you know about sums of sequences and their convergence?
    – Chris Culter
    6 hours ago















up vote
4
down vote

favorite












This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:



$a_n := (-1)^n + frac{1}{n^2 +1}$



which I re-wrote into



$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$



I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.



I hope someone can clear my doubts and explain their answer to me!
Thank you.










share|cite|improve this question







New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    To start with, what do you know about sums of sequences and their convergence?
    – Chris Culter
    6 hours ago













up vote
4
down vote

favorite









up vote
4
down vote

favorite











This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:



$a_n := (-1)^n + frac{1}{n^2 +1}$



which I re-wrote into



$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$



I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.



I hope someone can clear my doubts and explain their answer to me!
Thank you.










share|cite|improve this question







New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











This week, I learned a bit more about limits, convergence and divergence.
I was given a sum of two sequences and asked to tell whether or not it is convergent, and what its limit is:



$a_n := (-1)^n + frac{1}{n^2 +1}$



which I re-wrote into



$lim_{nto infty}(-1)^n +lim_{nto infty}frac{1}{n^2 +1}$



I noticed that $lim_{nto infty}(-1)^n$ isn't convergent, whereas the latter is convergent and has the limit of $0$. That is why I'm not entirely sure whether $a_n$ is convergent or not, and got confused.



I hope someone can clear my doubts and explain their answer to me!
Thank you.







sequences-and-series limits convergence






share|cite|improve this question







New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 hours ago









Rikk

403




403




New contributor




Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Rikk is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    To start with, what do you know about sums of sequences and their convergence?
    – Chris Culter
    6 hours ago














  • 1




    To start with, what do you know about sums of sequences and their convergence?
    – Chris Culter
    6 hours ago








1




1




To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
6 hours ago




To start with, what do you know about sums of sequences and their convergence?
– Chris Culter
6 hours ago










3 Answers
3






active

oldest

votes

















up vote
2
down vote



accepted










Let $u_n=(-1)^n$ and
$v_n=frac{1}{n^2+1}$.



$(u_n)$ is divergent since
$$lim u_{2n}ne lim u_{2n+1}$$



$(v_n)$ is convergent since



$$lim v_n=0.$$



the sum of a convergent sequence and a divergent one is DIVERGENT.






share|cite|improve this answer




























    up vote
    3
    down vote













    You should look at the global situation rather than focusing on the specific example.



    The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.






    share|cite|improve this answer




























      up vote
      2
      down vote













      Let consider




      • n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$


      • n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$



      what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?






      share|cite|improve this answer























      • We conclude is that $a_n$ cannot be convergent! Thank you.
        – Rikk
        6 hours ago










      • @Rikk Yes of course that the general way to prove that. You are welcome! Bye
        – gimusi
        6 hours ago











      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
      });


      }
      });






      Rikk is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3027553%2fconvergence-of-sum-of-sequences%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
      2
      down vote



      accepted










      Let $u_n=(-1)^n$ and
      $v_n=frac{1}{n^2+1}$.



      $(u_n)$ is divergent since
      $$lim u_{2n}ne lim u_{2n+1}$$



      $(v_n)$ is convergent since



      $$lim v_n=0.$$



      the sum of a convergent sequence and a divergent one is DIVERGENT.






      share|cite|improve this answer

























        up vote
        2
        down vote



        accepted










        Let $u_n=(-1)^n$ and
        $v_n=frac{1}{n^2+1}$.



        $(u_n)$ is divergent since
        $$lim u_{2n}ne lim u_{2n+1}$$



        $(v_n)$ is convergent since



        $$lim v_n=0.$$



        the sum of a convergent sequence and a divergent one is DIVERGENT.






        share|cite|improve this answer























          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Let $u_n=(-1)^n$ and
          $v_n=frac{1}{n^2+1}$.



          $(u_n)$ is divergent since
          $$lim u_{2n}ne lim u_{2n+1}$$



          $(v_n)$ is convergent since



          $$lim v_n=0.$$



          the sum of a convergent sequence and a divergent one is DIVERGENT.






          share|cite|improve this answer












          Let $u_n=(-1)^n$ and
          $v_n=frac{1}{n^2+1}$.



          $(u_n)$ is divergent since
          $$lim u_{2n}ne lim u_{2n+1}$$



          $(v_n)$ is convergent since



          $$lim v_n=0.$$



          the sum of a convergent sequence and a divergent one is DIVERGENT.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered 6 hours ago









          hamam_Abdallah

          37.2k21534




          37.2k21534






















              up vote
              3
              down vote













              You should look at the global situation rather than focusing on the specific example.



              The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.






              share|cite|improve this answer

























                up vote
                3
                down vote













                You should look at the global situation rather than focusing on the specific example.



                The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.






                share|cite|improve this answer























                  up vote
                  3
                  down vote










                  up vote
                  3
                  down vote









                  You should look at the global situation rather than focusing on the specific example.



                  The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.






                  share|cite|improve this answer












                  You should look at the global situation rather than focusing on the specific example.



                  The sum of a convergent sequence and a divergent one diverges. If this wasn't the case the difference of the sum and the convergent sequence would converge. That can't be as this is equal to the divergent sequence.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 6 hours ago









                  mathcounterexamples.net

                  23.7k21753




                  23.7k21753






















                      up vote
                      2
                      down vote













                      Let consider




                      • n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$


                      • n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$



                      what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?






                      share|cite|improve this answer























                      • We conclude is that $a_n$ cannot be convergent! Thank you.
                        – Rikk
                        6 hours ago










                      • @Rikk Yes of course that the general way to prove that. You are welcome! Bye
                        – gimusi
                        6 hours ago















                      up vote
                      2
                      down vote













                      Let consider




                      • n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$


                      • n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$



                      what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?






                      share|cite|improve this answer























                      • We conclude is that $a_n$ cannot be convergent! Thank you.
                        – Rikk
                        6 hours ago










                      • @Rikk Yes of course that the general way to prove that. You are welcome! Bye
                        – gimusi
                        6 hours ago













                      up vote
                      2
                      down vote










                      up vote
                      2
                      down vote









                      Let consider




                      • n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$


                      • n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$



                      what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?






                      share|cite|improve this answer














                      Let consider




                      • n odd $implies a_n := (-1)^n + frac{1}{n^2 +1} to -1$


                      • n even $implies a_n := (-1)^n + frac{1}{n^2 +1} to 1$



                      what can we conclude, recalling that for a convergent sequence all the subsequence need to converge to the same limit?







                      share|cite|improve this answer














                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited 6 hours ago

























                      answered 6 hours ago









                      gimusi

                      90k74495




                      90k74495












                      • We conclude is that $a_n$ cannot be convergent! Thank you.
                        – Rikk
                        6 hours ago










                      • @Rikk Yes of course that the general way to prove that. You are welcome! Bye
                        – gimusi
                        6 hours ago


















                      • We conclude is that $a_n$ cannot be convergent! Thank you.
                        – Rikk
                        6 hours ago










                      • @Rikk Yes of course that the general way to prove that. You are welcome! Bye
                        – gimusi
                        6 hours ago
















                      We conclude is that $a_n$ cannot be convergent! Thank you.
                      – Rikk
                      6 hours ago




                      We conclude is that $a_n$ cannot be convergent! Thank you.
                      – Rikk
                      6 hours ago












                      @Rikk Yes of course that the general way to prove that. You are welcome! Bye
                      – gimusi
                      6 hours ago




                      @Rikk Yes of course that the general way to prove that. You are welcome! Bye
                      – gimusi
                      6 hours ago










                      Rikk is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      Rikk is a new contributor. Be nice, and check out our Code of Conduct.













                      Rikk is a new contributor. Be nice, and check out our Code of Conduct.












                      Rikk is a new contributor. Be nice, and check out our Code of Conduct.
















                      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.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • 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.


                      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%2f3027553%2fconvergence-of-sum-of-sequences%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

                      Catalogne

                      Violoncelliste

                      Héron pourpré