Write the Taylor polynomial T5(x) for the function f(x)=cosx centered at x=0 .
**Solution:**
T5(x)=f(0)+1!xf′(0)+2!x2f′′(0)+3!x3f′′′(0)+4!x4f(4)(0)+5!x5f(5)(0)f(x)=cosxf(0)=1f′(x)=−sinxf′(0)=0f′′(x)=−cosxf′′(0)=−1f′′′(x)=sinxf′′′(0)=0f(4)(x)=cosxf(4)(0)=1f(5)(x)=−sinxf(5)(0)=0T5(x)=1−2x2+24x4
**Answer:** T5(x)=1−2x2+24x4