
Vidushi J.
asked 11/24/22Direct Comparison Test vs. Limit Comparison Test
How do I determine when to use a Direct Comparison Test versus a Limit Comparison Test for an infinite series?
1 Expert Answer
The limit comparison test is best when you can find a directly comparable function (It is limited, but easier to implement than the limit comparison test when it works)
An easy on is the infinite sum of 1/(n-a) (with a > 0) for which each term is larger than the infinite sum of 1/n. Since the sum of 1/n diverges, it is clear that the first sum also diverges. The same logic can be applied for 1/(n+a)2 in which every term is smaller than 1/n2 which converges - therefore, the sum of 1/(n+a)2 converges.
The limit test is more powerful as you can find that 1/(x+a) diverges also despite every term being smaller than 1/x (The regular comparison test does not show this).
If bn is the term in the sum we are interested in and an is the term form a test function for which the behavior is known, the test is to look at the limiting behavior of the ratio of the terms. If the limiting behavior is the same, then the functions will both converge or both diverge:
limit as n⇒∞ of bn/an = L where L is a finite, nonzero number for our example,
limit as n⇒ ∞ of (n)/(n+a) = 1 so 1/(n+a) series has same behavior as 1/n series
Please consider a tutor. Take care.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
Paul's online math notes is a great site to use for help with stuff like this; tutorial.math.lamar.edu/Classes/CalcII/SeriesStrategy.aspx This site also has individual sections for each of the tests, including examples and practice problems with answers. tutorial.math.lamar.edu/11/24/22