276 Approximation by Polynomials
We start with the error estimate for the constant approximation f (a). This error
estimate comes from the Mean Value Theorem (Theorem 6.2.4), which gives us the
estimate |f(x)−f(a)| = |f
0
(c)(x−a)| ≤ C|x−a|, where c is some point between
a and x and C = sup{|f
0
(c)| : c between x and a}. When C is finite, we obtain
a useful error estimate for this constant approximation. Notice that this estimate
does not require us to find f(x) exactly. If we could easily find f(x), we wouldn’t
bother with the approximation.
A more sophisticated use of the Mean Value Theorem shows that the tangent
line has an error of the form M(x − a)
2
for a constant M that depends on f
00
.
For x very close to a, this is a considerable improvement on C|x − a|. See Exer-
cise 10.1.B. Very similar calculations were done in Example 6.2.6.
In this section, we generalize these two approximations and their error esti-
mates to take account of higher derivatives—in other words, we generalize the
Mean Value Theorem. As this method requires many derivatives, and because it
only uses information at one point, it will not be an ideal method for uniform ap-
proximation over an interval. Nevertheless, it works very well in certain instances
of great importance, and it is easier to understand than the alternative methods.
Later in this chapter we will explore other methods for finding polynomial approx-
imants which are uniformly close over an interval.
The role of the tangent line to f is replaced by a polynomial P
n
(x) of degree
at most n that has the same derivatives at a as f up to the nth degree. This is all
that the parameters of a polynomial of degree at most n permit.
10.1.1. DEFINITION. If f has n derivatives at a point a ∈ [A, B], the Taylor
polynomial of order n for f at a is
P
n
(x) = f (a) + f
0
(a)(x − a) +
f
00
(a)
2
(x − a)
2
+ ··· +
f
(n)
(a)
n!
(x − a)
n
=
n
X
k=0
f
(k)
(a)
k!
(x − a)
k
.
10.1.2. LEMMA. Let f(x) belong to C
n
[A, B] (i.e., f has n continuous deriv-
atives), and let a ∈ [A, B]. The Taylor polynomial P
n
(x) of order n for f at a
is the unique polynomial p(x) of degree at most n such that p
(k)
(a) = f
(k)
(a) for
0 ≤ k ≤ n.
PROOF. Every polynomial of degree at most n has the form p(x) =
n
P
j=0
a
j
(x−a)
j
.
We may differentiate this k times to obtain
p
(k)
(x) =
n
X
j=k
j(j − 1) . . . (j + 1 −k)(x − a)
j−k
.
Substituting x = a yields p
(k)
(a) = k!a
k
. Therefore, we must choose the coeffi-
cients a
k
= f
(k)
(a)/k!, which yields the Taylor polynomial P
n
(x). ¥