YOUR NAME: SOLUTION

Math 129-005H Quiz 711 1 This document is licensed under a Creative Commons Attribution 3.0 United States License

Kevin K. Lin

Thursday 11/18

Here is a PDF version of this document.

Instructions.

You all know the drill by now. Here is the Gradescope link. Quizzes are closed book and closed notes. You may consult the table of integrals in your text. Otherwise, all normal exam rules apply. You must show all key steps to receive full credit.

You may also use the following facts:

ex=n=01n!xn;cos(x)=n=0(-1)n(2n)!x2n;sin(x)=n=0(-1)n(2n+1)!x2n+1;
(1+x)p=1+px+p(p-1)2!x2+p(p-1)(p-2)3!x3+,ppositive integer.
  1. 1)

    Find the first three nonzero terms of the Taylor series of

    sin(x)11-x

    about x=0.

    Solution: since

    sin(x) = x-x33!+
    11-x = 1+x+x2+
    sin(x)1-x = (x-x33!+)(1+x+x2+)

    Cross multiply, starting with the lowest degree terms:

    x1 (only one way to have an x term)
    +xx (only one way to have an x2 term)
    +xx2-x361 (two ways to have x3 terms)
    +

    so x+x2+56x3+. (more on next page)

  2. 2)

    Find P3(x) about x=0 for

    cos(x)3.

    Solution: as in the written HW, use

    (1+y)p = 1+py+p(p-1)2!y2+p(p-1)(p-2)3!y3+
    with p=1/3
    cos(x) = 1-x22!+

    Let y=cos(x)-1=-x22+:

    (1+y)1/3 = 1+13(-x22+)+13(-23)(-x22+)2+
    = 1-16x2+

    (There are no cubic terms, so this is it for P3(x).)