M1 Chapter 12
M1 Chapter 12
Integration
Summation Notation
We often need to talk about adding up a list of numbers and we
typically represent such a sum as
a0 + a1 + · · · + an
1
2 CHAPTER 12. INTEGRATION
Solution:
4
X
ai = 02 + 12 + 22 + 32 + 42
i=0
= 30
3
X
1
Example 2. Evaluate ai where ai = i+1
.
i=0
Solution:
3
X 1 1 1 1
ai = + + +
i=0
0+1 1+1 2+1 3+1
25
=
12
Solution:
4
X 1 1 1 1
ai = + + +
i=1
1 2 3 4
25
=
12
3
1 1
Solution: Observe that f (ai ) = f ( i+1 )= (i+1)2
+ 1, and so
3 3
X X 1
f (ai ) = 2
+1
i=0 i=0
(i + 1)
1 1 1 1
= +1 + +1 + +1 + +1
1 4 9 16
781
=
144
means that we evaluate f (i) for each i ∈ I and add the results. The
set I in this notation is called an index set.
4 CHAPTER 12. INTEGRATION
π
Example 5. Consider the index set I = 2
, π3 , π4 , π6 . Let
f (x) = sin(x). Evaluate
X
f (i).
i∈I
Solution:
X X
f (i) = sin(i)
i∈I i∈I
π π π π
= sin + sin + sin + sin
2
√ 3 4 6
3 1 1
=1+ +√ +
2 2 2
√
3 3 1
= + +√
2 2 2
Definite Integrals
y y = f (x)
Suppose we are interested
in the area bounded by the
curve y = f (x), the x–axis,
and the lines x = a and
x = b. a b x
a b x a b x
where t is the left end point of the base of the rectangle. We can
represent this approximation by using the summation notation from
the previous section. For example, in the diagram above on the left,
the approximate area consists of four rectangles. Let us assume that
the rectangles all have the same width which we denote by ∆x. Let
t0 be the left end point of the base of the first rectangle, t1 be the left
end point of the base of the second rectangle, and so on. Observe
that t0 = a. Then the sum of the areas of the rectangles is
3
X
f (ti ) ∆x.
i=0
t
a b x a b x
n−1
X
the contribution of all the rectangles to obtain f (ti ) ∆x. Now we
i=0
take the limit as ∆x approaches 0. This also means that the number
n must approach ∞. We define the integral of f from a to b as
Z b n−1
X
f (x) dx = lim f (ti ) ∆x.
a ∆x→0
i=0
This limit exists whenever the function f is continuous on [a, b]. The
function f is called the integrand of the integral.
The process of
is called integration.
The technical details of how this process takes place is beyond
the scope of this course but you need to understand the basic idea
outlined here.
Although we have not explained the details of how to compute
integrals by using limits, we can show you how to compute inte-
grals for many functions by using an important result known as the
Fundamental Theorem of Calculus.
First we need to discuss the concept of an antiderivative.
F 0 (x) = f (x)
Example 6.
Z 3
Example 7. Evaluate the integral x2 dx.
1
Z 1
Example 8. Evaluate the integral 2x − 3 dx.
0
Solution:
Z 1 1
2x − 3 dx = x2 − 3x 0
0
=1−3−0
= −2
Z 2π
Example 9. Evaluate the integral cos(x) dx.
π
2
Solution:
Z 2π
cos(x) dx = [sin(x)]2π
π
π 2
2
π
= sin(2π) − sin
2
=0−1
= −1
10 CHAPTER 12. INTEGRATION
Property (h) shows us that an integral can be split into two sepa-
rate integrals:
y y y
y = f (x) y = f (x) y = f (x)
a c b x a c x c b x
Z b Z c Z b
f (x) dx = f (x) dx + f (x) dx
a a c
Property (h) is often used when evaluating integrals of piecewise
defined functions as in the next example.
11
Z 3
Evaluate the integral f (x) dx.
0
Solution:
Z 3 Z 1 Z 3
2
f (x) dx = x + 1 dx + x2 − 4x + 5 dx
0 0 1
Indefinite Integrals
Often we are interested in finding an antiderivative of a function
without finding the value of a definite integral. However, we still
use the integral notation for this purpose. For example, since we
write an antiderivative in our computation of the definite integral
Z b b
1
x dx = x2
a 2 a
1 2 1 2 1 2 √
x + 27, x − 134, x + π3 − 2
2 2 2
Z
Example 11. Evaluate x5 dx
Solution: Z
1
x5 dx = x6 + C
6
Z
When you evaluate an indefinite integral f (x) dx, your answer
should have x–terms. Roughly speaking, an indefinite integral is a
function.
We now wish to state some more formulae that are more appro-
priate for indefinite integrals (although they could be stated in terms
of definite integrals also).
The following formulae can be checked by differentiating the right
hand side in each case. They are essentially the differentiation for-
mulae that you already know written “in reverse.”
14 CHAPTER 12. INTEGRATION
(b) Z
1
dx = ln x + C .
x
(c) Z
sin(x) dx = − cos(x) + C .
(d) Z
cos(x) dx = sin(x) + C .
(e) Z
sec2 (x) dx = tan(x) + C .
(f) Z
ex dx = ex + C .
It might seem odd that the absolute value symbol appears in the for-
mula involving the natural logarithm, but the following calculation
explains why this is needed. We consider two cases:
Case 1: x > 0
d d
(ln |x| + C) = (ln(x) + C)
dx dx
1
=
x
Case 2: x < 0
d d
(ln |x| + C) = (ln(−x) + C)
dx dx
1 d
= (−x)
−x dx
1
= · (−1)
−x
1
=
x
15
Solution: Let f (x) = cos(x). Then f (3x + 2) = cos(3x + 2). From the
formula sheet we see
d
(sin(x)) = cos(x).
dx
The integrand in Result 1 has the form f (ax + b). Observe that
the expression that f acts on is a linear expression. Result 1 does not
apply when this expression
Z is non-linear. For example, you cannot
use Result 1 to evaluate cos(3x2 + 2) dx.
The next two examples also use Result 1 but we have not made
explicit reference to that result in the computations. You should aim
to write your solutions in a similar way. However, it may be instruc-
tive to work out explicitly where Result 1 is used in the following
examples.
17
Z
1
Example 14. Find − 3x dx .
(x + 2)2
Solution:
Z Z Z
1 1
− 3x dx = dx − 3x dx
(x + 2)2 (x + 2)2
Z Z
−2
= (x + 2) dx − 3 x dx
−1 1 2
= −(x + 2) + C1 − 3 x + C2
2
3
= −(x + 2)−1 + C1 − x2 − 3C2
2
3
= −(x + 2)−1 − x2 + C where C = −3C2 + C1 .
2
Since all the constants are arbitrary, it is okay to just add one
“+C” when the final integral is found, as shown in the next example.
Z 2x
e +7
Example 15. Find dx .
e3x
Solution:
e2x + 7 e2x
Z Z
7
dx = + 3x dx
e3x e3x e
Z
e−x + 7e−3x dx
=
Z Z
−x
= e dx + 7e−3x dx
Z
−x
= −e +7 e−3x dx
= −e−x − 37 e−3x + C .