I'm supposed to use taylor theorem to find an approximation to $\frac{\pi}{4}$ to the 12th decimal place using $tan(x)$ but I can't get a way to even start. I saw the equation for taylor theorem and it requires a differentiation of the riemann-zeta function, but I don't think it should be that complicated.
Is there any insight to this?
As said in comment, you need to use $$\tan^{-1}(x)=\sum_{n=0}^\infty \frac{(-1)^n}{2n+1}x^{2n+1}$$ Since it is an alternating series, if you want the result to be correct up to $p$ decimal places, since $x=1$, you need $$\frac 1{2n+1} < 10^{-p}\implies n> \frac {10^p}2$$ So, be very patient if you need $p=12$ !