CH 12
CH 12
In the integral calculus I find much less interesting the parts that involve
only substitutions, transformations, and the like, in short, the parts that
involve the known skillfully applied mechanics of reducing integrals to
algebraic, logarithmic, and circular functions, than I find the careful and
profound study of transcendental functions that cannot be reduced to
these functions. (Gauss, 1808)
241
242 12. Properties and Applications of the Integral
The proof of the fundamental theorem consists essentially of applying the iden-
tities for sums or differences to the appropriate Riemann sums or difference quo-
tients and proving, under appropriate hypotheses, that they converge to the corre-
sponding integrals or derivatives.
We’ll split the statement and proof of the fundamental theorem into two parts.
(The numbering of the parts as I and II is arbitrary.)
12.1.1. Fundamental theorem I. First we prove the statement about the in-
tegral of a derivative.
Theorem 12.1 (Fundamental theorem of calculus I). If F : [a, b] → R is continuous
on [a, b] and differentiable in (a, b) with F 0 = f where f : [a, b] → R is Riemann
integrable, then
Z b
f (x) dx = F (b) − F (a).
a
Proof. Let
P = {x0 , x1 , x2 , . . . , xn−1 , xn },
be a partition of [a, b], with x0 = a and xn = b. Then
X n
F (b) − F (a) = [F (xk ) − F (xk−1 )] .
k=1
The function F is continuous on the closed interval [xk−1 , xk ] and differentiable in
the open interval (xk−1 , xk ) with F 0 = f . By the mean value theorem, there exists
xk−1 < ck < xk such that
F (xk ) − F (xk−1 ) = f (ck )(xk − xk−1 ).
Since f is Riemann integrable, it is bounded, and
mk (xk − xk−1 ) ≤ F (xk ) − F (xk−1 ) ≤ Mk (xk − xk−1 ),
where
Mk = sup f, mk = inf f.
[xk−1 ,xk ] [xk−1 ,xk ]
Hence, L(f ; P ) ≤ F (b)−F (a) ≤ U (f ; P ) for every partition P of [a, b], which implies
Rb
that L(f ) ≤ F (b) − F (a) ≤ U (f ). Since f is integrable, L(f ) = U (f ) = a f and
Rb
therefore F (b) − F (a) = a f .
abuse terminology and say that “F 0 is integrable on [a, b]” even if it’s only defined
on (a, b).
Theorem 12.1 imposes the integrability of F 0 as a hypothesis. Every function F
that is continuously differentiable on the closed interval [a, b] satisfies this condition,
but the theorem remains true even if F 0 is a discontinuous, Riemann integrable
function.
Example 12.2. Define F : [0, 1] → R by
(
x2 sin(1/x) if 0 < x ≤ 1,
F (x) =
0 if x = 0.
Then F is continuous on [0, 1] and, by the product and chain rules, differentiable
in (0, 1]. It is also differentiable — but not continuously differentiable — at 0, with
F 0 (0+ ) = 0. Thus,
(
0 − cos (1/x) + 2x sin (1/x) if 0 < x ≤ 1,
F (x) =
0 if x = 0.
The derivative F 0 is bounded on [0, 1] and discontinuous only at one point (x = 0),
so Theorem 11.53 implies that F 0 is integrable on [0, 1]. This verifies all of the
hypotheses in Theorem 12.1, and we conclude that
Z 1
F 0 (x) dx = sin 1.
0
12.1.2. Fundamental theorem of calculus II. Next, we prove the other direc-
tion of the fundamental theorem. We will use the following result, of independent
interest, which states that the average of a continuous function on an interval ap-
proaches the value of the function as the length of the interval shrinks to zero. The
proof uses a common trick of taking a constant inside an average.
Theorem 12.4. Suppose that f : [a, b] → R is integrable on [a, b] and continuous
at a. Then
1 a+h
Z
lim f (x) dx = f (a).
h→0+ h a
The assumption in Theorem 12.4 that f is continuous at the point about which we
take the averages is essential.
12.1. The fundamental theorem of calculus 245
Then
Z h Z 0
1 1
lim+ f (x) dx = 1, lim+ f (x) dx = −1,
h→0 h 0 h→0 h −h
and neither limit is equal to f (0). In this example, the limit of the symmetric
averages
Z h
1
lim+ f (x) dx = 0
h→0 2h −h
is equal to f (0), but this equality doesn’t hold if we change f (0) to a nonzero value
(for example, if f (x) = 1 for x ≥ 0 and f (x) = −1 for x < 0) since the limit of the
symmetric averages is still 0.
The second part of the fundamental theorem follows from this result and the
fact that the difference quotients of F are averages of f .
Theorem 12.6 (Fundamental theorem of calculus II). Suppose that f : [a, b] → R
is integrable and F : [a, b] → R is defined by
Z x
F (x) = f (t) dt.
a
Proof. First, note that Theorem 11.44 implies that f is integrable on [a, x] for
every a ≤ x ≤ b, so F is well-defined. Since f is Riemann integrable, it is bounded,
and |f | ≤ M for some M ≥ 0. It follows that
Z x+h
|F (x + h) − F (x)| = f (t) dt ≤ M |h|,
x
Example 12.7. If (
1 for x ≥ 0,
f (x) =
0 for x < 0,
then (
x
x for x ≥ 0,
Z
F (x) = f (t) dt =
0 0 for x < 0.
The function F is continuous but not differentiable at x = 0, where f is discon-
tinuous, since the left and right derivatives of F at 0, given by F 0 (0− ) = 0 and
F 0 (0+ ) = 1, are different.
Two important general consequences of the first part of the fundamental theo-
rem are integration by parts and substitution (or change of variable), which come
from inverting the product rule and chain rule for derivatives, respectively.
Theorem 12.10 (Integration by parts). Suppose that f, g : [a, b] → R are contin-
uous on [a, b] and differentiable in (a, b), and f 0 , g 0 are integrable on [a, b]. Then
Z b Z b
f g 0 dx = f (b)g(b) − f (a)g(a) − f 0 g dx.
a a
12.2. Consequences of the fundamental theorem 247
Proof. The function f g is continuous on [a, b] and, by the product rule, differen-
tiable in (a, b) with derivative
(f g)0 = f g 0 + f 0 g.
Since f , g, f 0 , g 0 are integrable on [a, b], Theorem 11.35 implies that f g 0 , f 0 g, and
(f g)0 , are integrable. From Theorem 12.1, we get that
Z b Z b Z b
f g 0 dx + f 0 g dx = (f g)0 dx = f (b)g(b) − f (a)g(a),
a a a
which proves the result.
Integration by parts says that we can move a derivative from one factor in
an integral onto the other factor, with a change of sign and the appearance of
a boundary term. The product rule for derivatives expresses the derivative of a
product in terms of the derivatives of the factors. By contrast, integration by parts
doesn’t give an explicit expression for the integral of a product, it simply replaces
one integral by another. This can sometimes be used transform an integral into an
integral that is easier to evaluate, but the importance of integration by parts goes
far beyond its use as an integration technique.
Example 12.11. For n = 0, 1, 2, 3, . . . , let
Z x
In (x) = tn e−t dt.
0
If n ≥ 1, then integration by parts with f (t) = tn and g 0 (t) = e−t gives
Z x
In (x) = −xn e−x + n tn−1 e−t dt = −xn e−x + nIn−1 (x).
0
Also, by the fundamental theorem of calculus,
Z x
I0 (x) = e−t dt = 1 − e−x .
0
It then follows by induction that
" n
#
−x
X xk
In (x) = n! 1 − e .
k!
k=0
There is no assumption in this theorem that g is invertible, but we often use the
theorem in that case. A continuous function maps an interval to an interval, and it
is one-to-one if and only if it is strictly monotone. An increasing function preserves
the orientation of the interval, while a decreasing function reverses it, in which case
the integrals in the previous theorem are understood as oriented integrals.
This result can also be formulated in terms of non-oriented integrals. Suppose
that g : I → J is one-to-one and onto from an interval I = [a, b] to an interval
J = g(I) = [c, d] where c = g(a), d = g(b) if g is increasing, and c = g(b), d = g(a)
if g is decreasing, then
Z Z
f (u) du = (f ◦ g)(x)|g 0 (x)| dx.
g(I) I
In this identity, both integrals are over positively oriented intervals and we include
an absolute value in the Jacobian factor |g 0 (x)|. If g 0 ≥ 0, then this identity is the
12.2. Consequences of the fundamental theorem 249
One consequence of the second part of the fundamental theorem, Theorem 12.6,
is that every continuous function has an antiderivative, even if it can’t be expressed
explicitly in terms of elementary functions. This provides a way to define transcen-
dental functions as integrals of elementary functions.
Example 12.14. One way to define the natural logarithm log : (0, ∞) → R in
terms of algebraic functions is as the integral
Z x
1
log x = dt.
1 t
This integral is well-defined for every 0 < x < ∞ since 1/t is continuous on the
interval [1, x] if x > 1, or [x, 1] if 0 < x < 1. The usual properties of the logarithm
follow from this representation. We have (log x)0 = 1/x by definition; and, for
example, by making the substitution s = xt in the second integral in the following
equation, when dt/t = ds/s, we get
Z x Z y Z x Z xy Z xy
1 1 1 1 1
log x + log y = dt + dt = dt + ds = dt = log(xy).
1 t 1 t 1 t x s 1 t
250 12. Properties and Applications of the Integral
1.5
0.5
0
y
−0.5
−1
−1.5
−2 −1.5 −1 −0.5 0 0.5 1 1.5 2
x
Figure 1. Graphs of the error function y = F (x) (blue) and its derivative,
the Gaussian function y = f (x) (green), from Example 12.15.
0.8
0.6
0.4
0.2
0
y
−0.2
−0.4
−0.6
−0.8
−1
0 2 4 6 8 10
x
Figure 2. Graphs of the Fresnel integral y = S(x) (blue) and its derivative
y = sin(πx2 /2) (green) from Example 12.16.
value property. That is, for all c, d such that if a < c < d < b and all y between
f (c) and f (d), there exists an x between c and d such that f (x) = y. A continuous
derivative has this property by the intermediate value theorem, but a discontinuous
derivative also has it. Thus, discontinuous functions without the intermediate value
property, such as ones with a jump discontinuity, don’t have an antiderivative. For
example, the function F in Example 12.7 is not an antiderivative of the step function
f on R since it isn’t differentiable at 0.
In dealing with functions that are not continuously differentiable, it turns out
to be more useful to abandon the idea of a derivative that is defined pointwise
everywhere (pointwise values of discontinuous functions are somewhat arbitrary)
and introduce the notion of a weak derivative. We won’t define or study weak
derivatives here.
Proof. The main statement we need to prove is that f is integrable. Let > 0.
Since fn → f uniformly, there is an N ∈ N such that if n > N then
fn (x) − < f (x) < fn (x) + for all a ≤ x ≤ b.
b−a b−a
It follows from Proposition 11.39 that
L fn − ≤ L(f ), U (f ) ≤ U fn + .
b−a b−a
Since fn is integrable and upper integrals are greater than lower integrals, we get
that Z b Z b
fn − ≤ L(f ) ≤ U (f ) ≤ fn +
a a
for all n > N , which implies that
0 ≤ U (f ) − L(f ) ≤ 2.
Since > 0 is arbitrary, we conclude that L(f ) = U (f ), so f is integrable. Moreover,
it follows that for all n > N we have
Z b Z b
fn − f ≤ ,
a a
Rb Rb
which shows that a
fn → a
f as n → ∞.
for the irrational number log 2 ≈ 0.6931. This series was known and used by Euler.
For comparison, the alternating harmonic series in Example 12.46 also converges
to log 2, but it does so extremely slowly and would be a poor choice for computing
a numerical approximation.
Proof. Choose some point a < c < b. Since fn0 is integrable, the fundamental
theorem of calculus, Theorem 12.1, implies that
Z x
fn (x) = fn (c) + fn0 for a < x < b.
c
In particular, this theorem shows that the limit of a uniformly convergent se-
quence of continuously differentiable functions whose derivatives converge uniformly
is also continuously differentiable.
The key assumption in Theorem 12.21 is that the derivatives fn0 converge uni-
formly, not just pointwise; the result is false if we only assume pointwise convergence
of the fn0 . In the proof of the theorem, we only use the assumption that fn (x) con-
verges at a single point x = c. This assumption together with the assumption that
fn0 → g uniformly implies that fn → f uniformly, where
Z x
f (x) = lim fn (c) + g.
n→∞ c
Thus, the theorem remains true if we replace the assumption that fn → f pointwise
on (a, b) by the weaker assumption that limn→∞ fn (c) exists for some c ∈ (a, b).
This isn’t an important change, however, because the restrictive assumption in the
theorem is the uniform convergence of the derivatives fn0 , not the pointwise (or
uniform) convergence of the functions fn .
The assumption that g = lim fn0 is continuous is needed to show the differentia-
bility of f by the fundamental theorem, but the result remains true even if g isn’t
continuous. In that case, however, a different — and more complicated — proof is
required, which is given in Theorem 9.18.
The behavior of the integral under pointwise convergence in the previous ex-
ample is unavoidable whatever definition of the integral one uses. A more serious
defect of the Riemann integral is that the pointwise limit of Riemann integrable
functions needn’t be Riemann integrable at all, even if it is bounded.
12.4. Improper Riemann integrals 255
This is another place where the Lebesgue integral has better properties than
the Riemann integral. The pointwise (or pointwise almost everywhere) limit of
Lebesgue measurable functions is Lebesgue measurable. As Example 12.22 shows,
we still need conditions to ensure the convergence of the integrals, but there are
quite simple and general conditions for the Lebesgue integral (such as the monotone
convergence and dominated convergence theorems).
The improper integral converges if this limit exists (as a finite real number), other-
wise it diverges. Similarly, if f : [a, b) → R is integrable on [a, c] for every a < c < b,
then
Z b Z b−
f = lim+ f.
a →0 a
We use the same notation to denote proper and improper integrals; it should
be clear from the context which integrals are proper Riemann integrals (i.e., ones
given by Definition 11.11) and which are improper. If f is Riemann integrable on
[a, b], then Proposition 11.50 shows that its improper and proper integrals agree,
but an improper integral may exist even if f isn’t integrable.
Example 12.25. If p > 0, then the integral
Z 1
1
p
dx
0 x
256 12. Properties and Applications of the Integral
isn’t defined as a Riemann integral since 1/xp is unbounded on (0, 1]. The corre-
sponding improper integral is
Z 1 Z 1
1 1
p
dx = lim p
dx.
0 x x
→0 +
For p 6= 1, we have
1
1 − 1−p
Z
1
p
dx = ,
x 1−p
so the improper integral converges if 0 < p < 1, with
Z 1
1 1
p
dx = ,
0 x p−1
and diverges to ∞ if p > 1. The integral also diverges (more slowly) to ∞ if p = 1
since Z 1
1 1
dx = log .
x
Thus, we get a convergent improper integral if the integrand 1/xp does not grow
too rapidly as x → 0+ (slower than 1/x).
Let’s consider the convergence of the integral of the power function in Exam-
ple 12.25 at infinity rather than at zero.
Example 12.27. Suppose that p > 0. The improper integral
Z ∞ Z r 1−p
1 1 r −1
dx = lim dx = lim
1 xp r→∞ 1 xp r→∞ 1−p
converges to 1/(p − 1) if p > 1 and diverges to ∞ if 0 < p < 1. It also diverges
(more slowly) if p = 1 since
Z ∞ Z r
1 1
dx = lim dx = lim log r = ∞.
1 x r→∞ 1 x r→∞
Thus, we get a convergent improper integral if the integrand 1/xp decays sufficiently
rapidly as x → ∞ (faster than 1/x).
f = f+ − f− , |f | = f+ + f− ,
f+ = max{f, 0}, f− = max{−f, 0}.
Example 12.34. Consider the limiting behavior of the error function erf(x) in
Example 12.15 as x → ∞, which is given by
Z ∞ Z r
2 2 2 2
√ e−x dx = √ lim e−x dx.
π 0 π r→∞ 0
The convergence of this improper integral follows by comparison with e−x , for
example, since
2
0 ≤ e−x ≤ e−x for x ≥ 1,
and
Z ∞ Z r 1
e−x dx = lim e−x dx = lim e−1 − e−r = .
1 r→∞ 1 r→∞ e
This argument proves that the error function approaches a finite limit as x → ∞,
but it doesn’t give the exact value, only an upper bound
Z ∞ Z 1
2 2 2 2 1 2 1
√ e−x dx ≤ M, M=√ e−x dx + ≤√ 1+ .
π 0 π 0 e π e
One can evaluate this improper integral exactly, with the result that
Z ∞
2 2
√ e−x dx = 1.
π 0
260 12. Properties and Applications of the Integral
0.4
0.3
0.2
y
0.1
−0.1
0 5 10 15
x
The standard trick to obtain this result (apparently introduced by Laplace) uses
double integration, polar coordinates, and the substitution u = r2 :
Z ∞ 2 Z ∞ Z ∞
−x2 2 2
e dx = e−x −y dxdy
0 0 0
Z π/2 Z ∞
2
= e−r r dr dθ
0 0
π ∞ −u
Z
π
= e du = .
4 0 4
This formal computation can be justified rigorously, but we won’t do so here. There
are also many other ways to obtain the same result.
Improper integrals, and the principal value integrals discussed below, arise
frequently in complex analysis, and many such integrals can be evaluated by contour
integration.
Example 12.36. The improper integral
Z ∞ Z r
sin x sin x π
dx = lim dx =
0 x r→∞ 0 x 2
converges conditionally. We leave the proof as an exercise. Note that there is no
difficulty at 0, since sin x/x → 1 as x → 0, and comparison with the function
1/x
R ∞ doesn’t imply absolute convergence at infinity because the improper integral
1
1/x dx diverges. There are many ways to show that the exact value of the
improper integral is π/2. The standard method uses contour integration.
Example 12.37. Consider the limiting behavior of the Fresnel sine function S(x)
in Example 12.16 as x → ∞. The improper integral
Z ∞ 2 Z r 2
πx πx 1
sin dx = lim sin dx = .
0 2 r→∞ 0 2 2
converges conditionally. This example may seem surprising since the integrand
sin(πx2 /2) doesn’t converge to 0 as x → ∞. The explanation is that the integrand
oscillates more rapidly with increasing x, leading to a more rapid cancelation be-
tween positive and negative values in the integral (see Figure 2). The exact value
can be found by contour integration, again, which shows that
Z ∞ 2 Z ∞
πx2
πx 1
sin dx = √ exp − dx.
0 2 2 0 2
Evaluation of the resulting Gaussian integral gives 1/2.
Neither limit exists, so the improper integral diverges. (Formally, we get ∞ − ∞.)
If, however, we take δ = and combine the limits, we get a convergent principal
value integral, which is defined by
Z 1 Z − Z 1
1 1 1
p.v. dx = lim+ dx + dx = lim+ (log − log ) = 0.
−1 x →0 −1 x x →0
The value of 0 is what one might expect from the oddness of the integrand. A
cancelation in the contributions from either side of the singularity is essential to
obtain a finite limit.
The principal value integral of 1/x on a non-symmetric interval about 0 still
exists but is non-zero. For example, if b > 0, then
Z b Z − Z b !
1 1 1
p.v. dx = lim+ dx + dx = lim+ (log + log b − log ) = log b.
−1 x →0 −1 x x →0
If the improper integral exists, then the principal value integral exists and
is equal to the improper integral. As Example 12.38 shows, the principal value
integral may exist even if the improper integral does not. Of course, a principal
value integral may also diverge.
Example 12.40. Consider the principal value integral
Z 1 Z − Z 1
1 1 1
p.v. 2
dx = lim 2
dx + 2
dx
−1 x →0+ −1 x x
2
= lim+ − 2 = ∞.
→0
In this case, the function 1/x2 is positive and approaches ∞ on both sides of the
singularity at x = 0, so there is no cancelation and the principal value integral
diverges to ∞.
10
−2
−4
−2 −1 0 1 2 3
Figure 4. Graphs of the exponential integral y = Ei(x) (blue) and its deriv-
ative y = ex /x (green) from Example 12.41.
et
≤ et for −∞ < t ≤ −1,
t
and
Z −1 Z −1 1
et dt = lim et dt = lim e−r − e−1 = .
−∞ r→∞ −r r→∞ e
The first integral makes sense as a Riemann integral since the integrand has a
removable singularity at t = 0, with
t
e −1
lim = 1,
t→0 t
Example 12.42. Let f : R → R and assume, for simplicity, that f has compact
support, meaning that f = 0 outside a compact interval [−r, r]. If f is integrable,
we define the Hilbert transform Hf : R → R of f by the principal value integral
Z ∞ Z x− Z ∞
1 f (t) 1 f (t) f (t)
Hf (x) = p.v. dt = lim dt + dt .
π −∞ x − t π →0+ −∞ x − t x+ x − t
Here, x plays the role of a parameter in the integral with respect to t. We use
a principal value because the integrand may have a non-integrable singularity at
t = x. Since f has compact support, the intervals of integration are bounded and
there is no issue with the convergence of the integrals at infinity.
For example, suppose that f is the step function
(
1 for 0 ≤ x ≤ 1,
f (x) =
0 for x < 0 or x > 1.
1 1 1
Z
1 x
Hf (x) = dt = log .
π 0 x−t π x−1
12.6. The integral test for series 265
Proof. Let
n
X Z n
Sn = ak , Tn = f (x) dx.
k=1 1
The integral Tn exists since f is monotone, and the sequences (Sn ), (Tn ) are in-
creasing since f is positive.
Let
Pn = {[1, 2], [2, 3], . . . , [n − 1, n]}
be the partition of [1, n] into n − 1 intervals of length 1. Since f is decreasing,
sup f = ak , inf f = ak+1 ,
[k,k+1] [k,k+1]
266 12. Properties and Applications of the Integral
Since the integral of f on [1, n] is bounded by its upper and lower sums, we get that
Sn − a1 ≤ Tn ≤ Sn−1 .
This inequality shows that (Tn ) is bounded from above by S if Sn ↑ S, and (Sn )
is bounded from above by T + a1 if Tn ↑ T , so (Sn ) converges if and only if (Tn )
converges, which proves the first part of the theorem.
Let Dn = Sn −Tn . Then the inequality shows that an ≤ Dn ≤ a1 ; in particular,
(Dn ) is bounded from below by zero. Moreover, since f is decreasing,
Z n+1
Dn − Dn+1 = f (x) dx − an+1 ≥ f (n + 1) · 1 − an+1 = 0,
n
Example 12.44. Applying Theorem 12.43 to the function f (x) = 1/xp and using
Example 12.27, we find that
∞
X 1
n=1
np
Theorem 12.43 is also useful for divergent series, since it tells us how quickly
their partial sums diverge. We remark that one can obtain similar, but more
accurate, asymptotic approximations than the one in theorem for the behavior
of the partial sums in terms of integrals, called the Euler-MacLaurin summation
formulae.
Example 12.45. Applying the second part of Theorem 12.43 to the function
f (x) = 1/x, we find that
" n #
X1
lim − log n = γ
n→∞ k
k=1
Example 12.46. We can use the result of Example 12.45 to compute the sum A
of the alternating harmonic series
1 1 1 1 1
A=1− + − + − + ....
2 3 4 5 6
12.6. The integral test for series 267
Here, we rewrite a sum of the odd terms in the harmonic series as the difference
between the harmonic series and its even terms, then use the fact that a sum of the
even terms in the harmonic series is one-half the sum of the series. It follows that
( 2m "m # )
X1 X1
lim A2m = lim − log 2m − − log m + log 2m − log m .
m→∞ m→∞ k k
k=1 k=1
It follows that
2m
X "m # " 2m #
1 1 X1 1 X1
lim S3m = lim − log 2m − − log m − − log 2m
m→∞ m→∞ k 2 k 2 k
k=1 k=1 k=1
1 1
+ log 2m − log − log 2m .
2 2
1 1 1
Since log 2m − 2 log m − 2 log 2m = 2 log 2, we get that that
1 1 1 1
lim S3m = γ − γ − γ + log 2 = log 2.
m→∞ 2 2 2 2
Finally, since
lim (S3m+1 − S3m ) = lim (S3m+2 − S3m ) = 0,
m→∞ m→∞
1
we conclude that the whole series converges to S = 2 log 2.
Proof. We use proof by induction. The formula is true for n = 0, since the
fundamental theorem of calculus (Theorem 12.1) implies that
Z x
f (x) = f (c) + f 0 (t) dt = f (c) + R0 (x).
c
Assume that the formula is true for some n ∈ N0 and f n+2 is Riemann inte-
grable. Then, since
1 d
(x − t)n = − (x − t)n+1 ,
n + 1 dt
an integration by parts with respect to t (Theorem 12.10) implies that
x Z x
1 1
Rn (x) = − f (n+1) (t)(x − t)n+1 + f (n+2) (t)(x − t)n+1 dt
(n + 1)! c (n + 1)! c
1 (n+1) n+1
= f (c)(x − c) + Rn+1 (x).
(n + 1)!
12.7. Taylor’s theorem with integral remainder 269
Use of this equation in the formula for n gives the formula for n + 1, which proves
the result.