Let's consider a particular case of Taylor Series, in the region near x=0 . Such a polynomial is called the Maclaurin Series. The infinite series expansion for f(x) about x=0 becomes:
f(x)≈f(0)+f′(0)x+2f′′(0)x2+3!f′′′(0)x3+4!fiv(0)x4+…
Let's find the Maclaurin Series expansion for f(x)=sinx :
sinx=sin0+xcos0+2x2sin0+3!x3cos0+⋯=x−61x3+1201x5−50401x7+…
and for f(x)=cosx :
cosx=cos0+xsin0+2x2cos0+3!x3sin0+⋯=1−21x3+241x4−7201x6+…
We plot our answer to see if the polynomial is a good approximation to f(x)=sinx .

We observe that our polynomial (in red) is a good approximation to f(x)=sinx (in blue) near x=0 . In fact, it is quite good between −3≤x≤3 . So, the statement that the Maclaurin series converge to their respective function for all x is wrong.