I started the problem but I am confused how to set up.
f(x) = 5cos(x) f(11pi) = -5
f'(x) = -5sin(x) f'(11pi) = 0
f''(x) = -5cos(x) f''(11pi) = -5
f'''(x) = 5sin(x) f'''(11pi) = 0
f''''(x) = 5cos(x) f''''(11pi) = -5
Taylor Series Begins as $$-5 + 0\cdot(x-11\pi) + \frac{5(x-11\pi)^2}{2!} + \frac{0\cdot(x-11\pi)^3}{3!} +\frac{-5(x-11\pi)^4}{4!} + \dots$$
I so far wrote it down as
$$=\sum_{n=0}^\infty {(-1)^{n+1}} \frac{(x-11\pi)^{2n}}{(2n)!}$$
I am suppose too have the 5 in there too but I have no idea how to include that, would somebody please be able to show me how to put the 5 into my answer???
$$=\sum_{n=0}^\infty {(-1)^{n+1}} \frac{5}{(2n)!} (x-11\pi)^{2n}$$
This is the final and correct answer hopefully