SlideShare a Scribd company logo
1 of 26
Download to read offline
Chapter 11: Sequences, Series, and Power Series
Section 11.5: Alternating Series and Absolute Convergence
Alea Wittig
SUNY Albany
Outline
Alternating Series
Absolute Convergence and Conditional Convergence
▶ So far we have looked at methods to deal with series whose
terms are positive.
▶ Here we deal with series where terms are not necessarily
positive.
Alternating Series
Alternating Series
An alternating series is one whose terms are alternately positive
and negative.
1 −
1
2
+
1
3
−
1
4
+
1
5
−
1
6
+ . . . =
X
n=1
(−1)n−1 1
n
−
1
2
+
2
3
−
3
4
+
4
5
−
5
6
+
6
7
− . . . =
X
n=1
(−1)n n
n + 1
In these examples we have
an = (−1)n
bn or an = (−1)n−1
bn
where bn is a positive number. (bn = |an|.)
Alternating Series Test
Theorem: If the alternating series
∞
X
n=1
(−1)n−1
bn = b1 − b2 + b3 − b4 + . . . (bn > 0)
satisfies the conditions
(i) bn+1 ≤ bn for all n, ie, bn is decreasing.
(ii) lim
n→∞
bn = 0
then the series is convergent
Alternating Series Test
Remarks
▶
P
an =
P
(−1)n−1bn or
P
(−1)nbn where bn > 0, means
bn = |an|
▶ If (ii) is false then
P
an diverges:
lim
n→∞
|an| ̸= 0 =⇒ lim
n→∞
an ̸= 0
by Theorem 6 of the 11.1 of the lecture notes
The Test for Divergence: lim
n→∞
an ̸= 0 =⇒
∞
X
n=1
an diverges.
Example 1
1/2
Determine whether the alternating harmonic series
X
n=1
(−1)n−1
n
converges.
Example 1
2/2
(i) bn+1 ≤ bn:
bn =
1
n
bn+1 ≤ bn ⇐⇒
1
n + 1
≤
1
n
✓
(ii) limn→∞ bn = 0:
lim
n→∞
bn = lim
n→∞
1
n
= 0✓
Thus the alternating harmonic series converges by AST.
Example 2
1/2
Determine whether the series
∞
X
n=1
(−1)n 3n
4n − 1
converges.
Example 2
2/2
∞
X
n=1
(−1)n 3n
4n − 1
is alternating with bn = 3n
4n−1
(i) bn+1 ≤ bn
3n + 3
4n − 3
≤
3n
4n − 1
⇐⇒
(3n + 3)(4n − 1) ≤ 3n(4n − 3) ⇐⇒
12n2
− 3n + 12n − 3 ≤ 12n2
− 9n ⇐⇒
12n2
− 9n − 3 ≤ 12n2
− 9n✓
(ii) lim
n→∞
bn = 0:
lim
n→∞
3n
4n − 1
=
3
4
̸= 0 ×
Fails (ii) so, as explained in remarks, by the test for divergence the
series diverges.
Example 3
1/3
Test the series
∞
X
n=1
(−1)n+1 n2
n3 + 1
for convergence or divergence.
Example 3
2/3
bn =
n2
n3 + 1
(i) We can show that bn is decreasing by showing that
f (x) = x2
x3+1
is decreasing by taking the derivative:
f ′
(x) =
(x3 + 1)(2x) − x2(3x2)
(x3 + 1)2
< 0 ⇐⇒
(x3
+ 1)(2x) − x2
(3x2
) < 0 ⇐⇒ 2x4
+ 2x − 3x4
< 0 ⇐⇒
2x − x4
< 0 ⇐⇒ 2 < x3
So bn is decreasing for n ≥ 2 ✓.
(ii) lim
n→∞
n2
n3 + 1
= 0✓
So the series is convergent by AST.
Absolute Convergence and Conditional
Convergence
▶ Given any series
P
an, we can consider the corresponding
series
∞
X
n=1
|an| = |a1| + |a2| + |a3| + . . .
eg
P
an =
P
(−3)n
=⇒
P
|an| =
P
3n
eg
P
an =
P (−1)n
n =⇒
P
an =
P 1
n
Absolute Convergence
Definition: A series
P
an is called absolutely convergent if
the series of absolute values
P
|an| is convergent.
Theorem: If a series
P
an is absolutely convergent, then it is
convergent.
Example 4
1/2
Determine whether the series
∞
X
n=1
(−1)n−1
n2
= 1 −
1
22
+
1
32
−
1
42
+ . . .
converges.
Example 4
2/2
X
|an| =
X 1
n2
is a p series with p = 2 > 1 which converges
=⇒
X
an =
X (−1)n−1
n2
is absolutely convergent thus convergent
Example 5
1/2
Determine whether the series
∞
X
n=1
cos n
n2
=
cos (1)
12
+
cos (2)
22
+ . . .
is convergent or divergent
Example 5
2/2
▶
P cos n
n2 is an example a series which is positive for some values
of n and negative for others, but is not of the form
P
(−1)nbn.
▶ We use the fact that
−1 ≤ cos θ ≤ 1 for all θ
to determine if the series is absolutely convergent.
0 ≤ |an| =
| cos n|
n2
≤
1
n2
▶ Since
P 1
n2 is convergent,
P
|an| is convergent by direct
comparison.
▶ Thus
P
an =
P cos n
n2 is absolutely convergent, and thus
convergent.
Conditional Convergence
Definition A series
P
an is called conditionally convergent
if it is convergent but not absolutely convergent; that is,
P
an
converges but
P
|an| diverges.
eg, The alternating harmonic series is conditionally convergent.
∞
X
n=1
(−1)n
n
converges by AST whereas
∞
X
n=1
1
n
diverges
Example 6
1/4
Determine whether the series is absolutely convergent, conditionally
convergent, or divergent.
(a)
∞
X
n=1
(−1)n
n3
(b)
∞
X
n=1
(−1)n
3
√
n
(c)
∞
X
n=1
(−1)n n
2n + 1
Example 6
2/4
(a)
∞
X
n=1
(−1)n
n3
|an| =
1
n3
=⇒
∞
X
n=1
|an| =
∞
X
n=1
1
n3
← convergent p series p = 3
=⇒
∞
X
n=1
(−1)n
n3
is absolutely convergent.
Example 6
3/4
(b)
∞
X
n=1
(−1)n
3
√
n
X
|an| =
X 1
3
√
n
is a divergent p-series with p =
1
3
≤ 1
▶ This means that
X
an is not absolutely convergent.
▶ Check for conditional convergence using AST:
(i) lim
n→∞
bn = lim
n→∞
1
3
√
n
= 0 ✓
(ii) bn+1 ≤ bn ⇐⇒
1
3
√
n + 1
≤
1
3
√
n
⇐⇒ 1 ≤
3
r
n + 1
n
⇐⇒ 1 ≤
n + 1
n
= 1 +
1
n
✓
So
∞
X
n=1
(−1)n
3
√
n
is conditionally convergent.
Example 6
4/4
(c)
∞
X
n=1
(−1)n n
2n + 1
lim
n→∞
bn = lim
n→∞
n
2n + 1
=
1
2
̸= 0
=⇒
∞
X
n=1
(−1)n n
2n + 1
is divergent by test for divergence.

More Related Content

Similar to Section 11.5

2.2 Linear Equations in One Variable
2.2 Linear Equations in One Variable2.2 Linear Equations in One Variable
2.2 Linear Equations in One Variablesmiller5
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equationssmiller5
 
2.6 Other Types of Equations
2.6 Other Types of Equations2.6 Other Types of Equations
2.6 Other Types of Equationssmiller5
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and seriesBhavik A Shah
 
26 alternating series and conditional convergence x
26 alternating series and conditional convergence x26 alternating series and conditional convergence x
26 alternating series and conditional convergence xmath266
 
26 alternating series and conditional convergence x
26 alternating series and conditional convergence x26 alternating series and conditional convergence x
26 alternating series and conditional convergence xmath266
 
Infinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical GeometryInfinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical GeometryRabin BK
 
Roots equations
Roots equationsRoots equations
Roots equationsoscar
 
Roots equations
Roots equationsRoots equations
Roots equationsoscar
 
MIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsMIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsLawrence De Vera
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10 CalculusII
 

Similar to Section 11.5 (20)

1624 sequence
1624 sequence1624 sequence
1624 sequence
 
Improper integral
Improper integralImproper integral
Improper integral
 
2.2 Linear Equations in One Variable
2.2 Linear Equations in One Variable2.2 Linear Equations in One Variable
2.2 Linear Equations in One Variable
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equations
 
2.6 Other Types of Equations
2.6 Other Types of Equations2.6 Other Types of Equations
2.6 Other Types of Equations
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
 
26 alternating series and conditional convergence x
26 alternating series and conditional convergence x26 alternating series and conditional convergence x
26 alternating series and conditional convergence x
 
26 alternating series and conditional convergence x
26 alternating series and conditional convergence x26 alternating series and conditional convergence x
26 alternating series and conditional convergence x
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Ch11review
Ch11reviewCh11review
Ch11review
 
Infinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical GeometryInfinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical Geometry
 
Roots equations
Roots equationsRoots equations
Roots equations
 
Roots equations
Roots equationsRoots equations
Roots equations
 
MIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: EquationsMIT Math Syllabus 10-3 Lesson 6: Equations
MIT Math Syllabus 10-3 Lesson 6: Equations
 
Section 11.9
Section 11.9Section 11.9
Section 11.9
 
final15
final15final15
final15
 
maths1.ppt
maths1.pptmaths1.ppt
maths1.ppt
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10
 
Section 7.8
Section 7.8Section 7.8
Section 7.8
 
MATHS SYMBOLS - OTHER OPERATIONS (1)
MATHS SYMBOLS - OTHER OPERATIONS (1)MATHS SYMBOLS - OTHER OPERATIONS (1)
MATHS SYMBOLS - OTHER OPERATIONS (1)
 

More from CalculusII

More from CalculusII (13)

Section 6.2.pdf
Section 6.2.pdfSection 6.2.pdf
Section 6.2.pdf
 
Section 6.3.pdf
Section 6.3.pdfSection 6.3.pdf
Section 6.3.pdf
 
Section 10.4
Section 10.4Section 10.4
Section 10.4
 
Section 10.2
Section 10.2 Section 10.2
Section 10.2
 
Section 10.1
Section 10.1Section 10.1
Section 10.1
 
Section 8.2
Section 8.2Section 8.2
Section 8.2
 
Section 8.1
Section 8.1Section 8.1
Section 8.1
 
Section 7.4
Section 7.4Section 7.4
Section 7.4
 
Section 7.5
Section 7.5Section 7.5
Section 7.5
 
Section 7.3
Section 7.3Section 7.3
Section 7.3
 
Section 7.2
Section 7.2 Section 7.2
Section 7.2
 
Section 7.1
Section 7.1Section 7.1
Section 7.1
 
Section 6.1.pdf
Section 6.1.pdfSection 6.1.pdf
Section 6.1.pdf
 

Recently uploaded

NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxPooja Bhuva
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxUmeshTimilsina1
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Recently uploaded (20)

NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

Section 11.5

  • 1. Chapter 11: Sequences, Series, and Power Series Section 11.5: Alternating Series and Absolute Convergence Alea Wittig SUNY Albany
  • 3. ▶ So far we have looked at methods to deal with series whose terms are positive. ▶ Here we deal with series where terms are not necessarily positive.
  • 5. Alternating Series An alternating series is one whose terms are alternately positive and negative. 1 − 1 2 + 1 3 − 1 4 + 1 5 − 1 6 + . . . = X n=1 (−1)n−1 1 n − 1 2 + 2 3 − 3 4 + 4 5 − 5 6 + 6 7 − . . . = X n=1 (−1)n n n + 1 In these examples we have an = (−1)n bn or an = (−1)n−1 bn where bn is a positive number. (bn = |an|.)
  • 6. Alternating Series Test Theorem: If the alternating series ∞ X n=1 (−1)n−1 bn = b1 − b2 + b3 − b4 + . . . (bn > 0) satisfies the conditions (i) bn+1 ≤ bn for all n, ie, bn is decreasing. (ii) lim n→∞ bn = 0 then the series is convergent
  • 8. Remarks ▶ P an = P (−1)n−1bn or P (−1)nbn where bn > 0, means bn = |an| ▶ If (ii) is false then P an diverges: lim n→∞ |an| ̸= 0 =⇒ lim n→∞ an ̸= 0 by Theorem 6 of the 11.1 of the lecture notes The Test for Divergence: lim n→∞ an ̸= 0 =⇒ ∞ X n=1 an diverges.
  • 9. Example 1 1/2 Determine whether the alternating harmonic series X n=1 (−1)n−1 n converges.
  • 10. Example 1 2/2 (i) bn+1 ≤ bn: bn = 1 n bn+1 ≤ bn ⇐⇒ 1 n + 1 ≤ 1 n ✓ (ii) limn→∞ bn = 0: lim n→∞ bn = lim n→∞ 1 n = 0✓ Thus the alternating harmonic series converges by AST.
  • 11. Example 2 1/2 Determine whether the series ∞ X n=1 (−1)n 3n 4n − 1 converges.
  • 12. Example 2 2/2 ∞ X n=1 (−1)n 3n 4n − 1 is alternating with bn = 3n 4n−1 (i) bn+1 ≤ bn 3n + 3 4n − 3 ≤ 3n 4n − 1 ⇐⇒ (3n + 3)(4n − 1) ≤ 3n(4n − 3) ⇐⇒ 12n2 − 3n + 12n − 3 ≤ 12n2 − 9n ⇐⇒ 12n2 − 9n − 3 ≤ 12n2 − 9n✓ (ii) lim n→∞ bn = 0: lim n→∞ 3n 4n − 1 = 3 4 ̸= 0 × Fails (ii) so, as explained in remarks, by the test for divergence the series diverges.
  • 13. Example 3 1/3 Test the series ∞ X n=1 (−1)n+1 n2 n3 + 1 for convergence or divergence.
  • 14. Example 3 2/3 bn = n2 n3 + 1 (i) We can show that bn is decreasing by showing that f (x) = x2 x3+1 is decreasing by taking the derivative: f ′ (x) = (x3 + 1)(2x) − x2(3x2) (x3 + 1)2 < 0 ⇐⇒ (x3 + 1)(2x) − x2 (3x2 ) < 0 ⇐⇒ 2x4 + 2x − 3x4 < 0 ⇐⇒ 2x − x4 < 0 ⇐⇒ 2 < x3 So bn is decreasing for n ≥ 2 ✓. (ii) lim n→∞ n2 n3 + 1 = 0✓ So the series is convergent by AST.
  • 15. Absolute Convergence and Conditional Convergence
  • 16. ▶ Given any series P an, we can consider the corresponding series ∞ X n=1 |an| = |a1| + |a2| + |a3| + . . . eg P an = P (−3)n =⇒ P |an| = P 3n eg P an = P (−1)n n =⇒ P an = P 1 n
  • 17. Absolute Convergence Definition: A series P an is called absolutely convergent if the series of absolute values P |an| is convergent. Theorem: If a series P an is absolutely convergent, then it is convergent.
  • 18. Example 4 1/2 Determine whether the series ∞ X n=1 (−1)n−1 n2 = 1 − 1 22 + 1 32 − 1 42 + . . . converges.
  • 19. Example 4 2/2 X |an| = X 1 n2 is a p series with p = 2 > 1 which converges =⇒ X an = X (−1)n−1 n2 is absolutely convergent thus convergent
  • 20. Example 5 1/2 Determine whether the series ∞ X n=1 cos n n2 = cos (1) 12 + cos (2) 22 + . . . is convergent or divergent
  • 21. Example 5 2/2 ▶ P cos n n2 is an example a series which is positive for some values of n and negative for others, but is not of the form P (−1)nbn. ▶ We use the fact that −1 ≤ cos θ ≤ 1 for all θ to determine if the series is absolutely convergent. 0 ≤ |an| = | cos n| n2 ≤ 1 n2 ▶ Since P 1 n2 is convergent, P |an| is convergent by direct comparison. ▶ Thus P an = P cos n n2 is absolutely convergent, and thus convergent.
  • 22. Conditional Convergence Definition A series P an is called conditionally convergent if it is convergent but not absolutely convergent; that is, P an converges but P |an| diverges. eg, The alternating harmonic series is conditionally convergent. ∞ X n=1 (−1)n n converges by AST whereas ∞ X n=1 1 n diverges
  • 23. Example 6 1/4 Determine whether the series is absolutely convergent, conditionally convergent, or divergent. (a) ∞ X n=1 (−1)n n3 (b) ∞ X n=1 (−1)n 3 √ n (c) ∞ X n=1 (−1)n n 2n + 1
  • 24. Example 6 2/4 (a) ∞ X n=1 (−1)n n3 |an| = 1 n3 =⇒ ∞ X n=1 |an| = ∞ X n=1 1 n3 ← convergent p series p = 3 =⇒ ∞ X n=1 (−1)n n3 is absolutely convergent.
  • 25. Example 6 3/4 (b) ∞ X n=1 (−1)n 3 √ n X |an| = X 1 3 √ n is a divergent p-series with p = 1 3 ≤ 1 ▶ This means that X an is not absolutely convergent. ▶ Check for conditional convergence using AST: (i) lim n→∞ bn = lim n→∞ 1 3 √ n = 0 ✓ (ii) bn+1 ≤ bn ⇐⇒ 1 3 √ n + 1 ≤ 1 3 √ n ⇐⇒ 1 ≤ 3 r n + 1 n ⇐⇒ 1 ≤ n + 1 n = 1 + 1 n ✓ So ∞ X n=1 (−1)n 3 √ n is conditionally convergent.
  • 26. Example 6 4/4 (c) ∞ X n=1 (−1)n n 2n + 1 lim n→∞ bn = lim n→∞ n 2n + 1 = 1 2 ̸= 0 =⇒ ∞ X n=1 (−1)n n 2n + 1 is divergent by test for divergence.