How to calculate
$$\sin(37°)$$
with a Taylor approximation accurate to 3 decimal digits?
I know it is not a difficult question, but I have no answers of my book and so far I have only determined the Taylor approach of the umpteenth order and not approached or calculated anything in any sense.
The easiest approach may be to use the Taylor series $\sin x=x-{1\over6}x^3+{1\over120}x^5-\cdots$, since $37^\circ=37\pi/180\approx0.646\lt1$:
$$\sin(37^\circ)=\sin\left(37\pi\over180\right)\approx\left(37\pi\over180\right)-{1\over6}\left(37\pi\over180\right)^3+{1\over120}\left(37\pi\over180\right)^5$$
(noting that the next term in the alternating sum is considerably less than $1/5040\approx0.0002$). I wouldn't want to complete the decimal calculation by hand, but it's relatively straightforward with a calculator, even if you have to use an approximation like $\pi\approx3.1416$ on a pocket calculator that lacks a button for $\pi$ and only does arithmetic.