Degree difference test: Difference between revisions

From Calculus
No edit summary
No edit summary
Line 1: Line 1:
==Statement==
==Statement==


===For rational functions===
===Unsinged sum version for rational functions===


Consider a series of the form:
Consider a series of the form:
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.
===Signed sum version for rational functions===
Consider a series of the form:
<math>\sum_{k=k_0}^\infty \frac{(-1)^kp(k)}{q(k)}</math>
where <math>p</math> and <math>q</math> are polynomials, <math>q</math> is not the zero polynomial, and <math>q(k)</math> is nonzero for all integers <math>k \ge k_0</math>. Then the following rules hold:
# If <math>\! \deg q - \deg p \ge 2</math>, then the series is an [[absolutely convergent series]].
# If <math>\! \deg q - \deg p = 1</math>, then the series is a [[conditionally convergent series]], i.e., it is convergent but not absolutely convergent.
# If <math>\! \deg p \ge \deg q</math>, then the series diverges.
===Version for generalizations of polynomials===
The general version replaces polynomials by function obtained as linear combinations of positive power functions, e.g., we could have <math>p(k) = k^{3/2} + 5k^{4/3} - 2\sqrt{k}</math>. The degree of such a function is the largest positive power with a nonzero coefficient.
# If the degree difference (degree of denominator - degree of numerator) is strictly greater than 1, then the series is an [[absolutely convergent series]].
# If the degree difference (degree of denominator - degree of numerator) is strictly greater than 0 and at most equal to 1, then the series diverges but the terms approach zero.
# If the degree of numerator is greater than or equal to the degree of denominator, then the series diverges and the terms do not approach zero.


==Related tests==
==Related tests==

Revision as of 22:26, 7 September 2011

Statement

Unsinged sum version for rational functions

Consider a series of the form:

where and are polynomials, is not the zero polynomial, and is nonzero for all integers . Then the following rules hold:

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

Signed sum version for rational functions

Consider a series of the form:

where and are polynomials, is not the zero polynomial, and is nonzero for all integers . Then the following rules hold:

  1. If , then the series is an absolutely convergent series.
  2. If , then the series is a conditionally convergent series, i.e., it is convergent but not absolutely convergent.
  3. If , then the series diverges.

Version for generalizations of polynomials

The general version replaces polynomials by function obtained as linear combinations of positive power functions, e.g., we could have . The degree of such a function is the largest positive power with a nonzero coefficient.

  1. If the degree difference (degree of denominator - degree of numerator) is strictly greater than 1, then the series is an absolutely convergent series.
  2. If the degree difference (degree of denominator - degree of numerator) is strictly greater than 0 and at most equal to 1, then the series diverges but the terms approach zero.
  3. If the degree of numerator is greater than or equal to the degree of denominator, then the series diverges and the terms do not approach zero.

Related tests