Since we used Taylor’s Series to find this algorithm, we will use the Taylor Remainder Theorem (
Theorem 1.6.4) to find an error bound. Let
\([a,b]=[64,65]\) and
\(c=65\text{,}\) then
\(e_{n}=e_{n}(c)=|f(c)-P_{n}(c)|\) be the error of the approximation.
\begin{equation*}
\begin{aligned}e_{n} \amp = |f(c)-P_{n}(c)| \leq \max_{x \in [a,b]}|f^{(n+1)}(x)| \frac{|b-a|}{(n+1)!}\\ \amp = \max_{x \in [64,65]}|(-1)^{n+2}\frac{(2n-1)!!}{2^{n+1}}x^{-(2n+1)/2}| \frac{1}{(n+1)!}\end{aligned}
\end{equation*}
The function is decreasing, so the maximum occurs at the left endpoint, that is when \(x=64\text{.}\) For convenience we will call this \(c\text{.}\)
\begin{equation*}
= \frac{(2n-1)!! 64^{-(2n+1)/2}}{(n+1)! 2^{n+1}}= \frac{(2n-1)!! c^{-(2n+1)/2}}{(n+1)! 2^{n+1}}
\end{equation*}
and now taking the limit,
\begin{equation*}
\begin{aligned}\lim_{n \rightarrow \infty}\frac{e_{n+1}}{e_{n}} \amp = \lim_{n \rightarrow \infty}\frac{\frac{(2n+1)!! c^{-(2n+3)/2}}{2^{n+2}(n+2)!} }{\frac{(2n-1)!! c^{-(2n+1)/2}}{2^{n+1}(n+1)!} }\\ \amp = \lim_{n \rightarrow \infty}\frac{(2n+1)c^{-1}}{2(n+2)}= \frac{1}{c}\end{aligned}
\end{equation*}
So this gives
\(\lambda=1/c\) and when we took
\(c=64\text{,}\) this gives
\(\lambda = 1/64 = 0.015625\text{,}\) close to the value found in
Example 2.3.12.