MATH 409 Lecture 23

From Notes
Jump to navigation Jump to search

« previous | Thursday, November 21, 2013 | next »

Lecture Slides

Infinite Series

Given a sequence {an} of real numbers, the expression

a1+a2+=n=1

Is called an infinite series with terms an

The partial sum of order n is given by


sn=a1++an

If the sequence {sn} converges to limit s, we say the series converges to s or that s is the sum of the series and write n=1an=s

Otherwise the series diverges


Cauchy Criterion

Theorem. [Cauchy Criterion]. An infinite series n=1an converges if and only if for every ϵ>0 there exists N such that mnN implies |an+an+1++am|<ϵ

Proof. Let {sn} be the sequence of partial sums. Then

an+an+1++am=smsn1

Consequently, the condition of the theorem is equivalent to the condition that {sn} be a Cauchy sequence. As we know, a sequence is convergent if and only if it is a Cauchy sequence.

quod erat demonstrandum

Examples

12+122++12n+=1

The partial sums sn of this series satisfy sn=12n for all n. Thus sn1 as n

112+123++1n(n+1)+=1

Since 1n(n+1)=1n1n+1, the partial sums sn of this series satisfy sn=11n+1. Thus sn1 as n

n=1(1)n=1+11+ diverges

The partial sums sn satisfy sn=1 for odd n and sn=0 for even n. Hence the sequence {sn} has no limit.

The geometric series n=0xn converges if and only if |x|<1, in which case its sum is 11x.

In the case |x|1, the series fails the divergence test. For any x1, the partial sums of the geometric series satisfy

sn=1+x+x2++xn=1xn+11x

For |x|<1, sn11x as n.


Properties of Infinite Series

Theorem. [Divergence Test]. If the terms of an infinite series do not converge to zero, then the series diverges.

Theorem. [Linearity]. If n=1an and n=1bn are convergent series, then

n=1(an+bn)=n=1an+n=1bn

and

n=1(ran)=rn=1an

for any r.

Theorem. If n=1an and n=1bn are convergent series, and anbn for all n, then

n=1ann=1bn


Series with Nonnegative Terms

Suppose that a series n=1an has nonnegative terms an0 for all n. Then the sequence of partial sums sn=a1++an is increasing. It follows that {sn}

  • converges to a finite limit if bounded and
  • diverges to + otherwise.

In the latter case, we write n=1an=.

Comparison Test

Theorem. [Comparison Test]. Suppose that an,bn0 for all n and anbn for large enough n. Then

  • convergence of the series n=1bn (larger terms) implies convergence of n=1an (smaller terms), while
  • divergence of the series n=1an= (smaller terms) implies divergence of n=1bn= (larger terms)

Proof. Since change a finite number of terms does not affect convergence of a series, it is no loss to assume that anbn for all n. Then the partial sums sn=k=1nak and tn=k=1nbn satisfy sntn for all n. Consequently, if sn+ as n, then also tn+ as n.

Conversely, if {tn} is bounded, then so is {sn}.

Integral Test

Theorem. [Integral test]. Suppose a function f:[1,) is positive and decreasing on [1,). Then

  1. a sequence {yn} is bounded, where yn=f(1)+f(2)++f(n)1nf(x)dx n=1,2,
  2. the series n=1f(n) is convergent if and only if the function f is improperly integrable on [1,).

Proof. To prove the theorem, we need the following lemma:

Lemma. Any monotone function g:[a,b] is integrable on [a,b].

Idea of the proof. Any monotone function has only jump discontinuities. Further, any function has at most countably many jump discontinuities. Besides, a monotone function on a closed interval [a,b] is clearly bounded.

The lemma implies that the function f is integrable on every closed interval J=[a,b][1,). Then for any partition P of the interval J, the lower Darboux sum L(f,P) and the upper Darboux sum U(f,P) satisfy

L(f,P)abf(x)dxU(f,P)

Let P={x0,x1,,xk}, where x0<x1<<xk. Then supf([xj1,xj])=f(xj1) and inff([xj1,xj])=f(xj) since f is decreasing. In the case J=[1,n], where n, and P={1,2,,n}, we obtain

  • L(f,P)=f(2)+f(3)++f(n),
  • U(f,P)=f(1)+f(2)++f(n1).

Then the above inequalities imply that 0<f(n)ynf(1). Thus the sequence {yn} is bounded.

Now for the second part of the theorem: Since f is positive, the series n=1f(n) either converges or else it diverges to +. Likewise, the improper integral 1f(x)dx either converges or else it diverges to +. Since the sequence {yn} is bounded by the above, divergence of the series and the integral imply each other.

quod erat demonstrandum


Examples

Theorem. [P-Series Test]. [Riemann Zeta Function]. n=11np is convergent for any p>1 and divergent for p<1.

Proof. For any p1, we have xpdx=x1p1p+C on the interval [1,). The antiderivative converges to a finite limit at + in the case p>1 and diverges to + for p<1. Hence the function f(x)=xp is improperly integrable on [1,) for p>1, but not for p<1. By the Integral Test, the series is convergent for p>1 and divergent for 0p<1.

If p<0 then the Integral Test does not apply since f is not decreasing. In this case, the series is divergent since the terms 1np do not converge to 0 as n.

quod erat demonstrandum

Harmonic Series. n=11n diverges.

Indeed 1n1xdx=logx+ as n0. By the integral test, the series is divergent.

Moreover, the sequence yn=k=1nk1logn is bounded (actually, it is decreasing and hence convergent)

This was the bonus problem on the test.

n=21nlog2n converges.

The antiderivative of f(x)=(xlog2x)1 on (1,) is

1xlog2xdx=1logx+C

Since the antiderivative converges to a finite limit at +, the function f is improperly integrable on [2,).

n=111+n2 converges.

Indeed, 0<11+n21n2 for all n. Since the series n=11n2 is convergent, it remains to apply the comparison test. Alternatively, we can use the integral test.

11+x2dx=arctanx+C converges to a finite limit (π2+C) at + so the function f(x)=11+x2 is improperly integrable on [1,).

n=1en2 converges (really fast!)

We have 0<en2en for all n. The geometric series n=1en=n=1(1e)n is convergent since 0<e1<1. By the comparison test, n=1en2 is convergent as well.