Skip to content

Proving limits by definition II

Limit of functions

Limit of functions is a concept that is used to describe the behavior of a function as it approaches a certain point.

General definition

ε>0 δ>0 xDf,0<|xa|<δ:|f(x)L|<ε

Which means that for every positive number ε, there is a positive number δ such that for every x in the domain of f, if 0<|xa|<δ, then |f(x)L|<ε.

Specific cases

A=limafARA=+A=
aRfinite limit at a finite pointpositively infinite limit at a finite pointnegatively infinite limit at a finite point
a=+finite limit at positive infinitypositively infinite limit at positive infinitynegatively infinite limit at positive infinity
a=finite limit at negative infinitypositively infinite limit at positive infinity oxygennegatively infinite limit at negative infinity

For each of these cases, the definition of the limit is the same, but the way we write it is different.

Limits at finite points

Finite limit at a finite point

limxaf(x)=Aε>0 δ>0 xDf,0<|xa|<δ:|f(x)A|<ε

Positively infinite limit at a finite point

limxaf(x)=+P>0 δ>0 xDf,0<|xa|<δ:f(x)>P

Negatively infinite limit at a finite point

limxaf(x)=P<0 δ>0 xDf,0<|xa|<δ:f(x)<P

Limits at positive infinity

Finite limit at positive infinity

limx+f(x)=Aε>0 R>0 xDf,x>R:|f(x)A|<ε

Positively infinite limit at positive infinity

limx+f(x)=+P>0 R>0 xDf,x>R:f(x)>P

Negatively infinite limit at positive infinity

limx+f(x)=P<0 R>0 xDf,x>R:f(x)<P

Limits at negative infinity

Finite limit at negative infinity

limxf(x)=Aε>0 R<0 xDf,x<R:|f(x)A|<ε

Positively infinite limit at negative infinity

limxf(x)=+P>0 R<0 xDf,x<R:f(x)>P

Negatively infinite limit at negative infinity

limxf(x)=P<0 R<0 xDf,x<R:f(x)<P

One-sided limits

One-sided limits are used to describe the behavior of a function as it approaches a certain finite point from one side.

Some functions may have different limits from the left and from the right, depending on whether the function is continuous at that point.

Example


Regular limit

limxaf=Alimxa+f=Alimxaf=limxa+f=A

One-sided limit

limxaf=Alimxa+f=B

Example 1 with extra commentary

Prove by the definition of the limit that:

limx011+x=1f(x)=11+xDf=R{1}

By definition

ε>0 δ>0 xDf=R{1},0<|x0|<δ:|11+x1|<ε

We need to prove that for every positive number ε, there exists such a positive number δ that if the distance between x and 0 is less than δ, then the distance between f(x) and 1 is less than ε.

Proof

Fix ε>0.

Find δ>0 such that |11+x1|<ε when 0<|x0|<δ.

So we have this implication

0<|x0|<δ|11+x1|<ε

To figure out what δ we need, let's try to transform ε inequality so that |x0| is factored out, then we would see the connection between δ and ε.

|11+x1|=|11x1+x|=|x1+x|=|x|1|1+x|<ε

Now we can see that essentially, what we want to achieve is

|x|1|1+x|<δ1|1+x|g(x)

But we cannot make δ dependant on x, since delta is always a function of ε only.

Therefore, if we can find some constant C such that 1|1+x|<C then δεC would work.

Since we choose δ and |x0|<δ1|1+x| cannot be arbitrarily large, so we can find such C.

So let's put an arbitrary small restriction on δ and say that δ12. (We would usually choose 1 for simplicity, but since 1 is not in the domain, let's take a smaller number).

Now if δ12, then

0<|x0|<δ0<|x|<12

Or in another form

12<x<12

Now let's make this inequality work for g(x)=1|1+x|.

12<x<1212<1+x<3212<|1+x|<3223<1|1+x|<2

So within our constraints, we found that g(x) is at most 2.

Then

2|x|<ε|x|<ε2

We need delta to satisfy two conditions:

  • δ12
  • δε2

Easiest way to do it is to just choose δ=min{12,ε2}.

And now we can finally state that

ε>0 δ=min{12,ε2} xDf=R{1},0<|x0|<δ:|11+x1|<2|x0|ε

Or in short

δ=min{12,ε2}|11+x1|<εwhen0<|x0|<δ

Example 2

Prove by the definition of the limit that:

limx1x4+2x23x23x+2=8f(x)=x4+2x23x23x+2=x4+2x23(x1)(x2)Df=R{1,2}

Note that x1, numerator might also have a factor of (x1), try to divide by it using Horner's method.

f(x)=x4+2x23(x1)(x2)=(x1)(x3+x2+3x+3)(x1)(x2)=x3+x2+3x+3x2

By definition

ε>0 δ>0 xDf=R{1,2},0<|x1|<δ:|x3+x2+3x+3x2+8|<ε

Transform ε inequality

|x3+x2+3x+3x2+8|=|x3+x2+3x+3+8x16x2|==|x3+x2+11x13x2|=|x1||x2+2x+13||x2|<εg(x)=|x2+2x+13||x2|

Assume that 0<|x1|<12.

12<|x1|<1212<x<32

Then for denominator of g(x)

32<x2<1212<|x2|<3223<1|x2|<2

Then for numerator of g(x)

x2+2x+13<(32)2+232+13=94+3+13=18+14<19

So

|x1||x2+2x+13||x2|<|x1|192=38|x1|38|x1|<ε|x1|<ε38

So we can choose δ=min{12,ε38}.

ε>0 δ=min{12,ε38} xDf=R{1,2},0<|x1|<δ:|x3+x2+3x+3x2+8|<38|x1|<ε