there is an extension question I am trying to solve for my exam revision. It reads Use an appropriate Taylor polynomial for sin x and apply the Taylor’s formula for the remainder to approximate $\sin(72)$ to four decimal place accuracy.
I have a rough idea which is to use the fact that $\sin(x)$ can be represented as $$\sum_{n = 0}^\infty \frac{(-1)^n}{(2n+1)!} x^{2n+1}$$
But I'm still really lost. Could someone please solve it for me. Thanks
If you take the series and work it out
$$ \sum_{n=0}^{\infty} \frac{(-1)^{n}}{(2n+1)!}x^{2n+1} = x - \frac{x^{3}}{3!} + \frac{x^{5}}{5!} - \cdots \tag{1}$$
convert to radians $72^{\circ} \times \frac{\pi}{180} = \frac{2\pi}{5} $
$$ \sin(\frac{2\pi}{5}) \approx \frac{2\pi}{5} - \frac{(\frac{2\pi}{5})^{3}}{3!} + \frac{(\frac{2\pi}{5})^{5}}{5!} \approx .9518 \tag{2} $$
$$ \sin(\frac{2\pi}{5}) \approx \frac{2\pi}{5} - \frac{(\frac{2\pi}{5})^{3}}{3!} + \frac{(\frac{2\pi}{5})^{5}}{5!} - \frac{(\frac{2\pi}{5})^{7}}{7!} \approx .951035 \tag{3}$$
$$ \sin(\frac{2\pi}{5}) \approx .951056 \tag{4} $$
If you let the first approximation equal $T_{3}$ and second equal $T_{4}$ and call $\sin(\frac{2\pi}{5}) = T$ we get
$$ T - T_{3} \approx -0.0007 \tag{5} $$
$$ T - T_{4} \approx 0.0000215 \tag{6} $$
and check