Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

3.2: Limit Theorems

( \newcommand{\kernel}{\mathrm{null}\,}\)

Here we state and prove various theorems that facilitate the computation of general limits.

Definition 3.2.1

Let f,g:DR and let c be a constant. The functions f+g, fg, and cf are respectively defined as functions from D to R by

(f+g)(x)=f(x)+g(x),

(fg)(x)=f(x)g(x),

(cf)(x)=cf(x)

for xD. Let ˜D={xD:g(x)0}. The function fg is defined as a function from ˜D to R by

(fg)(x)=f(x)g(x)

for x˜D.

Theorem 3.2.1

Let f,g:DR and let cR. Suppose ˉx is a limit point of D and

limxˉxf(x)=,limxˉxg(x)=m.

Then

  1. limxˉx(f+g)(x)=+m,
  2. limxˉx(fg)(x)=m,
  3. limxˉx(cf)(x)=c,
  4. limxˉx(fg)(x)=m provided that m0.
Proof

Let us first prove (a). Let {xn} be a sequence in D that converges to ˉx and xnˉx for every n. By Theorem 3.1.2,

limnf(xn)= and limng(xn)=m.

It follows from Theorem 2.2.1 that

limn(f(xn)+g(xn))=+m.

Applying Theorem 3.1.2 again, we get limxˉx(f+g)(x)=+m. The proofs of (b) and (c) are similar.

Let us now show that if m0, then ˉx is a limit point of ˜D. Since ˉx is a limit point of D, there is a sequence {uk} in D converging to ˉx such that ukˉx for every k. Since m0, it follows from an easy application of Theorem 3.1.6 that there exists δ>0 with

g(x)0 whenever 0<|xˉx|<δ,xD.

This implies

x˜D whenever 0<|xˉx|<δ,xD.

Then uk˜D for all k sufficiently large, and hence ˉx is a limit point of ˜D. The rest of the proof of (d) can be completed easily following the proof of (a).

Example 3.2.1

Consider f:R{7}R given by f(x)=x2+2x3x+7.

Solution

Then, combining all parts of Theorem 3.2.1, we get

limx2f(x)=limx2(x2+2x3)limx2(x+7)=limx2x2+limx22xlimx23limx2x+limx27=(limx2x)2+2limx2xlimx23limx2x+limx27=(2)2+2(2)32+7=35

Example 3.2.2

We proceed in the same way to compute the following limit.

limx01+(2x1)2x2+7.

Solution

limx01+(2x1)2x2+7=limx01+limx0(2x1)2limx0x2+limx07=1+10+7=27.

Example 3.2.3

We now consider

limx1x2+6x+5x+1.

Solution

Since the limit of the denominator 0 we cannot apply directly part (d) of Theorem 3.2.1. Instead, we first simplify the expression keeping in mind that in the definition of limit we never need to evaluate the expression at the limit point itself. In this case, this means we may assume that x1. For any such x we have

x2+6x+5x+1=(x+1)(x+5)x+1=x+5.

Therefore,

limx1x2+6x+5x+1=limx1x+5=4.

Theorem 3.2.2: Cauchy's criterion

Let f:DR and let ˉx be a limit point of D. Then f has a limit at ˉx if and only if for any ε>0, there exists δ>0 such that

|f(r)f(s)|<ε whenever r,sD and 0<|rˉx|<δ,0<|sˉx|<δ.

Proof

Suppose limxˉxf(x)=. Given ε>0, there exists δ>0 such that

|f(x)|<ε2 whenever xD and 0<|xˉx|<δ.

Thus, for r,sD with 0<|rˉx|<δ and 0<|sˉx|<δ, we have

|f(r)f(s)||f(r)|+|f(s)|<ε.

Let us prove the converse. Fix a sequence {un} in D such with limnun=ˉx and unˉx for every n. Given ε>0, there exists δ>0 such that

|f(r)f(s)|<ε whenever r,sD and 0<|rˉx|<δ, 0<|sˉx|<δ.

Then there exists NN satisfying

0<|unˉx|<δ for all nN.

This implies

|f(un)f(um)|<ε for all m,nN.

Thus, {f(un)} is a Cauchy sequence, and hence there exists R such that

limnf(un)=.

We now prove that f has limit at ˉx using Theorem 3.1.2. Let {xn} be a sequence in D such that limnxn=ˉx and xnˉx for every n. By the previous argument, there exists R such that

limnf(xn)=.

Fix any ε>0 and let δ>0 satisfy (3.3). There exists KN such that

|unˉx|<δ and |xnˉx|<δ

for all nK. Then |f(un)f(xn)|<ε for such n. Letting n, we have ||ε. Thus, = since ε is arbitrary. It now follows from Theorem 3.1.2 that limxˉxf(x)=.

The rest of this section discussed some special limits and their properties.

Definition 3.2.2: Left Limit Point and Right Limit Point

Let aR and δ>0. Define

B(a;δ)=(aδ,a) and B+(a;δ)=(a,a+δ).

Given a subset A of R, we say that a is a left limit point of A if for any δ>0, B(a;δ) contains an infinite number of elements of A. Similarly, a is called a right limit point of A if for any δ>0, B+(a;δ) contains an infinite number of elements of A.

It follows from the definition that a is a limit point of A if and only if it is a left limit point of A or it is a right limit point of A.

Definition 3.2.3

(One-sided limits) Let f:DR and let ˉx be a left limit point of D. We write

limxˉxf(x)=

if for every ε>0, there exists δ>0 such that

|f(x)|<ε for all xB(ˉx;δ).

We say that is the left-handed limit of f at ˉx. The right-hand limit of f at ˉx can bee defined in a similar way and is denoted limxˉx+f(x).

Example 3.2.4

Consider the function f:R{0}R given by

f(x)=|x|x.

Solution

Let ˉx=0. Note first that 0 is a limit point of the set D=R{0}R. Since, for x>0, we have f(x)=x/x=1, we have

limxˉx+f(x)=limx0+1=1.

Similarly, for x<0 we have f(x)=x/x=1. Therefore,

limxˉxf(x)=limx01=1.

Example 3.2.5

Consider the function f:RR given by

f(x)={x+4, if x<1;x21, if x1.

Solution

We have

limx1+f(x)=limx1+x21=0,

and

limx1f(x)=limx1x+4=3,

The following theorem follows directly from the definition of one-sided limits.

Theorem 3.2.3

Let f:DR and let ˉx be both a left limit point of D and a right limit point of D. Then

limxˉxf(x)=

if and only if

limxˉx+f(x)= and limxˉxf(x)=.

Proof

Add proof here and it will automatically be hidden

Example 3.2.6

It follows from Example 3.2.4 that limx0|x|x does not exists, since the one-sided limits do not agree.

Solution

Add text here.

Definition 3.2.4

(monotonicity) Let f:(a,b)R.

  1. We say that f is increasing on (a,b) if, for all x1,x2(a,b), x1<x2 implies f(x1)f(x2).
  2. We say that f is decreasing on (a,b) if, for all x1,x2(a,b), x1<x2 implies f(x1)f(x2).

If f is increasing or decreasing on (a,b), we say that f is monotone on this interval. Strict monotonicity can be defined similarly using strict inequalities: f(x1)<f(x2) in (1) and f(x1)>f(x2) in (2).

Theorem 3.2.4

Suppose f:(a,b)R is increasing on (a,b) and ˉx(a,b). Then limxˉxf(x) and limxˉx+f(x) exist. Moreover,

supa<x<ˉxf(x)=limxˉxf(x)f(ˉx)limxˉx+f(x)=infˉx<x<bf(x).

Proof

Since f(x)f(ˉx) for all x(a,ˉx), the set

{f(x):x(a,ˉx)}

is nonempty and bounded above. Thus,

=supa<x<ˉxf(x)

is a real number. We will show that limxˉxf(x)=. For any ε>0, by the definition of the least upper bound, there exists a<x1<ˉx such that

ε<f(x1).

Let δ=ˉxx1>0. Using the increasing monotonicity, we get

ε<f(x1)f(x)<+ε for all x(x1,ˉx)=B(ˉx;δ).

Therefore, limxˉxf(x)=. The rest of the proof of the theorem is similar.

Let

B0(ˉx;δ)=B(ˉx;δ)B+(ˉx;δ)=(ˉxδ,ˉx+δ){ˉx}.

Definition 3.2.5

(infinite limits) Let f:DR and let ˉx be a limit point of D. We write

limxˉxf(x)=]

if for every MR, there exists δ>0 such that

f(x)>M for all xB0(ˉx;δ)D.

Similarly, we write

limxˉxf(x)=

if for every MR, there exists δ>0 such that

f(x)<M for all xB0(ˉx;δ)D.

Infinite limits of functions have similar properties to those of sequences from Chapter 2 (see Definition 2.3.2 and Theorem 2.3.6).

Example 3.2.7

We show that limx11(x1)2= directly from Definition 3.2.5.

Solution

Let MR. We want to find δ>0 that will guarantee 1(x1)2>M whenever 0<|x1|<δ. As in the case of finite limits, we work backwards from 1(x1)2>M to an inequality for |x1|. To simplify calculations, note that |M|+1>M. Next note that 1(x1)2>|M|+1, is equivalent to 1|M|+1>|x1|.

Now, choose δ such that 0<δ<1|M|+1. Then, if 0<|x1|<δ we have

1(x1)2>1δ2>11|M|+1=|M|+1>M,

as desired.

Definition 3.2.6

(limits at infinity) Let f:DR, where D is not bounded above. We write

limxf(x)=

if for every ε>0, there exists cR such that

|f(x)|<ε for all x>c,xD.

Let f:DR, where D is not bounded below. We write

limxf(x)=

if for every ε>0, there exists cR such that

|f(x)|<ε for all x<c,xD.

We can also define

limxf(x)=± and limxf(x)=±

in a similar way.

Example 3.2.8

We prove form the definition that

limx3x2+x2x2+1=32.

Solution

The approach is similar to that for sequences, with the difference that x need not be an integer.

Let ε>0. We want to indentify c so that

|3x2+x2x2+132|<ε,

for all x<c.

Now,  v, |3x2+x2x2+132|=|2x3|2(2x2+1).

Therefore, simplifying, 3.5 is equivalent to

1ε<2(2x2+1)|2x3|.

We first restrict x to be less than 0, so |2x3|>3. Then, since 4x23<2(2x2+1)|2x3|, 3.6 will be guaranteed if 1/ε<4x2/3 or equivalently 3/(4ε)<|x|. We set c<min{0,3/(4ε)}. Then, if x<c, we have 3/(4ε)<x=|x|. Thus, 1/ε<2(2x2+1)|2x3| and, hence,

|3x2+x2x2+132|=|2x3|2(2x2+1)<ε.

Exercise 3.2.1

Find the following limits:

  1. limx23x22x+5x3,
  2. limx3x2+4x+3x29
Answer

Add texts here. Do not delete this text first.

Exercise 3.2.2

Let f:DR and let ˉx is a limit point of D. Prove that if limxˉxf(x) exists, then

limxˉx[f(x)]n=[limxˉxf(x)]n, for any nN.

Answer

Add texts here. Do not delete this text first.

Exercise 3.2.3

Find the following limits:

  1. limx1x1x21,
  2. limx1xm1xn1, where m,nN,
  3. limx1nx1mx1, where m,nN,m,n2,
  4. limx1x3xx1.
Answer

Add texts here. Do not delete this text first.

Exercise 3.2.4

Find the following limits:

  1. limx(3x3+3x2x2+1).
  2. limx(3x3+3x2x2+1).
Answer

Add texts here. Do not delete this text first.

Exercise 3.2.5

Let f:DR and let ˉx be a limit point of D. Suppose that

|f(x)f(y)|k|xy| for all x,yD{ˉx},

where k0 is a constant. Prove that limxˉxf(x) exists.

Answer

Add texts here. Do not delete this text first.

Exercise 3.2.6

Determine the one-sided limits limx3+[x] and limx3[x], where [x] denotes the greatest integer that is less than or equal to x.

Answer

Add texts here. Do not delete this text first.

Exercise 3.2.7

Find each of the following limits if they exist:

  1. limx1+x+1x1.
  2. limx0+|x3sin(1/x)|.
  3. limx1(x[x]).
Answer

Add texts here. Do not delete this text first.

Exercise 3.2.8

For aR, let f be the function given by

f(x)={x2, if x>1;ax1, if x1.

Find the value of a such that limx1f(x) exists.

Answer

Add texts here. Do not delete this text first.

Exercise 3.2.9

Determine all values of ˉx such that the limit limxˉx(1+x[x]) exists.

Answer

Add texts here. Do not delete this text first.

Exercise 3.2.10

Let a,bR and suppose f:(a,b)R is increasing. Prove the following.

  1. If f is bounded above, then limxbf(x) exists and is a real number.
  2. If f is not bounded above, then limxbf(x)=.

State and prove analogous reasults in case f is bounded below and in case that the domain of f is one of (,b), (a,), or (,).

Answer

Add texts here. Do not delete this text first.


This page titled 3.2: Limit Theorems is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Lafferriere, Lafferriere, and Nguyen (PDXOpen: Open Educational Resources) .

Support Center

How can we help?