When demonstrating the convergence of the Taylor series of a function like $e^x$, to the function (i.e. $R_n(x) \to 0$) is it sufficient to prove convergence of the Maclaurin series?
If the radius of convergence is non-infinite, then I can imagine it would matter; however, for functions like $e^x$, $\sin(x)$ and $\cos(x)$, where their radii are infinite, it somehow seems less relevant.
Practically speaking, I know the difference in the proof is minor, so my question is really aimed at understanding how one determines whether a given simplification in a proof affects the generality of the result, in this particular case.
Thank you in advance for your time and help!
Edit for further clarification
e.g. to show that the Maclaurin series for $e^x$ converges to $e^x$, we must show that $f(x) = \lim_{n\to\infty} T_n(x)$, which is equivalent to showing that the remainder $R_n(x) = f(x)-T_n(x) \to 0$.
As such, we can use Taylor's inequality:
$$ |R_n(x)|= f^{(n+1)}(z) \; \frac{|x|^{n+1}}{(n+1)!} \leq M \; \frac{|x|^{n+1}}{(n+1)!} $$
Noting that, for $z \in \mathrm{I\!R}$, $f^{(n+1)}(z) = e^z$. So, for any $I = [-d, d]$, we can take $M = e^d$. Plugging this into the above inequality, and taking the limit, we have:
$$ \begin{aligned} \lim_{n\to\infty} |R_n(x)| & \leq \lim_{n\to\infty} e^d \; \frac{|x|^{n+1}}{(n+1)!}, \qquad \textrm{for $x \in I$} \\[10pt] % % & \leq e^d \lim_{n\to\infty} \frac{|x|^{n+1}}{(n+1)!} \\[10pt] % % & = 0 \end{aligned} $$
The proof that $T_n(x) \to f(x)$ in the general case of expansion about $x = c$ is entirely analogous.
This lead me to wonder if:
- a) proving the case for the Maclaurin series is sufficient to imply the result for the general Taylor series (without further work) and
- b) (if so) does this hold for other Taylor series whose radii of convergence are infinite.
Considering $f(x) = exp(x)$ it does not matter because of the following argument.
So let's say you have proven that the convergence radius of the Maclaurin series of the function $f(x)$ is infinite. Therefore $f(x) = \Sigma_{i = 0}^{\infty}a_ix^i$ for all $x \in R$. Now let $x_0 \in R$ be arbitrary. Then $f(x) \overset{f = exp}=f(x_0)f(x - x_0) = f(x_0)\Sigma_{i = 0}^{\infty}a_i(x- x_0)^i = \Sigma_{i = 0}^{\infty}b_i(x - x_0)^i$ where the last expression corresponds to the taylor series around $x_0$ of $f$. Thus the taylor series has infinite radius of convergence everywhere.