1

About Taylor polynomials:

I have $$f(x)=(x-4)^9$$

And I need to find the 10th order taylor polynomial about $x=4$

Now, I tried solving it: All but the last term is equal to $0$ since for example $$f''(a)\frac{(x-a)^2}{2!}= (4-4)\frac{x-4}2=0$$

So I'm left with the last term of $$36288\frac{(x-a)^9}{10!}=\frac{(x-4)^9}{10}$$

But this is the wrong answer, can anyone help me out here?

dfeuer
  • 9,069

1 Answers1

1

It already is the 10th order Taylor polynomial about $x=4$. Every term in the taylor series will be zero except for that one.

The problem you have is that you wrote $ 9! (x-4)^9/10!$, the factorial on the bottom is wrong it is supposed to be $9!$ not $10!$. The way to remember this is that the factorial downstairs must always agree with the power of $x$.

dfeuer
  • 9,069
Spencer
  • 12,271