Limit Comparison Test
The limit comparison test is similar to the comparison test in that you use another series to show the convergence or divergence of a desired series. Suppose we have two series
and
, where an >0 and bn > 0. If
(i.e., if the ratio of the terms tends to a finite number as n goes to infinity), then both series converge or both series diverge. By picking a suitable B, usually a p-series, we can use this test to determine whether or not A converges.
Try the following:
- The applet shows the series
. A useful way to pick a comparison series when the target series uses a rational expression is to divide the highest power of n in the numerator by the highest power of n in the denominator, which in this case yields
. The table shows the ratio an/bn, which does seem to converge to 1. We can verify this:
. The limit comparison test says that in this case, both converge or both diverge. Since we know that the harmonic series diverges, A must also diverge.
- Select the second example from the drop down menu, showing
. Use the same guidelines as before, but include the exponential term also:
. The limit of the ratio seems to converge to 1 (the "undefined" in the table is due to the b terms getting so small that the algorithm thinks it is dividing by 0), which we can verify:
. The limit comparison test says that in this case, both converge or both diverge. Since
, the B series is a geometric series with r = 1/2, which we know converges, so A also converges.
For more information on rights and downloading, refer to http://www.calculusapplets.com/download.html.
© Copyright 2001 David J. Eck
© Copyright 2007 Thomas S. Downey
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
You must cause any files that you modify to carry prominent notices stating that you changed the files and the date of any change, and modified files must be put into a Java package different from edu.hws.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.






















