24 Monotone Sequence, MCT, and Cauchy Condensation Test

2.4.1

Question

a. Prove that the sequence defined by x1=3 and:

xn+1=14xn

converges.
b. Now that we know that xn's limit exists, explain why limxn+1 must also exist and equal the same value.
c. Take the limit of each side of the recursive equation in (a) to explicitly compute limxn.

Proof
a. Using the MCT, all we have to show is that xn is bounded below and decreasing.

For the boundedness, we'll show it's bounded below by 0 by induction. Clearly for the base case x1=3>0 so suppose that it's bounded below by 0 for all k<n for some nN. For the k+1 case notice that:

xk+1=14xk>xk>014>0

thus completing the inductive step.

For decreasing, via induction notice that x2=1 so x2x1 for our base case. In general if we have the theorem holds up under n then starting with our inductive hypothesis:

xnxn+14xn4xn+114xn=xn+114xn+2=xn+2

Thus showing the inductive step.

b. If (xn)L then by the definition of convergence then ε>0 then choose NN where for any nN then |xnL|<ε. Let ε>0 be arbitrary. Then we can choose such and N. Notice that n+1>nN so then |xn+1L|<ε as desired. This shows that (xn+1)L as needed, showing even that the limit value must be the same.

c. Notice that the left and right side limits must equal the same limit L, so substitute it and solve:

limxn+1=lim14xnL=14limxnL=14L4LL21=0L=4±164(1)(1)2L=2±122L=2±3

Now notice that since xn is decreasing and since x1=3 then L2+3 since then it would have to increase, which is a contradiction. Instead we must have that L=23.

2.4.2

Question

a. Consider the recursively defined sequence y1=1 and:

yn+1=3yn

and set y=limyn. Because (yn),(yn+1) have the same limit, taking the limit across the recursive equation gives y=3ylimyn=32.
What is wrong with this argument?
b. This time set y1=1 and yn+1=31yn. Can the strategy in (a) be applied to compute the limit of this sequence?

Proof
a. This is wrong because we are assuming, instead of trying to show, that yn converges in the first place. In this case it actually doesn't since (yn)={1x is odd2x is even which clearly doesn't converge.

b. We should verify (in this case) that it's monotone and thus yn is increasing (since notice y2=2 so it's only monotone if it's increasing) and bounded.

First, clearly it seems to be increasing so let's show it. Let's do bounded first. Notice for induction that y13 as our base case. Doing the inductive step:

yn+1=31ynyn31yn133

Thus we are bounded above by 3.

To show it's increasing, notice that y2y1 for our base case. For the inductive step notice that:

yn+1yn1yn1yn+11yn1yn+131yn31yn+1yn+1yn+2yn+2yn+1

Thus this completes the induction showing it's increasing.

To find the limit, now we can do what (a) describes:

y=31yy23y+1=0y=3±52

Notice that since we are increasing and y1=1 then we can't have the case, so then:

y=3+52

2.4.3

Question

a. Show that:

2,2+2,2+2+2,

converges and find the limit.
b. Does the sequence:

2,22,222,

converge? If so find the limit.

Proof
a. Notice that this is represented by the sequence (an) where a1=2 and:

an+1=2+an

We'll show that this is increasing and bounded, thus using the Monotone Convergence Theorem will show it converges.

It helps to see what the limit should be if it is convergent:

liman+1=liman2+L=L2+L=L20=L2L2L=1±14(2)2L=1±32L=2Assume increasing (show later)

First let's show it's bounded above. We'll show an2. Notice that a1=22 so for the inductive step, notice that:

an+122+an22+an4an2

Which is true by the inductive hypothesis.

To show that it's increasing, notice that a1a2 (you can see the decimal expansions to verify). Now for the inductive step:

anan1Ind. Hyp.2+an2+an12+an2+an1an+1an

Thus the limit converges. Thus we can find the limit, which we found before:

an2

b. For scratch, the sequence is given where a1=2 and:

an+1=2an

If it did converge then we expect the limit to be:

liman+1=lim2anL=2LL22L=0L(L2)=0

Clearly the sequence seems to be increasing so then L=2 must be the only limit it can approach.

Let's show that the sequence is bounded by L=2. Notice that a12 so let's do the inductive step. Notice:

an2Ind. Hyp.2an42an2an+12

Finishing the inductive step.

Let's show it's increasing. Notice that a1a2 for our base case. Notice now for the inductive step:

an1anInd. Hyp.2an12an2an12ananan+1

Finishing the induction.

Thus the sequence is monotone and bounded above, so it is convergent. We find the limit as we did in the scratch work, which shows that (an)2.

2.4.5

(Calculating Square Roots)

Let x1=2 and define:

xn+1=12(xn+2xn)

a. Show that xn2 is always greater than or equal to 2, and then use this to prove that xnxn+10 (and thus the sequence is decreasing). Conclude that limxn=2.
b. Modify the sequence (xn) so that it converges to c.

Proof

a. Let's do an induction. Clearly x12. Doing the inductive step:

xn+122(12(xn+2xn))2214(xn2+4xn2+4)2xn2+4xn2+48xn22+4xn224

Thus work from the bottom up, since xn22 gives the two findings below.

Completing the inductive hypothesis. Thus we've shown xn22 for all n.

Note

You can also show:

xn22=14(xn2xn)20

To show xnxn+10:

xnxn+10xn12(xn+2xn)012xn1xn012xn1xnxn22

Which is true since xn20 (via our finding above).

As a result then (xn) is decreasing. Since we showed it's bounded below as well, then via the Monotone Convergence Theorem then (xn) converges. As a result we can show that it converges to 2:

limxn+1=limxn12(L+2L)=L12L+1L=L1L=12L1=12L22=L22=L

b. We can try to work backwards similar to the last set of steps. Alternatively change one of the 2's to a c and this should work. Let's try:

12(xn+cxn)=xn+1

It should still converge by the same argument before (replace 2 with c). To show the limit is what we want:

limxn+1=limxn12(L+cL)=LL+cL=2LcL=Lc=L2c=L

2.4.6

Arithmetic-Geometric Mean

a. Explain why xyx+y2 for all x,y>0 (the geometric mean is always less than the arithmetic mean).
b. Now let 0x1y1 and define:

xn+1=xnyn,yn+1=xn+yn2

Show that limnxn and limnyn exist and are equal.

Proof
a. Notice:

xyx+y2xy(x+y2)2xy14(x2+y2+2xy)4xyx2+y2+2xy2xyx2+y20x2+y22xy0(xy)20(xy)2

So then work backwards to get our inequality as desired.

b. If we show that yn converges then we are done since we can use Squeeze Theorem with 0,yn as our sequences to show that xn converges.

We should show that yn is bounded below by 0, which means we need to show xn+yn0. By induction, notice 0x1y1 for our base case. Now for the inductive step suppose 0yn. For the n+1 case:

yn+10xn+yn20xn+yn0xnyn

But via (a) then this is true because notice that, inductively for any n, the AM has to be GM, so then:

xnynxn+yn2xn+1yn+1

So then we always have it that yn+10, completing the induction.

Now we'll show that yn is decreasing, and thus we could use MCT. Notice that for any n:

yn+1ynxn+yn2ynxn2yn2xnyn

Which is true as we've shown before. The x1y1 thus let's us start the induction off and the step above let's us complete the inductive step.

Now we know that yn converges, then xn converges by the Squeeze Theorem. As a result, their limits also have to equal (by the same Theorem). Therefore, their limits must also be 0.

2.4.7

Limit Superior

Let (an) be a bounded sequence.
a. Prove that the sequence defined by yn=sup{ak:kn} converges.
b. The limit superior of (an), or limsupan, is defined by:

limsupan=limyn

where yn is the sequence from (a). Provide a reasonable definition for liminfan and briefly explain why it always exists for any bounded sequence.
c. Prove that liminfanlimsupan for every bounded sequence, and give an example of a sequence for where the inequality is strict.
d. Show liminfan=limsupan iff liman. In this case, all three share the same value.

Proof
a. First let's dissect some notation for yn. Here for each i we say that yi=sup{ak:kn} if:

  1. yi is an upper bound for all terms ak:kn.
  2. yi is the least of these upper bounds.

Notice that (an) being bounded implies that sup{ak:kn} always exists.

We'll show that since yn is decreasing and bounded below that it converges by the MCT. For decreasing notice that if we assume the contrary that yn+1>yn then that means that there's some ak where kn+1 and some ak where kn. But then k>k by construction, and implies that ak>ak by those elements being out suprema. Then that implies that ak cannot be an upper bound, which is a contradiction. Thus yn+1yn.

For bounded, notice that it must be bounded since it is a subsequence of an which itself is bounded.

b.

Definition

liminfan=limsup{ak:kn}

It must also exist similar to (a) since zn=inf{ak:kn} is increasing (take the same argument above but use inf instead) and bounded above (since (an) is bounded) and thus must converge by MCT.

c.

Notice that limsupan,liminfan always exists as previously described. Using the Limits and Order (Order Limit Theorem) then if we show infansupan always then that gives the result. But we showed this in Suprema + Density Practice#1.3.11 (c) since these are sequences of real numbers (and thus cR in between these two sequences).

An example sequence where the inequality is strict is (an)=(1)n where the limsupan=1 but liminfan=1 which don't equal.

d.
liminfan=limsupan , since an is in between these two other sequences, so by the Squeeze Theorem then an converges and must converge to the same limit. This argument is iff.

2.4.8

Question

For each series, find an explicit formula for the sequence of partial sums and determine if the series converges.
a. n=112n
b. n=11n(n+1)
c. n=1log(n+1n)

Proof

a.

sm=n=1m12n=12+14++12m2sm=1+12+14++12m12sm=1+sm12msm=112m

Thus to find if it converges take the limit:

s=limmsm=lim112m=10=1

so it converges to 1.

b.

sm=n=1m1n(n+1)=11(2)+12(3)++1m(m+1)=(112)+(1213)++(1m1m+1)=11m+1

Taking the limit:

s=limmsm=10=1

c.

sm=n=1mln(n+1n)esm=exp(n=1mln(n+1n))=n=1mn+1n=2132m+1m=m+1sm=ln(m+1)

Notice that the limit diverges in this case.