The question is:
Compute $\sin(32^\circ)$ (32 degrees) with an error of no more than 0.0001 using the Taylor approximation.
I need to do this without a calculator, and I get stuck with very high numbers. What I tried to do:
Looking for the remainder, by taylor remainder theorem
$$|R(32)| = \left|\frac{f^{(N+1)}(c)\cdot 32^{N+1}}{(N+1)!}\right| < \frac{32^{N+1}}{(N+1)!}$$
Now I'm looking for $N$ so:
$$\frac{32^{N+1}}{(N+1)!} < 0.001$$
But It doesn't make any sense. I'm dealing with very large numbers.