Theory 1

Positive series

A series is called positive when its individual terms are positive, i.e. an>0 for all n.

The partial sum sequence SN is monotone increasing for a positive series.

By the monotonicity test for convergence of sequences, SN therefore converges whenever it is bounded above. If SN is not bounded above, then n=1an diverges to +.


Another test, called the integral test, studies the terms of a series as if they represent rectangles with upper corner pinned to the graph of a continuous function.

To apply the test, we must convert the integer index variable n in an into a continuous variable x. This is easy when we have a formula for an (provided it doesn’t contain factorials or other elements dependent on integrality).

Integral Test (IT)

Applicability: f(x) must be:

  • Continuous
  • Positive
  • Monotone decreasing

Test Statement:

n=1anconverges1f(x)dxconverges

Extra - Integral test: explanation

To show that integral convergence implies series convergence, consider the diagram:

This shows that n=2Nan1Nf(x)dx for any N. Therefore, if 1f(x)dx converges, then 1Nf(x)dx is bounded (independent of N) and so n=2Nan is bounded by that inequality. But n=2Nan=SNa1; so by adding a1 to the bound, we see that SN itself is bounded, which implies that n=1an converges.

To show that integral divergence implies series divergence, consider a similar diagram:

This shows that n=1N1an1Nf(x)dx for any N. Therefore, if 1f(x)dx diverges, then 1Nf(x)dx goes to + as N, and so n=1N1an goes to + as well. So n=1an diverges.

Notice: the picture shows f(x) entirely above (or below) the rectangles. This depends upon f(x) being monotone decreasing, as well as f(x)>0. (This explains the applicability conditions.)


Next we use the integral test to evaluate the family of p-series, and later we can use p-series in comparison tests without repeating the work of the integral test.

p-series

A p-series is a series of this form: n=11np

Convergence properties:

p>1:series convergesp1:series diverges

Extra - Proof of p-series convergence

(1) To verify the convergence properties of p-series, apply the integral test:

Applicability: verify it’s continuous, positive, decreasing.

Convert n to x to obtain the function f(x)=1xp.

Indeed 1xp is continuous and positive and decreasing as x increases.


(2) Apply the integral test.

Integrate, assuming p1:

11xpdxlimRxp1p1|1RlimR(Rp+1p+11p+1p+1)

When p>1 we have limRRp+1p+1=0

When p<1 we have limRRp+1p+1=

When p=1, integrate a second time:

11xdxlimRlnx|1RlimRlnRln1

Conclude: the integral converges when p>1 and diverges when p1.


We could instead immediately refer to the convergence results for p-integrals instead of reproving them here.

Theory 2

Direct Comparison Test (DCT)

Applicability: Both series are positive: an>0 and bn>0.

Test Statement: Suppose anbn for large enough n. (Meaning: for nN with some given N.) Then:

  • Smaller pushes up bigger:
n=1andivergesn=1bndiverges
  • Bigger controls smaller:
n=1bnconvergesn=1anconverges

Theory 3

Some series can be compared using the DCT after applying certain manipulations and tricks.

For example, consider the series n=21n21. We suspect convergence because an1n2 for large n. But unfortunately, an>1n2 always, so we cannot apply the DCT.

We could make some ad hoc arguments that do use the DCT, eventually:

Trick Method 1:

  • Observe that for n>1 we have 1n2110n2. (Check it!)
  • But 10n2 converges, indeed its value is 101n2, which is 10π26.
  • So the series 1n21 converges.

Trick Method 2:

  • Observe that we can change the letter n to n+1 by starting the new n at n=1.
  • Then we have:
n=21n21=n=11(n+1)21=n=11n2+2n
  • This last series has terms smaller than 1n2 so the DCT with bn=1n2 (a convergent p-series) shows that the original series converges too.

These convoluted arguments suggest that a more general version of Comparison is possible.

Indeed, it is sufficient to compare the relative large-n behavior of the two series. We use the termwise ratios to estimate comparative behavior for increasing n.

Limit Comparison Test (LCT)

Applicability: Both series are positive: an>0 and bn>0.

Test Statement: Suppose that limnanbn=L. Then: If 0<L<, i.e. finite non-zero, then:

anconvergesbnconverges

Extra - LCT edge cases

If L=0 or L=, we can still draw an inference, but only in one direction:

  • If L=0:
bnconvergesanconverges
  • If L=:
bndivergesandiverges

Extra - Limit Comparison Test explanation

Suppose an/bnL and 0<L<. Then for n sufficiently large, we know an/bn<L+1.

Doing some algebra, we get an<(L+1)bn for n large.

If bn converges, then (L+1)bn also converges (constant multiple), and then the DCT implies that an converges.

Conversely: we also know that bn/an1/L, so bn<(1/L+1)an for all n sufficiently large. Thus if an converges, (1/L+1)an also converges, and by the DCT again bn converges too.

The cases with L=0 or L= are handled similarly.