SlideShare a Scribd company logo
Chapter 11: Sequences, Series, and Power Series
Section 11.7: Strategy for Testing Series
Alea Wittig
SUNY Albany
Outline
Strategies
Examples
Strategies
Test for Divergence
lim
n→∞
an ̸= 0 =⇒
∞
X
n=1
an diverges
▶ The first test you might consider doing is the test for
divergence, as it is the simplest.
▶ If lim
n→∞
an = 0 then test for divergence tells us nothing at all so
be careful not to make that mistake.
Test for Divergence
eg
∞
X
n=1
5n3 + n2 + 1
n2 + 3n
; Rational with higher degree in numerator
=⇒ the numerator dominates so lim
n→∞
an = ∞
eg
∞
X
n=1
5n2 + n2 + 1
n2 + 2n + 1
; Rational with same degree in numerator
and denominator =⇒ an approaches ratio of leading
coefficients lim
n→∞
an = 5
eg
∞
X
n=1
(−1)n
; an oscillates between two values, never getting
closer to either lim
n→∞
an DNE
p-Series
▶ p-Series
X 1
np
converges iff p > 1
▶ If you see a p−series, use the p-series test.
Geometric Series
If we can write the series in the form
∞
X
n=1
arn−1
then the series converges iff |r| < 1.
▶ If it converges, then it converges to
a
1 − r
▶ Sometimes we need to manipulate the expression an in order
to get this form.
eg
∞
X
n=1
5n+1
7−n
=
∞
X
n=1
5
5
7
n
=
∞
X
n=1
25
7
5
7
n−1
=
25
2
Comparison Tests
▶ Use comparison Test:
▶ If
P
an is similar to a p-series.
▶ If an is a rational function, or an algebraic function (involving
roots of polynomials), compare to a p-series. Chose bn by
keeping the numerator of an and just the highest power in the
denominator of an.
eg To test
P n5
+3n2
n7+4
, compare to
P n5
+3n2
n7 =
P 1
n2 + 3
n5
▶ If
P
an is similar to a geometric series.
▶ Proceed similarly,
eg To test
P 5n
7n+4n , compare to the geo series
P 5n
7n
Comparison Tests
▶ Even though the comparison test is only for series with positive
terms, we can still use it on
P
|an| to test for absolute
convergence. If it is absolutely convergent, then it is convergent. If
it is not absolutely convergent, it could still be convergent so
consider a different test.
▶ When doing comparison:
▶ First determine series
P
bn what to compare to.
a) Does
P
bn converge where an ≤ bn for each n?
b) Does
P
bn diverge where bn ≤ an for each n?
▶ If either a) or b) is true, direct comparison works.
▶ If neither is true then do limit comparison.
Example 1
1/2
Determine whether the following series converges
∞
X
n=1
1
√
n2 + 1
Example 1
2/2
▶ Test for divergence won’t work since lim
n→∞
1
√
n2 + 1
= 0.
▶ Looks like a p-Series, so use a comparison test.
▶ Highest power term in denominator is
√
n2 so compare to
P 1
√
n2
=
P 1
n , which diverges.
▶ Since
n2
+ 1 ≥ n2
=⇒
p
n2 + 1 ≥
√
n2 = n =⇒
1
√
n2 + 1
≤
1
n
,
we can’t use direct comparison. Try limit comparison:
lim
n→∞
1
√
n2+1
1
n
= lim
n→∞
n
√
n2 + 1
= 1
So both series diverge.
Alternating Series Test
▶ Use AST whenever you have a series of the form
X
(−1)n−1
bn or
X
(−1)n
bn bn  0
▶ Note: If
∞
X
n=1
bn converges then the given series is absolutely
convergent and therefore convergent.
Ratio Test
▶ Use ratio test if
▶
P
an involves factorials.
▶
P
an involves multiple products including constant to power n.
▶ Don’t use for p−series (or any rational or algebraic functions on n),
you will always get L = 1.
Root Test
▶ Use root test if
▶ an is of the form (bn)n
▶ If root test is inconclusive then ratio test will also be inconclusive.
Integral Test
▶ Use integral test if
▶ an = f (n) where
R ∞
1
f (x)dx is easily computed and f is positive,
continuous, and decreasing (or eventually decreasing.)
Examples
Example 2
1/2
Determine which test or tests to use for convergence of the
following series. Then test it.
∞
X
n=1
n − 1
2n + 1
Example 2
2/2
▶ n−1
2n+1 is improper rational and
lim
n→∞
n − 1
2n + 1
=
1
2
so the series diverges by the test for divergence.
Example 3
1/3
Determine which test or tests to use for convergence of the
following series. Then test it.
∞
X
n=1
ne−n2
Example 3
2/3
▶ an = f (n) where f (x) = x
ex2 .
▶ f is clearly positive and continuous for x  0.
▶ f is decreasing:
f ′
(x) =
ex2
− x(2x)ex2
e2x2
=
ex2
(1 − 2x2)
e2x2
=
1 − 2x2
ex2  0 ⇐⇒
1 − 2x2
 0 ⇐⇒
1
√
2
 x ✓
▶ Let’s use the integral test.
Example 3
3/3
▶ Now computing the improper integral we use a simple
u-substitution:
Z ∞
1
xe−x2
dx = lim
t→∞
Z t
1
xe−x2
dx
= lim
t→∞
−
1
2
Z −t2
−1
eu
du [u = −x2
du = −2xdx]
= −
1
2
lim
t→∞
1
et2 −
1
e
=
1
2e
▶ Since the integral converges, the series
P
ne−n2
converges as well.
Example 4
1/2
Determine which test or tests to use for convergence of the
following series. Then test it.
∞
X
k=1
2k
k!
Example 4
2/2
▶ an = 2k
k! has a constant raised to n as well as a factorial, so let’s use
ratio test.
lim
k→∞

More Related Content

Similar to Section 11.7

25 the ratio, root, and ratio comparison test x
25 the ratio, root, and ratio  comparison test x25 the ratio, root, and ratio  comparison test x
25 the ratio, root, and ratio comparison test x
math266
 
25 the ratio, root, and ratio comparison test x
25 the ratio, root, and ratio  comparison test x25 the ratio, root, and ratio  comparison test x
25 the ratio, root, and ratio comparison test x
math266
 
M1 unit vi-jntuworld
M1 unit vi-jntuworldM1 unit vi-jntuworld
M1 unit vi-jntuworld
mrecedu
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
Bhavik A Shah
 
Infinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin DholaInfinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin Dhola
Jatin Dhola
 
PPT Antiderivatives and Indefinite Integration.pptx
PPT Antiderivatives and Indefinite Integration.pptxPPT Antiderivatives and Indefinite Integration.pptx
PPT Antiderivatives and Indefinite Integration.pptx
Kenneth Arlando
 
1624 sequence
1624 sequence1624 sequence
1624 sequence
Dr Fereidoun Dejahang
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
S.Shayan Daneshvar
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10
CalculusII
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equations
smiller5
 
Infinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical GeometryInfinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical Geometry
Rabin BK
 
Section 7.8
Section 7.8Section 7.8
Section 7.8
CalculusII
 
Section 11.9
Section 11.9Section 11.9
Section 11.9
CalculusII
 
Ktu - s1 me module 1 (Calculus Module 1)
Ktu  - s1 me module 1 (Calculus Module 1)Ktu  - s1 me module 1 (Calculus Module 1)
Ktu - s1 me module 1 (Calculus Module 1)
Anoop T Vilakkuvettom
 
Statistics 1 revision notes
Statistics 1 revision notesStatistics 1 revision notes
Statistics 1 revision notes
claire meadows-smith
 
Tutorial 9
Tutorial 9Tutorial 9
Tutorial 9
Drradz Maths
 
Qam formulas
Qam formulasQam formulas
Qam formulas
Ashu Jain
 
Always Valid Inference (Ramesh Johari, Stanford)
Always Valid Inference (Ramesh Johari, Stanford)Always Valid Inference (Ramesh Johari, Stanford)
Always Valid Inference (Ramesh Johari, Stanford)
Hakka Labs
 
Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1
SURBHI SAROHA
 
2.6 Other Types of Equations
2.6 Other Types of Equations2.6 Other Types of Equations
2.6 Other Types of Equations
smiller5
 

Similar to Section 11.7 (20)

25 the ratio, root, and ratio comparison test x
25 the ratio, root, and ratio  comparison test x25 the ratio, root, and ratio  comparison test x
25 the ratio, root, and ratio comparison test x
 
25 the ratio, root, and ratio comparison test x
25 the ratio, root, and ratio  comparison test x25 the ratio, root, and ratio  comparison test x
25 the ratio, root, and ratio comparison test x
 
M1 unit vi-jntuworld
M1 unit vi-jntuworldM1 unit vi-jntuworld
M1 unit vi-jntuworld
 
Infinite sequence and series
Infinite sequence and seriesInfinite sequence and series
Infinite sequence and series
 
Infinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin DholaInfinite Series Presentation by Jatin Dhola
Infinite Series Presentation by Jatin Dhola
 
PPT Antiderivatives and Indefinite Integration.pptx
PPT Antiderivatives and Indefinite Integration.pptxPPT Antiderivatives and Indefinite Integration.pptx
PPT Antiderivatives and Indefinite Integration.pptx
 
1624 sequence
1624 sequence1624 sequence
1624 sequence
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
 
Section 11.10
Section 11.10 Section 11.10
Section 11.10
 
1.6 Other Types of Equations
1.6 Other Types of Equations1.6 Other Types of Equations
1.6 Other Types of Equations
 
Infinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical GeometryInfinite series-Calculus and Analytical Geometry
Infinite series-Calculus and Analytical Geometry
 
Section 7.8
Section 7.8Section 7.8
Section 7.8
 
Section 11.9
Section 11.9Section 11.9
Section 11.9
 
Ktu - s1 me module 1 (Calculus Module 1)
Ktu  - s1 me module 1 (Calculus Module 1)Ktu  - s1 me module 1 (Calculus Module 1)
Ktu - s1 me module 1 (Calculus Module 1)
 
Statistics 1 revision notes
Statistics 1 revision notesStatistics 1 revision notes
Statistics 1 revision notes
 
Tutorial 9
Tutorial 9Tutorial 9
Tutorial 9
 
Qam formulas
Qam formulasQam formulas
Qam formulas
 
Always Valid Inference (Ramesh Johari, Stanford)
Always Valid Inference (Ramesh Johari, Stanford)Always Valid Inference (Ramesh Johari, Stanford)
Always Valid Inference (Ramesh Johari, Stanford)
 
Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1Discrete structures &amp; optimization unit 1
Discrete structures &amp; optimization unit 1
 
2.6 Other Types of Equations
2.6 Other Types of Equations2.6 Other Types of Equations
2.6 Other Types of Equations
 

More from CalculusII

Section 6.2.pdf
Section 6.2.pdfSection 6.2.pdf
Section 6.2.pdf
CalculusII
 
Section 6.3.pdf
Section 6.3.pdfSection 6.3.pdf
Section 6.3.pdf
CalculusII
 
Section 10.4
Section 10.4Section 10.4
Section 10.4
CalculusII
 
Section 10.2
Section 10.2 Section 10.2
Section 10.2
CalculusII
 
Section 10.1
Section 10.1Section 10.1
Section 10.1
CalculusII
 
Section 8.2
Section 8.2Section 8.2
Section 8.2
CalculusII
 
Section 8.1
Section 8.1Section 8.1
Section 8.1
CalculusII
 
Section 7.4
Section 7.4Section 7.4
Section 7.4
CalculusII
 
Section 7.5
Section 7.5Section 7.5
Section 7.5
CalculusII
 
Section 7.3
Section 7.3Section 7.3
Section 7.3
CalculusII
 
Section 7.2
Section 7.2 Section 7.2
Section 7.2
CalculusII
 
Section 7.1
Section 7.1Section 7.1
Section 7.1
CalculusII
 
Section 6.1.pdf
Section 6.1.pdfSection 6.1.pdf
Section 6.1.pdf
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

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
Celine George
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
NgcHiNguyn25
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
Nicholas Montgomery
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
Nguyen Thanh Tu Collection
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 

Recently uploaded (20)

How to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP ModuleHow to Add Chatter in the odoo 17 ERP Module
How to Add Chatter in the odoo 17 ERP Module
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
Life upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for studentLife upper-Intermediate B2 Workbook for student
Life upper-Intermediate B2 Workbook for student
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
writing about opinions about Australia the movie
writing about opinions about Australia the moviewriting about opinions about Australia the movie
writing about opinions about Australia the movie
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2023-2024 (CÓ FI...
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 

Section 11.7

  • 1. Chapter 11: Sequences, Series, and Power Series Section 11.7: Strategy for Testing Series Alea Wittig SUNY Albany
  • 4. Test for Divergence lim n→∞ an ̸= 0 =⇒ ∞ X n=1 an diverges ▶ The first test you might consider doing is the test for divergence, as it is the simplest. ▶ If lim n→∞ an = 0 then test for divergence tells us nothing at all so be careful not to make that mistake.
  • 5. Test for Divergence eg ∞ X n=1 5n3 + n2 + 1 n2 + 3n ; Rational with higher degree in numerator =⇒ the numerator dominates so lim n→∞ an = ∞ eg ∞ X n=1 5n2 + n2 + 1 n2 + 2n + 1 ; Rational with same degree in numerator and denominator =⇒ an approaches ratio of leading coefficients lim n→∞ an = 5 eg ∞ X n=1 (−1)n ; an oscillates between two values, never getting closer to either lim n→∞ an DNE
  • 6. p-Series ▶ p-Series X 1 np converges iff p > 1 ▶ If you see a p−series, use the p-series test.
  • 7. Geometric Series If we can write the series in the form ∞ X n=1 arn−1 then the series converges iff |r| < 1. ▶ If it converges, then it converges to a 1 − r ▶ Sometimes we need to manipulate the expression an in order to get this form. eg ∞ X n=1 5n+1 7−n = ∞ X n=1 5 5 7 n = ∞ X n=1 25 7 5 7 n−1 = 25 2
  • 8. Comparison Tests ▶ Use comparison Test: ▶ If P an is similar to a p-series. ▶ If an is a rational function, or an algebraic function (involving roots of polynomials), compare to a p-series. Chose bn by keeping the numerator of an and just the highest power in the denominator of an. eg To test P n5 +3n2 n7+4 , compare to P n5 +3n2 n7 = P 1 n2 + 3 n5 ▶ If P an is similar to a geometric series. ▶ Proceed similarly, eg To test P 5n 7n+4n , compare to the geo series P 5n 7n
  • 9. Comparison Tests ▶ Even though the comparison test is only for series with positive terms, we can still use it on P |an| to test for absolute convergence. If it is absolutely convergent, then it is convergent. If it is not absolutely convergent, it could still be convergent so consider a different test. ▶ When doing comparison: ▶ First determine series P bn what to compare to. a) Does P bn converge where an ≤ bn for each n? b) Does P bn diverge where bn ≤ an for each n? ▶ If either a) or b) is true, direct comparison works. ▶ If neither is true then do limit comparison.
  • 10. Example 1 1/2 Determine whether the following series converges ∞ X n=1 1 √ n2 + 1
  • 11. Example 1 2/2 ▶ Test for divergence won’t work since lim n→∞ 1 √ n2 + 1 = 0. ▶ Looks like a p-Series, so use a comparison test. ▶ Highest power term in denominator is √ n2 so compare to P 1 √ n2 = P 1 n , which diverges. ▶ Since n2 + 1 ≥ n2 =⇒ p n2 + 1 ≥ √ n2 = n =⇒ 1 √ n2 + 1 ≤ 1 n , we can’t use direct comparison. Try limit comparison: lim n→∞ 1 √ n2+1 1 n = lim n→∞ n √ n2 + 1 = 1 So both series diverge.
  • 12. Alternating Series Test ▶ Use AST whenever you have a series of the form X (−1)n−1 bn or X (−1)n bn bn 0 ▶ Note: If ∞ X n=1 bn converges then the given series is absolutely convergent and therefore convergent.
  • 13. Ratio Test ▶ Use ratio test if ▶ P an involves factorials. ▶ P an involves multiple products including constant to power n. ▶ Don’t use for p−series (or any rational or algebraic functions on n), you will always get L = 1.
  • 14. Root Test ▶ Use root test if ▶ an is of the form (bn)n ▶ If root test is inconclusive then ratio test will also be inconclusive.
  • 15. Integral Test ▶ Use integral test if ▶ an = f (n) where R ∞ 1 f (x)dx is easily computed and f is positive, continuous, and decreasing (or eventually decreasing.)
  • 17. Example 2 1/2 Determine which test or tests to use for convergence of the following series. Then test it. ∞ X n=1 n − 1 2n + 1
  • 18. Example 2 2/2 ▶ n−1 2n+1 is improper rational and lim n→∞ n − 1 2n + 1 = 1 2 so the series diverges by the test for divergence.
  • 19. Example 3 1/3 Determine which test or tests to use for convergence of the following series. Then test it. ∞ X n=1 ne−n2
  • 20. Example 3 2/3 ▶ an = f (n) where f (x) = x ex2 . ▶ f is clearly positive and continuous for x 0. ▶ f is decreasing: f ′ (x) = ex2 − x(2x)ex2 e2x2 = ex2 (1 − 2x2) e2x2 = 1 − 2x2 ex2 0 ⇐⇒ 1 − 2x2 0 ⇐⇒ 1 √ 2 x ✓ ▶ Let’s use the integral test.
  • 21. Example 3 3/3 ▶ Now computing the improper integral we use a simple u-substitution: Z ∞ 1 xe−x2 dx = lim t→∞ Z t 1 xe−x2 dx = lim t→∞ − 1 2 Z −t2 −1 eu du [u = −x2 du = −2xdx] = − 1 2 lim t→∞ 1 et2 − 1 e = 1 2e ▶ Since the integral converges, the series P ne−n2 converges as well.
  • 22. Example 4 1/2 Determine which test or tests to use for convergence of the following series. Then test it. ∞ X k=1 2k k!
  • 23. Example 4 2/2 ▶ an = 2k k! has a constant raised to n as well as a factorial, so let’s use ratio test. lim k→∞
  • 24.
  • 25.
  • 27.
  • 28.
  • 29. = lim k→∞ 2k+1 (k+1)! 2k k! = lim k→∞ 2k+1 (k + 1)! k! 2k = lim k→∞ 2k+1 2k k! (k + 1)! = lim k→∞ 2 · 2k 2k k! (k + 1) k! = lim k→∞ 2 k + 1 = 0 1 ▶ Therefore by the ratio test, the series converges.
  • 30. Example 5 1/2 Determine which test or tests to use for convergence of the following series. Then test it. ∞ X n=1 sin 2n 1 + 2n
  • 31. Example 5 2/2 ▶ Test for absolute convergence and thus convergence using direct comparison: 0 ≤ | sin 2n| ≤ 1 =⇒ 0 ≤
  • 32.
  • 33.
  • 35.
  • 36.
  • 37. ≤ 1 1 + 2n and since P 1 1+2n is similar to the geo series P 1 2n , we use a comparison test. ▶ P 1 2n converges and 1 1 + 2n ≤ 1 2n therefore P 1 1+2n converges by direct comparison. ▶ Now using direct comparison again, P |an| = P
  • 38.
  • 40.
  • 41. converges. ▶ Therefore P an = P sin 2n 1+2n is absolutely convergent and thus convergent.