Ch5 Integration
Ch5 Integration
Integration
Contents
5.1 Sigma notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
5.2 Riemann integral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
5.3 Fundamental theorem of calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54
5.4 Indefinite integrals and the substitution method . . . . . . . . . . . . . . . . . . . . . . . . . 57
5.5 Definite integrals and the substitution method . . . . . . . . . . . . . . . . . . . . . . . . . . 59
and ✓ ◆2
n
X n
X
n (n + 1) 1 rn+1
k3 = , rk = (r 6= 1).
2 1 r
k=1 k=0
51
CHAPTER 5. INTEGRATION 52
n ✓
X ◆
1
2. + 2n
n
k=1
n ✓
X ◆ ✓ ◆
1 1
+ 2n = + 2n n = 1 + 2n2 .
n n
k=1
n
X 1
3.
k (k + 1)
k=1
n
X X n ✓ ◆
1 1 1 1
= =1 .
k (k + 1) k k+1 n+1
k=1 k=1
n
X
4. (k 1)2
k=1
n
X n
X1 n
X1 (n 1) n (2(n 1) + 1) (n 1) n (2n 1)
(k 1)2 = k2 = k2 = = .
6 6
k=1 k=0 k=1
Definition 5.1. A partition of [a, b] is any finite subset P = {x0 , . . . xn } of [a, b] such that
ck 2 [xk 1 , xk ], k = 1, . . . , n.
In this case, the pair PC = (P, C) is called a tagged partition of [a, b] and the sum
n
X
R(f, PC ) = f (ck ) xk
k=1
8" > 0 9 >0 : 8 partition P of [a, b] and associated tag C kP k < =) |R(f, PC ) r| < ".
In this case, Z b
f (x) dx = r
a
is not integrable.
Theorem 5.3. Every continuous function f on [a, b] is integrable.
Theorem 5.4 (algebra of integrals). Let f and g be integrable functions on [a, b], and let c 2 R. Then:
Z b Z b
1. cf is integrable and cf (x) dx = c f (x) dx.
a a
Z b Z b Z b
2. f + g is integrable and (f (x) + g(x)) dx = f (x) dx + g(x) dx.
a a a
3. f g is integrable.
Theorem 5.5. Let f and g be integrable functions on [a, b]. Then
Z b Z b
1. If f (x) g(x) for all x 2 [a, b], then f (x) dx g(x) dx.
a a
Z b Z b
2. |f | is integrable on [a, b] and f (x) dx |f (x)| dx.
a a
Theorem 5.6. If a < c < b and f is integrable on [a, c] and [c, b], then f is integrable on [a, b] and
Z b Z c Z b
f (x) dx = f (x) dx + f (x) dx.
a a c
Theorem 5.7 (Integrability of composition). Suppose f : [a, b] ! [c, d] is integrable, and g : [c, d] ! R is
continuous. Then h = g f : [a, b] ! R is integrable.
Theorem 5.8 (Integral mean value theorem). If f is continuous on [a, b], then for at least one x0 2 [a, b], we have
Z b
1
Average value of f on [a, b] := f (x) dx = f (x0 ).
b a a
Proof. By the extreme value theorem, f assumes its maximum value M and minimum value m on [a, b].
Since
m f (x) M, x 2 [a, b],
we have Z Z Z
b b b
m(b a) = m dx f (x) dx M dx = M (b a)
a a a
so that Z b
1
m f (x) dx M.
b a a
The intermediate value theorem thus entails
Z b
1
f (x) dx = f (x0 ).
b a a
Theorem 5.9 (Generalized integral mean value theorem). If f is continuous on [a, b], g is integrable on [a, b],
and g does not change sign on [a, b], then there exists x0 2 [a, b] such that
Z b Z b
f (x) g(x) dx = f (x0 ) g(x) dx.
a a
Proof. By the extreme value theorem, f assumes its maximum value M and minimum value m on [a, b]. If
g 0 on [a, b], then
m g(x) f (x) g(x) M g(x), x 2 [a, b],
so that Z Z Z
b b b
m g(x) dx f (x) g(x) dx M g(x) dx.
a a a
Z b
If g(x) dx = 0, then for any x0 2 [a, b], we get
a
Z b Z b
f (x) g(x) dx = 0 = f (x0 ) g(x) dx.
a a
Otherwise, Rb
a
f (x) g(x) dx
m Rb M,
a
g(x) dx
and the intermediate value theorem entails
Rb
a
f (x) g(x) dx
Rb = f (x0 )
a
g(x) dx
b a
kP k = max k = !0 as n ! 1,
1kn n
CHAPTER 5. INTEGRATION 55
we get
n
X n
X Z b
0
f (b) f (a) = lim [f (xk ) f (xk 1 )] = lim f (ck ) xk = f 0 (x) dx.
n!1 n!1 a
k=1 k=1
xn+1
Example 5.3. The function f (x) = (n 2 N) is differentiable and its derivative f 0 (x) = xn (being continuous)
n+1
is integrable. By FTC
Z b Z b b 1
xn dx = f 0 (x) dx = f (x) = (bn+a an+1 ).
a a a n+1
Notation 5.2. If a > b, we set
Z b Z a
f (x) dx := f (x) dx.
a b
Theorem 5.11 (Fundamental theorem of calculus: Part II). Let f be an integrable function on [a, b], and let
c 2 [a, b]. For x 2 [a, b], let Z x
F (x) = f (t) dt.
c
Then:
F 0 (x0 ) = f (x0 ).
Proof.
Z y Z x Z y Z y Z y
|F (y) F (x)| = f (t) dt f (t) dt = f (t) dt |f (t)| dt B dt = B(y x).
c c x x x
Let " > 0 be given. Since f is continuous at x0 , there exists > 0 such that
Let
⇡ k
[a, b] = [0, ⇡/4], xk = (k = 0, . . . , n), ck = xk (k = 1, . . . , n), f (x) = sec2 x.
4 n
Since f is continuous on [0, ⇡/4],
Xn ✓ ◆ n
X Z ⇡/4
⇡ ⇡k
lim sec2 = lim f (ck ) xk = f (x) dx
n!1 4n 4n n!1 0
k=1 k=1
Z ⇡/4 ⇡/4
= sec2 x dx = tan x =1 0 = 1.
0 0
n
X n
2. lim
n!1 n2 + k 2
k=1
Let
k 1
[a, b] = [0, 1], xk = (k = 0, . . . , n), ck = xk (k = 1, . . . , n), f (x) = .
n 1 + x2
Since f is continuous,
n
X Xn Xn
n 1 1
lim = lim = lim f (ck ) xk
n!1 n2 + k 2 n!1 1 + (k/n)2 n n!1
k=1 k=1 k=1
Z 1 Z 1 1
1 ⇡ ⇡
= f (x) dx = 2
dx = arctan x = 0= .
0 0 1 + x 0 4 4
for Z y
F (y) = f (t) dt.
y0
Thus, by the chain rule,
"Z #
h(x)
d
f (t) dt = F 0 (h(x)) h0 (x) F 0 (g(x)) g 0 (x) = f (h(x)) h0 (x) f (g(x)) g 0 (x)
dx g(x)
for all x 2 (c, d). ⇤
p d p p d p
g 0 (x) = sin2 (2 x) [2 x] sin2 x [ x] = . . .
dx dx
Z
p
2. x2 x 1 dx
Z Z Z
2
p p p
x x 1 dx = (u + 1) u du = (u2 + 2u + 1) u du
2
u=x 1
Z
2 4 2
= (u5/2 + 2u3/2 + u1/2 ) du = u7/2 + u5/2 + u3/2 + C
7 5 3
2 4 2
= (x 1)7/2 + (x 1)5/2 + (x 1)3/2 + C
✓7 5 ◆3
2 4 2
= (x 1)2 + (x 1) + (x 1)3/2 + C
7 5 3
Z
3. cos3 x dx
Z Z Z
u3 sin3 x
cos3 x dx = (1 sin2 x) cos x dx = (1 u2 ) du = u + C = sin x +C
u=sin x 3 3
Z
1
4. dx (a > 0)
a2 + x2
Z Z Z
1 1 1 1 1
2 2
dx = 2 2
dx = 2
(a du)
a +x a 1 + (x/a) u=x/a a 1 + u2
Z
1 1 1 1 x
= du = arctan u + C = arctan + C
a 1 + u2 a a a
Z
sin 3✓
5. d✓
(1 + cos 3✓)2
Z Z
sin 3✓ 1 du 1 1
d✓ = = +C = +C
(1 + cos 3✓)2 u=1+cos 3✓ 3 u2 3u 3(1 + cos 3✓)
Z
1
6. p dx
x (x + 1)
Z Z
1 du p
p dx =p 2 = 2 arctan u + C = 2 arctan x + C
x (x + 1) u= x 1 + u2
Z
7. sec4 ✓ d✓
Z Z Z
u3 tan3 ✓
sec4 ✓ d✓ = sec2 ✓ (1 + tan2 ✓) d✓ = (1 + u2 ) du = u + + C = tan ✓ + +C
u=tan ✓ 3 3
Z
t
8. dt
1 + t4
Z Z
t 1 du 1 1
dt = = arctan u + C = arctan(t2 ) + C
1 + t4 u=t2 2 1 + u2 2 2
CHAPTER 5. INTEGRATION 59
for a, b 2 J. [Caution: u(a) need not be less than u(b) even if a < b.]
Remark 5.2. The following proof also works in the more general case that u is differentiable on J, and u0 is integrable
on any subinterval of J.
Let
g=F u.
Then, by the chain rule,
g 0 (x) = F 0 (u(x)) u0 (x) = f (u(x)) u0 (x), x 2 J.
Since g is integrable, FTC-I entails, for any a, b 2 J,
0
Z b Z b
0
f (u(x)) u (x) dx = g 0 (x) dx = g(b) g(a) = F (u(b)) F (u(a))
a a
Z u(b) Z u(a) Z u(b)
= f (t) dt f (t) dt = f (t) dt,
c c u(a)
1
With u = 2x + 1, we have du = dx so that
2
Z 1 Z 3 u=3
1 1 4
(2x + 1)3 dx = u3 du = u = 10.
0 2 1 8 u=1
Alternatively
Z Z
1 3 1 4 1
(2x + 1) dx = u3 du = u + C = (2x + 1)4 + C
2 8 8
so that
Z 1 1
1
(2x + 1)3 dx = (2x + 1)4 = 10.
0 8 0
CHAPTER 5. INTEGRATION 60
Z 5
2. (2x 5) (x 3)9 dx
2
Ra
2. If f is odd, then a
f (x) d(x) = 0.