
522 • Taylor Polynomials, Taylor Series, and Power Series
4. On the other hand, since f
00
(a) is constant, P
000
2
(x) = 0 for all x. The
same is true for all higher derivatives. (After all, P
2
is a quadratic,
and the third and higher derivatives of any quadratic must be zero
everywhere!)
So P
2
shares the zeroth, first, and second derivatives with f at x = a; but the
third and higher derivatives of P
2
are always 0. You might say that P
2
is the
distillation of all the information about f at x = a up to and including the
second derivative.
Here’s another nice fact about P
2
: if you ignore the last term on the right-
hand side of the above equation for P
2
(x), you just get f(a) + f
0
(a)(x − a).
This is exactly the linearization from the previous section. So you can think of
the last term
1
2
f
00
(a)(x −a)
2
as a so-called second-order correction term. This
means that we should actually be able to do a better job of approximation
than just by using the tangent line. The second-order correction term helps
us get even closer to the curve, at least for x near a. (An exception to this
occurs when f
00
(a) = 0, in which case P
2
is actually the linearization and we
haven’t gotten any closer.)
24.1.3 Higher-degree approximations
Let’s continue the same pattern, except that we’ll use some arbitrary degree
N instead of just 1 or 2. So, here’s our question: which polynomial of degree
N or less gives the best approximation to f(x) for values of x near a? The
answer is provided by the following theorem.
A Taylor approximation theorem: if f is smooth at x = a,
then of all the polynomials of degree N or less, the one which
best approximates f(x) for x near a is given by
P
N
(x) = f(a) + f
0
(a)(x − a) +
f
00
(a)
2!
(x − a)
2
+
f
(3)
(a)
3!
(x − a)
3
+ ··· +
f
(N)
(a)
N!
(x − a)
N
.
In sigma notation, the formula looks like this:
P
N
(x) =
N
X
n=0
f
(n)
(a)
n!
(x − a)
n
.
In this formula, remember that 0! = 1, that f
(0)
(a) means the same thing as
f(a) (zero derivatives), and that f
(1)
(a) means the same thing as f
0
(a) (one
derivative).
We call the polynomial P
N
the Nth-order Taylor polynomial of f(x) at
x = a. Note that the degree of P
N
might be less than N; for example, if
f
(N)
(a) = 0, then the last term in the above sum vanishes and the degree of
P
N
could be at most N −1. This is why we call it an Nth-order Taylor poly-
nomial, not an Nth-degree Taylor polynomial. (By the way, the polynomial
P
N
(x) is sometimes written as P
N
(x; a) to emphasize that you get a different
polynomial for each choice of N and a. I’ll just write P
N
(x), since we’re only
dealing with one choice of a at a time anyway.)