


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
The limit comparison test (lct), a method used to determine the convergence or divergence of series based on the behavior of their terms as x or n approaches infinity. Examples and step-by-step instructions on how to apply the lct to various series.
Typology: Lecture notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!
Steve Sawin
The Limit Comparison Test will be our workhorse test. It relies on an idea we have explored before, which is the idea of the “large x behavior” of a function or equivalently the “large n behavior” of a sequence. If you do not feel comfortable with that, I will be posting a recorded lecture called “Large x behavior” to review and explain it. The simple version of this test says this. When k is very large 1/k^2 and 1/(k^2 + 1) are practically the same. So since
k=
1 k^2 CONVERGES, it must be the case that^
k=
1 k^2 + converges. To say this with enough care that you can be confident of the answer requires some work though. Limit Comparison Test: If ak and bk are two positive sequences and limk→∞ a bkk 6 = 0 but exists, then if ∑∞
k=
bk
CONVERGES then (^) ∞ ∑
k=
ak
CONVERGES and if the first DIVERGES the second DIVERGES. Steps to use LCT:
bk – Use the p-Series Test or the Geometric Series Test to decide what the simplified sum does.
k ak^ CONVERGES or DIVERGES^ – This is the payoff. First Example: Does the following series converge or diverge.
k=
k + 1 k^2 + ln(k)
Answer:
k + 1 k^2 + ln(k)
k + 0 k^2 + 0
k
because 1 is lower order than k and ln(k) is lower order than k^2. We end with a p-series, so we are good.
1 /k is a p-series with p = 1 (if this is not easy for you yet, practice it a bit until it is). This means by the p-Series Test this simplified series diverges.
lim k→∞
(k + 1)/(k^2 + ln(k)) 1 /k
= lim k→∞
k(k + 1) k^2 + ln(k)
= lim k→∞
k^2 + k k^2 + ln(k)
= lim k→∞
k^2 k^2
Notice we had a ratio of fractions and had to do that “flip over the denominator” trick. Since this limit is 1, this worked.
(k + 1)/(k^2 + ln(k)) does the same thing as the simplified series, which by (2) means it DIVERGES.
Second Example: Does the following series converge or diverge.
k=
k^2 + 2k k − 5(3)k
Answer:
k^2 + 2k k − 5(3)k^
0 + 2k 0 − 5(3)k^
2 k −5(3)k^
)k
because k^2 is lower order than 2k^ and k is lower order than 3k. Notice we did a little algebra (including laws of exponents) to write the final expression as something we recognize as Geometric. As soon as you saw k in an exponent somewhere you knew that is where we would end up!
3
)k is a Geometric Series with r = 2/3 (keep practicing! You’ll get it!). This means by the GST (Geometric Series Test) this simplified series converges.
Comparison Test - The Tool: Suppose your series is
k=0 ak^ and all the^ ak^ are positive. If you can dream up a series
k=0 bk^ that is bigger (bk^ ≥^ ak)^ and^ converges, then your series CONVERGES. If you can dream up a series
k=0 bk^ that is smaller (bk^ ≤^ ak) and diverges, then your series DIVERGES. First Example: Does the series
k=
ln(k) k
converge or diverge? Answer: Notice LCT does not help because you cannot simplify the top and bottom, and DT (Divergence Test) does not help because the sequence of terms ak converge to 0. You look at this and ln(k) is growing pretty slow so you figure it will not matter as much as 1/k. If it were 1/k this would be p-series with p = 1 so it would diverge. It is not, but that is OK, because it is BIGGER than the p-series which diverges. Specifically ln(k) > 1 as long as k > e, so ln(k)/k > 1 /k when k is at least 3. Remember it is good enough of the condition holds eventually, i.e. after the first few terms of the series. Since ln(k)/k is greater than 1/k which diverges,
ln(k)/k DIVERGES. Second Example: Does the series
k=
k!
converge or diverge? Answer: Again, the individual terms go to zero so the DT tells us nothing. There is nothing to simplify so LCT tells us nothing. But we know k! grows faster than any exponential, so the terms are getting small very fast, so it seems like the sum should converge. Since it grows faster than any exponential we compare it to, say 2k. We have 0! = 2^0 , 1! < 21 , 2! < 22 , 3! < 23 , but 4! > 24 and after that 5! is 5 times as big as 4! while 25 is only twice as big as 2^5 , so the left hand side is going to keep being bigger than the right as k grows. So we see k! > 2 k^ for k ≥ 4. That means
1 k!
2 k
for k at least 4. This is helpful because
k 1 /^2
k (^) is Geometric with r = 1/2 so it converges
by the GST. Since
1 /k! is less than a convergent series, it is CONVERGENT. Examples: Use comparison series to determine if the following series converge or diverge
k=
ln(k)
Compare to
1 /k
k=
sin^2 (k) k^2
Compare to
1 /k^2.