Evaluate cos(28 degrees) using linear approximation.
I have done this so far, but the answer seems to be incorrect and I can't figure out why.
y= 30
f(x) = cos(x)
f'(x) = -sin(x)
f(y) = f(30) = cos(30) = sqrt(3)/2
f(y) = f(30) = -sin(30) = -1/2
f(x) = f(y) + f(y) (x-y)
= sqrt(3)/2 + -1/2 (28-30)
= sqrt(3)/2 + 1
= 1.866025404