CuriousBanker said:
I intuitively and graphically understand when a function has no limit...basically if the value it approaches from opposite directions don't agree. So if from the left side it approaches negative infinity and the right side it approaches positive infinity, does not exist...I get that.
That's not the whole story. It is true that if the left-hand side and the right-hand side limit don't agree, then he limit doesn't exist. This is called a jump discontinuity. But it can also happen that the left-hand side and right-hand side limit don't exist. In that case, it also has no limit. A famous example is ##f(x) = \sin(1/x)## in ##0##:
This is called an essential discontinuity. Those usually look very ugly like the above.
But algebraically, can you give me a couple of examples of functions with no limits, and how I would know that without looking at a graph?
It's mostly experience. But maybe you can benefit from these examples:
Example 1:
Take the function
f(x) = \left\{\begin{array}{l} x~\text{if}~x<0\\ x+2~\text{if}~x\geq 0\end{array}\right.
This function is piecewise defined. That is, we give a separate definition of the function in the case ##x<0## and ##x\geq 0##. In this case, you can suspect that the limit in ##0## might not exist. Of course, some piecewise defined functions are continuous, so it's not because something is piecewise defined that the limitss don't exist. You still need to check it formally by finding the left-hand side and right-hand side limits.
Another example is
f(x) = \left\{\begin{array}{l} \frac{\sin(x)}{x}~\text{if}~x\neq 0\\ 1000~\text{if}~x=0\end{array}\right.
This function is piecewise defined. So it makes sense to suspect the limit in ##0## doesn't exist. However, you can easily check that it in fact does exist.
Example 2:
When dealing with infinities, limits might not exist. For example, the function ##f(x)=1/x## has no limit in ##0## since the left-hand side and right-hand side limits don't equal.
Example 3:
When you get infinities inside a function, limits might not exist. For example, the limit of ##f(x) = \sin(1/x)## doesn't exist in ##0##. A way to see this is to plug in ##0## to get ##\sin(\infty)##. This makes no sense. So this is an indication that the limit might not exist. You still need to check it rigorous.
However, take ##f(x) = x\sin(1/x)##. This limit
does exist.