How would I find the limits of the function below?

Webwork

We were assigned a whole bunch of homework for the Thanksgiving Break, and to my surprise, we've stopped doing trig and moved into calculus. We've had no discussion or previous exposer to these types of problems, so I'm just blindly trying to figure out what's going on. I understand what a limit is, but what on earth are the difference between the closed and open dots? How to I find a limit when there are multiple points on the y axis? What is the difference between something like "x-->2-" "x-->2+" or "x-->2" ?

1 Answer
Nov 25, 2017

This is a bit difficult to explain. First it's best to get the notation figured out.

#lim_(x->a^-)f(x)#

This is called a left hand limit, and it means you are approaching the limiting point from the left.

#lim_(x->a^+)f(x)#

This is called a right hand limit, and it means you are approaching the limiting point from the right.

#lim_(x->a)f(x)#

This is called a two handed limit, and it means you are approaching the limiting point from the both sides at once.

For #lim_(x->a)f(x)# to exist.

#lim_(x->a^-)f(x)# and #lim_(x->a^+)f(x)# must be equal and we can say:

#:.#

If #lim_(x->a^-)f(x)=lim_(x->a^+)f(x)# Then #lim_(x->a)f(x)# exists.

The open point means the function is undefined at that point, but this dosen't mean a limit can't exist at that point. The solid dot just means a point where the function is defined, even if it is just a single value, as in the diagram.

For 1):

We are approaching from the left close to #x=2# and we are on the curve above the x axis heading towards the open point at #y=2#, so the limit here is 2. This limit exist, even though the point is undefined, because limits are only concerned with what happens around a point and not at the point itself.

For 2):

We are approaching from the right close to #x=2# and we are on the curve below the x axis heading towards the open point at #y= -1#. So the limit here is #-1#

For 3):

This time we are approaching from both sides. Now, if the solid point was not there we would conclude that the limit didn't exist, because we would be on the curve above the axis from the left and the curve below from the right and as we know from the last two limits these are not the same value as each other. But because the solid point is there and it would be possible to plug the #x=2# into the function, because we know it is defined here, the limit is #1#. Notice that in the previous two limits we were not able to plug in #x=2#, because the function was undefined at those points.

For 4):

Approaching from the left we are on the curve above the x axis heading towards #y=3#. Approaching from the right we are on the curve below the axis heading towards #y=-2#. These are not the same so the limit here does not exist.

So:

1) = 2

2) = -1

3) = 1

4) is undefined. DNE.

Limits can be damned confusing at times, and they take a fair amount of practice and time to get down. You may be better off watching some videos on places like You Tube. Maybe this has been helpful, maybe not.

Good luck.