Taylor series of $F(n) = 1/(n-1)^2 - 1/n^2$ around large n?












0












$begingroup$


I am lost on this taylor series. The hint says to let x = 1/n and expand around x = 0, but I can't make any progress.



I am also confused why this hint is helpful. Can't I just expand around large n? Then I can assume 1/n^2, 1/n^3... and the other higher order derivatives to be about 0, hence the taylor series expansion would be 0. Any advice?










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    I am lost on this taylor series. The hint says to let x = 1/n and expand around x = 0, but I can't make any progress.



    I am also confused why this hint is helpful. Can't I just expand around large n? Then I can assume 1/n^2, 1/n^3... and the other higher order derivatives to be about 0, hence the taylor series expansion would be 0. Any advice?










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      I am lost on this taylor series. The hint says to let x = 1/n and expand around x = 0, but I can't make any progress.



      I am also confused why this hint is helpful. Can't I just expand around large n? Then I can assume 1/n^2, 1/n^3... and the other higher order derivatives to be about 0, hence the taylor series expansion would be 0. Any advice?










      share|cite|improve this question









      $endgroup$




      I am lost on this taylor series. The hint says to let x = 1/n and expand around x = 0, but I can't make any progress.



      I am also confused why this hint is helpful. Can't I just expand around large n? Then I can assume 1/n^2, 1/n^3... and the other higher order derivatives to be about 0, hence the taylor series expansion would be 0. Any advice?







      calculus taylor-expansion






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 11 at 4:09









      GoldnameGoldname

      1,475930




      1,475930






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          $begin{array}\
          F(n)
          &= dfrac1{(n-1)^2} - dfrac1{n^2}\
          &= dfrac1{n^2}left(dfrac1{(1-1/n)^2} -1right)\
          &= displaystyledfrac1{n^2}left(sum_{k=0}^{infty}dfrac{k+1}{n^{2k}} -1right)\
          &= displaystyledfrac1{n^2}sum_{k=1}^{infty}dfrac{k+1}{n^{2k}} \
          &= displaystylesum_{k=1}^{infty}dfrac{k+1}{n^{2k+2}} \
          &= displaystylesum_{k=2}^{infty}dfrac{k}{n^{2k}} \
          end{array}
          $






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            Wolfy works in mysterious ways its wonders to perform.
            $endgroup$
            – marty cohen
            Jan 12 at 6:03



















          0












          $begingroup$

          Let us do it with $x=frac 1n$
          $$F(x)=frac{(2-x) x^3}{(1-x)^2}$$ Now, use the binomial expansion for the denominator
          $$frac{1}{(1-x)^2}=1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdots$$
          $$F(x)=(2-x) x^3 left( 1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdotsright)$$
          $$F(x)=2 x^3+3 x^4+4 x^5+5 x^6+6 x^7+7 x^8+8 x^9+cdots$$
          $$F(x)=sum_{k=2}^infty k x^{k+1 }$$
          $$F(n)=sum_{k=2}^infty frac k {n^{k+1 }}$$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
            $endgroup$
            – Claude Leibovici
            Jan 12 at 4:17












          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%2f3069470%2ftaylor-series-of-fn-1-n-12-1-n2-around-large-n%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












          $begingroup$

          $begin{array}\
          F(n)
          &= dfrac1{(n-1)^2} - dfrac1{n^2}\
          &= dfrac1{n^2}left(dfrac1{(1-1/n)^2} -1right)\
          &= displaystyledfrac1{n^2}left(sum_{k=0}^{infty}dfrac{k+1}{n^{2k}} -1right)\
          &= displaystyledfrac1{n^2}sum_{k=1}^{infty}dfrac{k+1}{n^{2k}} \
          &= displaystylesum_{k=1}^{infty}dfrac{k+1}{n^{2k+2}} \
          &= displaystylesum_{k=2}^{infty}dfrac{k}{n^{2k}} \
          end{array}
          $






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            Wolfy works in mysterious ways its wonders to perform.
            $endgroup$
            – marty cohen
            Jan 12 at 6:03
















          1












          $begingroup$

          $begin{array}\
          F(n)
          &= dfrac1{(n-1)^2} - dfrac1{n^2}\
          &= dfrac1{n^2}left(dfrac1{(1-1/n)^2} -1right)\
          &= displaystyledfrac1{n^2}left(sum_{k=0}^{infty}dfrac{k+1}{n^{2k}} -1right)\
          &= displaystyledfrac1{n^2}sum_{k=1}^{infty}dfrac{k+1}{n^{2k}} \
          &= displaystylesum_{k=1}^{infty}dfrac{k+1}{n^{2k+2}} \
          &= displaystylesum_{k=2}^{infty}dfrac{k}{n^{2k}} \
          end{array}
          $






          share|cite|improve this answer











          $endgroup$













          • $begingroup$
            Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            Wolfy works in mysterious ways its wonders to perform.
            $endgroup$
            – marty cohen
            Jan 12 at 6:03














          1












          1








          1





          $begingroup$

          $begin{array}\
          F(n)
          &= dfrac1{(n-1)^2} - dfrac1{n^2}\
          &= dfrac1{n^2}left(dfrac1{(1-1/n)^2} -1right)\
          &= displaystyledfrac1{n^2}left(sum_{k=0}^{infty}dfrac{k+1}{n^{2k}} -1right)\
          &= displaystyledfrac1{n^2}sum_{k=1}^{infty}dfrac{k+1}{n^{2k}} \
          &= displaystylesum_{k=1}^{infty}dfrac{k+1}{n^{2k+2}} \
          &= displaystylesum_{k=2}^{infty}dfrac{k}{n^{2k}} \
          end{array}
          $






          share|cite|improve this answer











          $endgroup$



          $begin{array}\
          F(n)
          &= dfrac1{(n-1)^2} - dfrac1{n^2}\
          &= dfrac1{n^2}left(dfrac1{(1-1/n)^2} -1right)\
          &= displaystyledfrac1{n^2}left(sum_{k=0}^{infty}dfrac{k+1}{n^{2k}} -1right)\
          &= displaystyledfrac1{n^2}sum_{k=1}^{infty}dfrac{k+1}{n^{2k}} \
          &= displaystylesum_{k=1}^{infty}dfrac{k+1}{n^{2k+2}} \
          &= displaystylesum_{k=2}^{infty}dfrac{k}{n^{2k}} \
          end{array}
          $







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jan 14 at 0:05









          Simply Beautiful Art

          50.9k580186




          50.9k580186










          answered Jan 11 at 4:20









          marty cohenmarty cohen

          75.2k549130




          75.2k549130












          • $begingroup$
            Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            Wolfy works in mysterious ways its wonders to perform.
            $endgroup$
            – marty cohen
            Jan 12 at 6:03


















          • $begingroup$
            Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            Wolfy works in mysterious ways its wonders to perform.
            $endgroup$
            – marty cohen
            Jan 12 at 6:03
















          $begingroup$
          Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
          $endgroup$
          – Goldname
          Jan 12 at 0:00




          $begingroup$
          Do you know why wolfram alpha ends the term with O(x^9)? wolframalpha.com/input/?i=taylor+series+of+x%5E2*(1%2F(1-x)%5E2-1)+at+x+%3D+0
          $endgroup$
          – Goldname
          Jan 12 at 0:00












          $begingroup$
          Wolfy works in mysterious ways its wonders to perform.
          $endgroup$
          – marty cohen
          Jan 12 at 6:03




          $begingroup$
          Wolfy works in mysterious ways its wonders to perform.
          $endgroup$
          – marty cohen
          Jan 12 at 6:03











          0












          $begingroup$

          Let us do it with $x=frac 1n$
          $$F(x)=frac{(2-x) x^3}{(1-x)^2}$$ Now, use the binomial expansion for the denominator
          $$frac{1}{(1-x)^2}=1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdots$$
          $$F(x)=(2-x) x^3 left( 1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdotsright)$$
          $$F(x)=2 x^3+3 x^4+4 x^5+5 x^6+6 x^7+7 x^8+8 x^9+cdots$$
          $$F(x)=sum_{k=2}^infty k x^{k+1 }$$
          $$F(n)=sum_{k=2}^infty frac k {n^{k+1 }}$$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
            $endgroup$
            – Claude Leibovici
            Jan 12 at 4:17
















          0












          $begingroup$

          Let us do it with $x=frac 1n$
          $$F(x)=frac{(2-x) x^3}{(1-x)^2}$$ Now, use the binomial expansion for the denominator
          $$frac{1}{(1-x)^2}=1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdots$$
          $$F(x)=(2-x) x^3 left( 1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdotsright)$$
          $$F(x)=2 x^3+3 x^4+4 x^5+5 x^6+6 x^7+7 x^8+8 x^9+cdots$$
          $$F(x)=sum_{k=2}^infty k x^{k+1 }$$
          $$F(n)=sum_{k=2}^infty frac k {n^{k+1 }}$$






          share|cite|improve this answer









          $endgroup$













          • $begingroup$
            I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
            $endgroup$
            – Claude Leibovici
            Jan 12 at 4:17














          0












          0








          0





          $begingroup$

          Let us do it with $x=frac 1n$
          $$F(x)=frac{(2-x) x^3}{(1-x)^2}$$ Now, use the binomial expansion for the denominator
          $$frac{1}{(1-x)^2}=1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdots$$
          $$F(x)=(2-x) x^3 left( 1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdotsright)$$
          $$F(x)=2 x^3+3 x^4+4 x^5+5 x^6+6 x^7+7 x^8+8 x^9+cdots$$
          $$F(x)=sum_{k=2}^infty k x^{k+1 }$$
          $$F(n)=sum_{k=2}^infty frac k {n^{k+1 }}$$






          share|cite|improve this answer









          $endgroup$



          Let us do it with $x=frac 1n$
          $$F(x)=frac{(2-x) x^3}{(1-x)^2}$$ Now, use the binomial expansion for the denominator
          $$frac{1}{(1-x)^2}=1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdots$$
          $$F(x)=(2-x) x^3 left( 1+2 x+3 x^2+4 x^3+5 x^4+6 x^5+7 x^6+cdotsright)$$
          $$F(x)=2 x^3+3 x^4+4 x^5+5 x^6+6 x^7+7 x^8+8 x^9+cdots$$
          $$F(x)=sum_{k=2}^infty k x^{k+1 }$$
          $$F(n)=sum_{k=2}^infty frac k {n^{k+1 }}$$







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Jan 11 at 4:52









          Claude LeiboviciClaude Leibovici

          125k1158135




          125k1158135












          • $begingroup$
            I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
            $endgroup$
            – Claude Leibovici
            Jan 12 at 4:17


















          • $begingroup$
            I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
            $endgroup$
            – Goldname
            Jan 12 at 0:00










          • $begingroup$
            @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
            $endgroup$
            – Claude Leibovici
            Jan 12 at 4:17
















          $begingroup$
          I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
          $endgroup$
          – Goldname
          Jan 12 at 0:00




          $begingroup$
          I see thanks, but wolfram alpha ends with O(x^9) as the ending term, which doesn't agree with anything
          $endgroup$
          – Goldname
          Jan 12 at 0:00












          $begingroup$
          @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
          $endgroup$
          – Claude Leibovici
          Jan 12 at 4:17




          $begingroup$
          @Goldname. Just because the truncated to $O(x^9)$ that is to say that they consider the terms up to $x^8$. It is more interesting to have the infinie sum (just as marty cohen also did). Truncate whereever you wish.
          $endgroup$
          – Claude Leibovici
          Jan 12 at 4:17


















          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%2f3069470%2ftaylor-series-of-fn-1-n-12-1-n2-around-large-n%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