Approximating an area by subdividing into simple regions (rectangles or
triangles) is an ancient program. It is the method by which Archimedes obtained
the formula for the area inside a circle. This chapter presents the method precisel y.
Before we begin, however, it will be convenient to learn a notation for the sum of a
large or indefinite number of terms.
Summation Notation If a
1
, a
2
, a
3
, ...,a
N
is a (finite) sequence of numbers, then we denote the sum,
a
1
1 a
2
1 a
3
1 1 a
N
, of these numbers by
P
N
i5 1
a
i
. For example, if you turn in
eight assignments in a course and receive a
1
points for the first assignment, a
2
points
for the second assignment, and so on, then your total homework score for the
course, a
1
1 a
2
1 a
3
1 a
4
1 a
5
1 a
6
1 a
7
1 a
8
, can be expressed concisely as
P
8
i5 1
a
i
.
In general, if M and N are integers with M # N and if a
M
, a
M11
, a
M12
, ...,a
N
are
numbers (or algebraic expressions), then we read the notation
P
N
i5 M
a
i
as “the sum
of the numbers (or algebraic expressions) a
i
for i equal to M, M 1 1, M 1 2, ...,up
to i equal to N.” Thus
X
N
i5 M
a
i
5 a
M
1 a
M11
1 a
M12
1 1 a
N
:
⁄ EX
AMPLE 1 Evaluate the sums
P
5
i5 1
i
2
and
P
8
i5 5
ð3i 1 4Þ.
Solution Th
e sum
P
5
i5 1
i
2
is a shorthand notation for 1
2
1 2
2
1 3
2
1 4
2
1 5
2
,which
equals 55. The expression
P
8
i5 5
ð3i 1 4Þ means (3 5 1 4) 1 (3 6 1 4) 1 (3 7 1 4) 1
(3 8 1 4), which equals 94.
¥
The symbol Σ, which is the capital Greek letter “sigma,” stands for “summa-
tion.” A certain amount of flexibility is inherent in the sigma notation. The sum can
begin at any integer M and can end at any integer N with N $ M. The letter i in the
sum
P
N
i5 M
a
i
is called the index of summation . Because the summation index i is
simply a placeholder for the integers from M to N, another letter could be used
with no change in meaning. Thus
X
N
i5 M
a
i
5
X
N
j5 M
a
j
:
Also, the distributive law and the associativity of addition can be used to manipulate
sums. Thus if a
M
, a
M11
,...,a
N
, b
M
, b
M11
,...,b
N
, and are real numbers, then
X
N
i5 M
ða
i
1 b
i
Þ5
X
N
i5 M
a
i
1
X
N
i5 M
b
i
ð5:1:1Þ
and
for any constant α
X
N
i5 M
α a
i
5 α
X
N
i5 M
a
i
ð5:1:2Þ
⁄ EX
AMPLE 2 Evaluate the sum
P
4
j5 1
ð3j
2
2 5jÞ.
Solution Using
(5.1.1) and (5.1.2), we calculate
X
4
j5 1
ð3j
2
2 5jÞ 5 3
X
4
j5 1
j
2
2 5
X
4
j5 1
j
5 3ð1
2
1 2
2
1 3
2
1 4
2
Þ2 5ð1 1 2 1 3 1 4Þ5 3 30 2 5 10 5 40: ¥
5.1 Introduction to Integration—The Area Problem 377