This is how I tried to work through the problem:
$ |Error| < $
$ P_2 = 1-x^2/2 $
$n=0$ ␣␣ $ ƒ(x) = cox(x) $
$n=1$ ␣␣ $ ƒ^{'}(x) = -sin(x) $
$n=2$ ␣␣ $ ƒ^{''}(x) = -cox(x) $
$n=3$ ␣␣ $ ƒ^{'''}(x) = sin(x) $
Find M such that $ |ƒ^{(3)}| ≤ M, OnI [0,0.6]$
$cox(x)$ can't be more than 1, $M=1$
Plug everything into the Remainder Estimation Theorem
$ | Rn(x)| ≤ M \frac{|x-a|^{n+1}}{n+1!} $
$ a = 0 $, since centered at 0
$ R_2(0.6) ≤ (1.0) \frac{|0.6-0|^3}{3!} ≈ 0.036 $
$ ≈ 0.036 $ is what I'm getting as my answer but the platform I'm entering the answer into says it's wrong.
Hint: The term of degree three in the Taylor expansion of $\ \cos x\ $ is zero.