Yahoo Answers is shutting down on 4 May 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Taylor polynomials in the 1st, 2nd, 3rd and 4th order and Sigma expression?

Please show me step by step how to:

a.

Find the 1st, 2nd, 3rd and 4th-order Taylor polynomials approximating the function f(x) = e–2x about x0 = ln(2). Note: the 0th-order Taylor approximation is the constant f(x) ~ f(x0).

b.

Write down the Taylor series for the function in Sigma notation.

1 Answer

Relevance
  • Anonymous
    1 decade ago
    Favourite answer

    It is easier to do part b first. A Taylor series is defined as:

    f(x) = sigma( f^('j)(x0)*(x-x0)^j/j!,0,infinity)

    where f^('j)(x0) means the j'th derivative of j evaluated at x0. In this case f(x)=e^(-2x), so in our sigma notation, we can just write:

    f(x) = sigma(d^j/dx^j (e^(-2x)) | (x=x0) *(x-x0)^j/j!,0,infinity)

    a) Use the formula we just created. We should create each term and then add them together to get each order of approximation.

    0 order term = ln(2)

    1 order term = f ' (x0)*(x-x0)^1/1! = -2*e^(-2x0)*(x-x0)^1/1 = -.5*(x-ln(2)

    2 order term = f ' ' (x0)*(x-x0)^2/2! = f ' ' (x0)*(x-x0)^2/2

    3 order term = f ' ' ' (x0))*(x-x0)^3/3! = f ' ' ' (x0))*(x-x0)^3/6

    4 order term = f ' ' ' ' (x0))*(x-x0)^4/4! = f ' ' ' ' (x0))*(x-x0)^12

    Now for each order we only add that many terms together. For the first order, its ln(2) -.5*(x-ln(2). For the third its ln(2) -.5*(x-ln(2) + f ' ' (x0)*(x-x0)^2/2, etc.

    I'm sure you can figure out how to plug in the rest.

Still have questions? Get answers by asking now.