Degree difference test: Difference between revisions

From Calculus
No edit summary
No edit summary
Line 12: Line 12:
# If <math>\! \deg q - \deg p = 1</math>, then the series diverges, but the terms limit to zero.
# If <math>\! \deg q - \deg p = 1</math>, then the series diverges, but the terms limit to zero.
# If <math>\! \deg p \ge \deg q</math>, then the series diverges, and the terms do not limit to zero.
# If <math>\! \deg p \ge \deg q</math>, then the series diverges, and the terms do not limit to zero.
==Related tests==
* [[Basic comparison test]]
* [[Limit comparison test]]
* [[Root test]]
* [[Ratio test]]

Revision as of 20:44, 7 September 2011

Statement

For rational functions

Consider a series of the form:

k=k0p(k)q(k)

where p and q are polynomials, q is not the zero polynomial, and q(k) is nonzero for all integers kk0. Then the following rules hold:

  1. If degqdegp2, then the series is an absolutely convergent series.
  2. If degqdegp=1, then the series diverges, but the terms limit to zero.
  3. If degpdegq, then the series diverges, and the terms do not limit to zero.

Related tests