23 Algebraic and Order Limit Theorems Practice

Read ยง2.3;ย  Do problems 2.3.1-4, 6, 7, 9, 10, 12

2.3.1

Question

Let xnโ‰ฅ0 for all nโˆˆN.
a. If (xn)โ†’0, show that (xn)โ†’0.
b. If (xn)โ†’x, show that (xn)โ†’x.

Let's do some scratch work:

  1. We want to show that, for ฮต>0:
|xnโˆ’0|<ฮต

Notice that since xโ‰ฅ0 for any xโˆˆR then this is the same as:

xn<ฮต

Now we know that since (xn)โ†’0 then any ฮตโ€ฒ>0 has some NโˆˆN where:

|xn|=xn<ฮตโ€ฒ

This implies that if we use ฮต=ฮตโ€ฒโ†”ฮต2=ฮตโ€ฒ then that would work.

  1. We want |xnโˆ’x|<ฯต. Multiplying by (xn+x) gives:
|xnโˆ’x|<(xn+x)ฯต

Because xnโ†’x then we want the RHS to be less than some function of ฯต. It is bounded so then |xn|<M so then xn>0. So then:

(xn+x)ฯต<xฯต

so you want to choose ฯต(x).

Proof
Since xnโ‰ฅ0 for all nโˆˆN, then the Limits and Order (Order Limit Theorem) suggests that limxnโ‰ฅ0, if it exists.

a. Let ฮต>0. Notice that ฮต2>0, so since (xn)โ†’0 then โˆƒNโ€ฒ where for any nโ‰ฅNโ€ฒ then |xn|<ฮต2. Then:

|xn|=xn<ฮต2โ‡’xn=|xn|<ฮต

as desired, if we choose N=Nโ€ฒ.

b. Let ฯต>0. Notice that (x)ฯต>0 so since (xn)โ†’x then:

|xnโˆ’x|<(x)ฯต|xnโˆ’x||xn+x|<(x)ฯต<(xn+x)ฯต|xnโˆ’x|<ฯต

Where in the second line we assume xn>0.

โ˜

2.3.2 (FIX b)

Question

Using only the Convergence of a Sequence definition, prove that if (xn)โ†’2, then:
a. (2xnโˆ’13)โ†’1
b. (1xn)โ†’12

Scratch:

  1. Let ฮต>0, we want to use that:
|2xnโˆ’13โˆ’1|<ฮต|2xnโˆ’43|<ฮต2|xnโˆ’2|3<ฮต

It's obvious that if we start with |xnโˆ’2|<ฮตโ€ฒ then |xnโˆ’2|<32ฮตโ€ฒ so use ฮต=32ฮตโ€ฒ.

  1. Let ฮต>0. We want to show that:
|1xnโˆ’12|<ฮต|2โˆ’xn2xn|<ฮต|xnโˆ’2|2|xn|<ฮต

We know that since |xnโˆ’2|<ฮตโ€ฒ then we need to use the Bounded For Sequences property to show that |xn|<M. This will allow us to get:

|xnโˆ’2|2|xn|>|xnโˆ’2|2M|xn|<Mโ‡”1|xn|>1M>ฮต

Thus we should choose ฮต=2Mฮตโ€ฒ>0.

Proof
a. Let ฮต>0. Since 32ฮต>0 then there is some N where for all nโ‰ฅN then:

|xnโˆ’2|<32ฮต2|xnโˆ’2|3<ฮต|2xnโˆ’43|<ฮต|2xnโˆ’13โˆ’1|<ฮต

b. Let ฮต>0. Since (xn) converges to 2 then (xn) has a bound M>0 where |xn|โ‰คM. Notice then that since M>0 then 2Mฮต>0, so then by the definition of convergence:

|xnโˆ’2|<2Mฮต|xnโˆ’2|2M<ฮต|xnโˆ’2|2|xn|<|xnโˆ’2|2M<ฮต|xnโˆ’22xn|<ฮต|12โˆ’1xn|<ฮต|1xnโˆ’12|<ฮต

โ˜

2.3.3

(Squeeze Theorem)

Show that if xnโ‰คynโ‰คzn for all nโˆˆN and if limxn=limzn=l then limyn=l.

Proof

First, let's prove that (yn) converges at all. Assume that (yn) diverges. Then for any limit L then โˆƒฮต>0 such that for any NโˆˆN then โˆƒnโ‰ฅN where |ynโˆ’L|โ‰ฅฮต. Then:

|ynโˆ’L|โ‰ฅฮต

We have two cases, taking N=max(Nx,Nz) to ensure we can use the definitions of the respective limits:

  1. ynโ‰ฅL. Then ynโˆ’Lโ‰ฅฮต. Thus then ynโ‰ฅL+ฮต. Then since ynโ‰คzn then znโ‰ฅL+ฮต. Then |znโˆ’L|โ‰ฅฮต, suggesting that zn doesn't converge. But since L was arbitrary, then that suggests that zn diverges, which is a contradiction.
  2. ynโ‰คL. A similar argument to (1) with instead that xnโ‰คyn shows that xn diverges, which is a contradiction.

Now let's suppose that (yn) converges to some unknown limit L. In this case we can use Limits and Order (Order Limit Theorem), mainly (2). Notice that xnโ‰คyn for all nโˆˆN so then limxnโ‰คlimyn, so then lโ‰คL. A similar argument using ynโ‰คxn for all nโˆˆN shows that limynโ‰คlimzn, so then Lโ‰คl. So then l=L as expected.
โ˜

2.3.4

Question

Let (an)โ†’0 and use the Algebraic Limit Theorem to compute each of the following limits (assuming the fractions are always defined):
a. lim(1+2an1+3anโˆ’4an2)
b. lim((an+2)2โˆ’4an)
c. lim(2an+31an+5)

Proof
a.

lim(1+2an1+3anโˆ’4an2)=lim(1+2an)lim(1+3anโˆ’4an2)=lim1+lim2anlim1+lim3anโˆ’lim4an2=1+2liman1+3limanโˆ’4lim(anโ‹…an)=1+2(0)1+3(0)โˆ’4(0)2=11=1

b.

lim((an+2)2โˆ’4an)=lim(an2+4an+4โˆ’4an)=lim(an2+4anan)=lim(an+4)=liman+lim4=0+4=4

c.

lim(2an+31an+5)=lim(2an+31an+5โ‹…anan)=lim(2+3an1+5an)=lim(2+3an)lim(1+5an)=lim2+lim3anlim1+lim5an=2+3liman1+5liman=2+3(0)1+5(0)=21=2

โ˜

2.3.6

Question

Consider the sequence given by bn=nโˆ’n2+2n. Taking (1n)โ†’0 as given, and using both the Algebraic Limit Theorem and the result from 2.3.1, show limbn exists and find the value of the limit.

Proof
Notice that:

bn=nโˆ’n2+2n=(nโˆ’n2+2n)โ‹…n+n2+2nn+n2+2n=n2โˆ’n2โˆ’2nn+n2+2n=โˆ’2nn+n2+2n=โˆ’21+n2n2+2nDivide byย nย on num. + den.=โˆ’21+1+2n

So using the Limit Laws (Algebraic Limit Theorem) in combination with out 2.3.1 to handle the :

limbn=lim(โˆ’21+1+2n)=โˆ’21+lim(1+2n)=โˆ’21+1+2lim1n=โˆ’21+1+2โ‹…0=โˆ’1

โ˜

2.3.7

Question

Give an example to each of the following, or state that such a request is impossible by referencing the proper theorems:
a. Sequences (xn),(yn) which both diverge, but whose sum (xn+yn) converges.
b. Sequences (xn),(yn) where (xn) converges, (yn) diverges, and (xn+yn) converges.
c. A convergence sequence (bn) with bnโ‰ 0 for all n such that (1/bn) diverges.
d. An unbounded sequence (an) and a convergent sequence (bn) with (anโˆ’bn) bounded.
e. Two sequences (an),(bn) where (anbn) and (an) converge but (bn) does not.

Proof
a. Have (xn)=n and (yn)=โˆ’n. Clearly both diverge but (xn+yn)=(nโˆ’n)=0 clearly converges to 0.

b. This is impossible. If (xn) then it must have a bound. Meanwhile (yn) diverges, so no such bound exists for |yn|. That implies that eventually |xn|<|yn| for all future n, implying that (xn+yn) must be unbounded, and thus diverge. Similarly, the Limit Laws (Algebraic Limit Theorem) says that if limxn exists and limxn+yn by the assumption, then:

limxn+ynโˆ’limxn=limyn

must also exist, which is a contradiction.

c. Have bn=(1n). Then clearly bnโ‰ 0 and similarly we know that 1bn=(n) diverges.

d. Impossible. |bn| is convergent, so it is bounded. Thus |bn|โ‰คM1 and |anโˆ’bn|โ‰คM2, so:

|an|=|anโˆ’bn+bn|โ‰ค|anโˆ’bn|+|bn|โ‰คM1+M2

must bound (an) via the Triangle Inequality.

e. Have (an)=(0) and (bn)=(n).
โ˜

2.3.9

Question

a. Let (an) be a bounded (but not necessarily convergent) sequence. Assume limbn=0. Show that limanbn=0. Why can't we use the Limit Laws (Algebraic Limit Theorem)?
b. Can we conclude anything about the convergence of (anbn) if we assume that (bn) converges to some nonzero limit b?
c. Use (a) to prove the Limit Laws (Algebraic Limit Theorem) (iii) for the case when a=0.

a.
Proof
We can't use the ALT since we don't know if (an) is convergent (boundedness doesn't mean convergence). We'll have to show this the old fashioned way.

Let ฮต>0. We want to show:

|anbn|<ฮต

for all nโ‰ฅN. Notice that since bnโ†’0 then โˆ€ฮต>0โˆƒNbโˆˆNโˆ€nโ‰ฅNb(|bn|<ฮต). Now similarly since (an) is bounded, then |an|โ‰คM for some โˆƒM>0.

Notice then that if we used ฮต here then:

|anbn|=|an||bn|<Mฮต

for nโ‰ฅNb. We should then choose 1Mฮต as a result. Let's do that.

Notice that ฮตM>0, so using our bnโ†’0 given, then โˆƒNbโˆˆN where for all nโ‰ฅNb:

|bn|<ฮตM

Multiplying both sides by |an|:

|anbn|=|an||bn|<ฮต|an|Mโ‰คฮต

Since we have |an|โ‰คMโ‡”|an|Mโ‰ค1, so multiplying by ฮต gives the right inequality. Choosing N=Nb works here.

โ˜
b. We cannot assume (anbn) converges if limbnโ†’a where aโ‰ 0. This is because, for a counter example, (bn)=1 and (an)=(โˆ’1)n has (anbn) doesn't converge, while (an) is still bonded and (bn) convergent.

c. Using (a), then limanbn=ab when a=0 since then when bnโ†’b then 0b=ab=limanbn as desired.

2.3.10

Question

Consider the following list of conjectures. Provide a short proof for those that are true, and a counterexample for any that are false.
a. If lim(anโˆ’bn)=0 then liman=limbn.
b. If (bn)โ†’b then |bn|โ†’|b|
c. If (an)โ†’a and (bnโˆ’an)โ†’0 then (bn)โ†’a.
d. If (an)โ†’0 and |bnโˆ’b|โ‰คan for all nโˆˆN then (bn)โ†’b.

Proof
a. False via (an)=(bn)=(n), where clearly the limits don't exist.

b. True. If (bn)โ†’b then (bn2)โ†’b2 (apply the multiplication law). Then via 23 Algebraic and Order Limit Theorems Practice#2.3.1 (Finish) we have it that (bn2)โ‰ก(|bn|)โ†’b2=|b|.

c. True. Since (an)โ†’a and (bnโˆ’an)โ†’0 then (an+(bnโˆ’an))=(bn)โ†’a+0=a.
d.
โ˜