manipulate well known Taylor series

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











up vote
-2
down vote

favorite












How can you manipulate a known power series when $x ≠ 0$ ?



For example $f(x)=3x e^x$
What is the Taylor series to the first 5 terms generated by $f$ at $x=4$ ?



I know
$$3xe^x = 3x + 3x^2 + frac3x^32 + frac3x^43! + frac3x^54! +... frac 3x^n+1n!$$
because of the well known Taylor series for



$$ e^x = sum_n=0^infty fracx^nn!$$



but not sure how to rework this at $x=4$







share|cite|improve this question

























    up vote
    -2
    down vote

    favorite












    How can you manipulate a known power series when $x ≠ 0$ ?



    For example $f(x)=3x e^x$
    What is the Taylor series to the first 5 terms generated by $f$ at $x=4$ ?



    I know
    $$3xe^x = 3x + 3x^2 + frac3x^32 + frac3x^43! + frac3x^54! +... frac 3x^n+1n!$$
    because of the well known Taylor series for



    $$ e^x = sum_n=0^infty fracx^nn!$$



    but not sure how to rework this at $x=4$







    share|cite|improve this question























      up vote
      -2
      down vote

      favorite









      up vote
      -2
      down vote

      favorite











      How can you manipulate a known power series when $x ≠ 0$ ?



      For example $f(x)=3x e^x$
      What is the Taylor series to the first 5 terms generated by $f$ at $x=4$ ?



      I know
      $$3xe^x = 3x + 3x^2 + frac3x^32 + frac3x^43! + frac3x^54! +... frac 3x^n+1n!$$
      because of the well known Taylor series for



      $$ e^x = sum_n=0^infty fracx^nn!$$



      but not sure how to rework this at $x=4$







      share|cite|improve this question













      How can you manipulate a known power series when $x ≠ 0$ ?



      For example $f(x)=3x e^x$
      What is the Taylor series to the first 5 terms generated by $f$ at $x=4$ ?



      I know
      $$3xe^x = 3x + 3x^2 + frac3x^32 + frac3x^43! + frac3x^54! +... frac 3x^n+1n!$$
      because of the well known Taylor series for



      $$ e^x = sum_n=0^infty fracx^nn!$$



      but not sure how to rework this at $x=4$









      share|cite|improve this question












      share|cite|improve this question




      share|cite|improve this question








      edited Jul 23 at 11:25









      BCLC

      6,89721973




      6,89721973









      asked Jul 22 at 21:01









      Jake

      41




      41




















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          3
          down vote













          Let $t = x - 4$. Then $f(x) = f(t+4) = 3e^4 (t+4) e^t$. Can you take it from there?






          share|cite|improve this answer




























            up vote
            2
            down vote













            You can do it like this.



            $3xe^x=3(x-4+4)e^x-4+4=3e^4(x-4)e^x-4+12e^4e^x-4$



            Then use the series that you know $e^x=sum_n=0^inftyfracx^nn!$ to instead write $e^x-4=sum_n=0^inftyfrac(x-4)^nn!$



            Putting this into the expression of your function above yields



            $$beginalign3e^4(x-4)e^x-4+12e^4e^x-4&=3e^4(x-4)sum_n=0^inftyfracx^nn!+12e^4sum_n=0^inftyfracx^nn!\&=12e^4+sum_n=1^infty3e^4left(frac1(n-1)!+frac4n!right)(x-4)^nendalign$$






            share|cite|improve this answer




























              up vote
              0
              down vote













              Taylor theorem states that $dots$



              $$f(x) = sum_n=0^infty fracf^(n)(a)(x-a)^nn!$$



              So what you want to do is take $f(x)$ to be $3xe^x$ and $a = 4$. From there it is just a plug and chug to find the polynomial expansion.






              share|cite|improve this answer





















              • Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                – Jake
                Jul 22 at 21:14










              • Take the first few and you will see a pattern
                – bkarthik
                Jul 22 at 21:15

















              up vote
              0
              down vote













              If the radius of convergence of the development of the function and its derivatives around $x=0$ contains the new point ($x=4$), you can evaluate the new Taylor coefficients from the series:



              $$f(4)=3sum_n=0^inftyfrac4^n+1n!,
              \f'(4)=3sum_n=0^infty(n+1)frac4^nn!=3sum_n=1^inftyfrac4^n(n-1)!+3sum_n=0^inftyfrac4^nn!,
              \f''(4)=3sum_n=2^inftyfrac4^n-1(n-2)!+3sum_n=1^inftyfrac4^n-1(n-1)!,
              \cdots$$






              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%2f2859775%2fmanipulate-well-known-taylor-series%23new-answer', 'question_page');

                );

                Post as a guest






























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                3
                down vote













                Let $t = x - 4$. Then $f(x) = f(t+4) = 3e^4 (t+4) e^t$. Can you take it from there?






                share|cite|improve this answer

























                  up vote
                  3
                  down vote













                  Let $t = x - 4$. Then $f(x) = f(t+4) = 3e^4 (t+4) e^t$. Can you take it from there?






                  share|cite|improve this answer























                    up vote
                    3
                    down vote










                    up vote
                    3
                    down vote









                    Let $t = x - 4$. Then $f(x) = f(t+4) = 3e^4 (t+4) e^t$. Can you take it from there?






                    share|cite|improve this answer













                    Let $t = x - 4$. Then $f(x) = f(t+4) = 3e^4 (t+4) e^t$. Can you take it from there?







                    share|cite|improve this answer













                    share|cite|improve this answer



                    share|cite|improve this answer











                    answered Jul 22 at 21:07









                    Robert Israel

                    304k22201441




                    304k22201441




















                        up vote
                        2
                        down vote













                        You can do it like this.



                        $3xe^x=3(x-4+4)e^x-4+4=3e^4(x-4)e^x-4+12e^4e^x-4$



                        Then use the series that you know $e^x=sum_n=0^inftyfracx^nn!$ to instead write $e^x-4=sum_n=0^inftyfrac(x-4)^nn!$



                        Putting this into the expression of your function above yields



                        $$beginalign3e^4(x-4)e^x-4+12e^4e^x-4&=3e^4(x-4)sum_n=0^inftyfracx^nn!+12e^4sum_n=0^inftyfracx^nn!\&=12e^4+sum_n=1^infty3e^4left(frac1(n-1)!+frac4n!right)(x-4)^nendalign$$






                        share|cite|improve this answer

























                          up vote
                          2
                          down vote













                          You can do it like this.



                          $3xe^x=3(x-4+4)e^x-4+4=3e^4(x-4)e^x-4+12e^4e^x-4$



                          Then use the series that you know $e^x=sum_n=0^inftyfracx^nn!$ to instead write $e^x-4=sum_n=0^inftyfrac(x-4)^nn!$



                          Putting this into the expression of your function above yields



                          $$beginalign3e^4(x-4)e^x-4+12e^4e^x-4&=3e^4(x-4)sum_n=0^inftyfracx^nn!+12e^4sum_n=0^inftyfracx^nn!\&=12e^4+sum_n=1^infty3e^4left(frac1(n-1)!+frac4n!right)(x-4)^nendalign$$






                          share|cite|improve this answer























                            up vote
                            2
                            down vote










                            up vote
                            2
                            down vote









                            You can do it like this.



                            $3xe^x=3(x-4+4)e^x-4+4=3e^4(x-4)e^x-4+12e^4e^x-4$



                            Then use the series that you know $e^x=sum_n=0^inftyfracx^nn!$ to instead write $e^x-4=sum_n=0^inftyfrac(x-4)^nn!$



                            Putting this into the expression of your function above yields



                            $$beginalign3e^4(x-4)e^x-4+12e^4e^x-4&=3e^4(x-4)sum_n=0^inftyfracx^nn!+12e^4sum_n=0^inftyfracx^nn!\&=12e^4+sum_n=1^infty3e^4left(frac1(n-1)!+frac4n!right)(x-4)^nendalign$$






                            share|cite|improve this answer













                            You can do it like this.



                            $3xe^x=3(x-4+4)e^x-4+4=3e^4(x-4)e^x-4+12e^4e^x-4$



                            Then use the series that you know $e^x=sum_n=0^inftyfracx^nn!$ to instead write $e^x-4=sum_n=0^inftyfrac(x-4)^nn!$



                            Putting this into the expression of your function above yields



                            $$beginalign3e^4(x-4)e^x-4+12e^4e^x-4&=3e^4(x-4)sum_n=0^inftyfracx^nn!+12e^4sum_n=0^inftyfracx^nn!\&=12e^4+sum_n=1^infty3e^4left(frac1(n-1)!+frac4n!right)(x-4)^nendalign$$







                            share|cite|improve this answer













                            share|cite|improve this answer



                            share|cite|improve this answer











                            answered Jul 22 at 21:13







                            user578878



























                                up vote
                                0
                                down vote













                                Taylor theorem states that $dots$



                                $$f(x) = sum_n=0^infty fracf^(n)(a)(x-a)^nn!$$



                                So what you want to do is take $f(x)$ to be $3xe^x$ and $a = 4$. From there it is just a plug and chug to find the polynomial expansion.






                                share|cite|improve this answer





















                                • Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                                  – Jake
                                  Jul 22 at 21:14










                                • Take the first few and you will see a pattern
                                  – bkarthik
                                  Jul 22 at 21:15














                                up vote
                                0
                                down vote













                                Taylor theorem states that $dots$



                                $$f(x) = sum_n=0^infty fracf^(n)(a)(x-a)^nn!$$



                                So what you want to do is take $f(x)$ to be $3xe^x$ and $a = 4$. From there it is just a plug and chug to find the polynomial expansion.






                                share|cite|improve this answer





















                                • Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                                  – Jake
                                  Jul 22 at 21:14










                                • Take the first few and you will see a pattern
                                  – bkarthik
                                  Jul 22 at 21:15












                                up vote
                                0
                                down vote










                                up vote
                                0
                                down vote









                                Taylor theorem states that $dots$



                                $$f(x) = sum_n=0^infty fracf^(n)(a)(x-a)^nn!$$



                                So what you want to do is take $f(x)$ to be $3xe^x$ and $a = 4$. From there it is just a plug and chug to find the polynomial expansion.






                                share|cite|improve this answer













                                Taylor theorem states that $dots$



                                $$f(x) = sum_n=0^infty fracf^(n)(a)(x-a)^nn!$$



                                So what you want to do is take $f(x)$ to be $3xe^x$ and $a = 4$. From there it is just a plug and chug to find the polynomial expansion.







                                share|cite|improve this answer













                                share|cite|improve this answer



                                share|cite|improve this answer











                                answered Jul 22 at 21:11









                                bkarthik

                                320212




                                320212











                                • Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                                  – Jake
                                  Jul 22 at 21:14










                                • Take the first few and you will see a pattern
                                  – bkarthik
                                  Jul 22 at 21:15
















                                • Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                                  – Jake
                                  Jul 22 at 21:14










                                • Take the first few and you will see a pattern
                                  – bkarthik
                                  Jul 22 at 21:15















                                Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                                – Jake
                                Jul 22 at 21:14




                                Understood, but I'm working on a question that asks for the coefficient of the 17th term so I'm not sure how to do that without taking 17 derivatives.
                                – Jake
                                Jul 22 at 21:14












                                Take the first few and you will see a pattern
                                – bkarthik
                                Jul 22 at 21:15




                                Take the first few and you will see a pattern
                                – bkarthik
                                Jul 22 at 21:15










                                up vote
                                0
                                down vote













                                If the radius of convergence of the development of the function and its derivatives around $x=0$ contains the new point ($x=4$), you can evaluate the new Taylor coefficients from the series:



                                $$f(4)=3sum_n=0^inftyfrac4^n+1n!,
                                \f'(4)=3sum_n=0^infty(n+1)frac4^nn!=3sum_n=1^inftyfrac4^n(n-1)!+3sum_n=0^inftyfrac4^nn!,
                                \f''(4)=3sum_n=2^inftyfrac4^n-1(n-2)!+3sum_n=1^inftyfrac4^n-1(n-1)!,
                                \cdots$$






                                share|cite|improve this answer

























                                  up vote
                                  0
                                  down vote













                                  If the radius of convergence of the development of the function and its derivatives around $x=0$ contains the new point ($x=4$), you can evaluate the new Taylor coefficients from the series:



                                  $$f(4)=3sum_n=0^inftyfrac4^n+1n!,
                                  \f'(4)=3sum_n=0^infty(n+1)frac4^nn!=3sum_n=1^inftyfrac4^n(n-1)!+3sum_n=0^inftyfrac4^nn!,
                                  \f''(4)=3sum_n=2^inftyfrac4^n-1(n-2)!+3sum_n=1^inftyfrac4^n-1(n-1)!,
                                  \cdots$$






                                  share|cite|improve this answer























                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    If the radius of convergence of the development of the function and its derivatives around $x=0$ contains the new point ($x=4$), you can evaluate the new Taylor coefficients from the series:



                                    $$f(4)=3sum_n=0^inftyfrac4^n+1n!,
                                    \f'(4)=3sum_n=0^infty(n+1)frac4^nn!=3sum_n=1^inftyfrac4^n(n-1)!+3sum_n=0^inftyfrac4^nn!,
                                    \f''(4)=3sum_n=2^inftyfrac4^n-1(n-2)!+3sum_n=1^inftyfrac4^n-1(n-1)!,
                                    \cdots$$






                                    share|cite|improve this answer













                                    If the radius of convergence of the development of the function and its derivatives around $x=0$ contains the new point ($x=4$), you can evaluate the new Taylor coefficients from the series:



                                    $$f(4)=3sum_n=0^inftyfrac4^n+1n!,
                                    \f'(4)=3sum_n=0^infty(n+1)frac4^nn!=3sum_n=1^inftyfrac4^n(n-1)!+3sum_n=0^inftyfrac4^nn!,
                                    \f''(4)=3sum_n=2^inftyfrac4^n-1(n-2)!+3sum_n=1^inftyfrac4^n-1(n-1)!,
                                    \cdots$$







                                    share|cite|improve this answer













                                    share|cite|improve this answer



                                    share|cite|improve this answer











                                    answered Jul 22 at 21:20









                                    Yves Daoust

                                    111k665203




                                    111k665203






















                                         

                                        draft saved


                                        draft discarded


























                                         


                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function ()
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2859775%2fmanipulate-well-known-taylor-series%23new-answer', 'question_page');

                                        );

                                        Post as a guest













































































                                        Comments

                                        Popular posts from this blog

                                        What is the equation of a 3D cone with generalised tilt?

                                        Color the edges and diagonals of a regular polygon

                                        Relationship between determinant of matrix and determinant of adjoint?