f(a)+f′(a)(x−a)+2!f′′(a)(x−a)2+⋯+n!fn(a)(x−a)n
problems
first, second taylors for x at x=4
f(x)=a+21a−21(x−a)−241a−23(x−a)2
f(x)=2+0.25(x−4)−0.015625(x−4)2
f(6)=2.437, 6=2.449
err≤(n+1)!max(∣f(n+1)(x)∣)∣x−a∣(n+1)
∣83x−25∣ @ x=4 (for max deriv) →0.0117
60.0117⋅23=0.0156
fourth maclaurin polynomial for cos(x)
f(x)=cos(0)+sin(0)x−2!cos(0)x2−3!sin(0)x3+4!cos(0)x4
f(12π)=0.965, cos(12π)=0.965