Function Variations of a Power Series Representation

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.







share|cite|improve this question




















  • To make the question more readable please use mathjax
    – Holo
    Aug 8 at 16:31










  • Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
    – Henry
    Aug 8 at 16:53














up vote
0
down vote

favorite












So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.







share|cite|improve this question




















  • To make the question more readable please use mathjax
    – Holo
    Aug 8 at 16:31










  • Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
    – Henry
    Aug 8 at 16:53












up vote
0
down vote

favorite









up vote
0
down vote

favorite











So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.







share|cite|improve this question












So I am trying to use differentiation to find the power series representations for a series of variations of a function. They are f(x)=1/(8+x)^2 g(x)=1/(8+x)^3 h(x)=x^2/(8+x)^3. I was able to get the first representation to be Sum of x^n(-1)^n((8^-1-n)*(1+n)). I am struggling where to go from here, any help is appreciated.









share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Aug 8 at 16:28









cjh

1




1











  • To make the question more readable please use mathjax
    – Holo
    Aug 8 at 16:31










  • Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
    – Henry
    Aug 8 at 16:53
















  • To make the question more readable please use mathjax
    – Holo
    Aug 8 at 16:31










  • Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
    – Henry
    Aug 8 at 16:53















To make the question more readable please use mathjax
– Holo
Aug 8 at 16:31




To make the question more readable please use mathjax
– Holo
Aug 8 at 16:31












Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
– Henry
Aug 8 at 16:53




Can you give the numerical values of the first couple of terms of your expansion of $1/(8+x)^2$? I think you may be out by a factor of $8$
– Henry
Aug 8 at 16:53










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Hint:



When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.






share|cite|improve this answer



























    up vote
    0
    down vote













    As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:



    • $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$

    • $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$

    • $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$

    • $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$

    and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$



    But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$



    Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$






    share|cite|improve this answer




















      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: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      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%2f2876294%2ffunction-variations-of-a-power-series-representation%23new-answer', 'question_page');

      );

      Post as a guest






























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      0
      down vote













      Hint:



      When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.






      share|cite|improve this answer
























        up vote
        0
        down vote













        Hint:



        When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.






        share|cite|improve this answer






















          up vote
          0
          down vote










          up vote
          0
          down vote









          Hint:



          When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.






          share|cite|improve this answer












          Hint:



          When you have the first one $f(x)=dfrac1(8+x)^2$ then for $g(x)$ and $h(x)$ you should compute $f'(x)$ and $x^2f'(x)$.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Aug 8 at 16:32









          Nosrati

          20.2k41644




          20.2k41644




















              up vote
              0
              down vote













              As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:



              • $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$

              • $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$

              • $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$

              • $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$

              and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$



              But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$



              Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$






              share|cite|improve this answer
























                up vote
                0
                down vote













                As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:



                • $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$

                • $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$

                • $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$

                • $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$

                and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$



                But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$



                Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$






                share|cite|improve this answer






















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:



                  • $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$

                  • $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$

                  • $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$

                  • $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$

                  and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$



                  But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$



                  Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$






                  share|cite|improve this answer












                  As a pattern (when $|x| <1$) you have the expansions with binomial coefficients:



                  • $frac11+x = 1 - x +x^2 -x^3 + x^4 - ldots$

                  • $frac1(1+x)^2 = 1 - 2x +3x^2 -4x^3 + 5x^4 - ldots$

                  • $frac1(1+x)^3 = 1 - 3x +6x^2 -10x^3 + 15x^4 - ldots$

                  • $frac1(1+x)^4 = 1 - 4x +10x^2 -20x^3 + 35x^4 - ldots$

                  and the coefficient of $x^n$ in the expansion of $frac1(1+x)^k$ is $(-1)^n n+k-1 choose n$



                  But you are actually interested in the expansion of $frac1(8+x)^k = frac18^ktimes frac1left(1+fracx8right)^k$, so the coefficient of $x^n$ in its expansion is $$frac1(8+x)^k = sum_n=0^infty x^n frac(-1)^n8^n+k n+k-1 choose k-1$$ for $|x| lt 8$



                  Note when $k=2$ as in your example this would give $frac(-1)^n8^n+2 (n+1)$ which is almost what you have: you might want to check whether your $8^-1-n$ should really be $8^-2-n$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Aug 8 at 16:52









                  Henry

                  93.2k469147




                  93.2k469147






















                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2876294%2ffunction-variations-of-a-power-series-representation%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      這個網誌中的熱門文章

                      tkz-euclide: tkzDrawCircle[R] not working

                      How to combine Bézier curves to a surface?

                      1st Magritte Awards