SEQUENCES AND SERIES - Lecture Note
SEQUENCES AND SERIES - Lecture Note
Lecture Notes
Of
Sequence And Series
Semester: 1st
(3) If the limit of the sequence {𝑢𝑛 } is not unique, the sequence is said to be
oscillatory.
For example, {𝑢𝑛 } = (−1)𝑛
lim 𝑢𝑛 = lim (−1)𝑛
𝑛→∞ 𝑛→∞
= 1 ; if 𝑛 is even
−1 ; if 𝑛 is odd
Since limit is not unique, the sequence is oscillatory.
Monotonic Sequence
➢ A sequence is said to be monotonically increasing if 𝑢𝑛+1 ≥ 𝑢𝑛 (i.e., 𝑢𝑛+1 −
𝑢𝑛 ≥ 0) for each value of 𝑛 and is monotonically decreasing if 𝑢𝑛+1 ≤ 𝑢𝑛
(i.e., 𝑢𝑛+1 − 𝑢𝑛 ≤ 0) for each value of 𝑛.
➢ The sequence is called alternating sequence if the terms are alternate positive
and negative.
For example,
(1) 1, 2, 3, 4, … is a monotonically increasing sequence.
𝑢𝑛 = 𝑛, 𝑢𝑛+1 = 𝑛 + 1
So, 𝑢𝑛+1 ≥ 𝑢𝑛
1 1 1
(2) 1, , , , … is a monotonically decreasing sequence.
2 3 4
1 1
𝑢𝑛 = , 𝑢𝑛+1 =
𝑛 𝑛+1
So, 𝑢𝑛+1 ≤ 𝑢𝑛
(3) 1, −2, 3, −4, … is an alternating sequence.
Bounded Sequence
➢ A sequence {𝑢𝑛 } is said to be bounded above if there exists a real number 𝑀
such that 𝑢𝑛 ≤ 𝑀, ∀ 𝑛 ∈ 𝑁. 𝑀 is called an upper bound for {𝑢𝑛 }.
➢ A sequence {𝑢𝑛 } is said to be bounded below if there exists a real number 𝑚
such that 𝑢𝑛 ≥ 𝑚, ∀ 𝑛 ∈ 𝑁. 𝑚 is called an upper bound for {𝑢𝑛 }.
➢ A sequence {𝑢𝑛 } is said to be bounded if it is both bounded above and bounded
below.
➢ Thus, A sequence {𝑢𝑛 } is said to be bounded sequence if there exist nos. 𝑚
and 𝑀 such that 𝑚 ≤ 𝑢𝑛 ≤ 𝑀 for all 𝑛.
Note
➢ Every cgt sequence is bounded but converse is not true.
➢ A monotonic increasing sequence converges if it is bounded above and diverges
to +∞ if it is not bounded above.
➢ A monotonic decreasing sequence converges if it is bounded below and
diverges to −∞ if it is not bounded below.
Example – 1
𝑛2 + 𝑛
Test the convergence of the sequence { 2 }.
2𝑛 − 𝑛
Solution:
𝑛2 + 𝑛
Let 𝑢𝑛 =
2𝑛2 − 𝑛
𝑛2 + 𝑛
lim 𝑢𝑛 = lim 2
𝑛→∞ 𝑛→∞ 2𝑛 − 𝑛
1
1+
𝑛
= lim 1
𝑛→∞ 2 − 𝑛
1+0
=
2−0
1
=
2
= Finite limit
Hence, {𝑢𝑛 } is cgt.
Example – 2
Test the convergence of the sequence {2𝑛 }.
Solution:
Let 𝑢𝑛 = 2𝑛
lim 𝑢𝑛 = lim 2𝑛
𝑛→∞ 𝑛→∞
=∞
Hence, {𝑢𝑛 } is dgt.
INFINITE SERIES
If 𝑢1 , 𝑢2 , 𝑢3 , … , 𝑢𝑛 , … is an infinite sequence of real numbers, then the sum of
yhe terms of the sequence, 𝑢1 , 𝑢2 , 𝑢3 , … , 𝑢𝑛 , … , ∞ is called an infinite series & it is
denoted by ∑∞ 𝑛=1 𝑢𝑛 or ∑ 𝑢𝑛 .
The sum of its first n terms is denoted by 𝑆𝑛 and is also known as 𝑛𝑡ℎ partial sum of
∑ 𝑢𝑛 .
GEOMETRIC SERIES
Consider the geometric series 𝑆𝑛 = 𝑎 + 𝑎𝑟 + 𝑎𝑟 2 + ⋯ + 𝑎𝑟 𝑛−1
𝑎(1−𝑟 𝑛 )
= ; 𝑖𝑓 𝑟 < 1
1−𝑟
𝑎(𝑟 𝑛 −1)
= ; 𝑖𝑓 𝑟 > 1
𝑟−1
Geometric Series is
(i) Convergent if |𝑟| < 1
(ii) Divergent if 𝑟 ≥ 1
(iii) Oscillatory if 𝑟 ≤ −1
𝟐 𝟒 𝟖 𝟏𝟔
EXAMPLE-1: Prove that 𝟏 + + + + + ⋯ converges and find its sum.
𝟑 𝟗 𝟐𝟕 𝟖𝟏
SOLUTION:
2
The given series is geometric series with 𝑎 = 1 and 𝑟 =
3
2
According to convergence criteria of geometric series |𝑟| = < 1
3
Hence, the series is convergent.
𝑎 1
𝑆𝑛 = = =3
1 − 𝑟 1 − 2/3
𝟏𝟎 𝟐𝟎 𝟒𝟎
EXAMPLE-2: Test the convergence of the series 𝟓 − + − + ⋯
𝟑 𝟗 𝟐𝟕
SOLUTION:
The given series is geometric series with 𝑎 = 5 and 𝑟 = −2/3
2 2
Here |𝑟| = |− | = < 1
3 3
So, series is convergent.
𝑎 5
𝑆𝑛 = = =3
1 − 𝑟 1 − (− 2)
3
EXAMPLE-3:
SOLUTION:
𝟐𝒏𝟐 +𝟑𝒏
EXAMPLE-1: Test the convergence of ∑∞
𝒏=𝟏 √𝟓+𝒏𝟓
SOLUTION:
1
𝑎𝑛 2𝑛2 +3𝑛 𝑛2
lim = lim .
𝑛→∞ 𝑏𝑛 𝑛→∞ √5+𝑛5 2
𝑎𝑛 2𝑛 + 3𝑛3/2
5/2
lim = lim
𝑛→∞ 𝑏𝑛 𝑛→∞ 2√5 + 𝑛5
𝑎𝑛 2+0
lim = =1
𝑛→∞ 𝑏𝑛 2√0+1
Σ bn = 2 Σ 1/n1/2 is divergent
(p-series with p = ½ < 1).Thus, the given series diverges by
the Limit Comparison Test.
𝟑 𝟓 𝟕 𝟗 𝟐𝒏+𝟏
EXAMPLE-1: Test the convergence + + + +⋅⋅⋅= ∑∞
𝒏=𝟏 (𝒏+𝟏)𝟐
𝟒 𝟗 𝟏𝟔 𝟐𝟓
SOLUTION:
2𝑛 + 1
𝑎𝑛 (𝑛 + 1)2
lim = 𝑙𝑖𝑚
𝑛→∞ 𝑏𝑛 𝑛→∞ 1
𝑛
𝑎𝑛 (2𝑛 + 1)𝑛
lim = 𝑙𝑖𝑚
𝑛→∞ 𝑏𝑛 𝑛→∞ (𝑛 + 1)2
an 2n2 + n
lim = lim 2 =2
n→∞ bn n→∞ n + 2n + 1
1
Since ∑ diverges, the
n
series diverges.
𝒏!(𝟐)𝒏
EXAMPE-1: Test the convergence of ∑
𝒏𝒏
SOLUTION:
𝑛! (2)𝑛
𝑢𝑛 =
𝑛𝑛
(𝑛 + 1)! (2)𝑛+1
𝑢𝑛+1 =
(𝑛 + 1)𝑛+1
𝑢𝑛+1 (𝑛 + 1)! (2)𝑛+1 𝑛𝑛
=
𝑢𝑛 (𝑛 + 1)𝑛+1 𝑛! (2)𝑛
𝑛 𝑛
= 2( )
𝑛+1
𝑢𝑛+1 1
lim = 2 lim
𝑛→∞ 𝑢𝑛 𝑛→∞ 1 𝑛
(1 + 𝑛)
2
= <1
𝑒
By Ratio test , the series is convergent.
𝒏 𝒏 𝒙𝒏
EXAMPLE-1: Test the convergence of the series ∑ (𝒏+𝟏)𝒏 , 𝒙 > 𝟎
SOLUTION:
𝑛𝑛 𝑥 𝑛
𝑢𝑛 =
(𝑛 + 1)𝑛
1
1 𝑛𝑛 𝑥 𝑛 𝑛
(𝑢𝑛 ) 𝑛 =[ ]
(𝑛 + 1)𝑛
𝑛𝑥
=
𝑛+1
1 𝑥
lim (𝑢𝑛 )𝑛 = lim
𝑛→∞ 𝑛→∞ 1
1+
𝑛
=𝑥
By, cauchy’s root test, the series is
(i) Convergent if 𝑥 < 1
(ii) Divergent if 𝑥 > 1
(iii) The test fails if𝑥 = 1
𝑛𝑛
Then 𝑢𝑛 = (𝑛+1)𝑛
1
lim 𝑢𝑛 = lim
𝑛→∞ 𝑛→∞ 1
(1 + )𝑛
𝑛
1
= ≠0
𝑒
the series is divergent for x=1
hence, the series is convergent if 𝑥 < 1 and is divergent if 𝑥 ≥ 1
𝟏
EXAMPLE-1: Test the convergence ∑∞
𝒏=𝟏 𝒏𝟐 +𝟏
SOLUTION:
1
𝑎𝑛 = 𝑓(𝑛) = 2
𝑛 +1
1
𝑓(𝑥) = 2
𝑥 +1
∞
1
∫ 2 𝑑𝑥
𝑥 +1
1
𝑏
1
= lim𝑏→∞ ∫ 𝑑𝑥
𝑥2 + 1
1
= lim𝑏→∞ [tan 𝑥]1𝑏
𝜋 𝜋 𝜋
lim𝑏→∞ ( tan 𝑏 − tan 1) = − = (finite)
2 4 4
Thus the series converges.
Alternating Series:
A series in which the terms are alternatingly positive and
negative is an alternating series.
Leibnitz’s test
A series in which terms alternate in sign
∑∞ 𝑛 ∞
𝑛=1(−1) 𝑎𝑛 or ∑𝑛=1(−1)
𝑛+1
𝑎𝑛
The series
∞
∑ (−1)𝑛+1 𝑢𝑛 = 𝑢1 − 𝑢2 + 𝑢3 − 𝑢4 + ⋯
𝑛=1
converges if all three of the following conditions are satisfied:
(i) 𝑢𝑛 ≥ 𝑢𝑛+1 for all 𝑛 ≥ 𝑁 for some integer 𝑛 ∈ 𝑁
(ii) lim 𝑢𝑛 → 0
𝑛→∞
𝟏 𝟏 𝟏 𝟏
EXAMPLE-1: test the convergence of the series 𝟏 − + − + − ⋯
𝟐 𝟒 𝟖 𝟏𝟔
SOLUTION:
1
Let 𝑢𝑛 = (−1)𝑛−1 𝑛−1
2
1
|𝑢𝑛 | =
2𝑛−1
The given series is an alternating series.
1 1
(i) |𝑢𝑛 | − |𝑢𝑛+1 | = 𝑛−1 − 𝑛
2 2
1 1
= 𝑛−1 (1 − )
2 2
1 1
= 𝑛−1 .
2 2
1
= 𝑛 > 0 ;𝑛 ∈ 𝑁
2
|𝑢𝑛 | > |𝑢𝑛+1 |
1
(ii) lim |𝑢𝑛 | = lim 𝑛−1
𝑛→∞ 𝑛→∞ 2
=0
Hence, by Leibnitz’s test, the series is convergent.
|𝑢𝑛 | 1
lim = lim
𝑛→∞ 𝑣𝑛 𝑛→∞ 1
(1 + √1 + 𝑛)
= 6(finite & nonzero)
1 1
𝑣𝑛 = is divergent as 𝑝 = < 1
√𝑛 2
By comparison test, ∑ |𝑢𝑛 | is also convergent.
The series ∑ 𝑢𝑛 is convergent and ∑ |𝑢𝑛 | is divergent.
Hence the series is conditionally convergent.
Power Series
A power series is an infinite series of the form ∑ 𝑎𝑛 𝑥 𝑛 = 𝑎0 + 𝑎1 𝑥 + 𝑎2 𝑥 2 + ⋯
𝒙𝒏
EXAMPLE-1: obtain the range of convergence of ∑∞
𝒏=𝟏 𝟐𝒏 ; 𝒙 > 𝟎
SOLUTION:
𝑥𝑛
Let 𝑢𝑛 = 𝑛
2
𝑥 𝑛+1
𝑢𝑛+1 = 𝑛+1
2
𝑢𝑛 𝑥 𝑛 2𝑛+1
lim = lim 𝑛 . 𝑛+1
𝑛→∞ 𝑢𝑛+1 𝑛→∞ 2 𝑥
2
=
𝑥
By D’Alembert’s ratio test, the series is
Mathematics and Humanities Department 10000101 EM I
\
Gandhinagar Institute of Technology
2
(i) Convergent if > 1 or 𝑥 < 2
𝑥
2
(ii) Divergent if < 1 or 𝑥 > 2
𝑥
2
The test fails if = 1, or 𝑥 = 2
𝑥
2𝑛
Then 𝑢𝑛 = 𝑛 = 1
2
Then ∑∞𝑛=1 𝑛 = 1 + 1 + 1 + ⋯ ∞
𝑢
Which is a divergent series.
Hence, the series is convergent for 0 < 𝑥 < 2 and the range of convergence is 0 <
𝑥 < 2.