Lecture 9: Series (11.2, 11.3)
Series (11.2, 11.3)
Course Syllabus
Week 1: Revision on integration
Week 2: Substitution method + tricky problems, By Parts (7.1)
Week 3: Reduction, Trigonometric Integrals (7.2), Trigonometric Subs. (7.3)
Week 4: Partial fraction (7.4), Famous Subs, Tricky-problems (7.5)
Week 5: Arclength (8.1), Area (6.1), Work (6.4)
Week 6: Surface Area (8.2), Improper integral (7.8)
Week 7: Volume (6.2, 6.3)
Week 8: Midterm (25%)
Week 9: Discuss midterm, Sequence (11.1)
Week 10: Series (11.2, 11.3)
Week 11: Series (11.4-11.7)
Week 12: Power Series (11.8-11.11)
Week 13: Vectors (12.1-12.4)
Week 14: Equations of lines and planes (12.5)
Infinite Series
An infinite series is the sum of an infinite sequence:
Example 1
Suppose we know that the sum of the first n terms of the series is
Then the sum of the series is the limit of the sequence :
Methods for Determining Convergence/Divergence
A. Partial sums
B. Geometric Series
C. nth term test for divergence
D. Combined Series
A) Partial Sums
If (single finite value), then the series is convergent and converges to . Otherwise, it is divergent.
Example 2
Show that the series is convergent, and find its sum.
Solution:
Compute the partial sum:
Use the partial fraction decomposition:
B) The Geometric Series
(fixed ratio between terms)
for |r| < 1
Example 3
Find the sum of the geometric series
Solution
The first term is and the common ratio is .
Since |r| = |-2/3| < 1, the series is convergent and its sum is
Example 4
Is the series convergent or divergent?
Solution
Rewrite the nth term of the series in the form :
We recognize this series as a geometric series with and . Since r > 1, the series diverges.
Examples of Convergent Series
Geometric series: , ,
,
Convergent, r < 1
Example 7
Find the sum of the series , where |x| < 1.
If |x| < 1, it converges.
Theorem 6: Properties of Convergent Series
If the series is convergent, then .
Proof: Let . Then . Since is convergent, the sequence is convergent. Let . Since as , we also have . Therefore,
WARNING: The converse of Theorem 6 is not true in general. If , we cannot conclude that is convergent. Observe that for the harmonic series , we have as , but is divergent.
Theorem 8: Properties of Convergent Series
If and are convergent series, then so are the series (where is a constant), , and , and
(i)
(ii)
(iii)
Test for Divergence
If does not exist or if , then the series is divergent.
Examples
Divergent ()
Divergent
Example 10
Find the sum of the series
Solution
The series is a geometric series with and , so
Combined Series
Conv. + Conv. = Conv.
Div. + Div. = Div.
Div. + Conv. = Div.
Conv. - Div. = Div.
Example 5: Application
A drug is administered to a patient at the same time every day. Suppose the concentration of the drug is (measured in mg/mL) after the injection on the nth day. Before the injection the next day, only 30% of the drug remains in the bloodstream, and the daily dose raises the concentration by 0.2 mg/mL.
(a) Find the concentration just after the third injection.
(b) What is the concentration just after the nth dose?
(c) What is the limiting concentration?
Solution
(a) Just before the daily dose of medication is administered, the concentration is reduced to 30% of the preceding day's concentration, that is, . With the new dose, the concentration is increased by 0.2 mg/mL, and so
Starting with and putting into this equation, we get
The concentration after three days is 0.278 mg/mL.
(b) After the nth dose, the concentration is
This is a finite geometric series with and , so
(c) Because |0.3| < 1, we know that . So the limiting concentration is
P-Series
The p-series is convergent if p > 1 and divergent if .
The Integral Test
Suppose is a continuous, positive, decreasing function on and let . Then the series is convergent if and only if the improper integral is convergent. In other words:
(i) If is convergent, then is convergent.
(ii) If is divergent, then is divergent.
When do we use this test?
To use this test, the terms of the series must be:
positive, a_n > 0 \forall n.
decreasing (nonincreasing), .
Example 1
Test the series for convergence or divergence.
Solution
The function is continuous, positive, and decreasing on , so we can use the Integral Test:
Thus, is a convergent integral and so, by the Integral Test, the series is convergent.
NOTE
We should not infer from the Integral Test that the sum of the series is equal to the value of the integral. In fact,
\sum_{n=1}^\infty \frac{1}{n^2} = \frac{\pi^2}{6}
whereas ∫1∞(1/(𝑥2+1))𝑑𝑥 =𝜋/4
Therefore, in general, ∑𝑎𝑛 ≠∫𝑓(𝑥)𝑑𝑥
Example 4
Determine whether the series ∑(ln 𝑛)/𝑛 (from n=1 to ∞) converges or diverges.
Solution
The function 𝑓(𝑥)=(ln 𝑥)/𝑥 is positive and continuous for 𝑥>1 because the logarithm function is continuous. But it is not obvious whether or not 𝑓 is decreasing, so we compute its derivative:
𝑓′(𝑥) = ((1/𝑥)⋅𝑥−ln 𝑥)/𝑥2 = (1−ln 𝑥)/𝑥2
Thus 𝑓′(𝑥)<0 when ln 𝑥>1, that is, when 𝑥>𝑒. It follows that 𝑓 is decreasing when 𝑥>𝑒 and so we can apply the Integral Test:
∫1∞(ln 𝑥)/𝑥 𝑑𝑥 = lim 𝑡→∞ ∫1𝑡 (ln 𝑥)/𝑥 𝑑𝑥 = lim 𝑡→∞ [(ln 𝑥)2/2]1𝑡 = lim 𝑡→∞ (ln 𝑡)2/2 = ∞
Since this improper integral is divergent, the series ∑(ln 𝑛)/𝑛 is also divergent by the Integral Test.
Remainder Estimate for the Integral Test
2 Remainder Estimate for the Integral Test Suppose 𝑓(𝑘)=𝑎𝑘, where 𝑓 is a continuous, positive, decreasing function for 𝑥≥𝑛 and ∑𝑎𝑛 is convergent. If 𝑅𝑛=𝑠−𝑆𝑛, then
∫𝑛+1∞𝑓(𝑥)𝑑𝑥≤𝑅𝑛≤∫𝑛∞𝑓(𝑥)𝑑𝑥
Examples
EXAMPLE 5
(a) Approximate the sum of the series ∑1/𝑛3 by using the sum of the first 10 terms.
Estimate the error involved in this approximation.
(b) How many terms are required to ensure that the sum is accurate to within 0.0005?
SOLUTION In both parts (a) and (b) we need to know ∫𝑛 ∞ 𝑓(𝑥) 𝑑𝑥. With 𝑓(𝑥)=1/𝑥3,
which satisfies the conditions of the Integral Test, we have
∫𝑛 ∞ 1/𝑥3 𝑑𝑥 = lim 𝑡→∞ ∫𝑛𝑡 1/𝑥3 𝑑𝑥 = lim 𝑡→∞ −1/(2𝑡2) − −1/(2𝑛2) = lim 𝑡→∞ 1/(2𝑛2) − 1/(2𝑡2) = 1/(2𝑛2)
(a) Approximating the sum of the series by the 10th partial sum, we have
∑𝑛=1 ∞ 1/𝑛3 ≈ 𝑆10 = 1/13 + +1/23…1/103 ≈1.1975
According to the remainder estimate in (2), we have
𝑅10≤∫10 ∞ 1/𝑥3 𝑑𝑥 =1/2(10)2 =1/200 = 0.005
So the size of the error is at most 0.005.
(b) Accuracy to within 0.0005 means that we have to find a value of 𝑛 such that
𝑅𝑛≤0.0005. Since
𝑅𝑛≤∫𝑛+1 ∞ 1/𝑥2 𝑑𝑥 =1/2𝑛2
we want
1/2𝑛2<0.0005 Solving this inequality, we get n2 > 1/0.001 = 1000
or
n>√1000 ≈31.6
We need 32 terms to ensure accuracy to within 0.0005.
Estimating the Sum of a Series
So, f ( x ) d x = s = Sn+ + S