Finding limit of a (Laurent?) series












2












$begingroup$


I've been practicing series for my upcoming Calculus 1 exam, and I've stumbled upon this one:
$1 + frac{1}{1 + 2} + frac{1}{1 + 2 + 3} + ... + frac{1}{1 + 2 + 3 + ... + n}$
The task is to find the limit.










share|cite|improve this question











$endgroup$

















    2












    $begingroup$


    I've been practicing series for my upcoming Calculus 1 exam, and I've stumbled upon this one:
    $1 + frac{1}{1 + 2} + frac{1}{1 + 2 + 3} + ... + frac{1}{1 + 2 + 3 + ... + n}$
    The task is to find the limit.










    share|cite|improve this question











    $endgroup$















      2












      2








      2





      $begingroup$


      I've been practicing series for my upcoming Calculus 1 exam, and I've stumbled upon this one:
      $1 + frac{1}{1 + 2} + frac{1}{1 + 2 + 3} + ... + frac{1}{1 + 2 + 3 + ... + n}$
      The task is to find the limit.










      share|cite|improve this question











      $endgroup$




      I've been practicing series for my upcoming Calculus 1 exam, and I've stumbled upon this one:
      $1 + frac{1}{1 + 2} + frac{1}{1 + 2 + 3} + ... + frac{1}{1 + 2 + 3 + ... + n}$
      The task is to find the limit.







      sequences-and-series limits






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Feb 17 at 15:29









      Max

      566217




      566217










      asked Feb 17 at 14:25









      RoseRose

      216




      216






















          5 Answers
          5






          active

          oldest

          votes


















          6












          $begingroup$

          We have $$1+2+...+k=frac{k(k+1)}2$$
          So the sum you need to compute is
          $$begin{split}
          sum_{k=1}^n frac 2{k(k+1)} &= sum_{k=1}^n 2left ( frac 1 k - frac 1 { k+1} right )\
          &=2-frac 2 {n+1}\
          &=frac {2n} {n+1}
          end{split}$$

          Now you can take the limit.






          share|cite|improve this answer











          $endgroup$





















            5












            $begingroup$

            Hint: Recall the sum of an arithmetic series of consecutive numbers $1,2, cdots, n$:
            $$1+2+cdots+n=frac{n(n+1)}{2}$$
            Take reciprocal of it and deal with partial fraction, the terms will be eliminated.
            $$
            frac{2}{n(n+1)}=2(frac{1}{n}-frac{1}{n+1})$$

            After that, take the limit.






            share|cite|improve this answer









            $endgroup$





















              3












              $begingroup$

              Hint: Use the fact that $$1+2+...+n=frac{n(n+1)}{2}$$



              The series then becomes $$2sumlimits_{n=1}^infty left(frac{1}{n} - frac{1}{n+1} right)$$ which is a telescoping series.






              share|cite|improve this answer









              $endgroup$





















                0












                $begingroup$

                As $1+2+ldots +n = frac{n}{2}(n+1)$ you are looking for the sum of the series
                $S = sum_{n=1}^{infty} frac{1}{frac{k}{2}(k+1)} = 2 sum_{k=1}^{infty} frac{1}{k(k+1)}$.



                Nos separating you get that $S_n = 2sum_{k=1}^{n} frac{1}{k} - frac{1}{k+1} = 2(1 - frac{1}{n+1})$. Now taking limit when $n rightarrow infty$ you get that $S=2$






                share|cite|improve this answer









                $endgroup$





















                  0












                  $begingroup$

                  $small{a_2=(1+2)^{-1}, a_3= (1+2+3)^{-1},....}$



                  $small{a_k=(1+2+...k)^{-1} = 2(k(k+1))^{-1}=2(1/k -1/(k+1))}$



                  Telescopic sum



                  $1+sum_{k=2}^{infty} a_k =?$






                  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%2f3116293%2ffinding-limit-of-a-laurent-series%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown

























                    5 Answers
                    5






                    active

                    oldest

                    votes








                    5 Answers
                    5






                    active

                    oldest

                    votes









                    active

                    oldest

                    votes






                    active

                    oldest

                    votes









                    6












                    $begingroup$

                    We have $$1+2+...+k=frac{k(k+1)}2$$
                    So the sum you need to compute is
                    $$begin{split}
                    sum_{k=1}^n frac 2{k(k+1)} &= sum_{k=1}^n 2left ( frac 1 k - frac 1 { k+1} right )\
                    &=2-frac 2 {n+1}\
                    &=frac {2n} {n+1}
                    end{split}$$

                    Now you can take the limit.






                    share|cite|improve this answer











                    $endgroup$


















                      6












                      $begingroup$

                      We have $$1+2+...+k=frac{k(k+1)}2$$
                      So the sum you need to compute is
                      $$begin{split}
                      sum_{k=1}^n frac 2{k(k+1)} &= sum_{k=1}^n 2left ( frac 1 k - frac 1 { k+1} right )\
                      &=2-frac 2 {n+1}\
                      &=frac {2n} {n+1}
                      end{split}$$

                      Now you can take the limit.






                      share|cite|improve this answer











                      $endgroup$
















                        6












                        6








                        6





                        $begingroup$

                        We have $$1+2+...+k=frac{k(k+1)}2$$
                        So the sum you need to compute is
                        $$begin{split}
                        sum_{k=1}^n frac 2{k(k+1)} &= sum_{k=1}^n 2left ( frac 1 k - frac 1 { k+1} right )\
                        &=2-frac 2 {n+1}\
                        &=frac {2n} {n+1}
                        end{split}$$

                        Now you can take the limit.






                        share|cite|improve this answer











                        $endgroup$



                        We have $$1+2+...+k=frac{k(k+1)}2$$
                        So the sum you need to compute is
                        $$begin{split}
                        sum_{k=1}^n frac 2{k(k+1)} &= sum_{k=1}^n 2left ( frac 1 k - frac 1 { k+1} right )\
                        &=2-frac 2 {n+1}\
                        &=frac {2n} {n+1}
                        end{split}$$

                        Now you can take the limit.







                        share|cite|improve this answer














                        share|cite|improve this answer



                        share|cite|improve this answer








                        edited Feb 17 at 19:03









                        RQM

                        1213




                        1213










                        answered Feb 17 at 14:34









                        Stefan LafonStefan Lafon

                        2,23019




                        2,23019























                            5












                            $begingroup$

                            Hint: Recall the sum of an arithmetic series of consecutive numbers $1,2, cdots, n$:
                            $$1+2+cdots+n=frac{n(n+1)}{2}$$
                            Take reciprocal of it and deal with partial fraction, the terms will be eliminated.
                            $$
                            frac{2}{n(n+1)}=2(frac{1}{n}-frac{1}{n+1})$$

                            After that, take the limit.






                            share|cite|improve this answer









                            $endgroup$


















                              5












                              $begingroup$

                              Hint: Recall the sum of an arithmetic series of consecutive numbers $1,2, cdots, n$:
                              $$1+2+cdots+n=frac{n(n+1)}{2}$$
                              Take reciprocal of it and deal with partial fraction, the terms will be eliminated.
                              $$
                              frac{2}{n(n+1)}=2(frac{1}{n}-frac{1}{n+1})$$

                              After that, take the limit.






                              share|cite|improve this answer









                              $endgroup$
















                                5












                                5








                                5





                                $begingroup$

                                Hint: Recall the sum of an arithmetic series of consecutive numbers $1,2, cdots, n$:
                                $$1+2+cdots+n=frac{n(n+1)}{2}$$
                                Take reciprocal of it and deal with partial fraction, the terms will be eliminated.
                                $$
                                frac{2}{n(n+1)}=2(frac{1}{n}-frac{1}{n+1})$$

                                After that, take the limit.






                                share|cite|improve this answer









                                $endgroup$



                                Hint: Recall the sum of an arithmetic series of consecutive numbers $1,2, cdots, n$:
                                $$1+2+cdots+n=frac{n(n+1)}{2}$$
                                Take reciprocal of it and deal with partial fraction, the terms will be eliminated.
                                $$
                                frac{2}{n(n+1)}=2(frac{1}{n}-frac{1}{n+1})$$

                                After that, take the limit.







                                share|cite|improve this answer












                                share|cite|improve this answer



                                share|cite|improve this answer










                                answered Feb 17 at 14:34









                                weilam06weilam06

                                30412




                                30412























                                    3












                                    $begingroup$

                                    Hint: Use the fact that $$1+2+...+n=frac{n(n+1)}{2}$$



                                    The series then becomes $$2sumlimits_{n=1}^infty left(frac{1}{n} - frac{1}{n+1} right)$$ which is a telescoping series.






                                    share|cite|improve this answer









                                    $endgroup$


















                                      3












                                      $begingroup$

                                      Hint: Use the fact that $$1+2+...+n=frac{n(n+1)}{2}$$



                                      The series then becomes $$2sumlimits_{n=1}^infty left(frac{1}{n} - frac{1}{n+1} right)$$ which is a telescoping series.






                                      share|cite|improve this answer









                                      $endgroup$
















                                        3












                                        3








                                        3





                                        $begingroup$

                                        Hint: Use the fact that $$1+2+...+n=frac{n(n+1)}{2}$$



                                        The series then becomes $$2sumlimits_{n=1}^infty left(frac{1}{n} - frac{1}{n+1} right)$$ which is a telescoping series.






                                        share|cite|improve this answer









                                        $endgroup$



                                        Hint: Use the fact that $$1+2+...+n=frac{n(n+1)}{2}$$



                                        The series then becomes $$2sumlimits_{n=1}^infty left(frac{1}{n} - frac{1}{n+1} right)$$ which is a telescoping series.







                                        share|cite|improve this answer












                                        share|cite|improve this answer



                                        share|cite|improve this answer










                                        answered Feb 17 at 14:33









                                        Haris GusicHaris Gusic

                                        1,251117




                                        1,251117























                                            0












                                            $begingroup$

                                            As $1+2+ldots +n = frac{n}{2}(n+1)$ you are looking for the sum of the series
                                            $S = sum_{n=1}^{infty} frac{1}{frac{k}{2}(k+1)} = 2 sum_{k=1}^{infty} frac{1}{k(k+1)}$.



                                            Nos separating you get that $S_n = 2sum_{k=1}^{n} frac{1}{k} - frac{1}{k+1} = 2(1 - frac{1}{n+1})$. Now taking limit when $n rightarrow infty$ you get that $S=2$






                                            share|cite|improve this answer









                                            $endgroup$


















                                              0












                                              $begingroup$

                                              As $1+2+ldots +n = frac{n}{2}(n+1)$ you are looking for the sum of the series
                                              $S = sum_{n=1}^{infty} frac{1}{frac{k}{2}(k+1)} = 2 sum_{k=1}^{infty} frac{1}{k(k+1)}$.



                                              Nos separating you get that $S_n = 2sum_{k=1}^{n} frac{1}{k} - frac{1}{k+1} = 2(1 - frac{1}{n+1})$. Now taking limit when $n rightarrow infty$ you get that $S=2$






                                              share|cite|improve this answer









                                              $endgroup$
















                                                0












                                                0








                                                0





                                                $begingroup$

                                                As $1+2+ldots +n = frac{n}{2}(n+1)$ you are looking for the sum of the series
                                                $S = sum_{n=1}^{infty} frac{1}{frac{k}{2}(k+1)} = 2 sum_{k=1}^{infty} frac{1}{k(k+1)}$.



                                                Nos separating you get that $S_n = 2sum_{k=1}^{n} frac{1}{k} - frac{1}{k+1} = 2(1 - frac{1}{n+1})$. Now taking limit when $n rightarrow infty$ you get that $S=2$






                                                share|cite|improve this answer









                                                $endgroup$



                                                As $1+2+ldots +n = frac{n}{2}(n+1)$ you are looking for the sum of the series
                                                $S = sum_{n=1}^{infty} frac{1}{frac{k}{2}(k+1)} = 2 sum_{k=1}^{infty} frac{1}{k(k+1)}$.



                                                Nos separating you get that $S_n = 2sum_{k=1}^{n} frac{1}{k} - frac{1}{k+1} = 2(1 - frac{1}{n+1})$. Now taking limit when $n rightarrow infty$ you get that $S=2$







                                                share|cite|improve this answer












                                                share|cite|improve this answer



                                                share|cite|improve this answer










                                                answered Feb 17 at 14:36









                                                JoseSquareJoseSquare

                                                82012




                                                82012























                                                    0












                                                    $begingroup$

                                                    $small{a_2=(1+2)^{-1}, a_3= (1+2+3)^{-1},....}$



                                                    $small{a_k=(1+2+...k)^{-1} = 2(k(k+1))^{-1}=2(1/k -1/(k+1))}$



                                                    Telescopic sum



                                                    $1+sum_{k=2}^{infty} a_k =?$






                                                    share|cite|improve this answer











                                                    $endgroup$


















                                                      0












                                                      $begingroup$

                                                      $small{a_2=(1+2)^{-1}, a_3= (1+2+3)^{-1},....}$



                                                      $small{a_k=(1+2+...k)^{-1} = 2(k(k+1))^{-1}=2(1/k -1/(k+1))}$



                                                      Telescopic sum



                                                      $1+sum_{k=2}^{infty} a_k =?$






                                                      share|cite|improve this answer











                                                      $endgroup$
















                                                        0












                                                        0








                                                        0





                                                        $begingroup$

                                                        $small{a_2=(1+2)^{-1}, a_3= (1+2+3)^{-1},....}$



                                                        $small{a_k=(1+2+...k)^{-1} = 2(k(k+1))^{-1}=2(1/k -1/(k+1))}$



                                                        Telescopic sum



                                                        $1+sum_{k=2}^{infty} a_k =?$






                                                        share|cite|improve this answer











                                                        $endgroup$



                                                        $small{a_2=(1+2)^{-1}, a_3= (1+2+3)^{-1},....}$



                                                        $small{a_k=(1+2+...k)^{-1} = 2(k(k+1))^{-1}=2(1/k -1/(k+1))}$



                                                        Telescopic sum



                                                        $1+sum_{k=2}^{infty} a_k =?$







                                                        share|cite|improve this answer














                                                        share|cite|improve this answer



                                                        share|cite|improve this answer








                                                        edited Feb 17 at 16:50

























                                                        answered Feb 17 at 14:38









                                                        Peter SzilasPeter Szilas

                                                        11.4k2822




                                                        11.4k2822






























                                                            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%2f3116293%2ffinding-limit-of-a-laurent-series%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

                                                            How to send String Array data to Server using php in android

                                                            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                                                            Is anime1.com a legal site for watching anime?