Proof for Convergence of Nested Sequences












0














With this being my first week learning about limits, their rules, and convergence/divergence, I received another question:



$a_k$ is a convergent sequence with $lim_{nto infty}(a_k) = a$



Let $p(x) = 3x^2 - x + 2$. Show that $(p(a_k))$ is also convergent with $lim_{kto infty}p(a_k) = p(a)$



My approach would be to use the multiplication rule, which is: when you have two convergent sequences $lim_{nto infty}(a_n) = a$ and $lim_{nto infty}(b_n) = b$, then
$lim_{nto infty}(a_n cdot b_n) = lim_{nto infty}(a_n) cdot lim_{nto infty}(b_n) = a cdot b$



But I'm not entirely sure about how to apply that rule specifically to this question. I get confused when so many variables are used. I also thought about manually listing out both sequences and looking at $a_k$ as a subsequence to $p(x)$, yet I'm not certain if that'd work.



I hope someone can clarify the best approach to both parts and explain their answer in detail.
Thank you!!










share|cite|improve this question





























    0














    With this being my first week learning about limits, their rules, and convergence/divergence, I received another question:



    $a_k$ is a convergent sequence with $lim_{nto infty}(a_k) = a$



    Let $p(x) = 3x^2 - x + 2$. Show that $(p(a_k))$ is also convergent with $lim_{kto infty}p(a_k) = p(a)$



    My approach would be to use the multiplication rule, which is: when you have two convergent sequences $lim_{nto infty}(a_n) = a$ and $lim_{nto infty}(b_n) = b$, then
    $lim_{nto infty}(a_n cdot b_n) = lim_{nto infty}(a_n) cdot lim_{nto infty}(b_n) = a cdot b$



    But I'm not entirely sure about how to apply that rule specifically to this question. I get confused when so many variables are used. I also thought about manually listing out both sequences and looking at $a_k$ as a subsequence to $p(x)$, yet I'm not certain if that'd work.



    I hope someone can clarify the best approach to both parts and explain their answer in detail.
    Thank you!!










    share|cite|improve this question



























      0












      0








      0







      With this being my first week learning about limits, their rules, and convergence/divergence, I received another question:



      $a_k$ is a convergent sequence with $lim_{nto infty}(a_k) = a$



      Let $p(x) = 3x^2 - x + 2$. Show that $(p(a_k))$ is also convergent with $lim_{kto infty}p(a_k) = p(a)$



      My approach would be to use the multiplication rule, which is: when you have two convergent sequences $lim_{nto infty}(a_n) = a$ and $lim_{nto infty}(b_n) = b$, then
      $lim_{nto infty}(a_n cdot b_n) = lim_{nto infty}(a_n) cdot lim_{nto infty}(b_n) = a cdot b$



      But I'm not entirely sure about how to apply that rule specifically to this question. I get confused when so many variables are used. I also thought about manually listing out both sequences and looking at $a_k$ as a subsequence to $p(x)$, yet I'm not certain if that'd work.



      I hope someone can clarify the best approach to both parts and explain their answer in detail.
      Thank you!!










      share|cite|improve this question















      With this being my first week learning about limits, their rules, and convergence/divergence, I received another question:



      $a_k$ is a convergent sequence with $lim_{nto infty}(a_k) = a$



      Let $p(x) = 3x^2 - x + 2$. Show that $(p(a_k))$ is also convergent with $lim_{kto infty}p(a_k) = p(a)$



      My approach would be to use the multiplication rule, which is: when you have two convergent sequences $lim_{nto infty}(a_n) = a$ and $lim_{nto infty}(b_n) = b$, then
      $lim_{nto infty}(a_n cdot b_n) = lim_{nto infty}(a_n) cdot lim_{nto infty}(b_n) = a cdot b$



      But I'm not entirely sure about how to apply that rule specifically to this question. I get confused when so many variables are used. I also thought about manually listing out both sequences and looking at $a_k$ as a subsequence to $p(x)$, yet I'm not certain if that'd work.



      I hope someone can clarify the best approach to both parts and explain their answer in detail.
      Thank you!!







      sequences-and-series limits convergence proof-explanation






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Dec 6 at 22:04

























      asked Dec 6 at 17:28









      Rikk

      424




      424






















          2 Answers
          2






          active

          oldest

          votes


















          1














          Have you gone over the definition of continuity for real valued functions in your course yet?
          If so you can use the continuity of the polynomials in (a) and (b) to prove the result.



          Otherwise your approach for using sums and multiplication of sequences will work. Indeed you can rewrite your sequence $p(a_k)$ as $p(a_k) = 3 times a_k times a_k -a_k +2$.



          From here can you see where adding and multiplying sequences will give you what you want?






          share|cite|improve this answer





























            0














            You are on the right track. In part a)
            $$p(a_k)= 3a_k^2-a_k+2$$



            Now you need to use various rules, like the product rule and the sum rule. For the first term, $$lim_{ktoinfty}a_k^2=lim_{ktoinfty}a_kcdotlim_{ktoinfty}a_k=a^2$$



            Once you complete part a) you should find part b) simple.






            share|cite|improve this answer





















            • Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
              – Rikk
              Dec 6 at 21:08










            • @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
              – saulspatz
              Dec 6 at 21:11











            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%2f3028793%2fproof-for-convergence-of-nested-sequences%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Have you gone over the definition of continuity for real valued functions in your course yet?
            If so you can use the continuity of the polynomials in (a) and (b) to prove the result.



            Otherwise your approach for using sums and multiplication of sequences will work. Indeed you can rewrite your sequence $p(a_k)$ as $p(a_k) = 3 times a_k times a_k -a_k +2$.



            From here can you see where adding and multiplying sequences will give you what you want?






            share|cite|improve this answer


























              1














              Have you gone over the definition of continuity for real valued functions in your course yet?
              If so you can use the continuity of the polynomials in (a) and (b) to prove the result.



              Otherwise your approach for using sums and multiplication of sequences will work. Indeed you can rewrite your sequence $p(a_k)$ as $p(a_k) = 3 times a_k times a_k -a_k +2$.



              From here can you see where adding and multiplying sequences will give you what you want?






              share|cite|improve this answer
























                1












                1








                1






                Have you gone over the definition of continuity for real valued functions in your course yet?
                If so you can use the continuity of the polynomials in (a) and (b) to prove the result.



                Otherwise your approach for using sums and multiplication of sequences will work. Indeed you can rewrite your sequence $p(a_k)$ as $p(a_k) = 3 times a_k times a_k -a_k +2$.



                From here can you see where adding and multiplying sequences will give you what you want?






                share|cite|improve this answer












                Have you gone over the definition of continuity for real valued functions in your course yet?
                If so you can use the continuity of the polynomials in (a) and (b) to prove the result.



                Otherwise your approach for using sums and multiplication of sequences will work. Indeed you can rewrite your sequence $p(a_k)$ as $p(a_k) = 3 times a_k times a_k -a_k +2$.



                From here can you see where adding and multiplying sequences will give you what you want?







                share|cite|improve this answer












                share|cite|improve this answer



                share|cite|improve this answer










                answered Dec 6 at 17:43









                C. Grant

                1114




                1114























                    0














                    You are on the right track. In part a)
                    $$p(a_k)= 3a_k^2-a_k+2$$



                    Now you need to use various rules, like the product rule and the sum rule. For the first term, $$lim_{ktoinfty}a_k^2=lim_{ktoinfty}a_kcdotlim_{ktoinfty}a_k=a^2$$



                    Once you complete part a) you should find part b) simple.






                    share|cite|improve this answer





















                    • Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
                      – Rikk
                      Dec 6 at 21:08










                    • @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
                      – saulspatz
                      Dec 6 at 21:11
















                    0














                    You are on the right track. In part a)
                    $$p(a_k)= 3a_k^2-a_k+2$$



                    Now you need to use various rules, like the product rule and the sum rule. For the first term, $$lim_{ktoinfty}a_k^2=lim_{ktoinfty}a_kcdotlim_{ktoinfty}a_k=a^2$$



                    Once you complete part a) you should find part b) simple.






                    share|cite|improve this answer





















                    • Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
                      – Rikk
                      Dec 6 at 21:08










                    • @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
                      – saulspatz
                      Dec 6 at 21:11














                    0












                    0








                    0






                    You are on the right track. In part a)
                    $$p(a_k)= 3a_k^2-a_k+2$$



                    Now you need to use various rules, like the product rule and the sum rule. For the first term, $$lim_{ktoinfty}a_k^2=lim_{ktoinfty}a_kcdotlim_{ktoinfty}a_k=a^2$$



                    Once you complete part a) you should find part b) simple.






                    share|cite|improve this answer












                    You are on the right track. In part a)
                    $$p(a_k)= 3a_k^2-a_k+2$$



                    Now you need to use various rules, like the product rule and the sum rule. For the first term, $$lim_{ktoinfty}a_k^2=lim_{ktoinfty}a_kcdotlim_{ktoinfty}a_k=a^2$$



                    Once you complete part a) you should find part b) simple.







                    share|cite|improve this answer












                    share|cite|improve this answer



                    share|cite|improve this answer










                    answered Dec 6 at 17:43









                    saulspatz

                    13.8k21328




                    13.8k21328












                    • Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
                      – Rikk
                      Dec 6 at 21:08










                    • @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
                      – saulspatz
                      Dec 6 at 21:11


















                    • Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
                      – Rikk
                      Dec 6 at 21:08










                    • @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
                      – saulspatz
                      Dec 6 at 21:11
















                    Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
                    – Rikk
                    Dec 6 at 21:08




                    Could you still go over each part in detail so I can follow? I'm still not seeing it as clear as I'd like to :/ Thanks!
                    – Rikk
                    Dec 6 at 21:08












                    @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
                    – saulspatz
                    Dec 6 at 21:11




                    @Rikk It would help if you edit your question to show exactly what you understand, and where you are stuck. Otherwise, I don't know what else to say.
                    – saulspatz
                    Dec 6 at 21:11


















                    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.





                    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%2f3028793%2fproof-for-convergence-of-nested-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

                    Bressuire

                    Cabo Verde

                    Gyllenstierna