CH1-Sequences and Seriess
CH1-Sequences and Seriess
Lesson 1. Sequences
Lesson 2.Series
Lesson 3. Arithmetic Sequence, Means and Series
Lesson 4. Geometric Sequence, Means and Series
Lesson 5. Problems Involving Sequences
OBJECTIVES
INTRODUCTION
The world is full of patterns. One of the central themes of mathematics is the study of patterns
and functions. Many real-world problems and phenomena are best described by using a special type
of function known as sequence. In this chapter, we will have the chance to generalize patterns and
functions we meet every day. We will determine some kinds of the sequences – arithmetic sequence
and geometric sequence. Any term in the sequence will be determined without actually writing the
entire sequence. We will learn how to find the sum of any number of terms in the series without going
trouble of adding them term by term.
Lesson 1. Sequences
1 4 9
Notice that the number below the figures indicates the number of smaller squares needed to
produce bigger square. What will be the next number? How will you get it without drawing the
squares?
Definition
A sequence is a function whose domain is the set of positive integers usually a set of positive
consecutive integers starting with 1.
The function values
a1, a2, a3, ……… an, ..
are called terms.
EXAMPLE Consider the example given above. Find the next number.
SOLUTION Notice that to get the number of smaller squares, the term is being squared.
No. of Terms 1 2 3 4
No. of Smaller Squares 2
1 =1 2
2 =4 2
3 =9 2
4 =16
EXAMPLE Given the general term an = 2n + 1, give the first five terms of the sequence.
SOLUTION
No. of Terms 1 2 3 4 5
an = 2n + 1 a1 = 2(1) + 1 a2 = 2(2) + 1 a3 = 2(3) + 1 a4 = 2(1) + 1 a5 = 2(1) + 1
a1 = 3 a2 = 5 a3 = 7 a4 = 9 a5 = 11
TRY THIS Find the first four terms of the sequence whose nth term is a n = 2n + 2.
Definitions
A sequence is infinite if its domain is the set of positive integers.
{1, 2, 3, 4, 5,……}
A sequence is finite if its domain is the set of positive integers :
{1, 2, 3, 4, 5,……,n}
for some positive integer n.
EXERCISE 1
A. Determine if the following are sequences or not. Explain how you arrived at your answer.
1. 5, 7, 9, 11, ….
2. 1, 4, 9, 16, 25,….
3. 2, 4, 6, 9, 11,…
C. Find the first three terms of each sequence described by the given rule.
1. tn = n + 6
2. tn = -3n
3. tn = 3 ( 2n )
Lesson 2. Series
Definitions
The sum of the terms of a sequence forms a series.
An infinite series is the sum of the terms a1 + a2 + a3 + …..+ an + …of the infinite sequence
a1, a2, a3, …an, …
A partial sum, also called a finite series ( denoted by Sn), is the sum of the first n terms
a1 + a2 + a3 + …..+ an.
TRY THIS Find the partial sums of the first 5 even numbers.
EXAMPLE Generate the first 6 terms of the sequence defined by the t n = 3n. Then find the sum of
the series.
SOLUTION
No. of Terms 1 2 3 4 5 6
tn = 3n t1 = 3(1) t2 = 3(2) t3 = 3(3) t4 = 3(4) t5 = 3(5) t6 = 3(6)
t1 = 3 t2 = 6 t3 = 9 t4 = 12 t5 = 15 t6 = 18
S6 = 3 + 6 + 9 + 12 + 15 + 18 = 63
TRY THIS Give the first 10 terms of the sequence tn = 4n – 1 . Then find the sum of the series.
EXERCISE 2
2. If t1 = -4 and tn = 3n – 7, write the first six terms of the sequence and find the sum of the series.
3. Find the first six terms of the following sequence described below. Then find their sum.
a. tn = n + 7
b. tn = 2 – n
c. tn = 3n
Lesson 3. Arithmetic Sequence, Means and Series
The following sequence has terms which represent the number of squares in each figure.
Definition
A sequence in which a constant, d, is added to the previous term to get the next term is
called an arithmetic sequence. The constant is called the common difference.
In the given sequence above, this illustrate an arithmetic sequence in which the common
difference is 2, whereas the next term is obtained by adding 2 squares to the previous term.
EXAMPLE For each arithmetic sequence, identify the first term (a 1), the common difference (d),
and the next term in the sequence.
a. 2, 5, 8, 11, …
b. 17, 12, 7, 2,…
SOLUTION
Sequence First Term (a1) Common Next Term
Difference (d)
a. 2, 5, 8, 11, … 2 3 14
b. 17, 12, 7, 2,… 17 -5 -3
TRY THIS Find the first term, common difference and the next term of the sequence,15, 11, 7, 3..
The nth term of an arithmetic sequence with first term (a1), and common difference (d) is given by;
an = a1 + (n -1)d.
EXAMPLE The 4th term of an arithmetic sequence is 34 and the 10 th term is 22. Find a1, d and the
nth term.
SOLUTION Since a4 = 34, and a10 = 22, let us add d 6 times to 34 to get to 22.
34 + 6d = 22 Then solve for d.
6d = -12
d = -2
To find a1, subtract d from a4 three times since d should be subtracted (n-1)times from
an in order to find a1.
a1 = a4 - (n -1)d
a1 = 34 - (3)(-2)
a1 = 34 + 6
a1 = 40
To find the nth term, let’s use the formula
an = a1 + (n -1)d
an = 40 + (n -1)(-2)
an = 40 - 2n + 2
an = - 2n + 42 Thus, a1 = 40 , d = -2 and nth term is an = - 2n + 42.
TRY THIS The 5th term of an arithmetic sequence is 21 and the 11 th term is 51. Find a1, d and nth
term.
n
Sn= {2 a+ ( n−1 ) d } if an is not given
2
EXAMPLE Find the sum of the first 12 terms of the arithmetic sequence 50, 47, 44, 41,…
SOLUTION a1= 50 d = -3 n = 12
12
S12= {2(50)+ ( 12−1 ) −3 }
2
S12=6 {100+ ( 11 )−3 }
S12=6 {100−33 }
S12=6 (67)
S12=402
TRY THIS Find the sum of the first 20 terms of the arithmetic sequence 3, 5, 7, 9,..
EXERCISE 3
A. For the following sequences, draw if the sequence is an arithmetic sequence, if not.
a. 3, 6, 9, 12, …
b. 1, 3, 5, 6, 8,….
c. 1, 4, 9, 16,…
d. 100, 95, 90, 85,..
e. 1, 8, 27, 64,…
B. Write the first term (a1), common difference (d) and nth term of the sequence.
a. 1, 6, 11, 16,..
b. 10, 5, 0, -5, …
Definition
A sequence is geometric if there exists a number r, called the common ratio, such that multiplying
the previous term by r results in the next term.
ak +1
=r or a k+1=ak • r for any k ≥ 1.
ak
EXAMPLE Identify the common ratio and the next term in the following sequences.
a. 1, 2, 4, 8,.. b. 80, 20, 5,.. c. 2, -8,32, -128
SOLUTION
Sequences Common Ratio (r) Next term
a. 1, 2, 4, 8,.. 2 4 16
=2 , =2 ,r =2
1 2
b. 80, 20, 5,.. 20 5 1 1 5
=¼ , = , r =
80 20 4 4 4
c. 2, -8,32, -128 −8 32 512
=−4 , =−4 , r=−4
2 −8
TRY THIS Identify the common ratio and the next term in the following sequences.
1 2 4
a. 6, 30, 150,.. b. , , , …
3 9 27
The nth term of a geometric sequence is given by:
a n=a1 r n−1 where r ≠ 0
EXAMPLE Find the 10th term of the sequence 1000, -500, 250 ,-125,…
−1 −500 −1
SOLUTION a1 = 1000 , n =10 , r = since =
2 1000 2
n−1
a n=a1 r
−1 10−1
a 10=1000( )
2
−1 9
a 10=1000( )
2
−1
a 10=1000 ( 512 )
−1000 −125
a 10= =
512 64
TRY THIS Determine the nth term of the following geometric sequence.
a. 1, 5, 25,…
b. 1, ½, ¼,..
TRY THIS Find the negative geometric mean between 81 and 729.
EXAMPLE Insert 3 geometric means between 2 and 162.
SOLUTION 2, ___, ___, ___, 162
First, we find the geometric mean between 2 and 162.
√ ( 2 )( 162 ) =√324=18
Now we have 2, ___, 18, ___, 162
Next we look for the geometric mean between 2 and 18.
√ ( 2 )( 18 )=√ 36=6
6
The ratio is 3 since = 3. We can now complete the sequence as:
2
2, 6, 18, 54, 162
TRY THIS Insert 3 geometric means between 5 and 1280.
TRY THIS Find the sum of the first 7 terms of this geometric sequence 1000, 500, 250,..
EXAMPLE Find the sum of the first 6 terms of the geometric series 4 + 8 + 16 +…
SOLUTION a1 = 4 n=6 r=2
n
a 1 r −1
Sn=
r −1
(2¿¿ 6−1)
S6 =(4) ¿
2−1
( 4 ) (63)
S6 =
1
S6 =252
TRY THIS Find the sum of the first 10 terms of the geometric series 100 + 110 + 121 +….
1 1 1
TRY THIS Find the sum of this infinite geometric series 1+ + + +…
10 100 1000
1. 1, 5, 25, 125, ….
2. 24, 12, 6, 3, …
3. 1, 3, 5, 7,…
4. 2, 4, 6, 8,…
B. Find the common ratio for each geometric sequence and identify the next term.
1. 3, 12, 48,..
2. 4, -4, 4, -4
2. 11 and 176
3. 2 and 1250
Many real-life problems are connected to the lessons you learned. So, in this section, you will
encounter those problems and their solutions.
EXAMPLE 1 The water level of a dam during a drought falls by 30 cm every week. If on the
first week, the water level is 15.8 m, what will be the water level on the 15 th
week?
EXAMPLE 2 A stack of soap boxes has 12 boxes in the bottom row, 11 boxes in the second
row, 10 in the next row, and so on. How many boxes are in the stack?
SOLUTION Since each succeeding row has one fewer box, and the bottom row has 12
boxes, there must be 12 rows.
The total number of boxes in the stack will be given by,
12 + 11 + 10 +……+ 1
We can use the formula for finding the sum of the sequence
n
Sn= (a 1+ an )
2
since the first and last terms are given.
n
Sn= (a 1+ an )
2
12
S12= (1+12)
2
S12=6 ( 13 )
S12=78
TRY THIS Wild geese fly in V-formation. A formation of wild geese has14 geese in the last
row, and 13 in the second to the last row. How many geese are there in
the 7th row? How many geese are altogether?
EXAMPLE 3 Suppose you send a chain text message to 3 friends at 7 AM, and each friend
then pass the message to 3 new people within an hour, and so on.
Determine the number of persons who have received the text message at 1 PM.
SOLUTION To find the number of text recipients at a given hour, we need to find the sum of
the terms of the geometric sequence.
These are examples of partial sums of a geometric series, so we can use the
formula
a 1 ( r n −1 )
Sn =
r −1
We have,
a 1 ( r n −1 )
Sn=
r −1
1 ( 37−1 )
S7=
2−1
2186
S7 =
2
S7=1093
Thus, there 1093 people who received the text at 1PM.
EXAMPLE 4 A pendulum swings ¾ the distance of its previous swing. If its first swing is 30 cm
long, find the total distance traveled by the pendulum before stopping.
SOLUTION The problem represents an infinite geometric series since there is no definite
time when will the pendulum stop from swing. This also gives us the
series,
30 + 22.5 + 16.875 + 12.65625 + …..
So we can use the formula for finding the sum of infinite geometric series,
a1
S∞ = since a1 = 30 and r = ¾ and is less than 1.
1−r
30
S∞ =
3
1−
4
30
S∞ =
1
4
S∞ =120 cm
TRY THIS If a town having a population of 4000 in 1983 has a 15% increase every 5 years,
what is its population in 2003? What is the total population in 2008?