Find the first two non vanishing maclaurin terms











up vote
3
down vote

favorite












Find the first two nonvanishing terms in the Maclaurin series of $sin(x + x^3)$.



Suggestion: use the Maclaurin series of $sin(y)$ and write $y = x + x^3$



Using
this result, find
$limlimits_{xto 0}frac{sin(x + x^3)−x}{x^3}$



$sin(y)= y-frac{y^3}{3!}+frac{y^5}{5!}+frac{y^7}{7!}$



$y= x+x^3$



$x+x^3-frac{(x+x^3)^3}{3!}+frac{(x+x^3)^5}{5!}-frac{(x+x^3)^7}{7!}$



Now what do I do?










share|cite|improve this question
























  • Please make sure I did not change the context of your post.
    – homegrown
    Dec 9 '14 at 19:52










  • no you didn't thank you
    – Tk706
    Dec 9 '14 at 19:58















up vote
3
down vote

favorite












Find the first two nonvanishing terms in the Maclaurin series of $sin(x + x^3)$.



Suggestion: use the Maclaurin series of $sin(y)$ and write $y = x + x^3$



Using
this result, find
$limlimits_{xto 0}frac{sin(x + x^3)−x}{x^3}$



$sin(y)= y-frac{y^3}{3!}+frac{y^5}{5!}+frac{y^7}{7!}$



$y= x+x^3$



$x+x^3-frac{(x+x^3)^3}{3!}+frac{(x+x^3)^5}{5!}-frac{(x+x^3)^7}{7!}$



Now what do I do?










share|cite|improve this question
























  • Please make sure I did not change the context of your post.
    – homegrown
    Dec 9 '14 at 19:52










  • no you didn't thank you
    – Tk706
    Dec 9 '14 at 19:58













up vote
3
down vote

favorite









up vote
3
down vote

favorite











Find the first two nonvanishing terms in the Maclaurin series of $sin(x + x^3)$.



Suggestion: use the Maclaurin series of $sin(y)$ and write $y = x + x^3$



Using
this result, find
$limlimits_{xto 0}frac{sin(x + x^3)−x}{x^3}$



$sin(y)= y-frac{y^3}{3!}+frac{y^5}{5!}+frac{y^7}{7!}$



$y= x+x^3$



$x+x^3-frac{(x+x^3)^3}{3!}+frac{(x+x^3)^5}{5!}-frac{(x+x^3)^7}{7!}$



Now what do I do?










share|cite|improve this question















Find the first two nonvanishing terms in the Maclaurin series of $sin(x + x^3)$.



Suggestion: use the Maclaurin series of $sin(y)$ and write $y = x + x^3$



Using
this result, find
$limlimits_{xto 0}frac{sin(x + x^3)−x}{x^3}$



$sin(y)= y-frac{y^3}{3!}+frac{y^5}{5!}+frac{y^7}{7!}$



$y= x+x^3$



$x+x^3-frac{(x+x^3)^3}{3!}+frac{(x+x^3)^5}{5!}-frac{(x+x^3)^7}{7!}$



Now what do I do?







limits taylor-expansion






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 30 '14 at 16:19









Antonio Vargas

20.6k244111




20.6k244111










asked Dec 9 '14 at 19:27









Tk706

116211




116211












  • Please make sure I did not change the context of your post.
    – homegrown
    Dec 9 '14 at 19:52










  • no you didn't thank you
    – Tk706
    Dec 9 '14 at 19:58


















  • Please make sure I did not change the context of your post.
    – homegrown
    Dec 9 '14 at 19:52










  • no you didn't thank you
    – Tk706
    Dec 9 '14 at 19:58
















Please make sure I did not change the context of your post.
– homegrown
Dec 9 '14 at 19:52




Please make sure I did not change the context of your post.
– homegrown
Dec 9 '14 at 19:52












no you didn't thank you
– Tk706
Dec 9 '14 at 19:58




no you didn't thank you
– Tk706
Dec 9 '14 at 19:58










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Note that the formula for Maclaurin Series is
$$f(x)=sum_{n=0}^{infty}frac{f^{(n)}(0)}{n!}x^n.$$
So calculating the first few terms with $y=x+x^3$ gives us
$$sin(y)=frac{0}{0!}y^0+frac{1}{1!}y^1-frac{0}{2!}y^2-frac{1}{3!}y^3+frac{0}{4!}y^4+...\=y-frac{y^3}{3!}+frac{y^5}{5!}-...$$
Now, if we plug $x+x^3$ back into $sin(y),$ we need to make sure that we have the correct derivatives. So, we have for $f(x)=sin(x+x^3)$
$$f^{(1)}(0)=(1+3x^2)cos(x+x^3)=1\f^{(3)}(0)=6cos(x+x^3)-18x(1+3x^2)(sin(x+x^3))-(3x^2+1)(cos(x+x^3))=6-1=5$$since you only need the first two non vanishing terms. Now we have
$$sin(x+x^3)=x-frac{5x^3}{6}.$$
Now we need to find $$limlimits_{xto 0}frac{sin(x+x^3)-x}{x^3}.$$Plugging the series in for $sin(x+x^3)$ we have
$$limlimits_{xto 0}frac{x-frac{5x^3}{6}-x}{x^3}=limlimits_{xto 0}frac{frac{5x^3}{6}}{x^3}=limlimits_{xto 0}frac{5x^3}{6x^3}=frac56.$$
Hope this helps.






share|cite|improve this answer




























    up vote
    0
    down vote













    jnh's answer is correct, other than a sign error in the middle of it which is corrected by the end.



    But you can do this without taking any derivatives by hand. The trick is to partially expand the binomial. You have:



    $$sin(x+x^3)=sum_{n=0}^infty frac{(x+x^3)^{2n+1} (-1)^n}{(2n+1)!}$$



    Considering the binomial theorem, the first term contributes a term of order $1$ and a term of order $3$, while the second term contributes a term of order $3$ and higher order terms. More generally the $n$th term contributes a term of order $2n+1$ and higher order terms, so going up to $n=1$ retrieves the first two terms of the desired series.



    The first two terms in the overall series will be order $1$ and $3$. The term of order $1$ can just be read off; it is just $x$. The term of order $3$ is a combination of the contribution from the $n=0$ term ($x^3$) and the contribution from the $n=1$ term, which by the binomial theorem is $frac{-x^3}{6}$.



    So we have $sin(x+x^3)=x+frac{5x^3}{6}+o left ( x^3 right )$. (The $o left ( x^3 right )$ is actually of order $5$, but this is not required to solve the problem.) Plugging this in we get



    $$frac{sin(x+x^3)-x}{x^3}=frac{frac{5x^3}{6}+o left ( x^3 right )}{x^3} = frac{5}{6} + o(1)$$



    and so the desired limit is $frac{5}{6}$. This approach of combining terms of the same order is common in perturbation theory problems in physics.






    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: 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%2f1059711%2ffind-the-first-two-non-vanishing-maclaurin-terms%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








      up vote
      0
      down vote













      Note that the formula for Maclaurin Series is
      $$f(x)=sum_{n=0}^{infty}frac{f^{(n)}(0)}{n!}x^n.$$
      So calculating the first few terms with $y=x+x^3$ gives us
      $$sin(y)=frac{0}{0!}y^0+frac{1}{1!}y^1-frac{0}{2!}y^2-frac{1}{3!}y^3+frac{0}{4!}y^4+...\=y-frac{y^3}{3!}+frac{y^5}{5!}-...$$
      Now, if we plug $x+x^3$ back into $sin(y),$ we need to make sure that we have the correct derivatives. So, we have for $f(x)=sin(x+x^3)$
      $$f^{(1)}(0)=(1+3x^2)cos(x+x^3)=1\f^{(3)}(0)=6cos(x+x^3)-18x(1+3x^2)(sin(x+x^3))-(3x^2+1)(cos(x+x^3))=6-1=5$$since you only need the first two non vanishing terms. Now we have
      $$sin(x+x^3)=x-frac{5x^3}{6}.$$
      Now we need to find $$limlimits_{xto 0}frac{sin(x+x^3)-x}{x^3}.$$Plugging the series in for $sin(x+x^3)$ we have
      $$limlimits_{xto 0}frac{x-frac{5x^3}{6}-x}{x^3}=limlimits_{xto 0}frac{frac{5x^3}{6}}{x^3}=limlimits_{xto 0}frac{5x^3}{6x^3}=frac56.$$
      Hope this helps.






      share|cite|improve this answer

























        up vote
        0
        down vote













        Note that the formula for Maclaurin Series is
        $$f(x)=sum_{n=0}^{infty}frac{f^{(n)}(0)}{n!}x^n.$$
        So calculating the first few terms with $y=x+x^3$ gives us
        $$sin(y)=frac{0}{0!}y^0+frac{1}{1!}y^1-frac{0}{2!}y^2-frac{1}{3!}y^3+frac{0}{4!}y^4+...\=y-frac{y^3}{3!}+frac{y^5}{5!}-...$$
        Now, if we plug $x+x^3$ back into $sin(y),$ we need to make sure that we have the correct derivatives. So, we have for $f(x)=sin(x+x^3)$
        $$f^{(1)}(0)=(1+3x^2)cos(x+x^3)=1\f^{(3)}(0)=6cos(x+x^3)-18x(1+3x^2)(sin(x+x^3))-(3x^2+1)(cos(x+x^3))=6-1=5$$since you only need the first two non vanishing terms. Now we have
        $$sin(x+x^3)=x-frac{5x^3}{6}.$$
        Now we need to find $$limlimits_{xto 0}frac{sin(x+x^3)-x}{x^3}.$$Plugging the series in for $sin(x+x^3)$ we have
        $$limlimits_{xto 0}frac{x-frac{5x^3}{6}-x}{x^3}=limlimits_{xto 0}frac{frac{5x^3}{6}}{x^3}=limlimits_{xto 0}frac{5x^3}{6x^3}=frac56.$$
        Hope this helps.






        share|cite|improve this answer























          up vote
          0
          down vote










          up vote
          0
          down vote









          Note that the formula for Maclaurin Series is
          $$f(x)=sum_{n=0}^{infty}frac{f^{(n)}(0)}{n!}x^n.$$
          So calculating the first few terms with $y=x+x^3$ gives us
          $$sin(y)=frac{0}{0!}y^0+frac{1}{1!}y^1-frac{0}{2!}y^2-frac{1}{3!}y^3+frac{0}{4!}y^4+...\=y-frac{y^3}{3!}+frac{y^5}{5!}-...$$
          Now, if we plug $x+x^3$ back into $sin(y),$ we need to make sure that we have the correct derivatives. So, we have for $f(x)=sin(x+x^3)$
          $$f^{(1)}(0)=(1+3x^2)cos(x+x^3)=1\f^{(3)}(0)=6cos(x+x^3)-18x(1+3x^2)(sin(x+x^3))-(3x^2+1)(cos(x+x^3))=6-1=5$$since you only need the first two non vanishing terms. Now we have
          $$sin(x+x^3)=x-frac{5x^3}{6}.$$
          Now we need to find $$limlimits_{xto 0}frac{sin(x+x^3)-x}{x^3}.$$Plugging the series in for $sin(x+x^3)$ we have
          $$limlimits_{xto 0}frac{x-frac{5x^3}{6}-x}{x^3}=limlimits_{xto 0}frac{frac{5x^3}{6}}{x^3}=limlimits_{xto 0}frac{5x^3}{6x^3}=frac56.$$
          Hope this helps.






          share|cite|improve this answer












          Note that the formula for Maclaurin Series is
          $$f(x)=sum_{n=0}^{infty}frac{f^{(n)}(0)}{n!}x^n.$$
          So calculating the first few terms with $y=x+x^3$ gives us
          $$sin(y)=frac{0}{0!}y^0+frac{1}{1!}y^1-frac{0}{2!}y^2-frac{1}{3!}y^3+frac{0}{4!}y^4+...\=y-frac{y^3}{3!}+frac{y^5}{5!}-...$$
          Now, if we plug $x+x^3$ back into $sin(y),$ we need to make sure that we have the correct derivatives. So, we have for $f(x)=sin(x+x^3)$
          $$f^{(1)}(0)=(1+3x^2)cos(x+x^3)=1\f^{(3)}(0)=6cos(x+x^3)-18x(1+3x^2)(sin(x+x^3))-(3x^2+1)(cos(x+x^3))=6-1=5$$since you only need the first two non vanishing terms. Now we have
          $$sin(x+x^3)=x-frac{5x^3}{6}.$$
          Now we need to find $$limlimits_{xto 0}frac{sin(x+x^3)-x}{x^3}.$$Plugging the series in for $sin(x+x^3)$ we have
          $$limlimits_{xto 0}frac{x-frac{5x^3}{6}-x}{x^3}=limlimits_{xto 0}frac{frac{5x^3}{6}}{x^3}=limlimits_{xto 0}frac{5x^3}{6x^3}=frac56.$$
          Hope this helps.







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Dec 9 '14 at 20:15









          homegrown

          3,42031236




          3,42031236






















              up vote
              0
              down vote













              jnh's answer is correct, other than a sign error in the middle of it which is corrected by the end.



              But you can do this without taking any derivatives by hand. The trick is to partially expand the binomial. You have:



              $$sin(x+x^3)=sum_{n=0}^infty frac{(x+x^3)^{2n+1} (-1)^n}{(2n+1)!}$$



              Considering the binomial theorem, the first term contributes a term of order $1$ and a term of order $3$, while the second term contributes a term of order $3$ and higher order terms. More generally the $n$th term contributes a term of order $2n+1$ and higher order terms, so going up to $n=1$ retrieves the first two terms of the desired series.



              The first two terms in the overall series will be order $1$ and $3$. The term of order $1$ can just be read off; it is just $x$. The term of order $3$ is a combination of the contribution from the $n=0$ term ($x^3$) and the contribution from the $n=1$ term, which by the binomial theorem is $frac{-x^3}{6}$.



              So we have $sin(x+x^3)=x+frac{5x^3}{6}+o left ( x^3 right )$. (The $o left ( x^3 right )$ is actually of order $5$, but this is not required to solve the problem.) Plugging this in we get



              $$frac{sin(x+x^3)-x}{x^3}=frac{frac{5x^3}{6}+o left ( x^3 right )}{x^3} = frac{5}{6} + o(1)$$



              and so the desired limit is $frac{5}{6}$. This approach of combining terms of the same order is common in perturbation theory problems in physics.






              share|cite|improve this answer



























                up vote
                0
                down vote













                jnh's answer is correct, other than a sign error in the middle of it which is corrected by the end.



                But you can do this without taking any derivatives by hand. The trick is to partially expand the binomial. You have:



                $$sin(x+x^3)=sum_{n=0}^infty frac{(x+x^3)^{2n+1} (-1)^n}{(2n+1)!}$$



                Considering the binomial theorem, the first term contributes a term of order $1$ and a term of order $3$, while the second term contributes a term of order $3$ and higher order terms. More generally the $n$th term contributes a term of order $2n+1$ and higher order terms, so going up to $n=1$ retrieves the first two terms of the desired series.



                The first two terms in the overall series will be order $1$ and $3$. The term of order $1$ can just be read off; it is just $x$. The term of order $3$ is a combination of the contribution from the $n=0$ term ($x^3$) and the contribution from the $n=1$ term, which by the binomial theorem is $frac{-x^3}{6}$.



                So we have $sin(x+x^3)=x+frac{5x^3}{6}+o left ( x^3 right )$. (The $o left ( x^3 right )$ is actually of order $5$, but this is not required to solve the problem.) Plugging this in we get



                $$frac{sin(x+x^3)-x}{x^3}=frac{frac{5x^3}{6}+o left ( x^3 right )}{x^3} = frac{5}{6} + o(1)$$



                and so the desired limit is $frac{5}{6}$. This approach of combining terms of the same order is common in perturbation theory problems in physics.






                share|cite|improve this answer

























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  jnh's answer is correct, other than a sign error in the middle of it which is corrected by the end.



                  But you can do this without taking any derivatives by hand. The trick is to partially expand the binomial. You have:



                  $$sin(x+x^3)=sum_{n=0}^infty frac{(x+x^3)^{2n+1} (-1)^n}{(2n+1)!}$$



                  Considering the binomial theorem, the first term contributes a term of order $1$ and a term of order $3$, while the second term contributes a term of order $3$ and higher order terms. More generally the $n$th term contributes a term of order $2n+1$ and higher order terms, so going up to $n=1$ retrieves the first two terms of the desired series.



                  The first two terms in the overall series will be order $1$ and $3$. The term of order $1$ can just be read off; it is just $x$. The term of order $3$ is a combination of the contribution from the $n=0$ term ($x^3$) and the contribution from the $n=1$ term, which by the binomial theorem is $frac{-x^3}{6}$.



                  So we have $sin(x+x^3)=x+frac{5x^3}{6}+o left ( x^3 right )$. (The $o left ( x^3 right )$ is actually of order $5$, but this is not required to solve the problem.) Plugging this in we get



                  $$frac{sin(x+x^3)-x}{x^3}=frac{frac{5x^3}{6}+o left ( x^3 right )}{x^3} = frac{5}{6} + o(1)$$



                  and so the desired limit is $frac{5}{6}$. This approach of combining terms of the same order is common in perturbation theory problems in physics.






                  share|cite|improve this answer














                  jnh's answer is correct, other than a sign error in the middle of it which is corrected by the end.



                  But you can do this without taking any derivatives by hand. The trick is to partially expand the binomial. You have:



                  $$sin(x+x^3)=sum_{n=0}^infty frac{(x+x^3)^{2n+1} (-1)^n}{(2n+1)!}$$



                  Considering the binomial theorem, the first term contributes a term of order $1$ and a term of order $3$, while the second term contributes a term of order $3$ and higher order terms. More generally the $n$th term contributes a term of order $2n+1$ and higher order terms, so going up to $n=1$ retrieves the first two terms of the desired series.



                  The first two terms in the overall series will be order $1$ and $3$. The term of order $1$ can just be read off; it is just $x$. The term of order $3$ is a combination of the contribution from the $n=0$ term ($x^3$) and the contribution from the $n=1$ term, which by the binomial theorem is $frac{-x^3}{6}$.



                  So we have $sin(x+x^3)=x+frac{5x^3}{6}+o left ( x^3 right )$. (The $o left ( x^3 right )$ is actually of order $5$, but this is not required to solve the problem.) Plugging this in we get



                  $$frac{sin(x+x^3)-x}{x^3}=frac{frac{5x^3}{6}+o left ( x^3 right )}{x^3} = frac{5}{6} + o(1)$$



                  and so the desired limit is $frac{5}{6}$. This approach of combining terms of the same order is common in perturbation theory problems in physics.







                  share|cite|improve this answer














                  share|cite|improve this answer



                  share|cite|improve this answer








                  edited Dec 30 '14 at 16:50

























                  answered Dec 30 '14 at 16:35









                  Ian

                  66.9k25084




                  66.9k25084






























                      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%2f1059711%2ffind-the-first-two-non-vanishing-maclaurin-terms%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

                      QoS: MAC-Priority for clients behind a repeater

                      Ивакино (Тотемский район)

                      Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)