Sequences and Series
Sequences and Series
Sequences and Series
J. Muchinga
28 28
n = 8 =⇒ a8 = = = 4.
82 26
Denition: An alternating sequence is one in which
the signs of the terms alternate between positive and
negative. For example
1
an = (−1)n+1 ·
n
here,
(−1)1+1
a1 = = 1,
1
(−1)2+1 1
a2 = =−
2 2
(−1) 3+1
1
a3 = = , ...
3 3
Arithmetic Sequences
Denition: A sequence an is an arithmetic sequence
if
d = ak+1 − ak ,
for all positive integers k and d ∈ R. The number d
is the common dierence for the sequence. The
following are examples of arithmetic progressions;
1. 3, 8, 13, ..., 5n − 2.
2. 11, 7, 3, −1, ..., −4n + 15.
3. 1, 2, 3, 4, ..., n, ...
The nth term of an AP .
Consider an arithmetic sequence in which the rst
term is a1 and the common dierence is d. Then,
a1 = a1
a2 = a1 + d
a3 = a2 + d = a1 + d + d = a1 + 2d
a4 = a3 + d = a1 + 2d + d = a1 + 3d
Therefore, an = 10 − 4n.
Arithmetic Series
S1 =1
S2 =1+3=4
S3 =1+3+5=9
S4 = 1 + 3 + 5 + 7 = 16
S5 = 1 + 3 + 5 + 7 + 9 = 25
.
.
.
Sn = 1 + 3 + · · · + (2n − 1) = n2
The nth partial sum
Example
1. Insert three arithmetic means between 3 and 13
2. Find the 9th , 24th and nth term of the arithmetic
sequence.
(a) a − 3, a + 1, a + 5
(b) log 7, log 14, log 28, ...
3. An exercise program calls 15 minutes each day
for a week. Each week thereafter, the amount of
the time spent walking increase by 5 minutes
per day. In how many weeks will a person be
walking 60 minutes each day?
Solution
1. When we insert the three terms, we get a
sequence a = 3, c1 , c2 , c3 , b = 13. Thus,
a1 = 3, a5 = 13 and n = 5. Then using,
an = a1 + (n − 1)d we nd the common
dierence.
13 = 3 + 4d =⇒ 4d = 10 =⇒ d = 25 .
5 11
∴ c1 = a + d = 3 + =
2 2
c2 = a + 2d = 3 + 5 = 8
5 21
c3 = a + 3d = 3 + 3( ) =
2 2
Cont...
S1 =1
S2 =1+2=3
S2 =1+2+4=7
S2 = 1 + 2 + 4 + 8 = 15
.
.
Sn = 1 + 2 + 4 + 8 + · · · + 2n−1
The nth partial sum
n=1
4
Solution
5(34 − 1) 5(80)
S4 = = = 200.
(3 − 1) (2)
Innite Geometric Series
Example
1. Evaluate the innite series ∞ 2 n−1
P
n=1 (− 3 )
2. Convert 0.6 to the form ba , b 6= 0 and a, b ∈ Z.
3. Write 0.345 as the ratio of two integers in
simplest form
Solution
2. Consider, 0.6 = 0.6666... this can be expressed
as a sum, say,
0.6 = 0.6 + 0.06 + 0.006 + 0.0006 + 0.00006 + · · ·
6 6 6 6
= + + + + ···
10 100 1000 10000
which is an innite geometric series, since
6 = 0.06 = 0.006 = 10 . Thus,
r = 00..06 0.006 0.0006 1
6
a1 10 2
S∞ = = =
1 − r 1 − ( 101 ) 3