Section 7.1 The Integral Form of the Remainder
There is generally not a readily recognizable closed form for the partial sum for a Taylor series. The geometric series is a special case. Fortunately, for the issue at hand (convergence of a Taylor series), we don’t need to analyze the series itself. What we need to show is that the difference between the function and the \(n\)th partial sum converges to zero. This difference is called the remainder (of the Taylor series). (Why?)
The expression \(\frac{1}{n!}\int_{t=a}^xf^{(n+1)}(t)(x-t)^n\dx{ t}\) is called the integral form of the remainder for the Taylor series of \(f(x)\text{,}\) and the Taylor series will converge to \(f(x)\) exactly when the sequence \(\lim_{n\rightarrow\infty}\left(\frac{1}{n!}\int_{t=a}^xf^{(n+1)}(t)(x-t)^n\dx{ t}\text{ } \right)\) converges to zero. It turns out that this form of the remainder is often easier to handle than the original \(f(x)-\left(\sum_{j=0}^n\frac{f^{(j)}(a)}{j!}(x-a)^j\right)\) and we can use it to obtain some general results.
Theorem 7.1.1.
Taylor’s series
If there exists a real number \(B\) such that \(|f^{(n+1)}(t)|\leq B\) for all nonnegative integers \(n\) and for all \(t\) on an interval containing \(a\) and \(x\text{,}\) then
\begin{equation*}
\lim_{n\rightarrow\infty}\left(\frac{1}{n!}\int_{t=a}^xf^{(n+1)}(t)(x-t)^n\dx{ t}\right)=0
\end{equation*}
and so
\begin{equation*}
f(x)=\sum_{n=0}^\infty\frac{f^{(n)}(a)}{n!}(x-a)^n.{}
\end{equation*}
In order to prove this, it might help to first prove the following.
Lemma 7.1.2.
If \(f\) and \(\abs{f}\) are integrable functions and \(a\leq b\text{,}\) then
\begin{equation*}
\left|\int_{t=a}^bf(t)\dx{ t}\right|\leq\int_{t=a}^b|f(t)|\dx{ t}. {}
\end{equation*}
Problem 7.1.3.
Hint.
\(-|f(t)|\leq f(t)\leq|f(t)|\text{.}\)
Problem 7.1.4.
Problem 7.1.5.
(a)
\(\displaystyle\sin x=\sum_{n=0}^\infty\frac{(-1)^nx^{2n+1}}{(2n+1)!}\)
(b)
\(\displaystyle\cos x= \sum_{n=0}^\infty\frac{(-1)^nx^{2n}}{(2n)!}\)
(c)
\(\displaystyle e^x=\sum_{n=0}^\infty\frac{x^n}{n!}\)
Assuming that we can differentiate this series term-by-term it is straightforward to show that \(f^\prime(x) = f(x)\text{.}\)
Problem 7.1.6.